html {
-ms-overflow-style: scrollbar;
}
*::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
*:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
*::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cbalink{
    display: none;
}
body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: 'Roboto',sans-serif;
    overflow-x: hidden;
    margin: 0;
    font-weight: 300;
}
a{
    text-decoration: none;
    color: inherit;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul li,
ol li{
    list-style: none;
}
ul, ol{
    margin: 0;
    padding-left: 0;
}
button{
    font: inherit;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
.hidden {
    display: none;
}
.container{
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: 1140px;
}
.wrapper{
    overflow: hidden;
}
.flex-class{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.align-items-flex-end {
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.align-items-flex-start {
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.text-align-left{
    text-align: left;
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-flex-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.justify-content-flex-start {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-wrap-reverse{
    flex-wrap: wrap-reverse;
}
.no-padding-0 {
    margin-right: 0;
    margin-left: 0;
}
.no-padding-0 > .col,
.no-padding-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-10 {
    margin-right: -5px;
    margin-left: -5px;
}
.no-padding-10 > .col,
.no-padding-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}


.no-padding-12 {
    margin-right: -6px;
    margin-left: -6px;
}
.no-padding-12 > .col,
.no-padding-12 > [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

.no-padding-15 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.no-padding-15 > .col,
.no-padding-15 > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.no-padding-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.no-padding-20 > .col,
.no-padding-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.no-padding-25 {
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.no-padding-25 > .col,
.no-padding-25 > [class*="col-"] {
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.col-five, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}
.mrb-0{
    margin-bottom: 0px;
}
.mrb-5{
    margin-bottom: 5px;
}
.mrb-10{
    margin-bottom: 10px;
}
.mrb-12{
    margin-bottom: 12px;
}
.mrb-15{
    margin-bottom: 15px;
}
.mrb-20{
    margin-bottom: 20px;
}
.mrb-25{
    margin-bottom: 25px;
}
.mrb-30{
    margin-bottom: 30px;
}
.mrb-35{
    margin-bottom: 35px;
}
.mrb-40{
    margin-bottom: 40px;
}
.mrb-45{
    margin-bottom: 45px;
}
.mrb-50{
    margin-bottom: 50px;
}
.footer {
    color: #fff;
}
.logo-footer{
    max-width: 139px;
    width: 100%;
}
.text-footer-block {
    font-size: 12px;
    line-height: 17px;
}
.text-footer-block p{
    margin: 0;
}
.map-section{
    position: relative;
}
.map{
    height: 768px;
    width: 100%;
    background-image: url('../img/map.jpg');
    background-position: center;
    background-size: cover;
    border: 0;
}
.contacts-block-info {
    width: 466px;
    background-color: #fff;
    padding: 40px 50px 30px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -555px;
    margin-top: -296px;
    z-index: 28;
}
.title-page-h2{
    margin: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 55px;
    color: #000000;
    font-family: 'Spectral',sans-serif ;
}
.title-page-h3{
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 49px;
    color: #000000;
    font-family: 'Spectral',sans-serif ;
}
.list-group-contacts-block-wrap {
    position: relative;
    padding-left: 66px;
}
.icon-group-contacts-block-wrap{
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #048EC1;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.text-group-contacts-block-wrap{
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.list-contacts-block-info {
    margin-top: 41px;
}
.list-group-contacts-block {
    margin-bottom: 50px;
}
.list-group-contacts-block:last-child{
    margin-bottom: 0;
}
.bg-page{
    background-color: #e8eeee;

}
.completed-projects-section {
    padding-top: 86px;
    padding-bottom: 101px;
}
.form-page-block {
    padding: 81px 95px 87px 95px;
    color: #fff;
    background: linear-gradient(195.5deg, #048EC1 20.79%, #036083 100%);
    margin-top: 98px;
}
.title-white{
    color: #fff;
}
.input-page{
    font: inherit;
    width: 100%;
    height: 55px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #FFFFFF;
    outline: none;
    background-color: transparent;
}
.btn {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    padding: 18px 10px;
    background-color: #FFFFFF;
    transition: all 0.4s;
    font-weight: 700;
    width: 100%;
}
.btn:hover {
    background-color: #EAF9FF;
}
.text-form-info {
    font-weight: 400;
    font-size: 12px;
}
.text-form-info a {
    text-decoration: underline;
    display: inline-block;
}
.text-form-info a:hover{
    text-decoration: none;
}
.form-page {
    margin-top: 40px;
}
.slider-projects-wrapper {
    position: relative;
    margin-top: 57px;
}
.img-item-project {
    position: relative;
    width: 100%;
}
.item-project{
    background-color: #fff;
    height: 100%;
}
.content-item-project {
    padding: 38px 24px;
    font-weight: 400;
    line-height: 21px;
}
.slider-projects .swiper-slide{
    height: auto;
}
.img-item-project img{
    width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0,-50%);
  border: 2px solid #C6D6D6;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.style-arr{
    stroke: #C6D6D6;
    transition: all 0.4s;
}
.swiper-button-prev:hover .style-arr,
.swiper-button-next:hover .style-arr{
    stroke: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #048EC1;
    border-color: #048EC1;
}
.swiper-button-prev {
    left: -122px;
}
.swiper-button-next{
    right: -122px;
}
.advant-section {
    background: linear-gradient(191.18deg, #048EC1 20.79%, #036083 100%);
    position: relative;
    z-index: 3;
    color: #fff;
}
.advant-section::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -32px;
    width: 600px;
    height: 501px;
    background-image: url(../img/img-svg-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-210%);
}
.advant-section-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-block-page {
    width: 50%;
    height: 100%;
    background-position: left center;
    background-size: cover;
    display: block;
}
.bg-1{
    background-image: url('../img/img-1.jpg');
}
.bg-2, .bg-3 {
    position: relative;
    z-index: 50;
}
.content-advant-section {
    position: relative;
    z-index: 3;
    min-height: 535px;
    padding-top: 50px;
    padding-bottom: 39px;
}
.list-group-cont-block-wrap {
    position: relative;
    padding-left: 114px;
}
.icon-group-cont-block{
    width: 83px;
    height: 83px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.text-group-cont-block{
    line-height: 22px;
    font-weight: 400;
}
.cont-block-left {
    width: 50%;
    padding-right: 20px;
}
.list-cont-block-left {
    max-width: 350px;
    margin-top: 16px;
}
.list-group-cont-block {
    padding: 33px 0;
}
.info-section {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
}
.item-info-img img{
    width: 100%;
}
.item-info {
    background-color: #fff;
    padding: 15px 30px 15px 30px;
    text-align: center;
    height: 100%;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-item-info {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    min-height: 46px;
}
.button{
    display: inline-block;
    padding: 18px 31px;
    color: #fff;
    background-color: #148A11;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Lato',sans-serif;
    transition: all 0.4s;
}
.button:hover {
    background-color: #0F770C;
}
.btn-item-info {
    margin-top: 32px;
}
.items-info-wrapper {
    margin-top: 40px;
}
.item-bank {
    height: 136px;
    background-color: #F8F8F8;
}
.content-item-bank {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.btn-page {
    text-align: center;
    margin-top: 78px;
}
.btn-page .button {
    padding: 18px 62px;
}
.items-banks-wrapper {
    margin-top: 59px;
}
.banks-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.descript-text-page {
    max-width: 677px;
    width: 100%;
    line-height: 26px;
    margin-top: 8px;
}
.left-col-mort {
    width: 51.5%;
    padding-right: 56px;
}
.right-col-mort{
    width: 48.5%;
}
.block-text-page {
    margin-top: 37px;
}
.btn-page-mortgage {
    margin-top: 83px;
}
.list-block-info-page {
    position: relative;
    padding: 43px 59px;
    color: #fff;
    background: linear-gradient(220.06deg, #048EC1 20.79%, #036083 100%);
}
.title-list-block-info-page {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}
.ls-list-block-info-page li {
    position: relative;
    padding-left: 60px;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 18px;
}
.ls-list-block-info-page li:last-child{
    margin-bottom: 0;
}
.ls-list-block-info-page li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 22.98px;
    height: 2px;
    background-color: #FFFFFF;
}
.ls-list-block-info-page {
    margin-top: 22px;
}
.schema-block-page {
    margin-top: 75px;
    position: relative;
    overflow: hidden;
}
.layout-section {
    padding-top: 100px;
    position: relative;
}
.layout-section::before {
    content: '';
    position: absolute;
    right: 50%;
    transform: translate(184%);
    width: 733px;
    height: 614px;
    background-position: center;
    background-image: url(../img/img-svg-2.svg);
    background-repeat: no-repeat;
    top: 32%;
}
.construction-progress-section {
    padding-top: 98px;
    padding-bottom: 169px;
}
.slide-photo {
    display: block;
    position: relative;
    transform: scale(1);
    pointer-events: none;
}
.swiper-slide-active .slide-photo {
    transform: scale(1.4);
    z-index: 3;
    pointer-events: auto;
}
.slide-photo::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/logo-min.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(0.7);
}
.slide-photo::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.35);
}
.swiper-slide-active .slide-photo::before{
    opacity: 1;
}
.swiper-slide-active .slide-photo::after{
    opacity: 0;
}
.slider-progress-wrapper {
    position: relative;
    margin-top: 164px;
}
.slide-photo img{
    width: 100%;
}
.slider-progress {
    max-width: 460px;
    overflow: visible;
}
.advants-items-section {
    padding-top: 98px;
    padding-bottom: 99px;
}
.block-advant {
    min-height: 400px;
    background-position: center;
    background-size: cover;
    padding: 87px 39px 15px 39px;
    height: 100%;
    display: block;
}
.icon-block-advant{
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
}
.text-block-advant {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-top: 26px;
    min-height: 52px;
}
.blocks-advants-wrapper {
    margin-top: 59px;
}
.options-section {
    color: #fff;
    padding-top: 94px;
    padding-bottom: 109px;
    position: relative;
    background: linear-gradient(189.25deg, #048EC1 20.79%, #036083 100%);
}
.descr-text-page {
    font-weight: normal;
    font-size: 18px;
    margin-top: 20px;
    line-height: 24px;
    max-width: 450px;
}
.button-style {
    background-color: #fff;
    color: #000;
    padding: 18px 36px;
}
.button-style:hover {
    background-color: #EAF9FF;
}
.btn-page-block {
    margin-top: 60px;
}
.content-options-section{
    max-width: 461px;
    width: 100%;
}
.block-advant *{
    position: relative;
    z-index: 3;
}
.options-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(103%);
    width: 444px;
    height: 346px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/img-svg-3.svg);
}
.content-section-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-block-page {
    position: relative;
    z-index: 3;
    min-height: 520px;
    padding-top: 50px;
    padding-bottom: 39px;
}
.content-section{
    position: relative;
}
.bg-2{
    background-image: url('../img/img-3.jpg');
}
.bg-3{
    background-image: url('../img/img-4.jpg');
}
.pd-r-85{
    padding-right: 85px;
}
.pd-l-85{
    padding-left: 85px;
}
.text-content-block-page {
    margin-top: 37px;
}
.item-content-section{
    position: relative;
}
.text-info-content-block-page{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    font-family: 'Spectral',sans-serif ;
}
.btn-info-content-block-page {
    margin-top: 61px;
}
.pd-r-104 {
    padding-top: 104px;
}
.wrap-content-block-page{
    padding-bottom: 20px;
}
.w-785{
    max-width: 785px;
    width: 100%;
}
.top-about-section {
    position: relative;
    padding-top: 44px;
    padding-bottom: 44px;
    overflow: hidden;
}
.top-about-section::before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 414px;
    height: 347px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/img-svg-4.svg);
    transform: translate(170%);
}
.schema-img-block img{
    width: 100%;
}
.schema-img-block-wrap{
    position: relative;
}
.schema-img-block{
    position: relative;
}
.section-page{
    padding-top: 40px;
    padding-bottom: 40px;
}
.txt-block-advant {
    font-weight: normal;
    color: #fff;
    margin-top: 11px;
    transition: all 0.4s;
    opacity: 0;
}
.block-advant::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.4s;
}
.block-advant:hover::before{
    opacity: 1;
}
.block-advant:hover .txt-block-advant{
    opacity: 1;
}
.logo{
    max-width: 125px;
}
.tel-page{
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    line-height: 31px;
    font-family: 'Lato',sans-serif ;
}
.menu a{
    color: #fff;
    font-weight: normal;
    transition: all 0.4s;
}
.menu a:hover{
    color: #048EC1;
    text-decoration: underline;
}
.main-section-content {
    padding-top: 201px;
    background-image: url(../img/main-bg.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
    min-height: 851px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.4s;
    z-index: 400;
}
.header.fixed,
.header.active{
    background-color: #001b26;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.main-nav {
    width: calc(100% - 498px);
}
.shema-main--content-block {
    background: linear-gradient(221.27deg, rgba(4, 142, 193, 0.84) 20.79%, rgba(3, 96, 131, 0.84) 100%);
    width: 329px;
    padding: 23px 15px 28px 15px;
    color: #fff;
}
.info-main--content-block {
    width: calc(100% - 329px);
    padding-right: 30px;
}
.text-info-main--content-block {
    color: #fff;
    margin-top: 72px;
}
.price-info-main--content span{
    color: #F2E800;
    font-weight: 700;
}
.term-info-main--content span{
    font-weight: 700;
}
.term-info-main--content {
    font-size: 28px;
    line-height: 33px;
    font-weight: normal;
    margin-top: 19px;
}
.price-info-main--content{
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
}
.icon-item-advant-bl{
    width: 79.25px;
    height: 79.25px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #048EC1;
}
.text-item-advant-bl {
    font-weight: normal;
    color: #fff;
    width: calc(100% - 79.25px);
    padding-left: 11px;
}
.w-220 {
    max-width: 220px;
}
.w-175 {
    max-width: 175px;
}
.w-215 {
    max-width: 215px;
}
.w-200 {
    max-width: 200px;
}
.items-advant-bl-wrapper {
    margin-top: 111px;
}
.text-shema-main--content-block {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}
.icon-top-shema-main--content{
    width: 54.34px;
    height: 54.34px;
    background-color: #048EC1;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.text-top-shema-main--content {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    width: calc(100% - 54.34px);
    padding-left: 14px;
}
.top-shema-main--content-block {
    padding: 0 10px;
    align-items: center;
}
.main--content-block-wrap{
    align-items: flex-start;
}
.main-shema-main--content-block {
    max-width: 164px;
    margin: 31px auto 33px auto;
    position: relative;
}
.txt-shema-info{
    position: absolute;
    font-weight: normal;
    font-size: 14px;
}
.txt-shema-info-1 {
    left: -58px;
    bottom: 31px;
}
.d-none-desktop{
    display: none;
}
.txt-shema-info-2 {
    left: -66px;
    top: 24px;
}
.txt-shema-info-3 {
    right: -62px;
    top: 50%;
    transform: translate(0,-98%);
}
.menuToggle {
    width: 43px;
    height: 43px;
    position: relative;
    cursor: pointer;
    align-items: center;
    display: none;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 100;
}
.menuToggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: background 0.3s;
    border-radius: 10px;
    margin: 0 auto;
}
.menuToggle span::before, .menuToggle span::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    transition: transform 0.3s;
    border-radius: 10px;
}
.menuToggle span::before {
    top: 13px;
}
.menuToggle span::after {
    bottom: 12px;
}
.list-tabs-map-block a {
    display: block;
    padding: 21px 10px;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
    transition: all 0.4s;
    height: 100%;
}
.list-tabs-map-block li {
    width: calc(33.33% - 6px);
}
.list-tabs-map-block a.active,
.list-tabs-map-block a:hover{
    background-color: #048EC1;
    color: #fff;
}
.title-tab {
    font-weight: 500;
}
.tabs-map-block {
    margin-top: 40px;
}
.item-content-tabs-map-block{
    display: none;
}
.item-content-tabs-map-block:first-child{
    display: block;
}
.content-tabs-map-block {
    margin-top: 40px;
}
.item-content-tabs-map-block img{
    width: 100%;
}
.fancybox-bg {
    background: #3B3B3B;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
}
.popup {
    width: 524px;
    padding: 0;
}
.top-popup-block {
    background: linear-gradient(196.71deg, #048EC1 20.79%, #036083 100%);
    padding: 50px 60px;
    color: #fff;
}
.title-top-popup-block {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Spectral',sans-serif ;
}
.text-top-popup-block {
    font-weight: normal;
    font-size: 18px;
    max-width: 400px;
    margin: 8px auto 0 auto;
}
.fancybox-close-small {
    position: absolute;
    top: -40px;
    right: 0;
    width: 31px;
    height: 31px;
    padding: 0;
    outline: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    z-index: 10;
    cursor: pointer;
    background-image: url(../img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.input-block-page {
    font: inherit;
    width: 100%;
    height: 55px;
    border: 1px solid #C6D6D6;
    text-align: center;
    font-weight: normal;
    color: #000000;
    outline: none;
    background-color: transparent;
}
.input-block-page::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}
.input-block-page:-moz-placeholder {
    color: #000000;
    opacity: 1;
}
.input-block-page::-moz-placeholder {
    color: #000000;
    opacity: 1;
}
.input-block-page:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}
.form-page-popup .button{
    width: 100%;
}
.txt-form-block{
    font-weight: normal;
    font-size: 11px;
    color: #5C5C5C;
}
.txt-form-block a{
    font-weight: 500;
}
.txt-form-block a:hover{
    text-decoration: underline;
}
.form-popup-block {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.popup-content {
    width: 758px;
    padding: 0;
}
.title-page-h4 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    font-family: 'Spectral',sans-serif;
    text-align: center;
}
.form-popup-block-content {
    padding: 57px 73px;
    background-color: #E8EEEE;
}
.p73{
    padding-left: 73px;
    padding-right: 73px;
}
.popup-content-main{
    padding-bottom: 63px;
    padding-top: 63px;
    font-weight: normal;
    color: #313131;
}
.popup-content-main p:last-child{
    margin-bottom: 0;
}
.btn-popup-content-main{
    margin-top: 60px;
}
.btn-popup-content-main .button{
    padding: 18px 57px;
}
.p75{
    padding-left: 75px;
    padding-right: 75px;
}
.ls-tabs-block li{
    width: calc(25% - 6px);
}
.ls-tabs-block a {
    display: block;
    text-align: center;
    font-weight: normal;
    border: 1px solid #C6D6D6;
    padding: 15px 10px;
    transition: all 0.4s;
}
.ls-tabs-block a.active,
.ls-tabs-block a:hover{
    background-color: #048EC1;
    color: #fff;
    border-color: #048EC1;
}
.tabs-main-page-wrapper {
    margin-top: 40px;
}
.item-content-tabs-block {
    display: none;
    padding-top: 35px;
}
.item-content-tabs-block:first-child{
    display: block;
}
.title-tabs-rooms-block-wrap {
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 24px;
}
.list-tabs-rooms a {
    display: inline-block;
    padding: 16px 18px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #C6D6D6;
    transition: all 0.4s;
    min-width: 55px;
}
.list-tabs-rooms a.active,
.list-tabs-rooms a:hover{
    background-color: #048EC1;
    color: #fff;
}
.list-tabs-rooms li{
    margin-right: 11px;
}
.list-tabs-rooms li:last-child{
    margin-right: 0;
}
.item-content-tabs-rooms{
    display: none;
}
.item-content-tabs-rooms:first-child{
    display: block;
}
.slider-rooms-wrapper{
    position: relative;
}
.slide-rooms {
    width: 100%;
    height: 695px;
    background-color: #fff;
    position: relative;
    padding: 20px;
}
.slide-rooms::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 26px;
    width: 71px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/logo-slide.png);
}
.img-location-content-block img{
    width: 100%;
}
.content-tabs-rooms {
    margin-top: 60px;
}
.purchase-scheme-section {
    padding-bottom: 100px;
}
.img-slide-rooms-block{
    height: 373px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}
.img-slide-rooms{
    display: inline-block;
}
.btn-slide-rooms {
    text-align: center;
    margin-top: 60px;
}
.btn-slide-rooms .button {
    padding: 18px 37px;
}
.left-it-info-slide-rooms{
    position: relative;
}
.left-it-info-slide-rooms::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    height: 75px;
    border-right: 2px solid #C6D6D6;
    right: -1px;
}
.number-it-info-slide-rooms {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
}
.text-it-info-slide-rooms {
    font-size: 18px;
    line-height: 22px;
}
.it-info-slide-rooms {
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    width: 200px;
}
.info-slide-rooms-wrap{
    justify-content: center;
}
.info-slide-rooms {
    margin-top: 33px;
}
.img-location-content-block{
    position: relative;
}
.location-content-block-wrapper {
    background-color: #fff;
    position: relative;
    padding-bottom: 64px;
    overflow: hidden;
}
.info-location-content-block-wrap {
    margin-top: 55px;
}
.btn-info-locat-content-block {
    margin-top: 45px;
}
.btn-info-locat-content-block .button {
    padding: 18px 69px;
}
.location-content-block-wrapper::before {
    content: '';
    position: absolute;
    bottom: -122px;
    right: 50%;
    background-image: url(../img/img-svg-5.svg);
    width: 628px;
    height: 527px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(172%);
}
.text-info-locat-content-block {
    font-weight: normal;
    font-size: 22px;
    max-width: 970px;
}
.logo-locat-block {
    position: absolute;
    width: 5%;
    bottom: 23%;
    left: 42%;
}
.distance-locat-block {
    position: absolute;
    width: 23.5%;
    left: 52%;
    top: 5%;
}
.text-arrow-distance-locat-block {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    background: rgba(4, 142, 193, 0.85);
    transform: rotate(-44.54deg) translate(-46%, -88%);
    position: absolute;
    padding: 14px 2px;
    top: 50%;
    left: 50%;
    width: 176px;
    text-align: center;
}
.text-block-info-location {
    position: absolute;
    top: 15%;
    right: 3%;
    width: 368px;
    color: #fff;
    font-weight: normal;
    background-color: rgba(4, 142, 193, 0.85);
    padding: 25px 30px;
}
.text-block-info-location::before {
    content: '';
    position: absolute;
    top: -45px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 45px solid rgba(4, 142, 193, 0.85);
    border-right: 109px solid transparent;
}
.text-block-info-location b{
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;

}
.text-block-info-location p:last-child{
    margin-bottom: 0;
}
.bg-5 {
    background-image: url(../img/img-5.jpg);
    background-position: top center;
}
.txt-info-content-block-page {
    font-weight: normal;
    font-size: 18px;
}
.h-374 {
    min-height: 374px;
}
.block-info-content {
    background-color: #fff;
    overflow: hidden;
}
.bl-info-content::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background-image: url(../img/img-svg-5.svg);
    width: 628px;
    height: 527px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(130%,-50%);
    z-index: -1;
}
.block-price-comparison-wrap {
    padding-top: 65px;
    padding-bottom: 20px;
}
.title-block-price-compar{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Spectral',sans-serif ;
}
.col-40 {
    width: 40%;
    padding-right: 15px;
}
.col-60{
    width: 60%;
}
.list-items-bl-price-compar p {
    margin-bottom: 0;
    margin-top: 12px;
}
.list-items-bl-price-compar li {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    position: relative;
    padding-left: 55px;
    margin-bottom: 43px;
}
.list-items-bl-price-compar li:last-child{
    margin-bottom: 0;
}
.list-items-bl-price-compar li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 24.06px;
    height: 2px;
    background-color: #048EC1;
}
.list-items-bl-price-compar li b{
    font-weight: 500;
}
.items-bl-price-compar {
    margin-top: 55px;
}
.block-bl-price-compar {
    padding: 55px 20px 45px 130px;
    background: linear-gradient(195.08deg, #048EC1 20.79%, #036083 100%);
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}
.price-block-bl-price-compar {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Spectral',sans-serif;
    margin-top: 9px;
}
.btn-block-bl-price-compar {
    margin-top: 36px;
}
.bg-6{
    background: linear-gradient(195.34deg, #048EC1 20.79%, #036083 100%);
}
.ls-items-bl-price-compar li {
    font-weight: normal;
    padding-left: 67px;
    margin-bottom: 11px;
    position: relative;
}
.ls-items-bl-price-compar li:last-child{
    margin-bottom: 0;
}
.ls-items-bl-price-compar li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 24.06px;
    height: 2px;
    background-color: #048EC1;
}
.w-274{
    max-width: 274px;
}
.text-right-items-bl-price-compar {
    color: #fff;
    font-weight: 400;
}
.pd-t-55 {
    padding-top: 55px;
}
.btn-right-items-bl-price-compar {
    margin-top: 30px;
}
.slider-rooms-wrapper::before {
    content: '';
    position: absolute;
    right: -223px;
    top: 50%;
    width: 414px;
    height: 347px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/img-svg-4.svg);
    transform: translate(0, -50%);
}
.slider-complex-scheme-wrapper {
    position: relative;
    margin-top: 79px;
}
.swiper-slide-item{
    position: relative;
}
.circle-style{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #048EC1;
    transition: box-shadow 0.1s;
}
.circle-style:hover {
    box-shadow: 0px 4px 20px rgba(43, 35, 35, 0.63);
}
.compas-icon {
    position: absolute;
    top: 7%;
    width: 13%;
}
.compas-icon-left {
    left: 5%;
}
.compas-icon-right {
    right: 3%;
    top: 2%;
}
.circle-item:hover{
    z-index: 6;
}
.logo-swiper-slide-item {
    position: absolute;
    bottom: 5%;
    left: 4%;
    width: 12%;
    height: 17%;
    background-color: rgba(255, 255, 255, 0.77);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
}
.tablet-list-complex-scheme {
    display: none;
    margin-top: 22px;
}
.adress-block-slide {
    position: absolute;
    background-color: #138A10;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 5px 14px;
}
.adress-block-1-slide-1 {
    left: 6%;
    top: 49%;
}
.adress-block-2-slide-1 {
    left: 47%;
    top: 7%;
}
.adress-block-3-slide-1 {
    right: 7%;
    top: 39%;
}
.adress-1-it::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 157px solid transparent;
    border-right: 157px solid transparent;
    border-top: 8px solid #138A10;
}
.adress-2-it::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 157px solid transparent;
    border-right: 157px solid transparent;
    border-top: 8px solid #138A10;
}
.text-circle-item {
    position: absolute;
    left: 93px;
    background-color: #FFFFFF;
    padding: 10px 15px 10px 15px;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    display: none;
}
.text-circle-item span {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #fff;
    left: -16px;
    top: 50%;
    transform: translate(0px, -50%) rotate(45deg);
}
.circle-item {
    position: absolute;
    z-index: 5;
}
.circle--item-1 {
    left: 30%;
    top: 38%;
}
.text-circle-item-132 {
    width: 120px;
}
.circle-item:hover .text-circle-item{
    display: block;
}
.circle--item-2 {
    left: 46%;
    bottom: 46%;
}
.circle--item-3 {
    right: 29%;
    top: 27%;
}
.circle--item-4 {
    top: 2%;
    right: 28%;
}
.circle--item-5 {
    bottom: 14%;
    right: 8%;
}
.text-circle-item-right {
    right: 93px;
    left: auto;
    padding: 10px 30px 10px 15px;
}
.text-circle-item.text-circle-item-right span {
    left: auto;
    right: -16px;
}
.adress-block-1-slide-2 {
    left: 36%;
    top: 10%;
}
.adress-block-3-slide-2 {
    left: 10%;
    top: 24%;
}
.adress-block-2-slide-2 {
    right: 11%;
    top: 32%;
}
.circle--item-6 {
    left: 2%;
    top: 42%;
}
.circle--item-7 {
    left: 46%;
    top: 43%;
}
.circle--item-8 {
    top: 20%;
    right: 28%;
}
.circle--item-9 {
    right: 9%;
    bottom: 2%;
}
.circle--item-10 {
    bottom: 14%;
    left: 52%;
}
.adress-block-1-slide-3 {
    top: 15%;
    left: 7%;
}
.adress-block-2-slide-3 {
    right: 30%;
    top: 14%;
}
.circle--item-11 {
    top: 45%;
    left: 38%;
}
.circle--item-12 {
    top: 57%;
    left: 28%;
}
.complex-scheme-section {
    padding-top: 90px;
}
ol.list-number-page{
  counter-reset: myCounter;
}
.list-number-page li {
    list-style: none;
    position: relative;
    margin-bottom: 3px;
    padding-left: 46px;
    padding: 15px 10px 15px 46px;
}
.list-number-page li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    width: 35px;
    height: 35px;
    background-color: #048EC1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.list-number-page-green li:before{
    background-color: #138A10;
}
.num-circle{
    display: none;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #058dc1;
}
.circle-it-1 {
    left: 12%;
    top: 21%;
}
.circle-it-2 {
    left: 28%;
    top: 33%;
}
.circle-it-3 {
    left: 55%;
    top: 48%;
}
.circle-it-4 {
    top: 32%;
    right: 31%;
}
.circle-it-5 {
    top: 12%;
    right: 23.5%;
}
.circle-it-6 {
    right: 22%;
    bottom: 27%;
}
.circle-it-7 {
    right: 6%;
    bottom: 30%;
}
.text-circle-item-160 {
    width: 160px;
}
.circles-schema-img-block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.items-bg-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item-bg{
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.item-bg.active{
    opacity: 1;
    z-index: 2;
}
.text-circle-item-195 {
    width: 195px;
    font-size: 14px;
}
.text-circle-item-2{
    left: 105px;
}
.text-circle-item-2 span {
    width: 44px;
    height: 44px;
    left: -22px;
}
.text-circle-item-2.text-circle-item-right {
    left: auto;
    right: 105px;
}
.text-circle-item-2.text-circle-item-right span {
    left: auto;
    right: -22px;
}
.text-circle-item-1 {
    width: 150px;
}
.text-circle-item-1 span {
    width: 28px;
    height: 28px;
    left: -14px;
}
.text-circle-item-1.text-circle-item-right span {
    left: auto;
    right: -14px;
}
.block-house-schema{
    position: absolute;
}
.block-house-schema-text {
    display: inline-block;
    position: absolute;
    font-weight: 500;
    color: #fff;
    background-color: #048EC1;
    padding: 10px 5px;
    width: 277px;
    text-align: center;
    z-index: 2;
}
.block-house-schema-text::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -45px;
    background-image: url(../img/plus-icon.svg);
    background-color: #fff;
    border-radius: 50%;
}
.block-house-schema-1 {
    bottom: 15%;
    right: 2.4%;
    width: 37.6%;
}
.block-house-schema-1 .block-house-schema-text {
    right: 32%;
    top: 27%;
}
.block-house-schema-2 {
    left: 6%;
    bottom: -1%;
    width: 34%;
}
.block-house-schema-2 .block-house-schema-text {
    right: 39%;
    top: 21%;
}
.block-house-schema-3 {
    top: 1%;
    right: 27.3%;
    width: 34.55%;
}
.block-house-schema-3 .block-house-schema-text {
    top: 13%;
    right: 15%;
}
.block-house-schema img{
    opacity: 0;
    transition: opacity 0.4s;
}
.block-house-schema:hover img{
    opacity: 1;
}
.popup--container{
    width: calc(100% - 30px);
    padding: 0;
    background-color: #fff;
}
.popup---content-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup---content{
    height: 647px;
    position: relative;
    z-index: 3;
}
.col--popup{
    height: 100%;
}
.col-4-popup--content-bg {
    width: 41%;
    background: linear-gradient(210.13deg, #048EC1 20.79%, #036083 100%);
}
.col-6-popup--content-bg{
    width: 59%;
}
.left-col-popup {
    width: 41%;
    height: 100%;
}
.right-col-popup {
    width: 59%;
    padding: 20px;
    height: 100%;
}
.left-col-popup-content {
    width: 388px;
    margin-left: auto;
    min-height: 20px;
    color: #fff;
    padding-top: 48px;
    padding-bottom: 20px;
}
.adress-block-popup{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

}
.scheme-porchs-popup-house {
    width: 262px;
    height: 278px;
    position: relative;
    background-image: url(../img/porchs/logo-scheme-porchs.svg);
    background-repeat: no-repeat;
    background-position: 49% 47%;
    margin-top: 85px;
    margin-bottom: 78px;
}
.item-scheme-porchs{
    position: absolute;
}

.item-scheme-porchs-1.active {
    background-image: url(../img/porchs/scheme-porchs-1.svg);
}
.item-scheme-porchs-1 {
    left: 0;
    bottom: 0;
    width: 97.29px;
    height: 149.7px;
    background-image: url(../img/porchs/scheme-porchs-1-none_active.svg);
    position: absolute;
}

.item-scheme-porchs-2.active {
    background-image: url(../img/porchs/scheme-porchs-2.svg);
}
.item-scheme-porchs-2 {
    left: 0;
    top: 0;
    width: 149.7px;
    height: 109.46px;
    background-image: url(../img/porchs/scheme-porchs-2-none_active.svg);
}

.item-scheme-porchs-3.active {
    background-image: url(../img/porchs/scheme-porchs-3.svg);
}
.item-scheme-porchs-3 {
    width: 96.82px;
    height: 202.11px;
    background-image: url(../img/porchs/scheme-porchs-3-none_active.svg);
    right: 0;
    bottom: 30px;
}
.adress-item-scheme-porchs {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #138A10;
    padding: 11px 18px;
}
.adress-item-arr-1::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 8px solid #138A10;
}
.adress-item-arr-2::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 8px solid #138A10;
}
.adress-item-scheme-porchs-1 {
    left: 0;
    bottom: -74px;
}
.adress-item-scheme-porchs-2 {
    left: 0;
    top: -66px;
}
.adress-item-scheme-porchs-3 {
    right: 11px;
    bottom: -71px;
}
.text-list-group-arrow-btn{
    width: 120px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.slider-button-prev, .slider-button-next {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0380AF;
    transition: all 0.4s;
    cursor: pointer;
}
.slider-button-prev:hover,
.slider-button-next:hover{
    background-color: #096486;
}
.value-namber-slider {
    font-weight: 500;
    font-size: 21px;
    width: 63px;
    text-align: center;
    padding: 0 5px;
}
.list-group-arrow-btn {
    margin-bottom: 14px;
}
.list-group-arrow-btn:last-child{
    margin-bottom: 0;
}
.list-arrow-btn {
    margin-top: 18px;
}
.slide-porchs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
}
.slider-house-item{
    display: none;
}
.slider-house-item.active{
    display: block;
}
.slider-house-wrapper,
.slider-house-item,
.slider-house {
    height: 100%;
}
.list-group-arrow-btn-content-item{
    display: none;
}
.list-group-arrow-btn-content-item.active{
    display: block;
}
.slider-pagination-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.item-scheme-porchs.active .slider-pagination-wrap{
    display: block;
}
.slider-pagination .swiper-pagination-bullet {
    border-radius: 1px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}
