﻿﻿html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.app-footer {
    background: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 1rem;
    bottom: 0;
    width: 100%;
}

.text-mutedd {
    color: #fff;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.text-separator {
    color: #fff;
    margin: 0 3px;
}

@media (max-width:700px) {
    .need-hide {
        display: none;
    }
}

@media (max-width:700px) {
    .start-hide {
        width: 100%;
        float: none;
    }
}

@media (min-width:700px) {
    .start-hide {
        float: left;
        width: 50%;
    }

    .start-hide1 {
        float: left;
        width: 40%;
    }

    .fasfas {
        display: none;
    }
}

@media (max-width:700px) {
    .bottom-hide {
        width: 100%;
        float: none;
    }

    .bottom-hide1 {
        width: 100%;
    }
}

@media (min-width:700px) {
    .bottom-hide {
        float: right;
        width: 50%;
    }

    .bottom-hide1 {
        float: right;
    }
}

@media (max-width:700px) {
    .itemactive {
        max-height: 200px;
    }
}

@media (max-width:700px) {
    .carousel-inner {
        max-height: 400px;
    }
}

@media (max-width:700px) {
    .hide-row {
        display: none;
    }

    .app-footer {
        height: 100px;
    }

    .article-body {
        font-size: 20px;
    }

    .article-content {
        font-size: 14px;
    }

    .article-title {
        font-size: 16px;
    }

    .trrtt {
        text-align: center;
    }
}






a {
    text-decoration: none;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

    a:hover {
        text-decoration: none;
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }



div, h2, p, figure {
    margin: 0;
    padding: 0;
}

.main {
    margin: 0 auto;
    max-width: 1340px;
    padding: 10px;
}

.column {
    flex: 1;
    flex-direction: column;
}

.article {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #666;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-basis: auto;
    margin: 10px;
}

    .article:hover,
    .article:focus {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        color: #444;
    }

.article-image {
    background: #eee;
    display: block;
    padding-top: 55%;
    position: relative;
    width: 100%;
}

    .article-image img {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .article-image.is-3by2 {
        padding-top: 66.6666%;
    }

    .article-image.is-16by9 {
        padding-top: 56.25%;
    }

.article-body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0px;
}

@media (min-width:700px) {
    .app-footer {
        height: 50px;
    }

    .article-title {
        font-weight: 400;
        color: #333;
        flex-shrink: 0;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1.2;
    }
}

.article-content {
    flex: 1 0 auto;
    margin-top: 5px;
}

.article-info {
    display: flex;
    font-size: 0.85em;
    justify-content: space-between;
    margin-top: 10px;
}

@media screen and (min-width: 800px) {
    .columns,
    .column {
        display: flex;
    }
}

@media screen and (min-width: 1000px) {
    .first-article {
        flex-direction: row;
    }

        .first-article .article-body {
            flex: 1;
        }

        .first-article .article-image {
            order: 2;
            padding-top: 0;
            width: 500px;
        }

    .main-column {
        flex: 3;
    }

    .nested-column {
        flex: 2;
    }
}

@media (max-width:700px) {
    .text h1 {
        font-size: 20px;
    }
}

@media (min-width:700px) {
    .text h1 {
        font-size: 40px;
    }
}






#cookie_notification p {
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: $color_text;
    position: absolute;
}


@media (min-width: 576px) {

    #cookie_notification {
        display: none;
        justify-content: space-between;
        align-items: flex-end;
        position: fixed;
        bottom: 15px;
        left: 50%;
        width: 720px;
        max-width: 90%;
        transform: translateX(-50%);
        padding: 15px 25px 15px 25px;
        background-color: white;
        border-radius: 4px;
        border-color: black;
        border: solid;
        border-width: inherit;
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    }


        #cookie_notification.show {
            display: flex;
        }

    .cookie_accept {
        margin: 0 0 0 25px;
        position: relative;
        float: right;
    }
}


@media (max-width: 575px) {

    #cookie_notification {
        display: none;
        justify-content: space-between;
        align-items: flex-end;
        position: fixed;
        bottom: 15px;
        left: 50%;
        width: 1000px;
        height: 230px;
        max-width: 90%;
        transform: translateX(-50%);
        padding: 25px;
        background-color: white;
        border-radius: 4px;
        border-color: black;
        border: solid;
        border-width: inherit;
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    }


        #cookie_notification.show {
            display: block;
            text-align: left;
        }

    .cookie_accept {
        margin: 25% 0 0 0;
        position: relative;
        float: right;
    }
}

