
/* ШРИФТ Rubik */

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Light.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-LightItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Regular.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Italic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal; }

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}

body, html{
    min-width: 100%;
    min-height: 100%;
}
body {
    min-height: 100vh;
    overflow: hidden;
    color: #333;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    min-width: 1024px;
    /*min-height: 650px;*/
    line-height: normal;
    background: #fff;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-font-smoothing: subpixel-antialiased !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
#body_frame, .load_frame {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
ul{
    list-style: none;
    padding: 0;
}
h1{
    margin-top: 0;
}
.yi-block {
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
   /* z-index: 3;
    position: absolute;
    bottom: 0;
    right: 130px;*/
}
img.yi-logo {
    display: block;
    margin: 0 auto;
    width: 80px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.clear{clear: both;}
.my-modal{display:none;}

.fancy-feedback .fancybox-skin{
    background-color: #6281D6;
}
.body-flexblock {
    display: flex;
    align-items: flex-end;
}
.body-frame{
    min-width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-left: 150px;
}
.body-frame .owl-carousel{
    z-index: auto;
}
a.text-link{
    color: #2df3ff;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.btn-green, .btn-green:focus, .btn-blue, .btn-blue:focus {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 6px;
    position: relative;
    background-color: #58AA46;
    -webkit-transition: all 0.15s ease;
    -khtml-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.btn-green:hover, .btn-blue:hover{
    background-color: #498f3b;
    color: #fff;
    border: 0;
    outline: 0;
}
.btn-green:active, .btn-green:hover:active, .btn-blue:active, .btn-blue:hover:active{
    background-color: #438235;
    color: #fff;
    border: 0;
    outline: 0;
}
.btn-blue, .btn-blue:focus{
    font-size: 16px;
    font-weight: 300;
    padding: 10px 25px;
    background-color: #6281D6;
}
.btn-blue:hover{
    background-color: #688ee4;
}
.btn-blue:active, .btn-blue:hover:active{
    background-color: #304168;
}
.form-title{
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form-label{
    color: white;
    font-size: 12px;
    font-weight: 500;
}
.form-control {
    border: 0;
    height: 48px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: white;
}
.form-control:focus{
    box-shadow: none;
}
.btn-form.btn-green{
    float: left;
    font-size: 14px;
    margin-right: 30px;
    padding: 13px 20px;
    line-height: normal;
    text-transform: uppercase;
}
.agree-small{
    float: left;
    color: white;
    width: 200px;
    font-size: 10px;
    font-weight: 300;
}
.agree-small a {
    color: #fff;
}


/* ===== Шапка ===== */

.head-block{
    /*width: 100%;
    height: 17%;
    min-height: 160px;
    position: relative;
    background-color: white;*/
    padding: 0 40px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.logo-mayak{
    /*top: 40px;
    left: 70px;
    z-index: 21;
    position: absolute;*/
    width: 100%;
    height: 93px;
    min-width: 260px;
    max-width: 297px;
    background: url(../img/logo-chernika.svg) no-repeat center/contain;
    margin: 40px 0 25px;
}
@media (max-height: 760px) {
    .logo-mayak {
        margin: 15px 0;
    }
}
.phone-block{
    /*top: 30px;
    right: 35px;
    position: absolute;
    vertical-align: top;*/
    text-align: right;
    white-space: nowrap;
    color: #3d509f;
    display: flex;
    align-items: center;
}
.phone-block p{margin:0;}
.phone-block .phone-main{
    letter-spacing: -0.03em;
    font-size: 43px;
    font-weight: 700;
}
@media (max-width: 1130px) {
    .phone-block .phone-main {
        font-size: 32px;
    }
}
.phone-block .phone-small{
    /*left: -40px;
    top: 50px;
    position: absolute;*/
    display: block;
    font-size: 10px;
    font-weight: 300;
    margin: 0 10px 15px 0;
}
@media (max-width: 1130px) {
    .phone-block .phone-small {
        margin: 0 10px 8px 0;
    }
}
.phone-outer {
    display: flex;
    align-items: center;
}
.navbar{
    /*top: 90px;
    left: 400px;
    position: absolute;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 20px;
}
.navbar:before, .navbar:after {
    display: none;
}
.navbar-nav > li{
    cursor: pointer;
    position: relative;
    margin-right: 38px;
    margin-bottom: 5px;
}
.navbar-nav > li:last-child{
    margin-right:0;
}
.navbar-nav > li:hover{
    text-decoration: underline;
}
.navbar-nav > li > a{
    padding: 0;
    color: #666;
    line-height: normal;
    z-index: 2;
}
.navbar-nav > li > a:hover{
    background: none;
}
.navbar-nav > li.active a {
    color: #287d40;
}

/* ===== /Шапка ===== */


/* ===== Слайдер на главной ===== */
.right-panel{
    top: 0;
    right: 0;
    width: 120px;
    z-index: 2;
    position: absolute;
    background-image: url('../img/angles.gif');
    background-position: top;
    background-repeat: no-repeat;
}
.day-night{
    top: 50px;
    z-index: 2;
    left: 90px;
    width: 180px;
    height: 48px;
    cursor: pointer;
    position: absolute;
}
.day-night-icon{
    float: left;
    width: 48px;
    height: 48px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/svg/icon-daynight.svg');
}
.toggle-night{
    background-image: url('../img/svg/icon-daynight01.svg');
}
.day-night .btn-daynight{
    float: left;
    width: 130px;
    height: 48px;
    color: white;
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    background-color: #3D509F;
    text-transform: uppercase;
}
.day-night:hover .btn-daynight, .day-night .btn-daynight:hover{
    color: #fff;
    text-decoration: none;
    background-color: #1c316f;
}
.info-index{
    padding: 50px;
    font-size: 18px;
}
.owl-index{
    width: 100%;
}
.owl-index .item, .body-frame, .owl-gallery .item, .right-panel, .build-frame .build-menu-block, .interaktiv-main {
    min-height: calc(100vh - 158px);
}
@media (max-height: 770px) {
    .owl-index .item, .body-frame, .owl-gallery .item, .right-panel, .build-frame .build-menu-block, .interaktiv-main {
        min-height: calc(100vh - 90px);
    }
}

.annulment-body-frame {
    height: initial;
}
@media (max-width: 1280px) {
    .annulment-body-frame {
        padding: 15px!important;
    }
}
.paddzero-body-frame {
    padding: 0;
}

.owl-index .owl-nav{
    bottom: 15px;
    left: 600px;
    z-index: 23;
    position: absolute;
}
.owl-index .owl-nav > div{
    float: left;
    width: 72px;
    height: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.15s ease;
    -khtml-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.owl-index .owl-nav .owl-prev{
    background-image:url('../img/svg/icon06-arrleft.svg');
}
.owl-index .owl-nav .owl-prev:hover{
    background-image:url('../img/svg/icon06-arrleft-hover.svg');
}
.owl-index .owl-nav .owl-next{
    background-image:url('../img/svg/icon05-arrright.svg');
}
.owl-index .owl-nav .owl-next:hover{
    background-image:url('../img/svg/icon05-arrright-hover.svg');
}

.owl-item-ind01, .owl-item-ind02, .owl-item-ind03, .owl-item-ind04, .owl-item-ind05{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.owl-item-ind01:after, .owl-item-ind02:after, .owl-item-ind03:after, .owl-item-ind04:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 654px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /*opacity: 0.44;*/
    opacity: 0;
}
/*.owl-item-ind01{background-image:url('../img/chern-slide01.jpg');}
.owl-item-ind02{background-image:url('../img/chern-slide03.jpg');}
.owl-item-ind03{background-image:url('../img/chern-slide04.jpg');}*/
.owl-item-ind01{background-image:url('../img/slide_new_2.jpg');}
.owl-item-ind02{background-image:url('../img/bg-location.jpg');}
.owl-item-ind03{background-image:url('../img/slide_new_1.jpg');}
.owl-item-ind04{background-image:url('../img/chern-slide05.jpg');background-position:bottom;}
.owl-item-ind04 .owl-txtblock p{margin: 0 30px 10px;}
.owl-item-ind05 {background-image:url('../img/slide-12-1-1.jpg');}
.owl-txtblock{
    right: 200px;
    color: #fff;
    bottom: 90px;
    max-width: 60%;
    font-size: 77px;
    line-height: 77px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    z-index: 1;
}
@media (max-height: 1440px) {
    .owl-txtblock {
        font-size: 4vw;
        line-height: 1;
    }
}
@media (max-height: 660px) {
    .owl-txtblock {
        font-size: 62px;
        line-height: normal;
    }
}

.footer-static + .footer-outer {
    position: static;
}

.footer-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 40px;
}
.footer-outer .yi-block, .footer-outer .footer-left > * {
    z-index: 3;
}
@media (max-width: 1170px) {
    .footer-outer {
        padding-left: 20px;
        padding-right: 90px;
    }
}
.footer-left {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 10px 0;
}
.footer-text-grey + .footer-outer .logo-ais {
    background-image: url(../img/logo-ais-grey.svg);
}
.footer-text-grey + .footer-outer .link-docs, .footer-text-grey + .footer-outer .link-privacy {
    color: #707070;
}
.footer-text-grey + .footer-outer a .soc-link {
    background-color: #707070;
    color: #fff;
}

    /* ===== / Слайдер на главной - Конец ===== */

/* ===== О проекте ===== */

.about-frame{
    background-image: url('../img/bg-about.jpg');
}
.about-block{
    /*left: 150px;
    bottom: 170px;
    max-width: 700px;
    position: absolute;*/
    max-width: 990px;
    padding-right: 100px;
}
.about-block h1{
    color: #6281D6;
    font-size: 65px;
    font-weight: 700;
}
@media (max-width: 1130px) {
    .about-block h1 {
        font-size: 48px;
    }
}
.about-block .about-text{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
@media (max-width: 1130px) {
    .about-block .about-text{
        font-size: 18px;
    }
}
/* ===== / О проекте ===== */


/* ===== Расположение ===== */

.location-frame{
    position: relative;
    background-image: url('../img/bg-location.jpg');
}
.location-frame:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 654px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.44;
}
.loc-block{
    color: white;
    left: 50%;
    bottom: 80px;
    max-width: 700px;
    z-index: 1;
    position: absolute;
}
.loc-block h1{
    font-size: 65px;
    font-weight: 700;
}
.loc-block .loc-text{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
/* ===== / Расположение ===== */

/* ===== Google-карта ===== */

.g-map{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.cont-block-blue{
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    width: 611px;
    height: 100%;
    padding: 100px;
    position: absolute;
    text-align: center;
    background-color: rgba(19,37,109,0.78);
}
@media (max-width: 1280px) {
    .cont-block-blue {
        width: auto;
        padding: 15px 30px;
    }
}
.cont-block-blue.contacts-blue{
    right: 0;
    left: auto;
    width: 800px;
    font-size: 39px;
    font-weight: 500;
    text-align: left;
    line-height: normal;
}
@media (max-width: 1600px) {
    .cont-block-blue.contacts-blue{
        width: auto;
        padding-right: 15vw;
    }
}
@media (max-height: 800px) {
    .cont-block-blue {
        padding: 50px;
    }
    .cont-block-blue.contacts-blue{
        font-size: 24px;
    }
}
.cont-block-blue.contacts-blue h1{
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 40px;
}
@media (max-height: 800px) {
    .cont-block-blue.contacts-blue h1 {
        font-size: 62px;
        margin-bottom: 20px;
    }
}
.cont-block-blue.contacts-blue p{
    margin-bottom: 45px;
}
.cont-block-blue.contacts-blue p span, .cont-block-blue.contacts-blue p a{
    color: #6DE852;
}
.markers-list{
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    border-spacing: 5px;
    border-collapse: separate;
    margin-bottom: 20px;
}
.markers-list tr{
    cursor: pointer;
}
.markers-list tr:hover, .tr-bg{
    background-color: rgba(64,226,255,0.2);
}
.markers-list td{
    padding: 15px;
}
@media (max-height: 650px) {
    .markers-list td {
        padding: 2px;
    }
    .markers-list {
        margin-bottom: 5px;
    }
}
.markers-list td.mark-icon{
    width: 80px;
}
.markers-list td img{
    width: 50px;
    height: 50px;
}
h1.title-head{
    font-size: 43px;
    font-weight: 300;
    padding-left: 40px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
p.cont-text{
    font-weight: 300;
    padding-left: 70px;
    margin-bottom: 20px;
}
p.cont-text-blue{
    color: #7fd3ff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 70px;
}

/* ===== / Google-карта ===== */

/* Застройщик */

.ais-frame{
    background-image: url(../img/bg-ais.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cont-block-blue.ais-blue{
    width: 850px;
    text-align: left;
    font-size: 18px;
    font-weight: 200;
    line-height: 19px;
}
.cont-block-blue.ais-blue h1{
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 40px;
}
.cont-block-blue.ais-blue p{
    margin-bottom: 30px;
}
.ais-icons{
    width: 100%;
    font-size: 13px;
}
.ais-icons img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.ais-icons td{
    width: 33.33333333%;
}
.ais-icons__text {
    vertical-align: top;
    font-size: 15px;
    font-weight: 200;
    line-height: 19px;
    padding-top: 10px;
}
.ais-icons__owner {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient( 135deg, #3c5fb2 0%, #3c5fb2 50%, #0a2569 50%, #0a2569 50%);
}
.ais-icons__item {
    fill: #fff;
}
    .ais-icons__item-1 {
        width: 71px;
        height: 66px;
    }
    .ais-icons__item-2 {
        width: 71px;
        height: 73px;
    }
    .ais-icons__item-3 {
        width: 71px;
        height: 70px;
    }

/* / Застройщик */

/* Как купить */

.buy-frame{
    background-image: url(../img/bg-buy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cont-block-blue.buy-blue{
    padding: 100px 60px;
    text-align: left;
    width: 850px;
}
    @media (max-width: 1370px) {
        .cont-block-blue.buy-blue {
            padding: 40px;
        }
        .buy-var {
            height: calc(100% - 100px)!important;
        }
        .buy-center {
            height: 100%!important;
        }
        .buy-frame h1 {
            font-size: 52px!important;
            font-weight: 700!important;
            margin-bottom: 24px!important;
            line-height: 42px!important;
        }
        .logo-mayak {
            width: 270px;
            height: 80px;
            margin: 5px 0;
        }
        .navbar {
            font-size: 12px;
        }
        .navbar-nav > li {
            margin-right: 30px;
        }
        .phone-block .phone-main {
            font-size: 38px;
        }
        .filter-frame h1 {
            font-size: 38px;
        }
        .sel-rooms, .sel-floor, .sel-area {
            margin-bottom: 15px!important;
        }
        .circle-check-label {
            width: 52px;
            height: 52px;
            font-size: 24px;
            line-height: 52px;
        }
        .table-result td {
            padding: 5px 0;
        }
        .result-scroll {
            height: 305px;
        }
        .circle-check-label {
            width: 52px!important;
            height: 52px!important;
            font-size: 24px!important;
            font-weight: 300!important;
            line-height: 52px!important;
        }
        .form-select .irs-slider {
            width: 52px!important;
            height: 52px!important;
        }
        .form-select .irs-line, .form-select .irs-bar, .form-select .irs, .form-select .btn {
            height: 52px!important;
        }
        .form-select .irs-from, .form-select .irs-to, .form-select .irs-single, .form-select .irs-min, .form-select .irs-max {
            font-size: 24px!important;
            line-height: 27px!important;
        }
        .form-select .btn {
            line-height: 52px!important;
        }
        .table-result td {
            padding: 5px 0!important;
        }
        .result-scroll {
            height: 320px!important;
        }
    }
.buy-menu{
    display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.buy-menu > li {
    float: left;
    display: block;
    cursor: pointer;
    padding: 3px 15px;
    position: relative;
    margin-bottom: 10px;
    border-left: 2px solid black;
}
.buy-menu > li:hover{
    color: #b7bacc;
    text-decoration: underline;
}
.buy-menu > li.active{
    opacity: 0.55;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}
.buy-menu > li:first-child{
    border: 0;
    padding-left: 0;
}
.buy-frame h1{
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 56px;
}

/* / Как купить */


/* ===== Галерея ===== */
.owl-gallery{
    width: 100%;
}
.owl-gallery .owl-nav{
    bottom: 15px;
    left: 600px;
    z-index: 23;
    position: absolute;
}
.owl-gallery .owl-nav > div{
    float: left;
    width: 72px;
    height: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.15s ease;
    -khtml-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.owl-gallery .owl-nav .owl-prev{
    background-image:url('../img/svg/icon06-arrleft.svg');
}
.owl-gallery .owl-nav .owl-prev:hover{
    background-image:url('../img/svg/icon06-arrleft-hover.svg');
}
.owl-gallery .owl-nav .owl-next{
    background-image:url('../img/svg/icon05-arrright.svg');
}
.owl-gallery .owl-nav .owl-next:hover{
    background-image:url('../img/svg/icon05-arrright-hover.svg');
}
.owl-gallery .owl-dots{
    position: absolute;
    bottom: 33px;
    left: 800px;
}
.owl-gallery .owl-dots .owl-dot {
    width: 40px;
    height: 30px;
    display: inline-block;
    zoom: 1;
}
.owl-gallery .owl-dots .owl-dot span, .owl-gallery .owl-dots .owl-dot:hover span {
    width: 12px;
    height: 12px;
    margin: 9px 14px;
    background: white;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.owl-gallery .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    margin: 7px 12px;
    background: none;
    border: 2px solid white;
}
.owl-gallery .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-item-gal01{background-image:url('../img/gallery/gal-slide01.jpg');}
.owl-item-gal02{background-image:url('../img/gallery/gal-slide02.jpg');}
.owl-item-gal03{background-image:url('../img/gallery/gal-slide03.jpg');}
.owl-item-gal04{background-image:url('../img/gallery/gal-slide04.jpg');}
.owl-item-gal05{background-image:url('../img/gallery/gal-slide05.jpg');}
.owl-item-gal06{background-image:url('../img/gallery/gal-slide06.jpg');}
.owl-item-gal08{background-image:url('../img/gallery/gal-slide08.jpg');}
.owl-item-gal09{background-image:url('../img/gallery/gal-slide09.jpg');}
.owl-item-gal10{background-image:url('../img/gallery/gal-slide10.jpg');}
.owl-item-gal11{background-image:url('../img/gallery/gal-slide11.jpg');}
.owl-item-gal12{background-image:url('../img/gallery/gal-slide12.jpg');}
.owl-item-gal13{background-image:url('../img/gallery/gal-slide13.jpg');}
.owl-item-gal14{background-image:url('../img/gallery/gal-slide14.jpg');}
.owl-item-gal15{background-image:url('../img/gallery/gal-slide15.jpg');}
.owl-item-gal16{background-image:url('../img/gallery/gal-slide16.jpg');}
.owl-item-gal17{background-image:url('../img/gallery/gal-slide17.jpg');}
.owl-item-gal18{background-image:url('../img/gallery/gal-slide18.jpg');}

/* ===== / Галерея ===== */

/* ===== Новости ===== */

.news-frame{
    background-image:url('../img/bg-news.jpg');
}
.wrap-full-new{
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    display: none;
    position: absolute;
    padding: 70px 150px;
    background-color: rgba(19,37,109,0.5);
}
.full-new-close{
    top: 70px;
    right: 100px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/svg/icon-new-close.svg');
}
.wrap-full-new-scroll{
    width: 100%;
    height: 600px;
    overflow-y: scroll;
    position: relative;
    padding-right: 30px;
}
.full-new-scroll{
    height: auto;
}
.full-new-block{
    color: white;
}
.full-new-block p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.full-new-block p:last-child{
    margin-bottom: 0;
}
.full-new-block .full-new-date{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.full-new-block .full-new-title{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
.full-new-block .full-new-separator{
    width: 40%;
    height: 8px;
    position: relative;
    margin-bottom: 30px;
    background-color: white;
}
.cont-block-blue.news-blue{
    right: 0;
    left: auto;
    width: 40%;
    font-size: 39px;
    font-weight: 500;
    text-align: left;
    padding-top: 70px;
    line-height: normal;
}
.cont-block-blue.news-blue h1{
    font-size: 65px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
}
.cont-block-blue.news-blue .actions-link{
    font-size: 17px;
    font-weight: 300;
    color: white;
}
.cont-block-blue.news-blue p{
    margin-bottom: 45px;
}
.cont-block-blue.news-blue p span, .cont-block-blue.news-blue p a{
    color: #6DE852;
}
.cont-block-blue.news-blue .short-news-wrap{
    height: 500px;
    overflow-y: scroll;
    padding-right: 30px;
}
.cont-block-blue.news-blue .short-news-wrap::-webkit-scrollbar, .wrap-full-new-scroll::-webkit-scrollbar {
    width: 10px;
}
.cont-block-blue.news-blue .short-news-wrap::-webkit-scrollbar-track, .wrap-full-new-scroll::-webkit-scrollbar-track {
    background: none;
}
.cont-block-blue.news-blue .short-news-wrap::-webkit-scrollbar-thumb, .wrap-full-new-scroll::-webkit-scrollbar-thumb {
    background: #58AA46;
}
.cont-block-blue.news-blue .short-news-wrap::-webkit-scrollbar-thumb:hover, .wrap-full-new-scroll::-webkit-scrollbar-thumb:hover {
    background: #438235;
}
.cont-block-blue.news-blue .short-news-wrap .short-news-scroll{
    height: auto;
}
.cont-block-blue.news-blue .short-new{
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #90EF00;
    margin-bottom: 35px;
}
.cont-block-blue.news-blue .short-new .short-new-date{
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.cont-block-blue.news-blue .short-new .short-new-date .new-date{
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    display: block;
    float: left;
    margin-right: 10px;
    background-color: rgba(86,173,71,0.82);
}
.cont-block-blue.news-blue .short-new .short-new-date .new-month{
    height: 80px;
    display: block;
    float: left;
}
.cont-block-blue.news-blue .short-new .short-new-title{
    font-size: 25px;
    font-weight: 500;
}
.cont-block-blue.news-blue .short-new .short-new-text{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
/* ===== / Новости ===== */


/* ===== Ход строительства ===== */

.build-frame{
    background-image: url('../img/bg-build.jpg');
}
.build-frame .build-block{
    width: 80%;
    padding-top: 5%;
}
@media (max-height: 800px) {
    .build-frame .build-block{
        padding-top: 2%;
    }
}
.build-frame .build-menu-block{
    top: 0;
    right: 0;
    width: 20%;
    padding-top: 5%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/bg-build-menu.png');
}
@media (max-height: 730px) {
    .build-frame .build-menu-block {
        padding-top: 1%;
        width: 13%;
    }
}
.build-frame .build-menu-block .online-link, .build-frame .build-menu-block .photorep-link, .build-frame .build-menu-block .videorep-link{
    width: 125px;
    height: 125px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    background-size: 125px 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/svg/icon-webcamera.svg');
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.build-frame .build-menu-block .photorep-block, .build-frame .build-menu-block .videorep-block{
    width: 145px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.build-frame .build-menu-block .photorep-block .photorep-link{
    margin-bottom: 0;
    background-image: url('../img/svg/icon-photoreport.svg');
}
.phrep-wrapper, .vdrep-wrapper{
    width: 125px;
    height: 0;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.phrep-wrapper.show, .vdrep-wrapper.show{
    height: 119px;
}
.phrep-wrapper .phrep-list-wrap, .vdrep-wrapper .vdrep-list-wrap{
    top: 0;
    left: 0;
    width: 145px;
    overflow-y: scroll;
    height: 119px;
    position: absolute;
}
.photorep-block .phrep-wrapper .phrep-list-wrap::-webkit-scrollbar,
.videorep-block .vdrep-wrapper .vdrep-list-wrap::-webkit-scrollbar{
    width: 15px;
}
.photorep-block .phrep-wrapper .phrep-list-wrap::-webkit-scrollbar-track,
.videorep-block .vdrep-wrapper .vdrep-list-wrap::-webkit-scrollbar-track{
    background: #f3f3f3;
}
.photorep-block .phrep-wrapper .phrep-list-wrap::-webkit-scrollbar-thumb,
.videorep-block .vdrep-wrapper .vdrep-list-wrap::-webkit-scrollbar-thumb{
    background: #58AA46;
}
.photorep-block .phrep-wrapper .phrep-list-wrap::-webkit-scrollbar-thumb:hover,
.videorep-block .vdrep-wrapper .vdrep-list-wrap::-webkit-scrollbar-thumb:hover{
    background: #438235;
}
.hide-scroll::-webkit-scrollbar-track{
    visibility: hidden;
}
.photorep-block .phrep-wrapper .phrep-list-wrap ul,
.videorep-block .vdrep-wrapper .vdrep-list-wrap ul{
    width: 125px;
    padding: 0 8px;
    margin-bottom: 0;
    background-color: rgba(98,129,214,0.89);
}
.photorep-block .phrep-wrapper .phrep-list-wrap ul li,
.videorep-block .vdrep-wrapper .vdrep-list-wrap ul li{
    color: white;
    height: 40px;
    display: block;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid white;
}
.photorep-block .phrep-wrapper .phrep-list-wrap ul li:last-child,
.videorep-block .vdrep-wrapper .vdrep-list-wrap ul li:last-child{
    border: 0;
}
.build-frame .build-menu-block .videorep-block .videorep-link{
    margin-bottom: 0;
    background-image: url('../img/svg/icon-videoreport.svg');
}
.build-frame .build-block .show-report{
    width: 50%;
    height: auto;
    max-height: 435px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
}
.owl-report{
    width: 100%;
    position: relative;
}
.owl-report .owl-item{
    height: 100%;
    max-height: 435px;
    overflow: hidden;
}
.owl-report .owl-nav{
    top: 50%;
    height: 70px;
    width: 100%;
    margin-top: -35px;
    position: absolute;
}
.owl-report .owl-nav .owl-prev, .owl-report .owl-nav .owl-next{
    width: 70px;
    height: 70px;
    left: -70px;
    position: absolute;
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/svg/icon-arr-left-rep.svg');
}
.owl-report .owl-nav .owl-next{
    left: auto;
    right: -70px;
    background-image: url('../img/svg/icon-arr-right-rep.svg');
}

.build-frame .build-block .show-report .ytbVideo{
    height: 0;
    position: relative;
    padding-bottom: 56.25%; /* пропорции видео 16:9 */
}
.build-frame .build-block .show-report .ytbVideo .online-close{
    top: 0;
    right: -80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/svg/icon-new-close.svg');
}
.build-frame .build-block .show-report .ytbVideo iframe{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.build-frame .build-block h1{
    color: white;
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

/* ===== / Ход строительства ===== */


/* ===== Ипотечный калькулятор ===== */

.calc-frame{
    color: white;
    padding: 3% 3% 1% 3%;
    background-image: url('../img/bg-ipoteka.png');
}
.calc-frame .calc-block{}
.calc-frame .calc-block h1 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}
.calc-frame .calc-block .calc50{
    float: left;
    width: 50%;
    height: 550px;
}
.calc50.calc50-left{
    padding-top: 70px;
    padding-right: 80px;
    border-right: 1px solid white;
}
.calc-input-block01{
    float: left;
    width: 300px;
    margin-right: 80px;
    margin-bottom: 20px;
}
.calc-input-block02{
    float: left;
    width: 200px;
    margin-bottom: 20px;
}
.calc50.calc50-left input{
    width: 100%;
    color: #6281D6;
    font-size: 52px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 10px;
}
.calc50.calc50-left label{
    font-size: 17px;
    font-weight: 300;
}
.calc-result-block{
    overflow: hidden;
    font-weight: 300;
    padding: 25px 30px;
    background-color: rgba(98,129,214,0.81);
}
.calc-res-sum, .calc-res-mon{
    float: left;
    width: 160px;
    font-size: 17px;
    margin-right: 50px;
}
.calc-res-mon{
    width: 180px;
}
.calc-res-sum-val, .calc-res-mon-val{
    font-size: 32px;
    border-bottom: 1px solid white;
}
.calc-result-block .btn-green{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-left: 0;
    padding: 15px 20px;
}
.calc50.calc50-right{
    padding-left: 80px;
}
.calc50.calc50-right h2{
    color: white;
    margin-top: 0;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 30px;
}
.calc50.calc50-right .bank-block{
    width: 29%;
    float: left;
    font-size: 15px;
    font-weight: 300;
    margin-right: 4%;
    margin-bottom: 30px;
}
.calc50.calc50-right .bank-block strong{
    font-weight: 500;
}
.calc50.calc50-right .bank-block img{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}


/* ===== / Ипотечный калькулятор ===== */


/* ===== Подвал ===== */

.bottom-shadow{
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 189px;
    position: absolute;
    background-repeat: repeat-x;
    background-image: url('../img/ton-bottom.png');
}
.footer-block{
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 189px;
    position: absolute;
}
.logo-ais{
    /*bottom: 22px;
    /*bottom: 22px;
    left: 60px;
    z-index: 3;
    position: absolute;*/
    width: 176px;
    height: 36px;
    background: url(../img/logo-ais-white.svg) no-repeat;
    background-size: 176px 36px;
    margin-right: 40px;
}
.block-links-docs{
    /*z-index: 3;
    left: 270px;
    bottom: 25px;
    position: absolute;*/
    margin-right: 40px;
}
.link-docs, .link-privacy{
    color: #fff;
    font-size: 9px;
    font-weight: 100;
    line-height: normal;
    text-decoration: underline;
}
.link-docs:hover, .link-docs:focus, .link-privacy:hover, .link-privacy:focus{
    color: #fff;
    outline: none;
}
.soc-block{
    color: #fff;
   /* z-index: 3;
    left: 450px;
    bottom: 23px;
    position: absolute;
    text-align: center;*/
}
a .soc-link{
    float: left;
    width: 21px;
    height: 21px;
    display: block;
    color: #707070;
    font-size: 13px;
    padding-top: 3px;
    margin-right: 5px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    text-align: center;
    -webkit-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
a:hover .soc-link{
    color: white;
    background-color: #58AA46;
}
.soc-block a:last-child{
    margin-right:0;
}

/* ===== /Подвал ===== */

/* ===== Документы ===== */

#winDocs{display: none;}

.fancybox-skin h1{
    margin-bottom: 30px;
}
.fancybox-skin .docs-back{
    width: 100%;
    /*height: 320px;*/
    height: 270px;
    background-image: url('../img/docs-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fancybox-skin .docs-block{
    /*padding:50px 200px 20px 200px;*/
    padding:20px 200px 20px 200px;
}
#docsTable table {
    width: 100%;
    display: none;
}
#docsTable table.active {
    display: table;
}
.docs-block__top {
    display: flex;
    align-items: center;
}
.docs-categories {
    display: flex;
    margin-left: 30px;
    color: #58aa46;
}
.docs-categories__item {
    font-size: 1.75rem;
    cursor: pointer;
    text-decoration: underline;
}
.docs-categories__item + .docs-categories__item {
    margin-left: 15px;
}
.docs-categories__item.active {
    color: #aeaeae;
    cursor: default;
    text-decoration: none;
}
.fancybox-skin .docs-block h2{
    font-size: 65px;
    font-weight: 700;
    color: #516BB3;
    margin-bottom: 50px;
    display: inline-block;
}
.docs-table-wrap{
    /*height: 300px;*/
    height: 430px;
    overflow-Y: scroll;
}
.docs-table-wrap::-webkit-scrollbar {
    width: 10px;
}
.docs-table-wrap::-webkit-scrollbar-track {
    background: white;
}
.docs-table-wrap::-webkit-scrollbar-thumb {
    background: #6281D6;
}
.docs-table-wrap::-webkit-scrollbar-thumb:hover {
    background: #355BC4;
}
#docsTable{
    width: 100%;
}
#docsTable td{
    width: 33.33333%;
    padding-right: 40px;
    padding-bottom: 80px;
}
#docsTable td img.icon-format{
    float: left;
    display: block;
    width: 75px;
    height: 84px;
    margin-right: 20px;
}
#docsTable td p.docs-title{
    font-size: 26px;
    color: #58AA46;
    font-weight: 500;
    margin-left: 100px;
}
#docsTable td:hover p.docs-title{
    text-decoration: underline;
}
#docsTable td a, #docsTable td a:hover{
    text-decoration: none;
}
#docsTable td p.docs-load{
    font-size: 12px;
    font-weight: 300;
    color: #707070;
}

/* ===== / Документы ===== */


/* ===== Подбор по параметрам ===== */

.filter-frame{
    color: black;
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 0;
}
.filter-frame h1{
    color: #6281D6;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 40px;
}
@media (max-width: 1730px) {
    .filter-frame h1{
        font-size: 52px;
        margin-bottom: 20px;
    }
    .filter-frame{
        padding-top: 20px;
        padding-left: 50px;
    }
}
.filter-wrap{
    float: left;
    width: 360px;
    margin-right: 70px;
}
@media (max-width: 1730px) {
    .filter-wrap, .result-wrap {
        margin-right: 25px!important;
    }
}
@media (max-width: 1280px) {
    .filter-wrap, .result-wrap {
        margin-right: 15px!important;
    }
}
@media (max-width: 1680px) {
    .filter-wrap {
        width: 300px;
    }
}
@media (max-width: 1180px) {
    .filter-wrap {
        width: 240px;
    }
}
.filter-wrap .form-select{
    font-size: 15px;
    font-weight: 300;
}
.filter-wrap .form-select p{
    margin-bottom: 20px;
}
.check-block{
    margin-right: 30px;
    display: inline-block;
}
.check-block:last-child, .circle-last{
    margin-right: 0;
}
.circle-check {
    display: none;
}
.circle-check:checked + .circle-check-label{
    background: #13256D;
}
.circle-check-label{
    width: 65px;
    height: 65px;
    color: white;
    display: block;
    font-size: 33px;
    cursor: pointer;
    font-weight: 300;
    line-height: 65px;
    position: relative;
    text-align: center;
    background: #6281D6;
}
@media (max-width: 1280px) {
    .circle-check-label{
        width: 48px;
        height: 48px;
        font-size: 24px;
        line-height: 48px;
    }
}
.sel-rooms, .sel-floor, .sel-area{
    margin-bottom: 40px;
}
@media(max-width: 1280px) {
    .sel-rooms, .sel-floor, .sel-area {
        margin-bottom: 15px;
    }
    .filter-wrap .form-select p {
        margin-bottom: 10px;
    }
}
.form-select .irs{
     height:65px;
 }
.form-select .irs-slider{
    top: 0;
    border: 0;
    width: 65px;
    height: 65px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    background: #13256D;
}
@media (max-width: 1280px) {
    .form-select .irs-slider {
        width: 48px;
        height: 48px;
    }
}
.form-select .irs-slider:active{
    background: #0c1844;
}
.form-select .irs-line{
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 65px;
    border-radius: 0;
    background: #e7ebf8;
}
.form-select .irs-bar{
    top: 0;
    border: 0;
    height: 65px;
    background: #e7ebf8;
}
.form-select .irs-from, .form-select .irs-to, .form-select .irs-single, .form-select .irs-min, .form-select .irs-max {
    top: 13px;
    z-index: 3;
    color: white;
    cursor: pointer;
    font-size: 33px;
    background: none;
    border-radius: 0;
}
@media (max-width: 1280px) {
    .form-select .irs-from, .form-select .irs-to, .form-select .irs-single, .form-select .irs-min, .form-select .irs-max {
        font-size: 18px;
    }
    .form-select .irs, .form-select .irs-line, .form-select .irs-bar {
        height: 48px;
    }
}
.form-select .irs-min, .form-select .irs-max{
    color: #415d7f;
    display: none;
}
.form-select .irs-min{
    left: 10px;
}
.form-select .irs-max{
    right: 10px;
}
.check-block2{
    text-align: left;
    margin-bottom: 10px;
}
.circle-check2{
    display: none;
}
.circle-check2:checked + .circle-check-label2{
    background-color: #e50046;
}
.circle-check-label2{
    width: 25px;
    height: 25px;
    border-radius: 0;
    color: #fff;
    float: left;
    margin-right: 10px;
    position: relative;
    border: 3px solid #fff;
}
.check-block2 span{
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
}
.sel-decor{
    margin-bottom: 50px;
    padding-left: 7px;
}
.filter-hidden{
    display: none;
}
.result-wrap{
    float: left;
    width: 688px;
    margin-right: 70px;
}
@media (max-width: 1450px) {
    .result-wrap {
        width: 600px;
    }
}
@media (max-width: 1320px) {
    .result-wrap {
        width: 550px;
    }
}
@media (max-width: 1280px) {
    .result-wrap {
        width: 500px;
    }
}
@media (max-width: 1120px) {
    .result-wrap {
        width: 450px;
    }
}
@media (max-width: 1070px) {
    .result-wrap {
        width: 400px;
    }
}
.table-result-wrap{
    padding-right: 30px;
}
.result-head{
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}
@media (max-width: 1280px) {
    .result-head {
        height: 24px;
    }
}
.result-head td{
    border-right: 1px solid white;
    vertical-align: top;
}
.result-head td:nth-child(1){
    width: 107px;
}
.result-head td:nth-child(2){
    width: 69px;
}
.result-head td:nth-child(3){
    width: 135px;
}
.result-head td:nth-child(4){
    width: 83px;
}
.result-head td:nth-child(5){
    width: 74px;
}
.result-head td:nth-child(6){
    width: 115px;
}
.result-head td:nth-child(7){
    width: 115px;
    border: 0;
}
.sel-list-25{
    width: 25%;
}
.sel-list-20{
    width: 20%;
}
.result-scroll{
    height: 473px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 18px;
}
.result-scroll::-webkit-scrollbar {
    width: 10px;
}
.result-scroll::-webkit-scrollbar-track {
    background: #F3F3F3;
}
.result-scroll::-webkit-scrollbar-thumb {
    background: #6281D6;
}
.result-scroll::-webkit-scrollbar-thumb:hover {
    background: #355BC4;
}
.table-result{
    width: 100%;
    height: auto;
    font-size: 33px;
    font-weight: 300;
    background: #bfccee;
}
@media (max-width: 1280px) {
    .table-result {
        font-size: 18px;
    }
}
.table-result td{
    color: #13256D;
    padding: 10px 0;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid white;
}
@media (max-width: 1280px) {
    .table-result td {
        padding: 5px 0;
    }
}
.table-result tr{
    cursor: pointer;
}
.table-result tr:nth-child(2n){
    background: #AFBFEA;
}
.table-result td:nth-child(1){
    width: 107px;
}
.table-result td:nth-child(2){
    width: 69px;
}
.table-result td:nth-child(3){
    width: 135px;
}
.table-result td:nth-child(4){
    width: 83px;
}
.table-result td:nth-child(5){
    width: 74px;
}
.table-result td:nth-child(6){
    width: 115px;
}
.table-result td:nth-child(7){
    width: 115px;
    border: 0;
}
.table-result td.res-status{
    font-size: 13px;
    vertical-align: middle;
}
.sel-list-flats:active,
.sel-list-flats:hover,
.table-result tr:nth-child(2n):hover,
.table-result tr:nth-child(2n):active,
.sel-list-flats.active,
.table-result tr:nth-child(2n).active{
    background: #58AA46;
}
.flat-wrap{
    float: left;
    width: 495px;
    height: 523px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1840px) {
    .flat-wrap {
        width: 450px;
        height: 480px;
    }
}
@media (max-width: 1825px) {
    .flat-wrap {
        width: 400px;
        height: 480px;
    }
}
@media (max-width: 1670px) {
    .flat-wrap {
        width: 300px;
        height: 380px;
    }
}
.flat-wrap-bg{
    width: 100%;
}
.flat-plan{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.flat-but1, .flat-but2{
    width: 50%;
    float: left;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.form-select .btn{
    border: 0;
    height: 65px;
    color: white;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    line-height: 65px;
    background-color: #58AA46;
    text-transform: uppercase;
}
@media (max-width: 1280px) {
    .form-select .btn {
        height: 48px;
        line-height: 48px;
    }
}
.form-select .btn:active{
    color:#fff;
    background-color:#257c2e;
}
.flat-block-wrap{
    top: 150px;
    left: 800px;
    width: 0;
    display: none;
    height: auto;
    padding: 70px 40px 40px 40px;
    position: absolute;
    background-color: #11355f;
    transform: translate(0%, 0px);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.flat-info{
    line-height: 60px;
    text-align:center;
}
.flat-info span{vertical-align: top; line-height: 60px;}
.flat-info img{
    width: 63px;
    height: 60px;
}
.flat-plan{
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.flat-info-3{
    font-size: 40px;
    font-weight: 900;
    color:#e50046;
    line-height: 60px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
}
.flat-icons{
    top: 150px;
    left: 1250px;
    height: 160px;
    z-index: 23;
    display: none;
    position: absolute;
}
.flat_icon{
    color: #fff;
    height: 40px;
    display: block;
    cursor: pointer;
    width: 40px;
    position: relative;
    transform: translate(0%, 0px);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.flat_icon:hover{
    width: 170px;
}
.flat_icon.n1, .flat_icon.n3{
    background-color:#c30842;
}
.flat_icon.n2, .flat_icon.n4{
    background-color:#e50046;
}
.flat_icon .icon {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-background-size: 15px 21px;
    background-size: 15px 21px;
    background-position: center center;
    background-repeat: no-repeat;
}
.flat_icon .overflow{
    width: 0;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    margin: 0 10px 0 40px;
    -webkit-transition: width 200ms ease;
    -moz-transition: width 200ms ease;
    -ms-transition: width 200ms ease;
    -o-transition: width 200ms ease;
    transition: width 200ms ease;
}
.flat_icon .label-txt{
    font-weight: 300;
    font-size: 11px;
    display: inline-block;
    padding-top: 15px;
}
.flat_icon:hover .overflow{
    width: 130px;
}
.flat_icon.n1 .icon{
    background-image: url(../img/svg/icon-sel01.svg);
}
.flat_icon.n2 .icon{
    background-image: url(../img/svg/icon-sel02.svg);
}
.flat_icon.n3 .icon{
    background-image: url(../img/svg/icon-sel03.svg);
}
.flat_icon.n4 .icon{
    background-image: url(../img/svg/icon-sel04.svg);
}
/* ===== / Подбор по параметрам ===== */

/* ===== ������ �������� ===== */

#bodyFrame19{

    background-color: #b5b3b3;
}
.flat3d-block{
    top: 100px;
    left: 750px;
    width: 50%;
    position: absolute;
}
.flat3d-block img{
    width: 100%;
}
.flat3d-icon{
    width: 50px;
    height: 62px;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    transform: translate3d(0,0,0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.flat3d-icon:hover{
    opacity: 1;
    transform: translate3d(0, -5px, 0);
}
.flat3d-icon:before, .flat3d-icon:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
    z-index: 1;
}
.flat3d-icon img{width: 100%;}
.flat3d-icon:before {
    padding: 5px;
    width: 130px;
    background: #0c4da2;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    top: 40%;
    left: 100%;
    margin-left: 5px;
    transform: translateY(-50%);
}
.flat3d-icon:after {
    border: 8px solid transparent;
    width: 0;
    content: "";
    font-size: 0;
    line-height: 0;
    top: 40%;
    left: 100%;
    transform: translateY(-50%);
    border-right: 8px solid #0c4da2;
    border-left: none;
}
.flat3d-icon:hover:before, .flat3d-icon:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(5px) translateY(-50%);
}
#fl3dWindow{ top: 235px; left: 145px; }
#fl3dParket{ top: 170px; left: 400px; }
#fl3dBalkon{ top: 0; left: 550px; }
#fl3dRadiator{ top: 180px; right: 170px; }
#fl3dKirpich{ top: 100px; right: 0; }
#fl3dFlash{ bottom: 270px; left: 220px; }
#fl3dStena{ top: 315px; right: 250px; }
#fl3dFasad{ top: 300px; right: 35px; }
#fl3dPlitka{ bottom: 200px; left: 350px; }
#fl3dDoor{ bottom: 200px; right: 245px; }
#fl3dSet{ bottom: 70px; left: 500px; }
#fl3dBlum{ bottom: 150px; left: 450px; }
img.flat3d-photo{
    float: left;
    height: 100%;
    margin-right: 20px;
}
.flat3d-txt{
    float: left;
    max-width: 430px;
    padding-top: 100px;
}
.flat3d-txt td{
    height: 100%;
    vertical-align: middle;
    padding:20px 40px 20px 0;
}
.win-title{
    color: #e50046;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}
.win-text{
    color: #0c4da2;
    font-size: 15px;
}
.win-text ul{
    list-style: disc;
    padding-left: 18px;
}

.my-stylebtn {
    display: flex;
}
.my-stylebtn .btn-blue {
    padding: 10px;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-stylebtn .btn-blue + .btn-blue {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.d-none {
    display: none;
}

/* ===== / ������ �������� ===== */


@media only screen and (max-width: 1450px){
    .phone-top{font-size: 16px;}
    .phone-icon{width: 25px; height: 25px; padding-top: 5px;}
    .phone-icon img{width: 15px; height: 15px;}
}




.interaktiv-main {
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}
    .interaktiv-main__owner {
        width: 100%;
        position: relative;
    }
    .interaktiv-main__bg {
        position: relative;
    }
        .interaktiv-main__bg:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 285px;
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
            opacity: 0.55;
        }
    .interaktiv-main__bg img {
        width: 100%;
    }
    .interaktiv-main__svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .interaktiv-main__svg svg path {
        opacity: .35;
        fill: #2eff00;
        cursor: pointer;
        transition: opacity 0.15s ease;
    }
        .interaktiv-main__svg svg path:hover {
            opacity: .8;
            fill: #58AA46;
        }
    .interaktiv-main__text {
        position: absolute;
        right: 64px;
        bottom: 64px;
        color: #ffffff;
        font-size: 70px;
        font-weight: 700;
        line-height: 65px;
        max-width: 586px;
    }
        @media (max-width: 1450px) {
            .interaktiv-main__text {
                font-size: 56px!important;
                line-height: 59px!important;;
                bottom: 72px;
                right: 30px;
            }
        }
        .housepage .interaktiv-main__text {
            z-index: 2;
            font-size: 70px;
            bottom: 100px;
            left: 40px;
        }
    .interaktiv-main__literinfo {
        position: absolute;
        left: -9999px;
        top: -9999px;
        width: 274px;
        height: 134px;
        display: flex;
        margin-top: -38px;
        transform: translateY(-100%);
    }
    .interaktiv-main__literinfo:after {
        content: '';
        border-bottom: 23px solid transparent;
        border-left: 23px solid transparent;
        border-top: 23px solid transparent;
        border-right: 23px solid #13256d;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(-50%,50%) rotate(45deg);
    }
    .interaktiv-main__literinfo__left {
        width: 50%;
        padding-left: 15px;
        padding-bottom: 18px;
        background-color: #3d509f;
        display: flex;
        align-items: flex-end;
    }
    .interaktiv-main__literinfo__right {
        width: 50%;
        padding-left: 15px;
        padding-bottom: 18px;
        background-color: #13256d;
        display: flex;
        align-items: flex-end;
    }
    .interaktiv-main__literinfo__title {
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        line-height: 15px;
    }
    .interaktiv-main__literinfo__val {
        color: #ffffff;
        font-size: 60px;
        font-weight: 500;
        line-height: 54px;
        margin-top: 10px;
    }
    .interaktiv-main__literinfo__val--small {
        line-height: 1;
        font-size: 21px;
    }
    .interaktiv-main__parametrs {
        width: 268px;
        height: 36px;
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        line-height: 22px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 230px;
        cursor: pointer;
        right: 40px;
        background-color: #56ad47;
        z-index: 12;
        transition: background-color 0.15s ease;
    }
        @media (max-height: 760px) {
            .interaktiv-main__parametrs {
                top: 140px;
            }
        }
    .interaktiv-main__parametrs:hover, .interaktiv-main__parametrs:active, .interaktiv-main__parametrs:focus {
        background-color: #4c9844;
        text-decoration: none;
        color: #fff;
    }
    .interaktiv-main__office {
        position: absolute;
        left: 11%;
        margin: -35px 0 0 -90px;
        font-size: 1.25rem;
        top: 58%;
        border-radius: 7px;
        border: 1px solid #56ad47;
        background-color: #fff;
        padding: 5px 10px;
        box-shadow: 0 0 0px 5px white;
    }
    .housepage-main__svg {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
        .housepage-main__svg path {
            fill: #58aa46;
            opacity: 0;
            cursor: pointer;
            transition: opacity 0.15s ease;
        }
        .housepage-main__svg path:hover {
            opacity: 0.79;
        }
    .housepage__info {
        /*position: absolute;
        top: 230px;
        left: 50%;
        z-index: 1;
        display: flex;
        transform: translateX(-50%);*/
        position: absolute;
        top: 290px;
        right: 40px;
        z-index: 1;
    }
        @media(max-height: 800px) {

            .housepage__info {
                top: 140px;
            }
        }
        .housepage__info__col {
            /*display: flex;
            color: #fff;
            width: 138px;
            height: 138px;
            padding: 0 0 16px 16px;
            align-items: flex-end;*/
            display: flex;
            color: #fff;
            width: 120px;
            text-align: center;
            height: 120px;
            padding: 0;
            justify-content: center;
            align-items: center;
        }
            @media (max-height: 760px) {
                .housepage__info__col {
                    width: 110px;
                    height: 110px;
                    padding: 0 0 4px 12px;
                }
            }
        .housepage__info__1 {
            background-color: #7699f8;
        }
        .housepage__info__2 {
            background-color: #5879d2;
        }
        .housepage__info__3 {
            background-color: #3d509f;
        }
        .housepage__info__4 {
            background-color: #13256d;
            padding: 0;
            align-items: center;
            justify-content: center;
        }
        .housepage__info__title {
            font-size: 15px;
            font-weight: 300;
            line-height: 1;
            /*line-height: 15px;*/
        }
        .housepage__info__val {
            font-size: 55px;
            font-weight: 500;
            line-height: 39px;
            margin-top: 10px;
            /*font-size: 60px;
            font-weight: 500;
            line-height: 54px;
            margin-top: 10px;*/
        }
        @media (max-height: 760px) {
            .housepage__info__val {
                font-size: 48px;
                margin-top: 4px
            }
        }

.floorpage {
    max-width: 1580px;
    margin: 0 auto;
    padding: 30px 40px;
}
    .floorpage__info {
        display: flex;
        align-items: center;
        max-width: 1440px;
        margin: 0 auto;
        margin-bottom: 15px;
        justify-content: space-around;
    }
        .floorpage__info__visual {
            position: relative;
        }
            .floorpage__info__visual svg {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }
                .floorpage__info__visual svg path {
                    fill: #58aa46;
                    opacity: 0;
                }
                    .floorpage__info__visual svg path.active {
                        opacity: 0.63;
                    }
            .floorpage__info__visual img {
                max-width: 279px;
            }
                @media(max-width: 1360px) {
                    .floorpage__info__visual img {
                        display: none;
                    }
                    .floorpage__info__main__val {
                        font-size: 62px!important;;
                        line-height: 46px!important;;
                    }
                    .floorpage__info__select__cifr__val {
                        font-size: 100px!important;;
                        line-height: 78px!important;;
                        min-width: 55px!important;;
                    }
                    .floorpage__info__select {
                        margin-left: 0!important;;
                    }
                    .floorpage__info__main {
                        margin-right: 0!important;
                    }
                    .floorpage__info__select__panel {
                        margin: 0px 0 0 20px!important;
                    }
                    .floorpage__info__main__4 img {
                        width: 80px!important;
                    }
                    .floorpage {
                        padding: 15px 40px!important;
                    }
                    .floorpage__plan__owner img {
                        max-height: 300px!important;
                    }
                    .floorpage__plan__label {
                        font-size: 12px;
                    }
                    .floorpage__plan__label__color {
                        width: 32px;
                        height: 32px;
                        margin-right: 15px;
                    }
                    .pageapartment__plan img {
                        max-height: 400px!important;
                    }
                    .pageapartment__plan {
                        margin-right: 3vw!important;
                    }
                    .pageapartment__info__column__val {
                        color: #6281d6!important;
                        font-size: 42px!important;
                        font-weight: 500!important;
                        line-height: 32px!important;
                    }
                    .pageapartment__info__line {
                        padding: 20px 0!important;
                    }
                    .pageapartment__info__line + .pageapartment__info__line {
                        border-top: 1px solid #bfbfbf!important;
                    }
                    .pageapartment__planfloor, .pageapartment__buttons {
                        margin-top: 15px!important;
                    }
                    .pageapartment__buttons > * {
                        width: 18%!important;
                    }
                    .ais-icons {
                        display: none;
                    }
                }
        .floorpage__info__main {
            display: flex;
            width: 100%;
            margin: 0 70px;
            justify-content: space-between;
        }
        .floorpage__info__main__sep {
            border-left: 1px solid #949494;
        }
    .floorpage__info__select__cifr__title, .floorpage__info__main__title {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
    }
    .floorpage__info__select__panel__floor {
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }
    .floorpage__info__select__cifr__val {
        opacity: 0.9;
        font-size: 120px;
        font-weight: 500;
        line-height: 100px;
        min-width: 80px;
    }
    .floorpage__info__main__val {
        font-size: 80px;
        font-weight: 500;
        line-height: 54px;
    }
    .floorpage__info__select {
        display: flex;
        align-items: center;
        margin-left: 70px;
    }
    .floorpage__info__select__panel {
        text-align: center;
        margin: 0px 0 11px 20px;
    }
    .floorpage__info__select__panel__buttons {
        margin: 3px 0;
    }
    .floorpage__info__select__panel__buttons > div {
        width: 60px;
        height: 47px;
        cursor: pointer;
        transition: background-color 0.15s ease;
        background: url('../img/path-1443.png') no-repeat center;
    }
        .floorpage__info__select__panel__buttons > div:hover {
            background-color: #494f8f;
        }
    .floorpage__info__select__panel__buttons > .floorpage__info__select__panel__buttontop {
        background-color: #6281d6;
    }
    .floorpage__info__select__panel__buttons > .floorpage__info__select__panel__buttonbottom {
        background-color: #516bb3;
        transform: scaleY(-1);
    }
    .floorpage__info__main__title {
        margin-top: 10px;
        text-align: center;
    }
    .floorpage__plan {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
        .floorpage__plan__owner {
            position: relative;
        }
        .floorpage__plan__owner img {
            max-width: 100%;
            max-height: 418px;
        }
        .floorpage__plan__owner svg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
            .floorpage__plan__owner svg path {
                fill: rgba(225, 245, 255, .25);
                opacity: .5;
                cursor: pointer;
                transition: opacity 0.15s ease;
            }
            .floorpage__plan__owner svg path.rooms-1 {
                /*fill: #33b5ff;*/
            }
            .floorpage__plan__owner svg path.rooms-2 {
                /*fill: #4784ff;*/
            }
            .floorpage__plan__owner svg path.rooms-3 {
                /*fill: #9686eb;*/
            }
            .floorpage__plan__owner svg path.booked {
                fill: #f68d60;
            }
            .floorpage__plan__owner svg path.sold {
                fill: #a5a5a5;
                cursor: default;
            }
            .floorpage__plan__owner svg path:hover, .floorpage__plan__owner svg path.hover {
                /* opacity: .15; */
                fill: #9686eb;
            }
        .floorpage__plan__label {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
            .floorpage__plan__label__color {
                width: 43px;
                height: 43px;
                margin-right: 20px;
            }

.pageapartment {
    width: 100%;
    margin: 0 auto;
    max-width: 1340px;
}
    .pageapartment__back {
        color: #fff;
        margin: 15px 0;
        padding: 10px 20px;
        display: inline-block;
        background-color: #3d509f;
        transition: background-color 0.15s ease;
    }
        .pageapartment__back:hover {
            color: #fff;
            text-decoration: none;
            background-color: #353d7a;
        }
    .pageapartment__grid {
        display: flex;
        justify-content: space-between;
    }
    .pageapartment__plan {
        width: 100%;
        margin-right: 10.9vw;
    }
        .pageapartment__plan img {
            max-width: 536px;
        }
        @media (max-width: 1220px) {
            .pageapartment__plan img {
                max-width: 100%;
            }
        }
        @media (max-width: 1040px) {
            .pageapartment__plan {
                margin-right: 8vw;
            }
        }
    .pageapartment__planfloor {
        position: relative;
        margin-top: 30px;
        display: inline-block;
    }
        .pageapartment__planfloor img {
            width: auto;
            max-width: 525px;
            max-height: 190px;
        }
        .pageapartment__planfloor svg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
            .pageapartment__planfloor svg path {
                opacity: 0;
                fill: #92c63e;
            }
                .pageapartment__planfloor svg path.active {
                    opacity: .75;
                }
    .pageapartment__info {
        width: 100%;
        margin-top: -70px;
    }
        .pageapartment__info__line {
            display: flex;
            padding: 29px 0;
            align-items: center;
            justify-content: space-between;
        }
        .pageapartment__info__line + .pageapartment__info__line {
            border-top: 2px solid #bfbfbf;
        }
        .pageapartment__info__column {
            width: 50%;
            display: flex;
            align-items: center;
        }
            .pageapartment__info__column__title {
                width: 115px;
                font-size: 15px;
                line-height: 15px;
            }
                @media (max-width: 1220px) {
                    .pageapartment__info__column__title {
                        width: 90px;
                    }
                }
            .pageapartment__info__column__val {
                color: #6281d6;
                font-size: 70px;
                font-weight: 500;
                line-height: 54px;
            }
                @media (max-width: 1220px) {
                    .pageapartment__info__column__val {
                        font-size: 42px;
                        line-height: 32px;
                    }
                }
    .pageapartment__buttons {
        display: flex;
        margin-top: 30px;
    }
        .pageapartment__buttons > * {
            color: #fff;
            width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            font-weight: 500;
            line-height: 17px;
            position: relative;
        }
            .pageapartment__buttons > *:before {
                content: '';
                display: block;
                padding-top: 100%;
            }
                .pageapartment__buttons > * > * {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                }
        .pageapartment__button_1 {
            cursor: pointer;
            background-color: #1c3287;
        }
        .pageapartment__button_2 {
            cursor: pointer;
            background-color: #3d509f;
        }
            .pageapartment__button_2:hover {
                color: #fff;
                text-decoration: none;
            }
        .pageapartment__button_3 {
            background-color: #5879d2;
        }
        .pageapartment__button_4 {
            cursor: pointer;
            flex-wrap: wrap;
            text-align: center;
            background-color: #7699f8;
        }
            .pageapartment__button_4 span {
                font-size: 45px;
                font-weight: 500;
                line-height: 48px;
            }
            .pageapartment__button_4:hover {
                color: #fff;
                text-decoration: none;
            }

.fancy-success .fancybox-skin {
    padding: 0!important;
}
.fancy-success .fancybox-close {
    background-image: url(../img/svg/icon01-close-green.svg);
}
#winSuccess {
    width: 560px;
    height: 487px;
    background: url('../img/formSuccess.jpg') no-repeat center/cover;
}
.winSuccess__owner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.winSuccess__title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.winSuccess__desc {
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 300;
    line-height: 18px;
}
.winSuccess__content {
    background-color: #70b0fc;
    padding: 15px 10px 35px 5px;
}
.form-control {
    padding: 18px;
    height: auto;
    border: 2px solid transparent;
}
#winForm01 textarea.form-control {
    height: 100px;
    resize: none;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}
.buy-var {
    height: 100%;
    display: none;
    font-size: 22px;
    font-weight: 200;
    line-height: 22px;
}
.buy-owner {
    height: 100%;
    display: flex;
    align-items: center;
}
.buy-content ul {
    list-style: unset;
    margin-left: 21px;
}
.buy-content {
    height: calc(100% - 160px);
}
.buy-center {
    height: calc(100% - 150px);
    overflow: hidden;
}
.buy-center .result-scroll::-webkit-scrollbar-track {
    background: none;
}