.slider-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-pagination-1 .swiper-pagination-bullet:nth-child(1) {
    bottom: 0;
    right: 0;
    width: 53px;
    height: 35px;
    background-image: url(../img/pagin-1-1.svg);
    background-color: transparent;
}
.swiper-pagination-1 .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../img/pagin-1-2.svg);
    background-color: transparent;
    bottom: 0px;
    left: 0;
    width: 43px;
    height: 44px;
}
.swiper-pagination-1 .swiper-pagination-bullet:nth-child(3) {
    bottom: 43px;
    left: 0;
    width: 36px;
    height: 54px;
    background-image: url(../img/pagin-2-1.svg);
    background-color: transparent;
}
.swiper-pagination-1 .swiper-pagination-bullet:nth-child(4) {
    top: 0;
    left: 0;
    width: 36px;
    height: 53px;
    background-image: url(../img/pagin-2-1.svg);
    background-color: transparent;
}



.swiper-pagination-2 .swiper-pagination-bullet:nth-child(1) {
    bottom: 0;
    left: 0;
    width: 36px;
    height: 53px;
    background-image: url(../img/pagin-2-1.svg);
    background-color: transparent;
}
.swiper-pagination-2 .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../img/pagin-2-2.svg);
    background-color: transparent;
    top: 12px;
    left: 0px;
    width: 44px;
    height: 45px;
}
.swiper-pagination-2 .swiper-pagination-bullet:nth-child(3) {
    background-image: url(../img/pagin-2-3.svg);
    background-color: transparent;
    top: 10px;
    left: 43px;
    box-shadow: none;
    width: 56px;
    height: 42px;
    background-repeat: no-repeat;
}
.swiper-pagination-2 .swiper-pagination-bullet:nth-child(4) {
    background-image: url(../img/pagin-2-3.svg);
    background-color: transparent;
    top: 10px;
    left: 96px;
    box-shadow: none;
    width: 56px;
    height: 42px;
    background-repeat: no-repeat;
}