@media (min-width: 576px) {


    /*
                Форма обратной связи
                */
    #inline {
        margin-left: 30px;
        width: 80%;
        margin: 0 auto;
        background: #FFF;
        padding: 10px 20px;
    }

    .txt {
        display: inline-block;
        color: #676767;
        width: 190px;
        margin-bottom: 10px;
        border: 1px solid #CCC;
        padding: 5px 9px;
        font-size: 15px !important;
        line-height: 1.4em;
        margin-top:55px;
    }

    .txtarea {
        display: inline-block;
        color: #676767;
        width: 617px;
        margin-bottom: 10px;
        border: 1px solid #CCC;
        padding: 5px 9px;
        font-size: 15px !important;
        line-height: 1.4em;
        height: 80px;
    }

        .txt:focus, .txtarea:focus {
            border-style: solid;
            border-color: #BABABA;
            color: #444;
        }

    input.error, textarea.error {
        border-color: #973D3D;
        border-style: solid;
        background: #F0BEBE;
        color: #A35959;
        margin-top: 40px;
    }

        input.error:focus, textarea.error:focus {
            border-color: #973D3D;
            color: #A35959;
        }

    #send {
        color: #FFFFFF;
        cursor: pointer;
        padding: 5px 11px;
        font-size: 1.2em;
        border: solid 1px #F9F9F9;
        border-radius: 2px;
        background: #70C6B9;
        width: 280px;
        margin: 53px 0 0 0;
    }

        #send:hover {
            background: #979797;
        }
    /*
                Форма обратной связи
                */

}


@media (max-width: 575px) {
    /*
                Форма обратной связи
                */
    #inline {
        margin-left: 30px;
        width: 80%;
        margin: 0 auto;
        background: #FFF;
        padding: 10px 20px;
    }

    .txt {
        display: inline-block;
        color: #676767;
        width: 130px;
        margin-bottom: 10px;
        border: 1px solid #CCC;
        padding: 5px 9px;
        font-size: 15px !important;
        line-height: 1.4em;
        margin-top: 110px;
    }


    .txtarea {
        display: inline-block;
        color: #676767;
        width: 617px;
        margin-bottom: 10px;
        border: 1px solid #CCC;
        padding: 5px 9px;
        font-size: 15px !important;
        line-height: 1.4em;
        height: 80px;
    }

        .txt:focus, .txtarea:focus {
            border-style: solid;
            border-color: #BABABA;
            color: #444;
        }

    input.error, textarea.error {
        border-color: #973D3D;
        border-style: solid;
        background: #F0BEBE;
        color: #A35959;
    }

        input.error:focus, textarea.error:focus {
            border-color: #973D3D;
            color: #A35959;
        }

    #send {
        color: #FFFFFF;
        cursor: pointer;
        padding: 5px 11px;
        font-size: 1.2em;
        border: solid 1px #F9F9F9;
        border-radius: 2px;
        background: #70C6B9;
        width: 280px;
        margin: 0px 0 0 0;
    }

    #send:hover {
        background: #979797;
    }
    /*
                Форма обратной связи
                */
}

/*  listings section  */
.listings {
    padding: 30px 0;
    background: #F3F3F3;
}

    .listings ul.properties_list {
        list-style: none;
        overflow: hidden;
    }

        .listings ul.properties_list li {
            display: block;
            width: 30.90909090909091%;
            height: auto;
            position: relative;
            float: left;
            margin: 0 3.636363636363636% 3.636363636363636% 0;
        }

            .listings ul.properties_list li img.property_img {
                width: 100%;
                vertical-align: top;
            }


            .listings ul.properties_list li .price {
                position: absolute;
                top: 10px;
                left: 10px;
                padding: 15px 20px;
                background: #ffffff;
                color: #514d4d;
                font-family: "lato-bold", Helvetica, Arial, sans-serif;
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 1px;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
            }


            .listings ul.properties_list li:nth-child(3n+0) {
                margin-right: 0;
            }

    .listings ul li .property_details {
        background: #e1e1e1;
        padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
        border-bottom: 1px solid #f2f1f1;
        border-left: 1px solid #f2f1f1;
        border-right: 1px solid #f2f1f1;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        height: 280px;
    }

@media (max-width: 500px) {
    .listings ul li .property_details {
        height: 300px;
    }
}

/* fdgdfgdfgdfgdfgdfgdfgfdgdfgfdgfdgfdsgfdgfsdgsfdgsfdgfsdgdsfg
fdgdfgdfgdfgdfgdfgdfgfdgdfgfdgfdgfdsgfdgfsdgsfdgsfdgfsdgdsfg
fdgdfgdfgdfgdfgdfgdfgfdgdfgfdgfdgfdsgfdgfsdgsfdgsfdgfsdgdsfg
fdgdfgdfgdfgdfgdfgdfgfdgdfgfdgfdgfdsgfdgfsdgsfdgsfdgfsdgdsfg
fdgdfgdfgdfgdfgdfgdfgfdgdfgfdgfdgfdsgfdgfsdgsfdgsfdgfsdgdsfg
fdgdfgdfgdfgdfgdfgdfgfdgdfgfdgfdgfdsgfdgfsdgsfdgsfdgfsdgdsfg
fdgdfgdfgdfgdfgdfgdfgfdgdfgfdgfdgfdsgfdgfsdgsfdgsfdgfsdgdsfg*/

