body {
    font-family: 'Montserrat', sans-serif;
    line-height: 24px
}

@font-face {
    font-family: 'Kobzar KS';
    src: url('../webfonts/KobzarKS.eot');
    src: local('Kobzar KS Regular'), local('KobzarKS'), url('../webfonts/KobzarKS.eot?#iefix') format('embedded-opentype'), url('../webfonts/KobzarKS.woff') format('woff'), url('../webfonts/KobzarKS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.wrapper {
    width: 1740px;
    margin: 0 auto;
}

.rlt {
    position: relative;
}

.tac {
    text-align: center;
    background: url(../img/marker.png) center bottom no-repeat;
    margin-bottom: 50px
}

.w200 {
    font-weight: 200;
}

.w700 {
    font-weight: 700;
}

.subtitle {
    text-align: center;
    color: #4e5256;
    margin-top: -10px;
    margin-bottom: 50px;
}

h2 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
    margin-top: 130px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px
}

h2 span {
    display: block;
    text-transform: lowercase;
}


/* popup */

.popup {
    padding: 10px;
}

.pl {
    float: left;
    width: 45%;
}

.pr {
    margin-left: 51%;
}

.pr h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
}

.pr ul {
    list-style: none;
    margin-bottom: 40px
}

.pr p {
    margin-bottom: 40px;
    
}