.swiper-pagination-3 .swiper-pagination-bullet:nth-child(1) {
    background-image: url(../img/pagin-3-3.svg);
    background-color: transparent;
    top: -1px;
    right: -4px;
    box-shadow: none;
    width: 40px;
    height: 55px;
    background-repeat: no-repeat;
}
.swiper-pagination-3 .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../img/pagin-3-3.svg);
    background-color: transparent;
    bottom: 96px;
    right: -4px;
    box-shadow: none;
    width: 40px;
    height: 55px;
    background-repeat: no-repeat;
}
.swiper-pagination-3 .swiper-pagination-bullet:nth-child(3) {
    background-image: url(../img/pagin-3-3.svg);
    background-color: transparent;
    bottom: 42px;
    right: -4px;
    box-shadow: none;
    width: 40px;
    height: 55px;
    background-repeat: no-repeat;
}
.swiper-pagination-3 .swiper-pagination-bullet:nth-child(4) {
    background-image: url(../img/pagin-3-2.svg);
    background-color: transparent;
    bottom: 0;
    right: 0px;
    width: 46px;
    height: 43px;
}
.swiper-pagination-3 .swiper-pagination-bullet:nth-child(5) {
    bottom: 0;
    left: 0;
    width: 53px;
    height: 35px;
    background-image: url(../img/pagin-1-1.svg);
    background-color: transparent;
}




