body {
    overflow-y: hidden;
}

body * {
    font-family: 'Raleway', sans-serif;
}

* {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

a, p {
    font-weight: 500;
    line-height: 1.5;
}

a {
    color: #218eff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.logo_dom img {
    display: block;
    margin: 0 auto 10px;
    width: 243px;
    height: auto;
}

h1 {
    font-weight: 800;
    text-align: center;
    line-height: initial;
    padding: 0;
    margin: 0 0 20px;
}

.adress {
    text-align: center;
}

.slider {
    height: 390px;
    overflow: hidden;
    margin-top: 30px;
}

.company {
    background-color: #e9eff5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.company_block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo_company {
    width: 130px;
    height: auto;
    float: left;
}

.company_adress {
    margin-left: 30px;
}

.company_adress p {
    margin: 4px 0;
}

.social a {
    float: left;
}

.social a:hover {
    /*transform: scale(1.1, 1.1);*/
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.content p {
    margin-bottom: 15px;
}

.mapInfra {
    height: 340px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.infrastructure {
    width: 150px;
    height: 32px;
    color: white;

    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    position: relative;
    top: 308px;
    left: 637px;
    z-index: 10;
    background-color: #20466d;
}

.video {
    height: 404px;
    width: 100%;
    margin-bottom: 30px;
}

.plans_slider p {
    margin-bottom: 0;
    text-align: left;

    line-height: 1.3em;
}

.plans_slider {
    margin-top: 10px;
}

.plans_slider .price {

    font-weight: 700;
    text-align: left;
    color: #308700;
}

.actions {
    background-color: #e10202;
    color: white;
    height: 66px;
    width: 100%;
    line-height: 66px;
    font-family: Raleway;
    /*font-size: 30px;*/
    text-align: center;
    text-transform: uppercase;
}

.banner {
    width: 100%;
}

.banner img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.down {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.snoska {
    font-size: 0.8em;
    line-height: 1.3em;
}

/*--------------------------------------------------------*/

.modal-dialog {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
}

.modal-content {
    border: none;
    overflow: hidden;
}

.modal-body {
    padding: 0 8%;
}

.modal-header {
    border: none;
    padding: 15px 15px 0;
    height: 38px;
}

.modal-header .close {
    opacity: 1;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 8040;
    background-color: transparent;
}

.modal-header .close .svg-icon {
    width: 18px;
    height: 18px;
    fill: #8ba4bc;
}

.carousel-control:hover {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 70px;
    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 50%;
    font-family: sans-serif;
    line-height: 38px;
    position: absolute;
    padding: 0 0 0 4px;
    top: 50%;
    right: 30%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 70px;
    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 50%;
    font-family: sans-serif;
    line-height: 38px;
    position: absolute;
    padding: 0 2px 0 0;
    top: 50%;
    left: 30%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.content img, .content p img {
    width: 100% !important;
    height: auto !important;
}

/*--------------------------------------------------------*/

/* Стили слайдера фото планировок*/

#container {
    margin-top: 20px;

}

#slider {
    margin: 0 auto;
    text-align: center;
}

.image-slider {
    background-color: #e9eff5;
    padding: 30px 47px;
    height: 285px;
    margin-bottom: 30px;
    position: relative;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}

.image-slider-back, .image-slider-forward {
    width: 23px;
    height: 98px; /*background-color: #121212;*/
    color: White;
    position: relative;
    cursor: pointer;
}

.image-slider-back {
    background-image: url(/themes/default/front/libs/gslider/arrow-left.png);
    background-repeat: no-repeat;
    background-position: left;
}

.image-slider-forward {
    background-image: url(/themes/default/front/libs/gslider/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right;
}

/*.image-slider-contents .contents-wrapper > div*/
.image-slider-contents .contents-wrapper {
    position: absolute;
    padding-top: 18px;
}

.image-slider-contents .outer {
    background-color: White;
    float: left;
    width: 183px;
    height: 145px;
    margin: 0px 7px;
    cursor: pointer;
}

.image-slider-contents .outer > div {
    width: 181px;
    height: 143px;
}

.image-slider-contents .outer > div img {
    width: 181px;
    height: 143px;
    margin: 0;
}

.image-slider-contents img {
    width: 183px;
    height: 145px;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.thumbnail-active {
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}

.thumbnail-inactive {
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}

.preview {
    z-index: 1080;
    position: absolute;
/*    width: 600px;
    height: 475px;
    left: 20%;
    top: -90%;*/
    background-color: white;
    padding: 2px;
    border: solid 1px #a4a4a4;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.50);
}

.preview .img-large {
    width: 100%;
    height: auto;
    background-size: contain;
    z-index: 1000;
}

.preview .img-large .left {
    position: absolute;
    left: 8px;
    top: 100px;
    width: 16px;
    height: 24px;
    z-index: 1000;
    background: url(/themes/default/front/libs/gslider/arrow-left.png);
    cursor: pointer;
}

.preview .img-large .right {
    position: absolute;
    left: 428px;
    top: 100px;
    z-index: 1000;
    width: 16px;
    height: 24px;
    background: url(/themes/default/front/libs/gslider/arrow-right.png);
    cursor: pointer;
}

.preview .close {
    position: absolute;
    left: 434px;
    top: -16px;
    width: 32px;
    height: 34px;
    background: url(/themes/default/front/libs/gslider/images/close.png);
    float: right;
    cursor: pointer;
    z-index: 2000;
}

.preview .img-large img {
    width: 100%;
    height: auto;
}

.outer {
    border: solid 1px #a6a6a7;
}

.outer.active {
    background-color: #ffffff;
}

.outer.active div span {
    color: #F1D5CA;
}

.img-block-logo-company {
    cursor: pointer;
}

.img-block-logo-complex {
    cursor: pointer;
}

.vih p {
    margin: 0 0 3px;
}

/*Верстка для разрешения 1200 и более*/
@media screen and (min-width: 1200px) {
    .black_box {
        width: 720px;
    }
}

/*Верстка для разрешения от 992 до 1200*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .black_box {
        width: 520px;
    }
}

/*Верстка для разрешения от 768 до 992*/
@media (min-width: 768px) and (max-width: 992px) {
    .black_box {
        width: 392px;
    }
}

/*Верстка для разрешения более 768*/
@media screen and (min-width: 768px) {

    .container-fluid {
        padding: 0;
        margin: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #map {
        width: calc(100% - 377px) !important;
        height: 100vh;
        padding: 0;
        margin: 0;
    }

    /*----- Main -------*/
    .main_content {
        min-height: 100%;
        width: 377px;
        background-color: #fff;
        padding: 0;
        margin: 0;
        /*background-image: url(/themes/default/front/img/realty-glavnaya.png);*/
        background-repeat: no-repeat;
        background-position: bottom;
        border-right: 1px solid #fff;
        box-shadow: 0 0 15px rgba(0,0,0,.4);

        line-height: 1.6em;
        z-index: 20;
        position: relative;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mapbuild .header-logo {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 20px;
        flex-basis: auto;
        background-color: #fff;
    }

    .mapbuild .header-logo img {
        width: 225px;
        display: block;
        margin: auto;
    }

    .dom_title {
        font-weight: 700;
        font-size: 32px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .text {
        font-size: 16px;
        color: #fff;
        padding: 0 0 0 30px;
        overflow-y: auto;
        margin-right: 30px;
    }

    .main_soc {
        background-color: #fff;
        padding: 5px 15px 10px;
        font-size: 25px;
        line-height: 1em;
        color: #50aae9;
        text-align: center;
        width: 317px;
        margin: 0 auto 20px;
    }

    .news_realty {
        background-color: rgba(0, 0, 0, 0.51);
        border: 1px solid #fff;
        width: 317px;
        height: 40px;

        font-weight: 700;
        font-size: 15px;
        text-align: center;
        color: #fff;
        line-height: 40px;
        margin: 0 auto 20px;
    }

    .news_realty:hover {
        background-color: rgba(0, 0, 0, 0.60);
        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
    }

    .news_realty:active {
        background-color: rgba(0, 0, 0, 0.70);
        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
    }

    .vih {
        background-color: rgba(0, 0, 0, 0.51);
        width: 377px;
        padding: 15px 30px;
        color: #fff;
        font-size: 0.8em;
        line-height: 1.3em;
    }

    .vih a {
        color: #50aae9;
        text-decoration: none;
    }

    .vih a:hover {
        color: #50aae9;
        text-decoration: none;
    }

    .vih a:active {
        color: #50aae9;
        text-decoration: none;
    }

    .vih a:visited {
        color: #50aae9;
        text-decoration: none;
    }

    .content1 {
        /*min-height: 600px;*/
        height: calc(100vh - 340px);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    footer {
        width: 377px;
        /*min-height: 340px;*/
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer a {
        text-decoration: none;
    }

    footer a:hover {
        text-decoration: none;
    }

    /*----- end of Main -------*/


    h1 {
        font-size: 40px;
    }

    .adress {
        margin-top: 20px;
    }

    .company {
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 30px;
    }

    .company_block {
        flex-direction: row;
    }

    .company_adress {
        margin-left: 30px;
    }

    .content {
        padding: 0 0 20px;
    }

    .image-slider-contents {
        width: 787px;
        height: 235px;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .image-slider-back, .image-slider-forward {
        float: left;
        top: 40px;
    }

    .preview {
        width: 600px;
        height: 475px;
        left: 20%;
        top: -90%;
    }

    .actions {
        font-size: 30px;
    }

    .down {
        padding: 20px 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .snoska {
        padding: 0 0 20px;
    }

    .black_box {
        text-align: right;
    }
}

/*Верстка для разрешения менее 768*/

@media screen and (max-width: 767px) {

    #map {
        width: 100%;
        height: 100vh;
        padding: 0;
        margin: 0;
    }

    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }

    /*----- Main -------*/
    .modal-header-dom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #fff;
    }

    .main_content,
    .logo_mob {
        height: 73px;
    }

    .main_content {
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 1.6em;
        z-index: 20;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(7, 31, 44, .07), 0 4px 10px 0 rgba(7, 31, 44, .1);
    }

    .logo_mob {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 79px);
        position: absolute;
        left: 0;
        top: 0;
        padding: 14px 15px 15px 15px;
    }

    .logo_mob > a {
        background-image: url(/themes/default/front/img/logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .content1 {
        padding: 20px 15px 20px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-logo {
        width: 80px;
        margin-right: 10px;
        display: inline-block;
    }

    .dom_title {
        font-weight: 700;
        font-size: 34px;
        line-height: 1.1em;
        text-align: left;
        color: #fff;
    }

    .dom_insite {
        padding: 0 15px;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }

    .text {
        font-size: 17px;
        color: #fff;
        flex-basis: auto;
        flex-grow: 1;
    }

    .main_soc {
        background-color: #fff;
        padding: 10px 15px;
        font-size: 25px;
        line-height: 1em;
        color: #50aae9;
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .news_realty {
        background-color: rgba(0, 0, 0, 0.51);
        border: 1px solid #fff;
        height: 40px;

        font-weight: 700;
        font-size: 15px;
        text-align: center;
        color: #fff;
        line-height: 40px;
        margin: 0 auto 30px;
    }

    .news_realty:hover {
        background-color: rgba(0, 0, 0, 0.60);
        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
        border: 1px solid rgba(255, 255, 255, 0.7);
    }

    .news_realty:active {
        background-color: rgba(0, 0, 0, 0.70);
        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
        border: 1px solid rgba(255, 255, 255, 0.7);
    }

    .vih {
        background-color: rgba(0, 0, 0, 0.51);
        width: 100%;
        padding: 15px 30px;
        color: #fff;
        font-size: 0.8em;
        line-height: 1.3em;
    }

    .vih a {
        color: #50aae9;
        text-decoration: none;
    }

    .vih a:hover {
        color: #50aae9;
        text-decoration: none;
    }

    .vih a:active {
        color: #50aae9;
        text-decoration: none;
    }

    .vih a:visited {
        color: #50aae9;
        text-decoration: none;
    }

    /*----- End of Main -------*/
    /*.modal {
        left: -17px;
    }*/
    .modal-dialog {
        padding: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal-content {
        border-radius: 0;
        border: none;
    }

    h1 {
        font-size: 30px;
    }

    .adress {
        margin-top: 5px;
    }

    .company {
        padding: 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

    .company_block {
        flex-direction: column;
    }

    .company_block p {
        text-align: center;
        margin: 0;
    }

    .company_adress {
        margin-left: 0;
        text-align: center;
    }

    .social a {
        margin: 0 5px;
    }

    img {
        width: 100%;
        height: auto;
    }

    .image-slider {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-slider-contents {
        width: 90%;
        height: 235px;
        float: none;
        position: relative;
        overflow: hidden;
    }

    .image-slider-back, .image-slider-forward {
        float: none;
    }

    .preview {
        width: 100%;
        height: auto;
    }

    .actions {
        font-size: 23px;
    }

    .down {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
    }

    .snoska {
        padding: 0 10px 20px;
        text-align: center;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    .black_box {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 359px) {
    .logo_mob {
        padding: 18px 0 17px 15px;
    }
}

/*Mob menu*/
.mob_popup {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
}

#nav-icon3 {
    width: 27px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #184a79;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
    top: 2px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

.site__open #nav-icon3 span:nth-child(1),
.site__open #nav-icon3 span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.site__open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site__open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bod_heiht {
    height: 100vh !important;
    overflow: hidden;
}

.nav_list {
    margin: 0;
    width: 100%;
    list-style: none;
}

.nav_list li {
    position: relative;
    display: table;
}

.nav_list li a {
    padding: 3px 8px 3px 35px;
    display: block;
    font-size: 22px;
    display: inline-block;

    color: #273842;
    text-decoration: none;
}

.nav_list li span {
    width: 0;
    height: 0;
    position: absolute;
    top: 16px;
    right: -10px;
    width: 9px;
    height: 7px;
    background-image: url(/themes/default/front/img/men_down.png);
}

.nav_list li.active span {
    width: 9px;
    height: 5px;
    top: 17px;
    background-image: url(/themes/default/front/img/men_up.png);
}

.nav_list ul {
    margin: 0;
    display: none;
}

.nav_list ul li {
    position: static;
    display: table;
}

.nav_list ul a {
    padding: 1px 8px 1px 35px;
    display: block;
    font-size: 18px;
    display: inline-block;

    color: #848a8e;
    text-decoration: none;
}

.nar_now .nov_nar_img .vid {
    position: absolute;
    bottom: -8px;
    right: 15px;
    width: 53px;
}

/*mobilemenu*/
.site__top {
    width: 79px;
    height: 73px;
    position: absolute;
    z-index: 201;
    right: 0;
}

.site__top .social {
    display: none;
}

.site__top .logo {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-top: 15px;
    color: #ffffff;
}

.site__top .logo h1 {
    line-height: 0;
}

.site__top .logo h2 {
    line-height: 5px;
    font-family: Helvetica, arial;
    font-weight: 100;
}

.site__top .menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 25px;
    top: 25px;
}

.site__top .menu a {
    vertical-align: top;
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
}

.site__top .menu a span {
    display: none;
}

.site__top .menu a #nav-icon3 {
    display: inline-block;
}

.mob_popup {
    height: calc(100% - 73px);
    position: fixed;
    top: 73px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #184a79;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
    padding: 0;
    overflow-y: auto;
}

.popup__middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.popup__bottom {
    z-index: 3;
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__bottom .details p {
    margin: 0;
    margin-top: 5px;
    line-height: 18px;
    font-size: 14px;
}

.popup__bottom .details a {
    display: block;
    text-decoration: none;
    line-height: 18px;
    font-size: 14px;
    color: #22103f;
}

.popup__bottom .book-now p {
    margin: 0;
    margin-top: 5px;
}

.popup__bottom .book-now a {
    text-decoration: none;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #22103f;
}

@media screen and (min-width: 900px) {
    .site__top .social {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 20px;
        left: 50px;
    }

    .site__top .social__icon--fb {
        background: #f6f7ff;
        background-image: url(http://image005.flaticon.com/1/svg/59/59439.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .site__top .social__icon--tw {
        background: #f6f7ff;
        background-image: url(http://image005.flaticon.com/9/svg/8/8800.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .site__top .social__icon--in {
        background: #f6f7ff;
        background-image: url(http://image005.flaticon.com/1/svg/48/48898.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .site__top .social__icon--pt {
        background: #f6f7ff;
        background-image: url(http://image005.flaticon.com/9/svg/9/9150.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .site__top .social__icon--tm {
        background: #f6f7ff;
        background-image: url(http://image005.flaticon.com/28/svg/33/33985.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .site__top .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .site__top .social ul li {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .site__top .social ul li a {
        width: 40px;
        height: 40px;
        border: 1px solid #cdd3fd;
        color: #22103f;
        border-radius: 100%;
        text-indent: -999px;
        display: block;
    }

    .site__top .social ul li a:hover {
        background-color: #ffffff;
    }

    .site__top .logo {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 100%;
        padding-top: 15px;
    }

    .site__top .logo h1 {
        line-height: 0;
    }

    .site__top .logo h2 {
        line-height: 5px;
        font-family: Helvetica, arial;
        font-weight: 100;
    }

    .site__top .menu {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 50px;
        top: 25px;
    }

    .site__top .menu a {
        vertical-align: top;
        text-decoration: none;
        line-height: 20px;
        font-size: 16px;
    }

    .site__top .menu a span {
        display: inline-block;
        vertical-align: top;
    }

    .site__top .menu a #nav-icon3 {
        display: inline-block;
    }

    .popup__bottom {
        padding: 25px 0;
    }

    .popup__bottom .details p {
        margin: 0;
        margin-top: 5px;
        line-height: 20px;
        font-size: 16px;
    }

    .popup__bottom .details a {
        line-height: 20px;
        font-size: 16px;
    }

    .popup__bottom .book-now {
        position: absolute;
        right: 50px;
        top: 40px;
    }

    .popup__bottom .book-now a {
        line-height: 20px;
        font-size: 16px;
    }
}

.site__open #nav-icon3 span {
    background: #184a79;
    width: 23px;
}
/* Button close mobile*/
.fixed-header {
    z-index: 1100;
    width: 100%;
    position: fixed;
    top: 0;
    left: -8px;
    display: none;
}

.fixed-header .modal-header {
    margin: 0 auto;
}

.affixed {
    display: block;
}

.black_box {
    display: block;
    background-color: rgba(46, 49, 49, 0.85);
    padding: 10px;
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.down_stat_wr {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

.down_material {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.down_material_last {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.social-down {
    z-index: 1;
}

.social-likes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    user-select: none;
}

.social-likes .social-btn,
.soc-in-menu-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.social-down .social-likes .social-btn,
.social-down .social-likes .soc-in-menu-more {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 5px;
}

.social-top .social-likes .soc-in-menu-more {
    margin-right: 0;
    margin-left: 10px;
}

.social-top .social-likes .soc-in-menu-more > .social-btn {
    margin: 0;
}

.social-down .social-likes .soc-in-menu-more {
    margin-right: 0;
}

.soc-in-menu-more {
    display: none;
}

.social-likes .social-btn.btn-close {
    margin: 0;
    display: none;
}

.social-likes .dropdown.open .btn-close {
    display: -webkit-flex;
    display: flex;
}

.social-likes .btn-share {
    position: absolute;
    top: 0;
    left: 0;
}

.social-likes .dropdown.open .btn-share {
    display: none;
}

.social-likes .social-btn .svg-icon {
    margin: 0;
    transition: transform .5s;
}

.social-btn:hover .svg-icon {
    transform: scale(1.6);
    transition: transform .1s;
}

.social-down .social-btn .svg-icon {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.social-top .social-btn .svg-icon,
.social-likes .btn-close .svg-icon {
    fill: #8ba4bc;
    width: 18px;
    max-width: 18px;
    height: 18px;
}

.social-top .social-btn:hover .svg-icon {
    fill: #fff;
}

.social-top .social-btn {
    background-color: #e3eaef;
}

.social-top .social-btn.btn-share:hover {
    background-color: #d1e2ef;
}

.social-likes .btn-close:hover .svg-icon,
.social-top .social-btn.btn-share:hover .svg-icon {
    fill: #184a79;
}

/*.social-top .btn-close,
.social-top .btn-close:hover,
.social-down .btn-close,
.social-down .btn-close:hover {
    background-color: #fff;
}

.social-top .btn-share:hover,
.social-down .btn-share {
    background-color: #8ba4bc;
}

.social-top .btn-vk:hover,
.social-down .btn-vk {
    background-color: #0aa6d2;
}

.social-top .btn-ok:hover,
.social-down .btn-ok {
    background-color: #ff860a;
}

.social-top .btn-facebook:hover,
.social-down .btn-facebook {
    background-color: #20568e;
}

.social-top .btn-whatsapp:hover,
.social-down .btn-whatsapp {
    background-color: #25d366;
}

.social-top .btn-twitter:hover,
.social-down .btn-twitter {
    background-color: #00aced;
}

.social-top .btn-google:hover,
.social-down .btn-google {
    background-color: #ff0000;
}

.social-top .btn-telegram:hover,
.social-down .btn-telegram {
    background-color: #2aabee;
}

.social-top .btn-viber:hover,
.social-down .btn-viber {
    background-color: #7360f2;
}

.social-top .btn-mail:hover,
.social-down .btn-mail {
    background-color: #3b5bd1;
}*/

.in-material-carousel {
    margin-bottom: 0;
    line-height: 0;
    background-color: transparent;
    width: calc(100% + 19.0476%);
    margin-left: -9.5238%;
}

.in-material-carousel .carousel {
    width: 100%;
    vertical-align: top;
    margin-bottom: 64px;
    display: block !important;
    position: relative;
    line-height: 0;
    cursor: pointer;
    background-color: transparent;
}

.in-material-carousel .carousel:before {
    content: '';
    display: block;
    padding-top: 66%;
}

.in-material-carousel .carousel.fade {
    opacity: 1;
}

.in-material-carousel .carousel .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.in-material-carousel .carousel.fade .item {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s;
    z-index: 0;
    background: transparent;
}

.in-material-carousel .carousel.fade .item.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.in-material-carousel .carousel .item img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
}

.in-material-carousel .carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(36, 37, 39, 0.5);
    width: 100%;
    color: #fff;
    padding: 5px 10%;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.in-material-carousel .carousel-text:empty {
    display: none;
}

.in-material-carousel .carousel-control.left,
.in-material-carousel .carousel-control.right {
    background-image: none;
    background-color: transparent;
    bottom: 0;
    z-index: 10;
    transition: .2s;
    opacity: .15;
}

.in-material-carousel .carousel-control:hover,
.in-material-carousel .carousel-control:focus {
    opacity: .5;
}

.in-material-carousel .carousel-control:active {
    opacity: .8;
    transition: .1s;
}

.in-material-carousel .arrows.arrow-next,
.in-material-carousel .arrows.arrow-prev {
    border: none;
    width: 80%;
    height: 18.18%;
    position: absolute;
    top: 40.91%;
    left: 10%;
    margin-top: 0;
    border-radius: 50%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 30%;
    background-repeat: no-repeat;
    transition: .2s;
}

.in-material-carousel .arrows.arrow-prev {
    background-image: url(/themes/default/front/img/chevron-thin-left.svg);
    background-position: 46% center;
}

.in-material-carousel .arrows.arrow-next {
    background-image: url(/themes/default/front/img/chevron-thin-right.svg);
    background-position: 54% center;
}

.in-material-carousel .carousel-indicators {
    list-style-type: none;
    position: absolute;
    width: 100%;
    margin: 0 auto 0;
    bottom: -24px !important;
    left: 0;
    line-height: 14px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.in-material-carousel .carousel-indicators li,
.in-material-carousel .carousel-indicators li.active {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
    text-indent: 0;
    transition: .5s;
}

.in-material-carousel .carousel-indicators li {
    border: 1px solid #9ba1a4;
    background-color: #fff;
}

.in-material-carousel .carousel-indicators li.active {
    border: 1px solid #5aaaf5;
    background-color: #5aaaf5;
}

@media (max-width: 767px) {
    .modal-body {
        padding: 0 25px;
    }

    .in-material-carousel {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
}

.down .social-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.down a:hover .social-btn {
    transform: scale(1.3);
    transition: transform .1s;
}

.down .social-btn:hover  .svg-icon {
    transform: none;
}

.down .social-btn .svg-icon {
    margin: 0;
}

.down .social-btn .svg-icon {
    fill: #fff;
    width: 18px;
    max-width: 18px;
    height: 18px;
}

.down .social-btn {
    background-color: #e3eaef;
}

.down .btn-vk {
    background-color: #0aa6d2;
}

.down .btn-ok {
    background-color: #ff860a;
}

.down .btn-facebook {
    background-color: #20568e;
}

.down .btn-whatsapp {
    background-color: #25d366;
}

.down .btn-twitter {
    background-color: #00aced;
}

.down .btn-google {
    background-color: #ff0000;
}

.down .btn-telegram {
    background-color: #2aabee;
}

.down .btn-viber {
    background-color: #7360f2;
}

.down .btn-mail {
    background-color: #3b5bd1;
    opacity: 0.5;
}