.pr h3 {
    display: inline-block;
    font-family: 'Forum';
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#b98e61), color-stop(#d9bc6e), to(#b98e61));
    background: linear-gradient(90deg, #b98e61, #d9bc6e, #b98e61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #c9a369;
    margin-bottom: 20px;
    text-align: left
}

.pr form input[type="text"] {
    padding: 15px 20px;
    border: 1px solid #e7edf0;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.pr form input[type="submit"], .btn {
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 10px;
    border: 0;
    background: #0046b5;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pr form input[type="submit"]:hover {
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px rgb(170, 129, 53, 0.7);
    box-shadow: 3px 3px 10px rgb(170, 129, 53, 0.7);
    background: -webkit-gradient(linear, left bottom, left top, from(#b17f4b), to(#deb340));
    background: linear-gradient(0deg, #b17f4b, #deb340);
}


/* main screen */

.main-screen {
    
}

.building-render {
    background-image: url('https://blueskytower.ge/wp-content/themes/like/i/E3EB889E.jpg')!important;
}

.logo,
.choose-floor,
.chosen-floor,
.chooseleng,
.mapimg {
    position: absolute;
}

.mapimg {
    top: 37px;
    left: 360px;
    width: 1020px;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
/*     opacity: 0; */
}

.logo {
    top: 80px;
    text-align: center;
    width: 289px; height: 65px; background: url("../img/logo-w.png") 0 0 no-repeat; background-size: 289px 65px; float: left; border-bottom: none; margin-top: 26px;
    z-index: 10;
}


.logo a span {
    display: block;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: lowercase;
    line-height: 20px;
    letter-spacing: 4.4px;
}

.choose-floor {
    font-family: 'Kobzar KS';
    color: #fff;
    font-size: 35px;
    top: 510px;
    height: 65px;
    width: 370px;
    background: url(../img/str.png) right bottom no-repeat;
    z-index: 10;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.chosen-floor {
    font-weight: bold;
    display: none;
    font-size: 20px;
    top: 540px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 15px 20px;
    border-radius: 50%;
}

.chooseleng {
    right: 5px;
    top: 40px;
}

.chooseleng a {
    display: inline-block;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.25);
    color: #ccc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.active-leng {
    height: 47px;
    background: rgba(0, 0, 0, 0.45);
    border-bottom: 3px solid #0049d9;
    color: #fff;
}

.chooseleng a:hover {
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
}


/* advantages */

.advantages {
    margin-bottom: 130px;
}

.advantages ul {
    list-style: none;
    text-align: center;
}

.advantages ul li {
    margin: 10px;
    width: 21%;
    padding: 10px;
    display: inline-block;
    background: rgba(236, 232, 224, 0.45);
    -webkit-box-shadow: 11px 11px 11px rgba(159, 152, 138, 0.20);
    box-shadow: 11px 11px 11px rgba(159, 152, 138, 0.20);
    vertical-align: top;
}

.brd {
    padding: 50px;
    background: #fff;
    border: 1px solid #eae6d9;
    min-height: 230px;
}

.nmb {
    background: url(../img/star.png) center top no-repeat;
    height: 96px;
    line-height: 105px;
    font-family: 'Forum';
    font-size: 30px;
    color: #0e62d5;
}

.brd p {
    font-size: 14px;
    color: #4e5256;
    margin-top: 30px;
}


/* installment */

.installment {
    background: #f8f8f8;
    height: 621px;
}

.installment ul {
    list-style: none;
    text-align: center;
}

.installment ul li {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    color: #000;
    margin-left: 50px;
    margin-right: 50px;
}

.installment ul li p {
    margin-top: 30px;
}

.installment .num {
    color: #0049d9;
    font-size: 65px;
    line-height: 65px;
    font-weight: bold;
}

/* facade */

.facade ul {
    list-style: none;
    text-align: center;
}

.facade ul li {
    display: inline-block;
}

.facade ul li a img {
    border: 10px solid rgba(236, 232, 224, 0.45);
    margin: 0 10px 10px 10px;
    -webkit-box-shadow: 11px 11px 11px rgba(159, 152, 138, 0.20);
    box-shadow: 11px 11px 11px rgba(159, 152, 138, 0.20);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.facade ul li a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* planning */

.plan {
    float: left;
    width: 500px;
}

.render {
    margin-left: 630px;
}

.plan h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    width: 300px;
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #4e5256;
}

.plan p {
    color: #4e5256;
    margin-bottom: 30px;
}

.plan img {
    margin-top: 20px
}

.pl-w {
    width: 1570px;
}


/* youadvantages */

.youadvantages {
    background: url(../img/youadvantages.jpg) center top no-repeat;
    margin-top: 130px;
    height: 793px;
}

.youadvantages-text {
    float: left;
    width: 490px;
    color: #fff;
    font-size: 18px;
}

.youadvantages-text ul {
    list-style: none;
}

.youadvantages-text ul li {
    margin-bottom: 30px;
}

.nmb-sm {
    width: 57px;
    height: 54px;
    background: url(../img/star-sm.png);
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    float: left;
    margin-right: 30px;
    margin-top: -5px
}

.youadvantages-video {
    margin-left: 600px
}

.adv {
    width: 1160px;
}


/* income */

.inc-w {
    width: 1160px
}

.equation {
    list-style: none;
    text-align: center;
    color: #4e5256;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.equation li {
    display: inline-block;
    font-size: 46px;
    vertical-align: top;
    line-height: 36px
}

.equation li span {
    font-size: 16px;
    font-weight: 400;
}

.equation li .comm {
    font-size: 14px;
    font-weight: 400;
    margin-top: -13px
}

.equation li img {
    margin: 0 30px;
}

.grd {
    font-size: 46px;
    color: #0049d9;
}

.income {
    background: #f8f8f8;
}

.income-table table {
    width: 100%;
    color: #4e5256;
    overflow: hidden;
}

.income-table table tr.teble-head {
    font-size: 12px;
    font-weight: 700;
}

.income-table table tr.teble-head td {
    padding: 10px 15px;
}

.teble-cont-w td {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.76);
    padding: 10px 15px;
}

.teble-cont-b td {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.48);
    padding: 10px 15px;
}

.e-edt {
    margin-top: 90px;
}

.e-edt li {
    width: 225px
}

.e-edt li .comm {
    line-height: 18px;
    margin-top: 5px;
}


/* investment */

.investment {
    background: url(../img/investment.jpg) center top no-repeat;
    height: 892px;
    margin-top: 130px
}

.investment h2 {
    color: #fff;
}

.inv-w {
    width: 1200px;
}

.investment ul {
    list-style: none;
    color: #fff;
}

.investment ul li {
    margin-bottom: 25px;
    float: left;
    width: 49%;
}

.investment ul li img {
    float: left;
    margin-right: 20px;
    margin-top: -5px;
}

.investment ul li span {
    display: block;
}


/* map */

.map {
    background: url(../img/map.jpg) center top no-repeat;
    height: 660px;
}

.adr {
    position: absolute;
    background: url(../img/adr.png) no-repeat;
    width: 385px;
    height: 351px;
    text-align: center;
    top: 110px;
    left: 490px;
}

.adr ul {
    list-style: none;
    color: #fff;
    width: 240px;
    margin-left: 55px;
    margin-top: 65px;
    line-height: 28px;
}


/* footer */

footer {
    background: url(../img/footer-bg.jpg);
    padding: 80px 0 20px 0;
}

.f-logo {
    display: block;
    height: 82px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.ft-w {
    width: 870px;
}

.adr-f {
    list-style: none;
    text-align: center;
    margin-top: 50px;
}

.adr-f li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    font-size: 14px;
}

.adr-f li i {
    margin-bottom: 20px;
    color: #fff;
}

.cop {
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
    color: #656a6e;
}

.f-adr {
    color: #9399a0;
}

.f-phone {
    color: #edeeef;
}

.f-net {
    color: #9399a0;
}

.apartment-popup h2 span {
    display: inline;
}

.hidden {
    display: none;
}

@media screen and (max-width: 761px) {
    .popup .pl {
        float: unset;
        width: 100%;
        margin: 0 auto;
    }
    .popup .pr {
        margin: 0 auto;
    }
}

section.mobile-logo {
    display: none;
}

.floor .popup h3 {
    font-size: 22px;
    margin-top: -20px;
    position: relative;
}

.floor .popup h3 .current-floor {
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
}

.floor .popup h3 .count-up, .floor .popup h3 .count-down {
    color: #ffa902;
    cursor: pointer;
}

.floor .popup h3 .count-up:hover, .floor .popup h3 .count-down:hover {
    opacity: .6;
}

.floor .popup h3 .count-down {
    margin-right: 7px;
}

.floor .popup h3 .count-up {
    margin-left: 7px;
}

.top-contacts {
    position: absolute;
    top: 109px;
    right: 10px;
    padding: 10px 15px;
    box-shadow: unset;
    z-index: 10;
}

.top-contacts:hover {
    box-shadow: unset;
}

.btn-transparent {
    border-radius: 3px;
    background: rgba(255, 255, 255, .35);
}
.btn-transparent:hover {
    background: rgba(255, 255, 255, .65);
}

.btn-transparent i {
    color: #fff;
}

.menu {
    position: absolute;
    top: 175px;
    right: 10px;
    list-style: none;
    z-index: 10;
}

.menu a {
    display: block;
    max-width: 150px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 15px;
    transition: border-bottom 150ms linear;
}

.menu a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.menu-contacts {
    display: none;
}

.noselect, .current-floor {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -1s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


.play-btn {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 256px;
    display: block;
    z-index: 10;
    transform: scale(1.7);
}

.play-btn > * {
    position: absolute;
}

.play-btn i {
    color: #fff;
    left: 23px;
    top: 20px;
    font-size: 24px;
}

.header-on section.content {
    margin-top: 49px;
}

.header-on .slicknav_brand {
    height: auto;
    padding: 6px 12px 0 6px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.header-on .content {
    position: relative;
}

.content .content-main-image img {
    max-width: 100%;
}

.content .content-main-image {
    position: relative;
    z-index: -1
}

.content .content-main-image h1 {
    position: absolute;
    font-size: 45px;
    color: #fff;
    top: 45px;
    left: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.content .content-article {
    padding: 35px;
    background-color: #fff;
    margin: -175px 35px 35px 35px;
    z-index: 100;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    max-width: 1000px;
}

.content .content-article p {
    margin: 20px 0;
}

.header-on ul.menu {
    display: none;
}

@media screen and (max-width: 920px) {
    .content .content-main-image h1 {
        top: 25px;
    }
    
    .content .content-article {
        margin-top: -100px;
    }
}

@media screen and (max-width: 766px) {
    .header-on .content .content-article.narrow {
        padding: 10px;
    }
}

@media screen and (max-width: 572px) {
    .content .content-main-image h1 {
        top: 15px;
        font-size: 25px;
    }
    
    .content .content-article {
        margin: -50px 15px 15px 15px;
    }
}

@media screen and (min-width: 1170px) {
    .content .content-article {
        margin: -175px auto 35px auto;
    }

    .content .content-main-image img {
        width: 100vw;
    }
    
    .header-on .content .content-article.narrow .youadvantages-video {
        margin-left: 505px;
    }
}

@media screen and (min-width: 1500px) {
    .content .content-article {
        margin: -275px auto 35px auto;
    }
    .content .content-article.narrow {
        max-width: 1100px;
    }
}

.header-on .youadvantages-text {
    color: #333;
}

.faq .q {
    margin-bottom: 25px;
    background-color: #ffa90244;
    padding: 15px;
    border-radius: 15px;
}

.faq .q .title {
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    position: relative;
}
.faq .q .title:hover {
    color: #777;
}

.faq .q .title:before {
    content: '⌄';
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 24px;
}
.faq .q .title.expanded:before {
    content: '⌃';
    top: 7px;
}

.faq .q .answer {
    margin-top: 15px;
    display: none;
}

.adr-f a, .adr a {
    color: #fff;
}

.faq ul {
    margin-left: 25px;
}

.faq li {
    margin-bottom: 10px;
}
.faq li:last-of-type {
    margin-bottom: 0;
}

.faq .download-link {
    color: #416894;
    font-weight: bold;
}
.faq .download-link:hover {
    color: #888;
}

.content-article .advantages .wrapper {
    width: auto!important;
}

.content-article .advantages h2 {
    margin-top: 20px;
}

input.error {
    border: 3px solid red!important;
}

.income input {
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 0 10px 10px;
    width: 55px;
    text-align: center;
    font-size: 16px;
}

.chooseleng {
    z-index: 100;
}

footer .social {
    margin-top: 15px;
}

footer .social a {
    font-size: 30px;
    margin: 0 5px;
}

.legend {
    margin-top: 10px;
}

.legend .square {
     padding: 0 10px;
     border-radius: 3px;
     margin-right: 5px;
}

.legend .square:last-of-type {
    margin-left: 10px;
}

.legend .square.red {
    background: #ff5555;
}

.legend .square.blue {
    background: #5555ff;
}

.apartment-popup .price, .apartment-popup .price_keyturn, .apartment-popup .square {
    font-weight: bold;
}

.livestream {
	position: absolute;
    color: #fff;
    border-bottom: 1px dashed;
    right: -21px;
    top: 10px;
    font-size: 13px;
}

#livestream {
    width: max-content;
    margin: 0 auto;
}

.livestream-popup {
    text-align: center;
}

.livestream-popup .mfp-close {
    color: #fff!important;
}

.livestream-popup canvas {
    max-width: calc(100vw - 30px);
    max-height: 100%;
}

.book-form {
    margin: 15px 0 70px 0;
}

.book-form h4 {
    font-size: 18px;
    text-align: center;
}

.book-form input {
    display: block;
}

.book-form input[type=text] {
    padding: 7px 10px;
    border: 1px solid #2F6AE2;
    border-radius: 3px;
    margin: 10px auto;
    font-size: 16px;
}

.book-form input[type=submit] {
    font-size: 16px;
    background: #0049db;
    padding: 7px 10px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}

.book-form input[type=submit]:hover {
    background: #2c66dc
}

.swiper-container-horizontal .visual-floor-label a {
    height: 35px;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

.content {
    max-width: 100vw;
    overflow-x: hidden;
}

.choose-flat {
    display: none;
}
.flats-visual-container { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; }

.building-render { position: absolute; left: 0; top: 0; right: 0; height: 100%; z-index: 1; background: 50% 50% no-repeat; -webkit-background-size: cover; background-size: cover; }

.flats-floor-selection { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.flats-floor-selection svg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }

.flats-floor-selection svg:nth-child(2) { z-index: 5; }

svg:not(:root) { overflow: hidden; }

.aparts.footer { z-index: 99; position: fixed; width: 100%; bottom: 0; height: 70px; }
.aparts.footer #footer { height: 70px; padding: 0; color: #fff; background: none; }
.aparts.footer #footer .botlogo { background: url("../../i/svg/logo-bot-w(107-37).svg") 0 0 no-repeat; opacity: 0.6; }
.aparts.footer #footer .line1 { float: left; }
.aparts.footer #footer .line3 { float: left; padding-left: 43px; border-top: none; padding-top: 0; }
.aparts.footer #footer a { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.aparts.footer #footer .line3 .block1 { float: none; width: auto; opacity: 0.8; }
.aparts.footer #footer .line3 .block2 { float: none; width: auto; margin-left: 13px; opacity: 0.8; }
.aparts.footer #footer .line3 .block3 { position: absolute; right: 30px; top: 0; }
.aparts.footer #footer .line3 .block3 a { border-bottom: none; }
.aparts.footer #footer .maslogo { background: url("../../i/svg/maslogo-w(136-32).svg") 0 0 no-repeat; opacity: 0.6; }

.apt_desc_block { position: absolute; top: 15%; left: 4%; z-index: 99; }
.apt_desc_block h1 { font-size: 58px; line-height: 73px; color: #fff; }
.apt_desc_block h1 span { display: block; }
.apt_desc_block .selector { margin: 20px 0 50px 15%; font-size: 0; line-height: 0; }
.apt_desc_block .selector li { font-size: 16px; line-height: 1; display: inline-block; color: #fff; text-transform: uppercase; padding: 15px 25px; cursor: pointer; border: 1px solid #fff; border-radius: 8px; }
.apt_desc_block .selector li.active, .apt_desc_block .selector li:hover { background: #eefaff; color: #0049db; }
.apt_desc_block .selector li:first-child { border-radius: 8px 0 0 8px; }
.apt_desc_block .selector li:last-child { border-radius: 0 8px 8px 0; margin-left: -1px; }
.apt_desc_block .list { margin: 40px 0 20px 15%; font-size: 20px; color: #fff; }
.apt_desc_block .list li { margin-bottom: 40px; padding-left: 65px; position: relative; }
.apt_desc_block .list li:before { content: ''; display: block; position: absolute; }
.apt_desc_block .list li.apt_ico_1:before { background: url("../../i/svg/apt-ico1(39-50).svg") 0 0 no-repeat; background-size: contain; width: 39px; height: 50px; left: 0; top: -16px; }
.apt_desc_block .list li.apt_ico_2:before { background: url("../../i/svg/apt-ico2(48-39).svg") 0 0 no-repeat; background-size: contain; width: 48px; height: 39px; left: 0; top: -6px; }
.apt_desc_block .list li.apt_ico_3:before { background: url("../../i/svg/apt-ico3(37-38).svg") 0 0 no-repeat; background-size: contain; width: 37px; height: 38px; left: 2px; top: -10px; }
.apt_desc_block .list li.apt_ico_4:before { background: url("../../i/svg/apt-ico4(48-39).svg") 0 0 no-repeat; background-size: contain; width: 37px; height: 38px; left: 2px; top: -10px; }
.apt_desc_block .btn_w { margin: 50px 0 20px 15%; }

#other_buildings, #blockA, #blockB, #floorsB, #floorsA { opacity: 0; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; -o-transition: 0.3s all; transition: 0.3s all; cursor: pointer; }

body.blocka-hov #other_buildings, body.blocka-active #other_buildings { opacity: 0.44; }

body.blocka-hov #blockB, body.blocka-active #blockB { opacity: 0.2; }

body.blockb-hov #other_buildings, body.blockb-active #other_buildings { opacity: 0.44; }

body.blockb-hov #blockA, body.blockb-active #blockA { opacity: 0.2; }

body.blocka-active #blockA { opacity: 0 !important; }

body.blockb-active #blockB { opacity: 0 !important; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box { background: #fff; border: none; border-radius: 3px; box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4); }

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content { color: #000; padding: 3px; font-size: 0; line-height: 0; }

.visual-floors { position: absolute; left: 0; top: 80px; bottom: 0; width: 80px; text-align: center; z-index: 1; }


.tooltipster-base {
    position: absolute;
}
.tt-inner { font-size: 12px; line-height: 20px; border: 1px solid #ccc; }

.tt-floor { background: #E7E8E8; font-size: 16px; padding: 10px 15px; text-align: center; text-transform: uppercase; }

.tt-floor i { display: inline-block; font-style: normal; font-family: "MontserratBold", sans-serif; text-transform: uppercase; line-height: 1; color: #fff; background: #0049DB; padding: 4px 4px 3px; margin-left: 2px; }

.tt-apts { padding: 8px 15px 10px; text-transform: uppercase; }

.tt-apts i { font-family: "MontserratBold", sans-serif; font-size: 55px; line-height: 1; text-align: center; display: block; margin: 0 auto; }
.tt-inner2 { font-size: 12px; line-height: 20px; border: 1px solid #ccc; }

.tt-inner2 .tt-floor { background: #E7E8E8; font-size: 16px; padding: 10px 15px; text-align: center; text-transform: uppercase; }

.tt-inner2 .tt-floor i { display: inline-block; font-style: normal; font-family: "MontserratBold", sans-serif; text-transform: uppercase; line-height: 1; color: #fff; background: #0049DB; padding: 4px 6px 3px; margin-left: 0; }
.tt-inner2 .tt-floor i.black { margin-left: 2px; background: #000; }

.tt-inner2 .tt-apts { padding: 8px 15px 10px; text-transform: uppercase; text-align: center; }

.tt-inner2 .tt-apts i { font-family: "MontserratBold", sans-serif; font-size: 30px; line-height: 1; text-align: center; margin: 0 auto; display: inline; }


    .tooltipster-arrow {
        display: none !important;
    }

    .apt_desc_block {
        position: absolute;
        margin-top: 126px;
        left: 20px;
        z-index: 99;
        pointer-events: none;
    }

    .apt_desc_block .selector {
        margin: 20px 0 0 0;
        font-size: 0;
        line-height: 0;
        pointer-events: auto;
        display: inline-block;
    }

    .apt_desc_block .list {
        margin: 40px 0 20px 0;
    }

    .apt_desc_block .btn_w {
        margin: 50px 0 20px 0;
    }

    .aparts.footer {
        pointer-events: none;
    }

    .aparts.footer #footer .maslogo {
        pointer-events: auto;
    }

    .aparts.footer #footer .line3 .block1 a, .apt_desc_block .btn_w a {
        pointer-events: auto;
    }
    
    
    
.single-post .apt-single > .center { position: relative; }    
    .single-post .apt-single > .right { vertical-align: middle; }

.single-post .apt-single .right img { width: auto; height: auto; }

/*
.single-post .apt-single .right svg{ width: 70%; height: 70%;
}*/
.view-city { left: 50%; transform: translate(-170%, 720%); top: 0; }

.apt-single .aparts.footer #footer { color: #878b91; text-align: left; }

.apt-single .aparts.footer { position: absolute; }

.apt-single .aparts.footer #footer .botlogo { background: url("../../i/svg/logo-g(107-37).svg") 0 0 no-repeat; }

.apt-single .aparts.footer #footer .maslogo { background: url("../../i/svg/maslogo(136-32).svg") 0 0 no-repeat; }

.apt-single .aparts.footer #footer a { color: #878b91; border-bottom: 1px solid rgba(135, 139, 145, 0.5); }

.apt-single .aparts.footer #footer .in { max-width: 100%; }

.apt-single .img-cov { position: absolute; left: 5%; top: 5%; width: 90%; height: 90%; background: 50% 50% no-repeat; -webkit-background-size: contain; background-size: contain; }

.single-post .apt-single .right svg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.apt-single .visual-floors { top: 156px; }

.single-post .apt-single > .right { padding-top: 0; }

.single-post .apt-single > .right .p-wrapper { position: absolute; top: 76px; left: 0; right: 0; bottom: 100px; }

.apt-single .view-mount { right: 0; top: 35%; }

.apt-single .view-city { left: 10%; transform: none; top: 17%; }

.apt-single .view-sea { left: 35%; bottom: 0; }

#select_aparts polygon { opacity: 0; }

#sales_aparts_RUS polygon, #sales_aparts_RUS path, #sales_aparts_ENG polygon, #sales_aparts_ENG path, #sales_aparts_GE polygon, #sales_aparts_GE path, #reserved_RUS polygon, #reserved_RUS path, #reserved_ENG polygon, #reserved_ENG path, #reserved_GE polygon, #reserved_GE path { opacity: 0; display: none; }

#select_aparts polygon:hover, #select_aparts path:hover { fill: #2f6ae2; }

#sales_aparts path, #sales_aparts_RUS path, #sales_aparts_ENG path, #sales_aparts_GE path, #reserved_RUS path, #reserved_ENG path, #reserved_GE path { fill: #FFFFFF; }

#sales_aparts polygon, #sales_aparts_RUS polygon, #sales_aparts_ENG polygon, #sales_aparts_GE polygon { fill: #B41E2D; }

#reserved_RUS polygon, #reserved_ENG polygon, #reserved_GE polygon { fill: #86C6F2; }


.visual-floors { position: absolute; left: 0; top: 80px; bottom: 0; width: 80px; text-align: center; z-index: 1; }

.floors-list-slider { position: absolute; width: 100%; top: 60px; bottom: 60px; left: 0; }

.floors-list-prev, .floors-list-next { position: absolute; width: 100%; height: 70px; top: 0; left: 0; cursor: pointer; }

.floors-list-prev svg, .floors-list-next svg { width: 25px; height: 13px; position: absolute; left: 50%; top: 50%; margin: -7px 0 0 -12px; }

.floors-list-prev.swiper-button-disabled, .floors-list-next.swiper-button-disabled { opacity: 0.1; }

.floors-list-next { top: auto; bottom: 0; }

.visual-floor-label { position: relative; width: 100%; height: 42px; color: #FFF; font-size: 18px; text-align: center; line-height: 44px; }

.visual-floor-label a { position: relative; z-index: 1; display: block; color: #fff; border: 2px solid transparent; width: 47px; margin: auto; line-height: 2; height: 42px; font-family: "MontserratMedium", sans-serif; }

.visual-floor-label a.active, .visual-floor-label a:hover { color: #FFF; font-size: 26px; border: 2px solid #fff; line-height: 1.5; font-family: "MontserratSemiBold", sans-serif; }

.visual-floor-label span { font-size: 12px; position: absolute; top: 20px; left: 22px; }

.visual-floor-label a.active span, .visual-floor-label a:hover span { top: 27px; }



#floorsB, #floorsA { display: none; }

body.blockb-active #floorsB { display: inherit; opacity: 1; }

body.blocka-active #floorsA { display: inherit; opacity: 1; }

.entry-meta, .entry-footer { display: none; }

.single-post .apt-single { display: table; height: 100%; }
.single-post .apt-single img { height: auto; }
.single-post .apt-single > .left { display: block; width: 410px; vertical-align: top;  }
.single-post .apt-single > .left h2 { font-size: 32px; line-height: 1; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 30px; }
.single-post .apt-single > .left .b_info { padding-left: 50px; }
.single-post .apt-single > .center { width: 166px; display: table-cell; background: #2f6ae2; color: #fff; vertical-align: top; padding-top: 76px; }
.single-post .apt-single > .right { padding-top: 76px; vertical-align: top; display: table-cell; position: relative; width: 100%; text-align: center; background: url("../../i/memphis-mini_3.jpg"); }

.b_info_block { margin: 0 0 15px; background: #eefaff; padding: 4px; color: #0049db; text-transform: uppercase; display: inline-block; font-size: 12px; line-height: 1; }

.b_info_numers { font-size: 0; line-height: 0; border: 1px solid rgba(35, 31, 32, 0.15); border-radius: 2px; display: table; margin-bottom: 29px; }
.b_info_numers .left { padding: 34px 25px 33px; font-size: 21px; line-height: 1; display: table-cell; vertical-align: top; background: rgba(231, 232, 232, 0.4); }
.b_info_numers .left .black { margin-left: 5px; color: #fff; background: #231f20; padding: 5px 10px; }
.b_info_numers .left .blue { color: #fff; background: #0049db; padding: 5px 10px; }
.b_info_numers .right { display: table-cell; vertical-align: top; font-size: 16px; text-align: center; padding: 10px 25px; }
.b_info_numers .right span { font-size: 12px; line-height: 24px; display: inline-block; margin-bottom: 15px; color: rgba(0, 0, 0, 0.6); }
.b_info_numers .right b { font-size: 30px; }

.b_info_desc { margin-right: 40px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(35, 31, 32, 0.2); }

.b_info_block_block { left: -15px; position: relative; }









.single-post .apt-single .right img, .single-post .apt-single .right svg { /*position: absolute;
left: 50%;
top: 50%;
transform: translateY(-50%);*/ /*width: 70%;
height: 80%;*/ }

.single-post .apt-single > .left { height: 100%; position: relative; }

/*.b_price_block { width: 100%; }*/

.b_info h2 { padding-top: 20px; border-top: 1px solid rgba(35, 31, 32, 0.2); margin-right: 40px; }

.b_back { background: rgba(231, 232, 232, 0.4); padding: 40px 0 20px 50px; }

.b_back a { position: relative; color: rgba(0, 0, 0, 0.6); border-bottom: none; font-size: 13px; }

.b_back a:hover { border-bottom: none; }

.b_back a:before { content: ''; display: block; position: absolute; left: -30px; top: 1px; background: url("../../i/svg/apt_arr_left(19-14).svg") 0 0 no-repeat; background-size: contain; width: 19px; height: 14px; }

.b_price_block { background: #EEFAFF; padding: 0 40px 20px 50px; }

.b_price_block .head { border-top: 1px solid rgba(0, 73, 219, 0.6); padding-top: 20px; font-size: 12px; color: rgba(0, 0, 0, 0.6); margin-bottom: 5px; }

.b_price_block b { font-family: "MontserratBold", sans-serif; font-size: 26px; }

.b_price_block span { display: inline-block; border: 1px solid #2F6AE2; border-radius: 3px; padding: 4px; line-height: 1; font-size: 14px; color: #2F6AE2; position: relative; top: -3px; margin-left: 10px; }

.b_price_block .btn_w { margin-top: 20px; }

.b_info_desc { border-bottom: none; padding-bottom: 0; }

.b_info_desc table { margin-top: 20px; width: 100%; }

.b_info_desc table tr:first-child td { border-top: 1px solid rgba(35, 31, 32, 0.2); padding-top: 20px; }

.b_info_desc td { padding: 5px 0 5px 10px; }

.b_info_desc td:first-child { padding-left: 0; }

.b_info_desc td:nth-child(3n) { padding-left: 15px; }

.apt-room { font-size: 13px; color: rgba(0, 0, 0, 0.5); display: inline-block; /* margin-right: 10px;*/ position: relative; }

.apt-room:before { content: ''; display: block; position: absolute; left: 0; }

.ico-livingroom { padding-left: 37px; }

.ico-livingroom:before { width: 27px; height: 20px; background: url("../../i/svg/apt-ico-13.svg") 0 0 no-repeat; background-size: contain; top: 1px; }

.ico-kitchen { padding-left: 28px; }

.ico-kitchen:before { width: 16px; height: 24px; background: url("../../i/svg/apt-ico-14.svg") 0 0 no-repeat; background-size: contain; top: 1px; }

.ico-bedroom { padding-left: 37px; }

.ico-bedroom:before { width: 26px; height: 15px; background: url("../../i/svg/apt-ico-15.svg") 0 0 no-repeat; background-size: contain; top: 1px; }

.ico-bathroom { padding-left: 28px; }

.ico-bathroom:before { width: 23px; height: 20px; background: url("../../i/svg/apt-ico-16.svg") 0 0 no-repeat; background-size: contain; top: 1px; }

.ico-balcony { padding-left: 37px; }

.ico-balcony:before { width: 26px; height: 26px; background: url(../../i/svg/apt-ico-17.svg) 0 0 no-repeat; background-size: contain; top: -4px; }

.single-post .apt-single > .center { position: relative; }

.h_slider_desc { font-size: 12px; line-height: 1.4; text-align: center; width: 100%; min-width: 80px; padding: 40px 10px 0; }

#select_aparts polygon, #sales_aparts polygon { opacity: 0; }

#sales_aparts polygon, #sales_aparts path { display: none; }

#select_aparts polygon { cursor: pointer; }

#select_aparts polygon:hover { opacity: 1; }

.tt-inner2 { font-size: 12px; line-height: 20px; border: 1px solid #ccc; }

.tt-inner2 .tt-floor { background: #E7E8E8; font-size: 16px; padding: 10px 15px; text-align: center; text-transform: uppercase; }

.tt-inner2 .tt-floor i { display: inline-block; font-style: normal; font-family: "MontserratBold", sans-serif; text-transform: uppercase; line-height: 1; color: #fff; background: #0049DB; padding: 4px 6px 3px; margin-left: 0; }
.tt-inner2 .tt-floor i.black { margin-left: 2px; background: #000; }

.tt-inner2 .tt-apts { padding: 8px 15px 10px; text-transform: uppercase; text-align: center; }

.tt-inner2 .tt-apts i { font-family: "MontserratBold", sans-serif; font-size: 30px; line-height: 1; text-align: center; margin: 0 auto; display: inline; }

.rose { position: absolute; background: url("../../i/svg/windrose(91-102).svg") 0 0 no-repeat; background-size: contain; width: 91px; height: 102px; left: 5%; top: 5%; }

.view-mount { position: absolute; background: url("../../i/svg/f-sides-mount.svg") 0 0 no-repeat; background-size: contain; width: 163px; height: 29px; right: 15%; top: 35%; }

.view-city { position: absolute; background: url("../../i/svg/f-sides-city.svg") 0 0 no-repeat; background-size: contain; width: 167px; height: 33px; left: 27%; top: 18%; }

.view-sea { position: absolute; background: url("../../i/svg/f-sides-sea.svg") 0 0 no-repeat; background-size: contain; width: 158px; height: 33px; left: 35%; bottom: 15%; }

.tooltipster-arrow { background: url("../../i/svg/tooltip-tri.svg") 0 0 no-repeat; width: 22px !important; height: 24px !important; top: 10px !important; }

.tooltipster-noir-left .tooltipster-arrow { background: url("../../i/svg/tooltip-tri-left.svg") 0 0 no-repeat; right: -13px !important; }

.tooltipster-arrow-border { display: none; }

.tooltipster-arrow-background { display: none; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow { left: -13px !important; }

.single-post .apt-single > .right { vertical-align: middle; }

.single-post .apt-single .right img { width: auto; height: auto; }

/*
.single-post .apt-single .right svg{ width: 70%; height: 70%;
}*/
.view-city { left: 50%; transform: translate(-170%, 720%); top: 0; }

.apt-single .aparts.footer #footer { color: #878b91; text-align: left; }

.apt-single .aparts.footer { position: absolute; }

.apt-single .aparts.footer #footer .botlogo { background: url("../../i/svg/logo-g(107-37).svg") 0 0 no-repeat; }

.apt-single .aparts.footer #footer .maslogo { background: url("../../i/svg/maslogo(136-32).svg") 0 0 no-repeat; }

.apt-single .aparts.footer #footer a { color: #878b91; border-bottom: 1px solid rgba(135, 139, 145, 0.5); }

.apt-single .aparts.footer #footer .in { max-width: 100%; }

.apt-single .img-cov { position: absolute; left: 5%; top: 5%; width: 90%; height: 90%; background: 50% 50% no-repeat; -webkit-background-size: contain; background-size: contain; }

.single-post .apt-single .right svg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.apt-single .visual-floors { top: 50px; }

.single-post .apt-single > .right { padding-top: 0; }

.single-post .apt-single > .right .p-wrapper { position: absolute; top: 76px; left: 0; right: 0; bottom: 100px; }

.apt-single .view-mount { right: 0; top: 35%; }

.apt-single .view-city { left: 10%; transform: none; top: 17%; }

.apt-single .view-sea { left: 35%; bottom: 0; }

#select_aparts polygon { opacity: 0; }

#sales_aparts_RUS polygon, #sales_aparts_RUS path, #sales_aparts_ENG polygon, #sales_aparts_ENG path, #sales_aparts_GE polygon, #sales_aparts_GE path, #reserved_RUS polygon, #reserved_RUS path, #reserved_ENG polygon, #reserved_ENG path, #reserved_GE polygon, #reserved_GE path { opacity: 0; display: none; }

#select_aparts polygon:hover, #select_aparts path:hover { fill: #2f6ae2; }

#sales_aparts path, #sales_aparts_RUS path, #sales_aparts_ENG path, #sales_aparts_GE path, #reserved_RUS path, #reserved_ENG path, #reserved_GE path { fill: #FFFFFF; }

#sales_aparts polygon, #sales_aparts_RUS polygon, #sales_aparts_ENG polygon, #sales_aparts_GE polygon { fill: #B41E2D; }

#reserved_RUS polygon, #reserved_ENG polygon, #reserved_GE polygon { fill: #86C6F2; }

/*common ╨┐╨╡╤А╨╡╨╜╨╡╤Б╤В╨╕*/
.flats-visual-container, .page-template-apartaments .page-content { min-height: 860px; }

.wpcf7-response-output { width: auto; }

.aparts.footer { position: absolute; }

.fancybox-stage h2 { font-size: 32px; text-transform: uppercase; margin-bottom: 20px; font-family: 'MontserratBold', sans-serif; }

.fancybox-stage .form { max-width: 528px; }

.view-mount, .view-city, .view-sea { text-transform: uppercase; color: #828181; font-size: 12px; background: none; text-align: left; width: auto; }

.view-mount:before { position: absolute; content: ''; display: block; background: url("../../i/svg/f-sides-mount.svg") 0 0 no-repeat; background-size: cover; width: 68px; height: 33px; left: -70px; top: -10px; }

.view-city:before { position: absolute; content: ''; display: block; background: url("../../i/svg/f-sides-city.svg") 0 0 no-repeat; background-size: cover; width: 57px; height: 33px; left: -60px; top: -10px; }

.view-sea:before { position: absolute; content: ''; display: block; background: url("../../i/svg/f-sides-sea.svg") 0 0 no-repeat; background-size: cover; width: 45px; height: 33px; left: -50px; top: -10px; }

.mobile { display: none; }

.dev1_ico ul { padding-top: 0; }

.ge2_ico { position: relative; }

.ge2 .float_text { position: absolute; }

.bit-text ul { max-width: 500px; margin: 0 auto; padding: 15px 30px; }

.cont-form { background: transparent; }

.cont-form:before { right: 5px; }

.h_slider_desc { /*width: 82px;*/ text-align: center; }

.flats-floor-selection .hover { opacity: 0.7; fill: #FFD317; }

.abt2_1 { height: 250px; text-align: center; }

.page-template-about .page-intro { height: 100%; }

.page-template-about .page-intro .bt-scroll-down { bottom: 5%; }

.sec4 .text { background: #000000b5; padding: 10px; display: inline-block; border-radius: 5px; }

.section .text { font-size: 19px; line-height: 30px; }

.view-city.blockA { left: 50%; top: 50px; transform: translateX(-30%); }

.view-sea.blockA { left: 50%; transform: translateX(-30%); }

.view-mount { right: 0; top: 35%; }

.view-city { left: 10%; transform: none; top: 17%; }

.view-sea { left: 35%; bottom: 0; }

.b_info_block_block { width: 360px; height: 513px; }

#B_floors .st1, #A_floors .st1 { display: none; }

#count_form { min-width: 471px; }

#count_form h2 { font-size: 32px; text-transform: uppercase; margin-bottom: 20px; font-family: 'MontserratBold', sans-serif; }

.cal-inputs p { color: #000000; opacity: 0.6; font-size: 12px; }

input[type=tel] { border: 2px solid rgba(35, 31, 32, 0.2); font-size: 26px; border-radius: 5px; width: 180px; padding: 9px; font-family: 'MontserratSemiBold', sans-serif; margin-bottom: 10px; }

input[type=tel].add_percent { width: 110px; margin-left: 10px; }

.convert { margin: 15px 0; }

.calculator-finish { display: none; font-size: 18px; font-family: 'MontserratSemiBold', sans-serif; }

.cal-inputs p.fin-pr { color: #000; opacity: 1; font-size: 18px; display: inline; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; }

.scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; }

.scroll-wrapper.scroll--rtl { direction: rtl; }

.scroll-element { box-sizing: content-box; display: none; }

.scroll-element div { box-sizing: content-box; }

.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; }

.scroll-textarea { border: 1px solid #cccccc; border-top-color: #999999; }

.scroll-textarea > .scroll-content { overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea { border: none !important; box-sizing: border-box; height: 100% !important; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; outline: none; padding: 2px; position: relative !important; top: 0; width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0; width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollable > .scroll-element, .scrollable > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }

.scrollable > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollable > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0; width: 100%; }

.scrollable > .scroll-element.scroll-y { height: 100%; right: 2px; top: 0; width: 8px; }

.scrollable > .scroll-element .scroll-element_outer { overflow: hidden; }

.scrollable > .scroll-element .scroll-element_outer, .scrollable > .scroll-element .scroll-element_track, .scrollable > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

.scrollable > .scroll-element .scroll-element_track, .scrollable > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; }

.scrollable > .scroll-element .scroll-element_track { background-color: #e0e0e0; }

.scrollable > .scroll-element .scroll-bar { background-color: #c2c2c2; }

.scrollable > .scroll-element:hover .scroll-bar { background-color: #919191; }

.scrollable > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollable > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }

.scrollable > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }

.scrollable > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }

.scrollable > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }

.scrollbar-outer > .scroll-element { background-color: #ffffff; }

.scrollbar-outer > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y { height: 100%; right: 0; top: 0; width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top: -12px; margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div { background: none; border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }

.scrollbar-macosx > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar { background-color: #6C6E71; display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x { bottom: 0px; height: 0px; left: 0; min-width: 100%; overflow: visible; width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0px; top: 0; width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; }

.scrollbar-light > .scroll-element { background-color: #ffffff; }

.scrollbar-light > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size { background: #dbdbdb; background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+"); background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8)); background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x { bottom: 0; height: 17px; left: 0; min-width: 100%; width: 100%; }

.scrollbar-light > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar { background: #fefefe; background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+"); background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5)); background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%); border: 1px solid #dbdbdb; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible { top: -17px; margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; }

.scrollbar-rail > .scroll-element { background-color: #ffffff; }

.scrollbar-rail > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size { background-color: #999; background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size { background-color: #666; background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; min-width: 100%; padding: 3px 0 2px; width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y { height: 100%; min-height: 100%; padding: 0 2px 0 3px; right: 0; top: 0; width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar { background-color: #d0b9a0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar { box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div { background: none; border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }

.scrollbar-dynamic > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x { bottom: 2px; height: 7px; left: 0; min-width: 100%; width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 2px; top: 0; width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer { opacity: 0.3; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size { background-color: #cccccc; opacity: 0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; -ms-transition: opacity 0.2s; transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar { background-color: #6c6e71; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar { bottom: 0; height: 7px; min-width: 24px; top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar { left: auto; min-height: 24px; right: 0; width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer { bottom: 0; top: auto; left: 2px; -webkit-transition: height 0.2s; -moz-transition: height 0.2s; -o-transition: height 0.2s; -ms-transition: height 0.2s; transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer { left: auto; right: 0; top: 2px; -webkit-transition: width 0.2s; -moz-transition: width 0.2s; -o-transition: width 0.2s; -ms-transition: width 0.2s; transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer { overflow: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size { opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar { height: 100%; width: 100%; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer { height: 20px; min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer { min-width: 7px; width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; }

.scrollbar-chrome > .scroll-element { background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track { background: #f1f1f1; border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x { bottom: 0; height: 16px; left: 0; min-width: 100%; width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar { background-color: #d9d9d9; border: 1px solid #bdbdbd; cursor: default; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top: -16px; margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollable > .scroll-element, .scrollable > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }

.scrollable > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollable > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0; width: 100%; }

.scrollable > .scroll-element.scroll-y { height: 100%; right: 2px; top: 0; width: 8px; }

.scrollable > .scroll-element .scroll-element_outer { overflow: hidden; }

.scrollable > .scroll-element .scroll-element_outer, .scrollable > .scroll-element .scroll-element_track, .scrollable > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

.scrollable > .scroll-element .scroll-element_track, .scrollable > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; }

.scrollable > .scroll-element .scroll-element_track { background-color: #e0e0e0; }

.scrollable > .scroll-element .scroll-bar { background-color: #c2c2c2; }

.scrollable > .scroll-element:hover .scroll-bar { background-color: #919191; }

.scrollable > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollable > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }

.scrollable > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }

.scrollable > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }

.scrollable > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }








.asingle .img-cov img { display: none; }

#mobile_flats { display: none; }

.menu_content { display: none; z-index: -1; opacity: 0; position: fixed; left: 0; top: 52px; bottom: 0; right: 0; background: #fff; box-shadow: 0 5px 5px rgba(204, 204, 204, 0.3) inset; padding-top: 20px; }

#mobile-menu .topmenu, #mobile-menu .lang, #mobile-menu .top_cont, #mobile-menu .social { display: block; float: none; margin-left: 20px; }
#mobile-menu .social ul li { margin-left: 0; margin-right: 7px; }
#mobile-menu .social { border-top: 1px solid #ccc; margin-top: 11px; padding-top: 11px; }
#mobile-menu .top_cont { margin-top: 7px; }
#mobile-menu .lang { margin-top: 11px; }
#mobile-menu .lang ul li a { margin-left: 0; margin-right: 10px; }
#mobile-menu .mm-menu { margin-bottom: 15px; }
#mobile-menu .mm-menu li { margin-bottom: 10px; padding-left: 20px; }
#mobile-menu .mm-menu li a { font-family: 'MontserratBold', sans-serif; text-transform: uppercase; font-size: 12px; color: #666666; text-decoration: none; border-bottom: none; }
#mobile-menu .mm-menu li.proactive a { border-bottom: 2px solid #0049d9; }
#mobile-menu .mm-menu li.item1.proactive > a { border-bottom: none; }
#mobile-menu .mm-menu ul { background: #0049d6; margin-left: -20px; padding: 10px 0; }
#mobile-menu .mm-menu ul li a { font-size: 12px; color: #b0c6f2; }
#mobile-menu .mm-menu ul li.proactive a { color: #fff; border-bottom: 1px solid #fff; }
#mobile-menu .mm-menu ul li:last-child { margin-bottom: 0; }

.menu_trigger { display: none; position: fixed; right: 20px; top: 17px; z-index: 105; }

.hamburger { outline: none; }

.hamburger { padding: 0; display: inline-block; cursor: pointer; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, -webkit-filter; -o-transition-property: opacity, filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }

.hamburger:hover { opacity: 0.7; }

.hamburger-box { width: 31px; height: 24px; display: inline-block; position: relative; }

.hamburger-inner { display: block; top: 50%; margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before { width: 31px; height: 2px; background-color: #666666; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.hamburger-inner::after { width: 21px; height: 2px; background-color: #666666; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }

.hamburger-inner::before { top: -10px; }

.hamburger-inner::after { bottom: -10px; }

.hamburger--spring .hamburger-inner { top: 2px; -webkit-transition: background-color 0s 0.13s linear; -o-transition: background-color 0s 0.13s linear; transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before { top: 8px; -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after { top: 16px; -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner { -webkit-transition-delay: 0.22s; -o-transition-delay: 0.22s; transition-delay: 0.22s; background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before { top: 0; -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 10px, 0) rotate(45deg); transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after { width: 31px; top: 0; -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg); transform: translate3d(0, 10px, 0) rotate(-45deg); }

.home .hamburger-inner, .home .hamburger-inner::after, .home .hamburger-inner::before { background-color: #fff; }



.home.scrolled .hamburger-inner, .home.scrolled .hamburger-inner::after, .home.scrolled .hamburger-inner::before { background-color: #666666; }

.home.scrolled .hamburger--spring.is-active .hamburger-inner { background-color: transparent; }


@media (max-width: 1023px) { .in { padding: 0 20px; }
  .menu_trigger { display: block; }
  .btn { padding: 14px 25px 13px 25px; }
  /*header*/
  #header { border-bottom: none; }
  #header-white { height: 52px; }
  #header .logo, #header-white .logo { width: 92px; height: 32px; background-size: contain; margin-top: 10px; }
  #header .logo { width: 107px; height: 37px; margin-top: 20px; }
  .topmenu, .lang, .top_cont, .social { display: none; }
  /*-******header*/
  /*mainpage*/
  .sec1 { background-position: 5% top; }
  .sec1 .desc { width: auto; float: left; margin-right: 0; }
  .sec1 .desc h1 { display: none; }
  .section .text { font-size: 16px; text-transform: uppercase; font-family: 'MontserratBold', sans-serif; }
  .sec1 .text { font-size: 23px; line-height: 1.4; padding-right: 20px; }
  .section span { display: inline; }
  .section h1 { font-size: 23px; line-height: 1.4; margin-bottom: 45px; }
  .section.sec2 .text, .section.sec3 .text, .section.sec4 .text, .section.sec5 .text { display: none; }
  .sec2 { background-position: 40% center; }
  .sec3 { background-position: 10% center; }
  .sec5 { background-position: 40% bottom; }
  #footer { height: auto; }
  .home #footer { padding: 100px 0 25px; }
  #footer .line2 .block1, #footer .line2 .block2, #footer .line3 .block1, #footer .line3 .block2 { width: 100%; }
  #footer .line3 .block3 { margin-top: 20px; float: left; text-align: left; }
  #footer .line2 .block3 { margin-top: 20px; width: 100%; }
  #footer .line2 .block4 { width: 100%; }
  #footer .line2 .block2 { margin-top: 20px; margin-left: 0; }
  #footer .botmenu li { display: block; margin-bottom: 15px; }
  #footer .line3 { border-top: none; }
  #footer .pull-right { float: left; }
  /*-----mainpage*/
  /*about*/
  .page-intro-slogan, .page-intro-slogan-content { font-size: 24px; }
  .page-intro-text { font-size: 12px; line-height: 1.5; }
  .block-image-text-anm, .block-image-text-anm2 { position: relative; width: 100%; height: auto; }
  .block-image-text-anm.in-view .bit-image { left: 0; position: relative; }
  .bit-image { width: 100%; height: 100%; min-height: 300px; }
  .block-image-text-anm .right_, .block-image-text-anm2 .right_ { position: relative; top: 0; }
  .block-image-text-anm .left_, .block-image-text-anm2 .left_ { position: relative; top: 0; }
  .bit-text.left_ { width: 100%; left: 0; padding-bottom: 15px; }
  .bit-text.right_ { width: 100%; left: 0; padding-bottom: 15px; }
  .abt1 .fz35 { font-size: 20px; line-height: 1.6; }
  .bit-image.right_ { left: 0; }
  .abt1 .center-height-trf, .abt2 .center-height-trf, .abt6 .center-height-trf, .bit-text.right_ .center-height-trf, .bit-text.left_ .center-height-trf, .abt2_1 .center-height-trf, .inf6 .center-height-trf { top: 0; transform: none; }
  .abt2.ge4 { height: auto; padding: 20px 0; }
  h3 { font-size: 20px; line-height: 30px; margin-bottom: 15px; }
  .abt3, .abt4 { height: 400px; }
  .abt3 .text h1, .abt4 .text h1 { font-size: 55px; line-height: 65px; }
  .abt3 .text p span { display: inline; }
  .abt4 .text p span { display: inline; }
  .ge6 .line1 { height: auto; }
  .ul-service { width: auto; }
  .ul-service li { display: block; padding-bottom: 150px; width: 100%; }
  .ul-service li:last-child { padding-bottom: 30px; }
  .abt2_1 { height: auto; padding: 20px; }
  .abt6 { height: auto; padding: 20px 0; }
  .abt6 p { margin: 0 0 20px; }
  .abt6 .tel { font-size: 32px; }
  .abt6 .email { font-size: 20px; margin-left: 0; }
  .owl-dot.showprev { font-size: 0; }
  .owl-dot.shownext { font-size: 0; }
  .owl-dot.active { font-size: 22px; }
  .owl-nav { display: none; }
  .mbir1 { background: 90% 50% no-repeat; }
  .abt2.ge4 { padding: 20px; }
  /*---about*/
  #videomovie iframe { width: 100%; }
  /*infra*/
  .bit-text p { padding: 15px 20px; }
  p.fz35 { font-size: 20px; line-height: 1.5; padding-bottom: 0; }
  h3 span { display: inline; }
  .inf3 { height: 390px; }
  .inf3 .text { bottom: 1%; width: 100%; left: 0; transform: none; }
  .inf4 { padding: 20px; }
  .inf5 { height: 390px; }
  .inf5 .text { width: 100%; left: 0; transform: none; }
  .inf6 { height: auto; padding: 20px; }
  .inf7 { height: 390px; background-position: left bottom; }
  .inf7 .text { right: auto; padding-top: 12%; left: 10%; }
  .inf8 .text { display: none; }
  .inf8 { height: 390px; background-position: 80% top; }
  .inf8text.mobile { display: block; }
  .inf8text { background: #B6C6D3; padding: 20px; position: relative; z-index: 2; margin-bottom: 20px; }
  .inf8text:after { content: ''; display: block; width: 100%; height: 50px; position: absolute; bottom: -50px; left: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b6c6d3+0,b6c6d3+100&1+0,1+55,1+55,0.7+68,0+100 */ background: -moz-linear-gradient(top, #b6c6d3 0%, #b6c6d3 55%, rgba(182, 198, 211, 0.7) 68%, rgba(182, 198, 211, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #b6c6d3 0%, #b6c6d3 55%, rgba(182, 198, 211, 0.7) 68%, rgba(182, 198, 211, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #b6c6d3 0%, #b6c6d3 55%, rgba(182, 198, 211, 0.7) 68%, rgba(182, 198, 211, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6c6d3', endColorstr='#00b6c6d3', GradientType=0); /* IE6-9 */ }
  .inf9 { padding: 20px; }
  .inf-map { height: 390px; }
  .abt7, .inf10 { height: 245px; }
  .abt7:before { background-size: auto; }
  /*----infra*/
  /*dev*/
  .page-intro { height: auto; min-height: 100%; }
  .page-intro .bt-scroll-down { bottom: 15px; }
  .page-intro-text { height: auto; padding: 20px; }
  .page-intro-text .center-height-trf { top: 0; transform: none; }
  .dev1_ico ul { width: auto; padding-top: 45px; }
  .dev1_ico ul li { display: block; font-size: 14px; margin-bottom: 40px; }
  .dev1_ico ul li div { font-size: 50px; }
  .dev1 { background: url(../../i/dev2.jpg) center bottom no-repeat #386cb7; background-size: contain; height: 650px; }
  .dev1_ico .li2 { padding-left: 0; }
  .dev2 .owl-dot.active { width: auto; left: 50%; transform: translateX(-50%); }
  .dev2 .owl-dot.active span { display: none; }
  .dev3 ul { width: auto; }
  .dev3 ul li { display: block; padding: 60px 20px 20px; width: 100%; }
  .dev3 ul li.li1:before, .dev3 ul li.li2:before, .dev3 ul li.li3:before { left: 50%; transform: translateX(-50%); }
  .dev2 .owl-dot.showprev { font-size: 0; position: absolute; top: 18px; left: 50%; width: 50px; height: 20px; transform: translateX(-285%); background: url(../../i/svg/dev-arr-left.svg) left 0 no-repeat; background-size: cover; }
  .dev2 .owl-dot.active { font-size: 40px; }
  .dev2 .owl-dot.shownext { padding-left: 0; position: absolute; top: 18px; right: 50%; transform: translateX(285%); width: 50px; height: 20px; background: url(../../i/svg/dev-arr-right.svg) right 0px no-repeat; background-size: cover; }
  .dev2 .dots-parent { margin: 20px 0 10px; height: 60px; }
  .dev2 .owl-stage-outer .owl-item > div span { padding: 0 20px; }
  /*---dev*/
  /*ge*/
  .ge2 .float_text { width: auto; left: 0; right: 0; }
  .ge2 .float_text .inner { padding: 16px 15px; }
  .ge2 .float_text .inner li { font-size: 13px; }
  .ge4 { padding: 20px; }
  .ul-tour { width: auto; }
  .ul-tour li { display: block; margin-bottom: 160px; }
  .ul-tour li:last-child { margin-bottom: 50px; }
  .ul-tour li:after { display: none; }
  /*---ge*/
  /*form*/
  .form input[type=text], .form input[type=email], .form textarea { width: 100%; }
  .fancybox-content { padding: 25px; }
  .fancybox-button.fancybox-close-small { width: 20px; height: 20px; }
  .btn-wide { padding: 15px 25px 15px 25px; }
  /*---form*/
  /*contact*/
  .page-template-contacts { padding-top: 52px; }
  .c_left { display: block; width: 100% !important; }
  .c_right { display: block; width: 100% !important; height: 390px !important; }
  .block_slave { width: 100%; }
  .block_main .left { display: block; width: 100%; }
  .block_main .right { display: block; width: 100%; }
  .c_right .btn_w { display: none; }
  .cont-form:before { right: 0; }
  .c_wrap { padding: 0 20px; }
  .c_wrap .header { font-size: 21px; line-height: 32px; }
  .block_main .left img { width: 100%; }
  .block_main_w { width: 100%; float: none; padding: 15px 0; }
  .block_main { max-width: 280px; float: none; margin: 0 auto; }
  .c_wrap .header { display: block; text-align: center; }
  .block_slave { width: 280px; min-height: 160px; margin: 0 auto 20px !important; float: none; }
  .cont-form { background: #EAF6FF; padding: 1px 20px 20px !important; }
  .cont-form:before { background: none; }
  /*---contact*/
  /*apts*/
  .single-post .apt-single > .left { padding-top: 0; }
  .apt_desc_block h1 { font-size: 29px; line-height: 1.4; }
  .page-template-apartaments .page-content { height: auto; position: relative; background: #3369b6; }
  .page-template-apartaments .flats-visual-container { position: relative; }
  .page-template-apartaments .flats-visual-container .in { background: #3369b6; z-index: 2; }
  .page-template-apartaments .apt_desc_block { position: relative; margin-top: 100px; left: 0; }
  .page-template-apartaments .flats-floor-selection { display: none; }
  .page-template-apartaments .building-render { position: relative; height: 500px; width: 100%; background-position: 68% 50%; margin-top: -32px; }
  .page-template-apartaments .aparts.footer { position: relative; height: auto; background: url(../../i/footbg.jpg) repeat; }
  .page-template-apartaments .aparts.footer #footer { height: auto; padding: 20px 0; }
  .page-template-apartaments .aparts.footer #footer .line1 { float: none; }
  .page-template-apartaments .aparts.footer #footer .line3 { float: none; padding-left: 0; }
  .page-template-apartaments .aparts.footer #footer .line3 .block3 { right: auto; position: relative; }
  .page-template-apartaments .apt_desc_block .list { font-size: 16px; }
  .single-post .apt-single { display: block; }
  .single-post .apt-single > .left { width: 100%; height: auto; display: block; }
  .single-post .apt-single > .left .b_info { padding: 0 20px; width: 100%; }
  .single-post .apt-single > .left h2 { font-size: 25px; margin-right: 0; text-align: center; }
  .b_info_block_block { width: 100% !important; left: 0; text-align: center; height: auto; }
  .b_info_block_block svg { max-width: 320px; }
  .visual-floors { top: 0; position: relative; width: 100%; }
  .floors-list-slider { position: relative; width: 100%; top: 0; bottom: 0; left: 0; }
  .visual-floor-label { width: 42px; }
  .single-post .apt-single > .center { width: 100%; display: block; padding-top: 0; }
  .single-post .apt-single > .right { width: 100%; min-height: 500px; display: block; }
  .h_slider_desc { font-size: 12px; padding: 20px 0 10px; text-align: center; }
  .legend { display: -webkit-box; display: -ms-flexbox; display: flex; text-transform: uppercase; margin-bottom: 15px; font-family: 'MontserratSemiBold', sans-serif; }
  .legend .l_sold { font-size: 13px; margin-right: 15px; }
  .legend .l_sold i { display: inline-block; width: 15px; height: 15px; background: #B41E2D; margin-right: 5px; border-radius: 2px; }
  .legend .l_reserved { font-size: 13px; }
  .legend .l_reserved i { display: inline-block; width: 15px; height: 15px; background: #86C6F2; margin-right: 5px; border-radius: 2px; }
  #mobile_flats { display: block; margin: 20px 0 40px; padding: 0 10px; }
  #mobile_flats .mf_header { width: 100%; margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; }
  #mobile_flats .mf_header > div { font-size: 12px; width: 33%; }
  #mobile_flats .mobile_apart { width: 100%; background: #fff; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; border: 1px solid #ccc; margin-bottom: 10px; padding: 5px; color: #0c52dc; font-size: 20px; }
  #mobile_flats .mobile_apart.sold { background: #B41E2D; }
  #mobile_flats .mobile_apart.reserved { background: #86C6F2; }
  #mobile_flats .ma_wrap { background: #fff; padding: 15px 10px; border: 1px solid #ccc; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }
  #mobile_flats .ma_num { line-height: 1; padding-top: 5px; text-transform: uppercase; width: 33%; text-align: center; font-family: 'MontserratBold', sans-serif; }
  #mobile_flats .ma_s { line-height: 1; color: #000; padding: 5px 0 0; width: 33%; }
  #mobile_flats .ma_price { line-height: 1; color: #000; padding: 5px 0 0; width: 33%; }
  #mobile_flats i { font-size: 15px; }
  .single-post .apt-single > .right .p-wrapper { position: relative; top: 0; left: 0; right: 0; height: auto; bottom: 0; padding-bottom: 60px; padding-top: 50px; }
  .single-post .apt-single > .right .p-wrapper .rose { display: none; }
  .apt-single .img-cov { text-align: center; position: relative; left: 5%; top: 0; width: 90%; height: auto; }
  .single-post .apt-single .right svg { width: 100%; height: 100%; position: relative; margin: 0 auto; left: 0; top: 0; }
  .view-city.blockA { left: 50%; top: -30px; transform: translateX(-30%); }
  .view-city.blockA:before { display: none; }
  .apt-single .view-sea { bottom: -50px; }
  .apt-single .view-sea:before { display: none; }
  .apt-single .visual-floors { top: 0; padding: 0 40px; }
  .apt-single .view-mount.blockB { right: -20px; top: 35%; transform: rotate(90deg); }
  .apt-single .view-mount.blockB:before { display: none; }
  .apt-single .view-city.blockB { left: 5%; }
  .apt-single .view-city.blockB:before { display: none; }
  .h_slider { height: 60px; }
  .floors-list-prev, .floors-list-next { transform: rotate(270deg); width: 42px; height: 42px; top: 0; left: 0; }
  .floors-list-next { top: auto; bottom: 0; left: auto; right: 0; }
  .apt-single .aparts.footer { position: relative; }
  /*----apts*/
  .aparts.footer { height: auto; }
  .aparts.footer #footer { height: auto; }
  .aparts.footer #footer .line1 { float: none; }
  .aparts.footer #footer .line3 { padding-left: 0; float: none; }
  .aparts.footer #footer .line3 .block3 { position: relative; right: auto; }
  .b_info_block { margin-left: 50%; margin-bottom: 20px; transform: translateX(-50%); }
  .b_info_numers { margin: 0 auto 29px; }
  .b_info_numers .left { padding: 34px 10px 33px; }
  .b_info_numers .right { padding: 10px 9px; }
  .b_info_numers .right b { font-size: 27px; }
  .b_info_desc table { width: 100%; max-width: 340px; margin: 0 auto; }
  .b_info_desc { margin-right: 0; font-size: 14px; }
  .b_info_desc td:nth-child(3n) { padding-left: 5px; }
  .b_info_desc td { padding: 5px 0 5px 5px; }
  .b_price_block { padding: 0 20px 20px 20px; }
  .b_price_block_w { max-width: 400px; margin: 0 auto; text-align: center; }
  .asingle .img-cov { background: none !important; }
  .asingle .img-cov img { display: inline; width: 100% !important; height: 100% !important; }
  #count_form { min-width: auto; }
  #count_form h2 { font-size: 26px; }
  input[type=tel] { width: 150px; }
  input[type=tel].add_percent { width: 80px; } }
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
@media (min-width: 1024px) and (max-width: 1440px) { #header .logo { width: 120px; height: 42px; background-size: contain; }
  #header .topmenu { margin-left: 33px; }
  #header .topmenu ul li { margin-right: 20px; }
  #header .top_cont { margin-right: 10px; }
  #header .social { margin-right: 19px; }
  #header .social ul li { margin-left: 5px; }
  #header-white .logo { background-size: contain; width: 122px; height: 40px; }
  #header-white .topmenu { margin-left: 30px; }
  #header-white .topmenu ul li { margin-right: 20px; }
  #header-white .top_cont { margin-right: 10px; }
  #header-white .social { margin-right: 15px; }
  body.scrolled .header3 .left { margin-left: 150px; }
  #header-white .social ul li { margin-left: 7px; }
  #footer { height: auto; }
  #footer .line2 .block2 { width: 150px; }
  #footer .botmenu li { display: block; }
  #footer .line2 .block1 { width: 260px; }
  #footer .line3 .block1 { width: 260px; }
  #footer .line3 .block2 { width: auto; }
  .ul-service { width: 100%; max-width: 1060px; }
  .dev3 ul { width: 100%; max-width: 1135px; padding: 0 10px; }
  .apt_desc_block h1 { font-size: 39px; line-height: 53px; margin-bottom: 0; }
  .apt_desc_block .list { width: 244px; font-size: 16px; }
  .apt_desc_block .list li { margin-bottom: 25px; }
  .apt_desc_block .list li.apt_ico_1:before { top: -6px; }
  .apt_desc_block .list li.apt_ico_2:before { top: 4px; }
  .apt_desc_block .list li.apt_ico_3:before { top: 0; }
  .apt_desc_block .btn_w { margin-top: 20px; }
  .ul-tour { max-width: 1166px; width: 100%; }
  .aparts.footer #footer .line3 .block1, .aparts.footer #footer .line3 .block2 { display: none; }
  .view-mount, .view-city, .view-sea { font-size: 0; }
  .apt-single .view-mount { right: -3%; }
  .apt-single .view-city { left: 28%; top: 27%; }
  .apt-single .view-sea { left: 50%; bottom: 5%; }
  .view-city.blockA { left: 50%; top: 50px; transform: translateX(-30%); } }
@media (min-width: 640px) and (max-width: 1024px) { .block_main_w { float: left; width: auto; margin-right: 20px; }
  .block_slave { width: 280px; min-height: 160px; float: left; margin-right: 20px !important; } }



.single-post .apt-single > .left{display: table;}

@media (max-width: 1023px){
	.b_info_desc table{
		display: block;
	}
}

.h_slider_desc { font-size: 12px; padding: 20px 0 10px; text-align: center; margin-top: -70px}

@media screen and (max-width: 761px) {
.building-render {
    position: relative !important;
    left: -240px;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
}
#rec178797153 {
    position: relative !important;
}


.building-render-title {
    position: relative;
    top: 100px;
    font-size: 56px;
    margin-left: 10%;
    color: white;
    line-height: 51px;
    max-width: 300px;
}