.adress-number{
    display: none;
}
.adress-number.active{
    display: inline-block;
}
.text-block-info-location-1300{
    display: none;
}
.slider-house-item .swiper-container{
    height: 100%;
}
.popup_rooms{
    width: 1110px;
    padding: 0;
}
.top-popup_rooms-content {
    background-color: #E8EEEE;
    position: relative;
    padding: 50px 160px 50px 68px;
    min-height: 131px;
}
.main-popup_rooms-content {
    background-color: #fff;
    overflow: hidden;
    min-height: 556px;
    padding: 50px 68px 50px 68px;
}
.main-popup_rooms-content::before {
    content: '';
    position: absolute;
    width: 598px;
    height: 497px;
    background-image: url(../img/img-svg-6.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: -243px;
    bottom: 0;
}
.popup_rooms-content {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.knob {
    display: block;
    text-align: center;
    border: 1px solid #C6D6D6;
    padding: 15px 10px;
    transition: all 0.4s;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
}
.knob:hover{
    background-color: #048EC1;
    color: #fff;
    border-color: #048EC1;
}
.btn-info-main-popup_rooms {
    width: 100%;
    margin-bottom: 10px;
}
.info-main-popup_rooms {
    width: 274px;
    margin-top: 104px;
}
.btn-info-main-popup_rooms .button {
    width: 100%;
    text-align: center;
    padding: 18px 10px;
}
.price-info-main-popup_rooms {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 42px;
}
.price-info-main-popup_rooms span{
    font-weight: 400;
}
.text-info-main-popup_rooms {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 42px;
}
.img-popup_rooms {
    text-align: center;
    width: 100%;
}
.right-main-popup_rooms-content .img-popup_rooms{
    height: 420px;
}
.right-main-popup_rooms-content{
    width: 420px;
    margin-left: 130px;
}
.it-img-popup_rooms{
    display: none;
}
.it-img-popup_rooms.active{
    display: block;
}
.switch-img-popup_rooms-wrap{
    justify-content: center;
}
.txt-switch-img-popup{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato',sans-serif;
}
.switch-block{
    display: none;
}
.switch-block + span{
    display: block;
    background: #E8EEEE;
    border-radius: 211px;
    width: 61px;
    height: 23px;
    position: relative;
    cursor: pointer;
}
.switch-block + span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #138A10;
    transition: left 0.4s;
}
.switch-block:checked + span::before {
    left: 37px;
}
.switch-block-checkbox-wrap {
    margin: 0 12px;
}
.switch-img-popup_rooms {
    margin-top: 30px;
}
.floors-main-popup {
    width: 203.91px;
    background-color: #048EC1;
    color: #fff;
    text-align: center;
    height: 151px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato',sans-serif;
    margin-left: -68px;
    padding-right: 47px;
    position: relative;
}
.number-floors {
    font-size: 36px;
    line-height: 26px;
    margin-bottom: 13px;
}
.floors-main-popup-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.btns-arrow-block{
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    height: 100%;
}
.btn-arrow-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    background-color: #0380AF;
    transition: all 0.4s;
    width: 100%;
    cursor: pointer;
}
.btn-arrow-slider:hover {
    background-color: #1ea4d6;
}
.main-popup_rooms-content-wrap {
    position: relative;
}
.content-hidden{
    display: none;
}
.socialLinks {
    justify-content: center;
    margin-top: 39px;
}
.socialLinks__link {
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 0 10px 4px;
    border-bottom: 1px solid transparent;
}
.socialLinks__icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 6px;
    background-size: cover;
    background-position: center;
}
.socialLinks__text {
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
}
.socialLinks__link:hover {
    border-color: #01668c;
}
.contacts-block-info .title-page-h2 {
    margin-top: 30px;
}
.pol-link{
    display: inline-block;
    color: #b5b207;
}
.pol-link:hover{
    text-decoration: underline;
}
.top-footer-block {
    background-color: #001b26;
    padding: 28px 0;
}
.bottom-top-footer-block {
    padding: 30px 0;
    background-color: #001218;
}
.nav-menu-footer {
    max-width: 564px;
    width: 100%;
}
.menu-footer a {
    color: #fff;
    font-weight: normal;
    transition: all 0.4s;
}
.menu-footer a:hover {
    color: #048EC1;
    text-decoration: underline;
}
.btnUp{
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: none;
    width: 50px;
    height: 50px;
    z-index: 99;
}
.btnUp-wrap {
    cursor: pointer;
    display: flex;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.btnUp:hover .btnUp-wrap{
    background-color: #e4d8d8;
}

.item-content-tabs-rooms .swiper-button-lock {
    display: none;
}
.slider-house37-wrapper {
    position: relative;
    padding: 0 50px;
}
.slider-house37-wrapper .swiper-button-prev {
    left: -55px;
}
.slider-house37-wrapper .swiper-button-next {
    right: -55px;
}
.slider-house37 .swiper-slide {
    height: auto;
}
.slide-house37 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.none_active_block{
    display: none;
}
.btn-info-main-popup_rooms-hidden {
    display: none;
}
.btn-info-main-popup_rooms-hidden.active{
    display: block;
}
.text-tab {
    font-size: 12px;
}
.list-complex-scheme-style li{
    width: 50%;
}
.block-house-schema-text-1{
    width: 85px;
}
.slide-porchs-wrap svg {
    overflow: hidden;
    width: auto;
    height: auto;
}
.slide-porchs-wrap {
    width: 100%;
    height: auto;
}
.entrySvg{
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.4s;
}
.entrySvg:hover,
.entrySvg.active{
    opacity: 1;
}
.button_layout {
    position: absolute;
    top: 0px;
    z-index: 3;
    left: 0px;
    transition: all 0.2s;
    display: none;
    padding: 13px 18px;
}
.button_layout.active{
    display: inline-block;
}
.s1t0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#BA8FFF;
}
.s1t1{
    fill:#FF8000;
}
.s1t2{
    fill:#060000;
}
.s1t3{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#A88186;
}
.s1t4{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#09BA18;
}
.s1t5{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#FFFFFF;
}