.listings ul li:hover .property_details {
    border-bottom: 1px solid #00FF00;
    border-left: 1px solid #00FF00;
    border-right: 1px solid #00FF00;
}

.listings ul li .property_details h1 {
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

    .listings ul li .property_details h1 a {
        text-decoration: none;
        color: #666464;
    }

.listings ul li .property_details h2 {
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}

.listings ul li .property_details .property_size {
    color: #676767;
}

.listings .more_listing {
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn {
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    .listings .more_listing_btn:hover {
        color: #a0c3e5;
        border: 2px solid #a0c3e5;
    }


.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.inputButtom {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px 40px 30px;
}
/*  responsive css */
@media (max-width:1500px) {
    .hero {
        height: 800px;
    }
}


@media (max-width: 1150px) {
    .wrapper {
        max-width: 1020px;
        margin-right: 20px;
    }

    .search .advanced_search .arrow {
        top: -8px;
        right: 46px;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price {
        width: 46.27272727272727%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date {
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords {
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    footer .footer > ul > li {
        margin-right: 5.454545454545455%;
    }

        footer .footer > ul > li.links {
            width: 17.90909090909091%;
        }

        footer .footer > ul > li.about {
            width: 29.72727272727273%;
        }
}


.div .book .text h1 {
    font-size: 5vw;
}

@media (max-width:500px) {
    .div .book .text p {
        font-size: 4vw;
    }
}

@media (max-width:800px) {
    .hero {
        height: 600px;
    }

        .hero .caption {
            width: 92.72727272727273%;
            padding: 0 3.636363636363636%;
        }

            .hero .caption h3 {
                margin: 0;
                left: 0;
            }

    header a.hamburger {
        display: block;
    }

    header nav {
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 95px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #fff;
        border-top: 5px solid #bfd9f2;
    }

        header nav.active {
            display: block;
        }

        header nav .login_btn {
            float: none;
            display: inline-block;
            width: 100%;
            border: 0;
            margin: 0;
            padding: 20px 0;
            text-align: center;
            background: #f2f3f3;
        }

        header nav ul {
            display: block;
            width: 100%;
            text-align: center;
            margin-top: 0;
        }

            header nav ul li {
                display: block;
                width: 100%;
                float: none;
                margin-left: 0;
            }

                header nav ul li a {
                    display: block;
                    padding: 25px 0;
                    border-bottom: 1px solid #f2f3f3;
                    transition: background .2s linear;
                    -webkit-transition: background .2s linear;
                    -moz-transition: background .2s linear;
                    -o-transition: background .2s linear;
                }

                    header nav ul li a:active {
                        background: #f2f3f3;
                    }

                header nav ul li a,
                header nav .login_btn {
                    color: #1c3655;
                }

                    header nav .login_btn:hover {
                        background: #eaebeb;
                    }

                header nav ul li:last-child {
                    border: 0;
                }

    .listings ul.properties_list li {
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

        .listings ul.properties_list li:nth-child(3n+0) {
            margin: 0 7.272727272727273% 7.272727272727273% 0;
        }

        .listings ul.properties_list li:nth-child(2n+0) {
            margin-right: 0;
        }

    footer .footer > ul > li {
        width: 29.6969696969697% !important;
        margin-right: 5.454545454545455%;
        margin-bottom: 100px;
    }

        footer .footer > ul > li:nth-child(3) {
            margin-right: 0;
        }

        footer .footer > ul > li.links li a {
            text-align: center;
        }

        footer .footer > ul > li.about {
            text-align: center;
            float: none;
            display: inline;
            margin-right: 100%;
            overflow: hidden;
            border-top: 1px solid #82abd4;
        }
}


@media (max-width:700px) {

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price {
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
        border-bottom: 1px solid #aac8e4;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date {
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords {
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search .search_fields {
        border-bottom: 0;
    }

    .search .advanced_search .field_sep {
        display: none;
    }
}


@media (max-width:500px) {
    .table-blok h2{
        font-size:20px;
        margin:10px;
    }

    .hero .caption h2 {
        font-size: 85px;
    }

    .hero .caption h3 {
        font-size: 16px;
    }

    .search #search {
        width: 83%;
    }

    .listings ul.properties_list li {
        width: 100%;
        margin-bottom: 60px !important;
    }

        .listings ul.properties_list li:last-child {
            margin-bottom: 0 !important;
        }


        .listings ul.properties_list li:nth-child(3n+0),
        .listings ul.properties_list li:nth-child(2n+0) {
            margin: 0;
        }

    .listings .more_listing_btn {
        display: block;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer .footer > ul > li.links,
    footer .footer > ul > li.about {
        float: none;
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    footer .footer > ul > li:last-child {
        padding-bottom: 0;
    }

    footer .footer > ul > li.links {
        border-bottom: 1px solid #82abd4;
    }
}