.s2t0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#308AC9;
}
.s2t1{
    fill:#FF8000;
}
.s2t2{
    fill:#060000;
}
.s2t3{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#A14277;
}
.s2t4{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#FFFFFF;
}
.s2t5{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#9DD7F3;
}
.s2t6{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#B9C8D3;
}



.s3t0{fill-rule:evenodd;clip-rule:evenodd;fill:#C5C6C6;}
.s3t1{fill:#FF8000;}
.s3t2{fill-rule:evenodd;clip-rule:evenodd;fill:#F5B2C0;}
.s3t3{fill-rule:evenodd;clip-rule:evenodd;fill:#FEDF07;}
.s3t4{fill-rule:evenodd;clip-rule:evenodd;fill:#D67642;}
.s3t5{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.s3t6{fill-rule:evenodd;clip-rule:evenodd;}


.s4t0{fill-rule:evenodd;clip-rule:evenodd;fill:#A88186;}
.s4t1{fill:#FF8000;}
.s4t2{fill:#060000;}
.s4t3{fill-rule:evenodd;clip-rule:evenodd;fill:#09BA18;}
.s4t4{fill-rule:evenodd;clip-rule:evenodd;fill:#BA8FFF;}
.s4t5{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}


.main {
    padding-top: 130px;
    padding-bottom: 50px;
}
.img-main {
    max-width: 500px;
    margin: 25px auto 25px auto;
}
.overlay-page{
    display: none;
}
.b-leftForm {
    position: absolute;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: 99;
    left: -400px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.b-leftForm.fixed {
    position: fixed;
}
.b-leftForm__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    height: 100%;
    background-color: #ff3d3d;
}
.b-leftForm.open {
    left: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}
.b-leftForm .mfp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    top: 100px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #dfc903;
    font-size: 50px;
    color: #313131;
    position: absolute;
    background-color: #fff;
}
.b-leftForm__btn {
    position: absolute;
    cursor: pointer;
    margin: auto;
    font-family: 'Lato',sans-serif;
    font-weight: 500;
    text-align: center;
    background-color: #ff3d3d;
    color: #fff;
    padding: 8px 0 0;
    top: 0;
    bottom: 0;
    right: -155px;
    width: 280px;
    height: 50px;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 40px 40px 0 0;
}
.form {
    width: 100%;
}
.form__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.form_col .form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.formConsent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.formConsent__container {
    position: relative;
    min-width: 27px;
    margin-right: 20px;
}
.formConsent__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.formConsent__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
}
.formConsent__icon {
    width: 15px;
    height: 15px;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.formConsent__input:checked+.formConsent__checkbox .formConsent__icon {
    opacity: 1;
}
.form__input {
    max-width: 370px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-family: 'Lato',sans-serif;
    margin-right: 10px;
    background-color: transparent;
    outline: none;
}
.form_col .form__input {
    margin-right: 0;
    margin-bottom: 15px;
}
.btn-br {
    display: inline-block;
    padding: 1.2em 2em;
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 15px;
    background: #dfc903;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.formConsent__text {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}
.form__btn {
    max-width: 370px;
    width: 100%;
}
.about-section {
    position: relative;
    overflow: hidden;
}



.c1ls-1{fill:#b9c8d3;}
.c1ls-1,.c1ls-4,.c1ls-5,.c1ls-6,.c1ls-7{fill-rule:evenodd;}
.c1ls-2{fill:#ff8000;}
.c1ls-3{fill:#060000;}
.c1ls-4{fill:#308ac9;}
.c1ls-5{fill:#9dd7f3;}
.c1ls-6{fill:#a14277;}
.c1ls-7{fill:#fff;}




.c2ls-1{fill:#ba8fff;}
.c2ls-1,.c2ls-5,.c2ls-6,.c2ls-7{fill-rule:evenodd;}
.c2ls-2{fill:#ff8000;}
.c2ls-3{fill:#060000;}
.c2ls-4{fill:#f60;}
.c2ls-5{fill:#a88186;}
.c2ls-6{fill:#09ba18;}
.c2ls-7{fill:#fff;}


.c3ls-1{fill:#f5b2c0;}
.c3ls-1,.c3ls-3,.c3ls-4,.c3ls-5,.c3ls-6,.c3ls-7{fill-rule:evenodd;}
.c3ls-2{fill:#ff8000;}
.c3ls-3{fill:#fedf07;}
.c3ls-4{fill:#57a7b3;}
.c3ls-5{fill:#d67642;}
.c3ls-6{fill:#fff;}


.c4ls-1{fill:#ba8fff;}
.c4ls-1,.c4ls-5,.c4ls-6,.c4ls-7{fill-rule:evenodd;}
.c4ls-2{fill:#ff8000;}
.c4ls-3{fill:#060000;}
.c4ls-4{fill:#f60;}
.c4ls-5{fill:#a88186;}
.c4ls-6{fill:#09ba18;}
.c4ls-7{fill:#fff;}

.wrph100{
    width: 100%;
    height: 100%;
}
.wrph100 svg{
    width: 100%;
    height: 100%;
}
.sc16 svg {
    transform: scale(1.6);
}
.slider-house-wrapper .swiper-slide {
    overflow: hidden;
}


.s5t1{
    fill:none;
    stroke:#ff8000;
    stroke-width:.5
    }
.s5t1,.s5t2,.s5t3,.s5t4{
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10
}
.s5t2{
    fill:none;
    stroke-width:.5;
    stroke:#060000;
}
.s5t3,.s5t4{
    stroke:#000;
}
.s5t3{
    fill:none;
    stroke-width:.5;
}
.s5t4{
    stroke-width:1.0902;
}
.s5t4,.s5t8{
    fill:none;
}
.s5t9{
    fill:#fff;
}
.s5t10,.s5t11{
    fill:none;stroke:#000;
    stroke-width:.4088;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}
.s5t11{
    stroke-width:.8177;
}


.s6t1,.s6t2,.s6t3,.s6t4{fill:none;stroke:#ff8000;stroke-width:.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}
.s6t2,.s6t3,.s6t4{stroke:#000}
.s6t3,.s6t4{stroke-width:.4088}
.s6t4{stroke-width:.75}
.s6t11{fill-rule:evenodd;clip-rule:evenodd;fill:#fff}
.s6t12,.s6t13,.s6t14{fill:none;stroke:#000;stroke-width:.8177;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}
.s6t13,.s6t14{stroke-width:1.0902}
.s6t14{stroke:#aed9ff;stroke-width:0}




.s7t1,.s7t10,.s7t2,.s7t3,.s7t4{fill:none;stroke:#000;stroke-width:.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}
.s7t10,.s7t2,.s7t3,.s7t4{stroke:#ff8000}
.s7t10,.s7t3,.s7t4{stroke:#060000}
.s7t10,.s7t4{stroke:#000;stroke-width:1.0902}
.s7t10{stroke-width:.4088}
.s7t11{fill:#fff}
.s7t12{stroke:#000;stroke-width:.8177;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}
.s7t12,.s7t13{fill:none}
.d-desktop-none{
    display: none;
}
.img-tag{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.it-img-popup_rooms{
    width: 100%;
    height: 100%;
}