@font-face {
    font-family: ikea_sansregular;
    src: url(../files/fonts/ikea_sans-webfont.eot);
    src: url(../files/fonts/ikea_sans-webfont.eot?#iefix) format("embedded-opentype"), url(../files/fonts/ikea_sans-webfont.woff) format("woff"), url(../files/fonts/ikea_sans-webfont.ttf) format("truetype"), url(../files/fonts/ikea_sans-webfont.svg#ikea_sansregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ikea_sans_heavyregular;
    src: url(../files/fonts/ikea_sans_heavy-webfont.eot);
    src: url(../files/fonts/ikea_sans_heavy-webfont.eot?#iefix) format("embedded-opentype"), url(../files/fonts/ikea_sans_heavy-webfont.woff) format("woff"), url(../files/fonts/ikea_sans_heavy-webfont.ttf) format("truetype"), url(../files/fonts/ikea_sans_heavy-webfont.svg#ikea_sans_heavyregular) format("svg");
    font-weight: 400;
    font-style: normal
}

*,
a:focus {
    outline: none
}

img {
    display: block
}

a {
    color: inherit
}

.mobile * {
    -webkit-backface-visibility: hidden
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 100%
}

ol,
ul {
    padding-left: 20px
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    min-width: 1250px;
    min-height: 650px;
    font-family: ikea_sansregular, Geneva, sans-serif;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #fff
}

#bg-canvas,
#body_frame,
#centrer,
#centrer2,
.bg_img,
.dark-overlay,
.floor_map,
.floor_map_cont,
.load_frame,
.scroll_frame,
.shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.genplan_back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.bold {
    font-weight: 700
}

.home .shadow {
    display: none
}

/*#centrer .load_frame {
    left: 100%
}*/

#body_frame,
.load_frame {
    overflow: hidden
}

.page404_frame h1,
h1.uc {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
    font-size: 25px;
    line-height: 30px;
    color: #000
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

#video,
#video>* {
    height: 100%!important;
    width: 100%!important
}

.rotate_help_frame {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50000;
    background: url(../i/px_black_90.png);
    cursor: pointer;
    display: none
}

.rotate_help {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -300px
}

.dark-overlay {
    display: none;
    z-index: 1000;
    background: url(../i/px_black_90.png)
}

#centrer2 .load_frame,
#preloader_frame {
    background: url(../i/blank.gif)
}

#preloader_frame {
    z-index: 10000;
    display: none
}

.keys_count-text {
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
    text-align: center;
    width: 340px;
    padding: 18px 5px;
    box-sizing: border-box;
    background-color: hsla(37, 35%, 58%, 0.9)
}

.keys_count-text,
.keys_count_wrap {
    text-decoration: none
}

.preloader_img {
    position: absolute;
    width: 31px;
    height: 31px;
    padding: 10px;
    margin: -25px 0 0 -25px;
    background: #000;
    top: 50%;
    left: 50%;
    border-radius: 5px
}

.builded_logo,
.builded_logo2 {
    background-color: rgba(185, 156, 110, 0.9);
    padding: 20px;
    box-sizing: border-box;
    z-index: 1!important
}

.banners_layout {
    position: absolute;
    top: 110px;
    z-index: 22;
    width: 100%;
}

.banners_layout img {
    display: inline;
    cursor: pointer;
    padding: 0 10px;
}

.banners_layout_left {
    float: left;
    margin-left: 40px;
}

.banners_layout_right {
    float: right;
    margin-right: 40px;
}

.banners_block {
    position: absolute;
    width: 37.5%;
    height: 40%;
    top: 110px;
    left: 50%;
    margin-left: -19%;
}

.banners_block img {
        display: inline;
    }

/* Test */
.popup_banner {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.showPopup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    visibility: hidden;
    z-index: 1000;
}

.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.showPopup img {
    position: absolute;
    left: 50%;
    width: 33%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -16.5%;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}




.limited_cont {
    padding: 25px 20px 15px;
    background-color: rgba(134, 113, 81, .95);
    box-sizing: border-box
}

.limited_cont__more {
    float: right;
    color: #fff;
    margin-top: -10px
}

.limited_cont {
    text-decoration: none
}

.limited_cont__text {
    width: 100%;
    font-size: 48px;
    text-align: center;
    color: #000;
    margin-top: 11px
}

.limited_cont__more {
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px dashed #fff
}

.plans_map_raphael {
    z-index: 1
}

.logo {
    display: none!important;
    position: absolute;
    width: 152px;
    height: 182px;
    bottom: 9%;
    left: 50%;
    z-index: 10;
    margin: 0 0 20px -76px;
    background: url(../i/sprite.png) -81px -2px
}

.page-arrow-left,
.page-arrow-right {
    display: none;
    position: absolute;
    height: 50px;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    font-family: ikea_sansregular;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    color: #fff
}

.page-arrow-left:hover,
.page-arrow-right:hover {
    background: url(../i/px_black_60.png)
}

.page-arrow-right {
    right: 0;
    padding-right: 100px;
    text-align: right
}

.page-arrow-left {
    left: 0;
    padding-left: 100px;
    text-align: left
}

.page-arrow-left:after,
.page-arrow-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 46px;
    height: 50px;
    top: 10px;
    right: 20px;
    background: url(../i/sprite.png) -690px -2px
}

.page-arrow-left:after {
    left: 20px;
    right: auto;
    background-position: -757px -2px
}

.page-arrow-left span,
.page-arrow-right span {
    display: none
}

.page-arrow-left:hover span,
.page-arrow-right:hover span {
    display: inline
}

.loader__overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url(../i/px_black.png)
}

.loader__line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #bfa06d;
    opacity: .8
}

.loader__logo {
    position: absolute;
    width: 172px;
    height: 218px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../i/loader-logo.png) no-repeat 50%;
    background-size: contain
}

.builded_logo.activated {
    background: -webkit-linear-gradient(45deg, transparent 42%, transparent 48%, rgba(0, 0, 0, .39) 99%, rgba(0, 0, 0, .4));
    background: linear-gradient(45deg, transparent 42%, transparent 48%, rgba(0, 0, 0, .39) 99%, rgba(0, 0, 0, .4));
    transition: all .2s linear
}

.loader__slogan {
    position: absolute;
    top: 50%;
    left: 75%;
    margin: -20px 0 0 -100px;
    font-size: 19px;
    font-family: Georgia;
    font-style: italic;
    color: #fff
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 999
}

.footer__opin-logo {
    display: block;
    float: left;
    width: 71px;
    height: 27px;
    margin: 0 28px;
    background: url(../i/sprite.png) -2px -2px
}

.footer__text {
    position: relative;
    float: left;
    padding: 0 20px;
    font-size: 14px;
    font-family: ikea_sansregular;
    color: #bfa06d;
    background-color: #100707
}

.contacts .footer__text,
.infrastructure .footer__text {
    background: none
}

.footer__request-btn {
    margin: 0 10px 0 0;
    border-bottom: 1px dotted #bfa06d;
    cursor: pointer
}

.footer__request-btn.active {
    border: none
}

.footer__phone {
    font-size: 19px;
    color: #fff;
    text-decoration: none
}

.footer__text:before {
    height: 15px;
    bottom: 100%
}

.footer__text:after,
.footer__text:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #100707
}

.footer__text:after {
    height: 25px;
    top: 100%
}

.contacts .footer__text:after,
.contacts .footer__text:before,
.infrastructure .footer__text:after,
.infrastructure .footer__text:before {
    display: none
}

.footer__declaration {
    display: block;
    float: right;
    margin: 0 30px 0 0;
    padding: 5px 10px;
    border: 1px solid #bfa06d;
    color: #bfa06d
}

.footer__address,
.footer__declaration {
    font-size: 13px;
    font-family: ikea_sansregular;
    text-decoration: none
}

.footer__address {
    float: left;
    margin: -2px 0 0 20px;
    line-height: 1;
    color: #8f8a83
}

.footer__art3d-logo {
    display: none;
    float: right;
    width: 52px;
    height: 12px;
    margin: 10px 35px 0 0;
    background: url(../i/sprite.png) -2px -93px
}

.footer__animation-switch {
    position: absolute;
    right: 13px;
    bottom: 55px;
    cursor: pointer;
    font-size: 13px;
    font-family: ikea_sansregular;
    line-height: 30px;
    text-decoration: none;
    color: #bfa06d
}

.actual__request-block,
.footer__request-block,
.ipoteque__request-block,
.mcc_feedback_block,
.price__request-block,
.promo__request-block {
    bottom: 45px
}

.actual__request-block,
.footer__request-block,
.ipoteque__request-block,
.mcc_feedback_block,
.plan__request-block,
.price__request-block,
.promo__request-block {
    display: none;
    position: absolute;
    width: 225px;
    left: 4px;
    z-index: 2;
    padding: 35px;
    background: url(../i/reserve_texture.jpg);
    border-radius: 20px;
    font-family: ikea_sansregular;
    color: #120e0a
}

.plan__request-block {
    bottom: 97px
}

.mcc_feedback_block,
.price__request-block {
    left: 50%;
    margin-left: -150px;
    bottom: auto
}

.footer__request-block:after,
.plan__request-block:after,
.promo__request-block:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    left: 75px;
    border: solid transparent;
    border-top-color: #af9264;
    border-width: 15px
}

.actual__request-close,
.footer__request-close,
.ipoteque__request-close,
.mcc__request-close,
.plan__request-close,
.price__request-close,
.promo__request-close {
    position: absolute;
    width: 18px;
    height: 17px;
    top: 10px;
    right: 10px;
    background: url(../i/sprite.png) -957px -46px;
    cursor: pointer
}

.actual__request-block h4,
.footer__request-block h4,
.ipoteque__request-block h4,
.plan__request-block h4,
.price__request-block h4 {
    margin: 0 0 15px;
    font-size: 27px;
    text-transform: uppercase
}

.actual__request-block p {
    margin-bottom: 5px;
    font-size: 21px
}

.actual__request-offer {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.actual__request-offer.active {
    cursor: default
}

.actual__request-offer:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background: url(../i/sprite.png) -297px -533px
}

.actual__request-offer.active:before {
    background-position: -277px -533px
}

.request-form input,
.request-form textarea {
    display: block;
    width: 215px;
    margin-bottom: 15px;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #120e0a;
    background: none;
    font-size: 21px
}

.request-form textarea {
    width: 205px;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #120e0a;
    resize: none
}

.actual__request-send,
.footer__request-send,
.ipoteque__request-send,
.mcc__request-send,
.price__request-send {
    display: block;
    width: 150px;
    margin: 15px auto 0;
    padding: 5px 0;
    background-color: #000;
    cursor: pointer;
    text-align: center;
    color: #bfa06d
}

.footer__civilizations {
    position: absolute;
    bottom: 75px;
    left: 28px;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #b1a99c
}

.footer__civilizations:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background: url(../i/sprite.png) -61px -375px
}

.footer__subscribe {
    position: relative;
    float: left;
    margin-left: 20px
}

.footer__subscribe input {
    display: inline-block;
    width: 170px;
    height: 24px;
    margin-top: -2px;
    background: none;
    border: 1px solid #af9264;
    font-size: 13px;
    text-align: center;
    color: #8f8a83
}

.footer__subscribe::-webkit-input-placeholder {
    font-family: ikea_sansregular;
    color: #8f8a83
}

.footer__subscribe:-moz-placeholder,
.footer__subscribe::-moz-placeholder {
    font-family: ikea_sansregular;
    color: #8f8a83
}

.footer__subscribe:-ms-input-placeholder {
    font-family: ikea_sansregular;
    color: #8f8a83
}

.footer__subscribe label {
    position: absolute;
    bottom: 30px;
    font-size: 13px;
    color: #bfa06d
}

.footer__subscribe-send {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    color: #e1ccaa;
    vertical-align: middle
}

.footer__facebook,
.footer__instagram {
    display: block;
    width: 27px;
    height: 27px;
    margin: 2px 20px 0 0;
    background: url(../i/sprite.png) -112px -375px
}

.footer__instagram {
    margin-right: 10px;
    background-position: -83px -375px
}

.footer__builders {
    background-image: url(../i/assoc_builders.png);
    width: 155px;
    height: 50px;
    float: right;
    margin: -20px 60px 0 0
}

.footer__builders--aigk {
    height: 53px;
    width: 80px;
    background-image: url(../i/aigk_part.png);
    background-position: 50%
}

.footer__bg {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #0e0606
}

.contacts .footer__bg,
.infrastructure .footer__bg {
    display: block
}

.keys_count,
.rassrochka {
    width: 340px!important
}

.rassrochka {
    max-height: 64px
}

.menu__frame {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    height: 69px
}

.menu__item {
    position: relative;
    display: inline-block;
    margin: 20px 10px 0;
    padding: 2px 0 0 3px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    font-family: ikea_sansregular;
    text-decoration: none;
    text-transform: lowercase;
    white-space: nowrap
}

@media screen and (max-width: 1850px) {
    .builded_logo2 img,
    .builded_logo img {
        width: 210px!important
    }

    .keys_count_wrap {
        top: 230px!important;
        left: 40px!important
    }
    .rassrochka_wrap {
        top: 230px!important;
        right: 40px!important
    }

    .keys_count-text {
        top: 220px;
        width: 250px;
        font-size: 20px
    }
}

@media screen and (max-width:1600px) {
    .banners_layout img {
        width: 130px;
    }
}

@media screen and (max-width:1400px) {
    .price_home {
        left: 43%
    }
}

@media screen and (max-width:1366px) {
    .korpus-30__links {
        padding: 30px 0 0!important;
        right: 78px;
        top: 180px!important;
        transform: scale(.6)!important
    }
    .price_home {
        width: 150px!important
    }
    .keys_count,
    .rassrochka {
        width: 170px!important
    }
    .keys_count_wrap {
        top: 220px!important;
        left: 40px!important
    }
    .rassrochka_wrap {
        top: 220px!important;
        right: 40px!important
    }
    .menu__item {
        margin: 20px 5px 0
    }
    .menu__phone {
        margin-top: 4px
    }
    .menu__phone a {
        font-size: 14px
    }
    .builded_logo2 img,
    .builded_logo img {
        width: 170px!important
    }
    .limited_cont img {
        margin-top: 90px;
        width: 290px!important
    }
    .new_year {
        width: 225px!important;
        bottom: 220px!important
    }
    .new_year_ball {
        width: 260px;
        bottom: 165px!important
    }
    .load_img {
        width: 200px!important;
        bottom: 100px!important
    }
    .keys_count-text {
        width: 210px;
        font-size: 16px
    }

    .limited_cont img {
        margin-top: 0
    }
    .limited_cont__text {
        margin-top: 8px;
        font-size: 30px
    }
}

@media screen and (max-width:1280px) {
    .price_home {
        width: 140px!important
    }
    .menu__item {
        font-size: 13px!important
    }
}

@media screen and (max-width:1275px) {
    .price_home {
        left: 50%!important
    }
}

.menu__item:before {
    content: ".";
    display: inline-block;
    margin-right: 5px;
    font-size: 25px;
    color: #bfa06d
}

.menu__item.active,
.menu__phone {
    color: #bfa06d
}

.menu__phone {
    position: relative;
    float: right;
    padding: 25px 70px;
    font-size: 14px;
    font-family: ikea_sansregular;
    margin-left: -320px
}

@media screen and (max-width:1400px) {
    .menu__phone {
        padding: 25px 10px
    }
}

@media screen and (max-width:1365px) {
    .footer__opin-logo {
        margin: 0 10px
    }
    .footer__text {
        padding: 0 10px;
        margin-left: 30px
    }
    .footer__subscribe {
        margin-left: 40px
    }
    .footer__address {
        margin: -2px 0 0 20px
    }
}

.home__scroll-help {
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    top: 40%;
    left: 50%;
    margin: -50px 0 0 -90px;
    background: url(../i/sprite.png) -237px -2px
}

.mobile .home__scroll-help {
    display: none
}

.home__video-btn {
    display: block;
    position: absolute;
    width: 106px;
    height: 106px;
    left: 60%;
    margin: 0 0 250px -53px;
    bottom: 9%;
    background: url(../i/sprite.png) -777px -400px;
    cursor: pointer
}

.about__text-block,
.sitemap__text-block {
    position: absolute;
    height: 100%;
    width: 440px;
    left: 30%;
    top: 0;
    z-index: 1;
    margin-left: -300px;
    background: url(../i/about_texture.jpg);
    text-align: center
}

.about__text-block:before {
    content: "";
    width: 0;
    height: 100%
}

.about__text,
.about__text-block:before {
    display: inline-block;
    vertical-align: middle
}

.about__text {
    position: relative;
    width: 320px;
    font-family: ikea_sansregular
}

.about__text-for-scroll {
    position: relative;
    height: 257px
}

.about__text h1 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 42px;
    color: #fff
}

.about__text p,
.about_submenu {
    font-size: 16px;
    color: #84776c
}

.about_submenu {
    padding-top: 15px;
    line-height: 20px
}

.about__20min {
    display: block;
    position: absolute;
    width: 543px;
    top: 50%;
    right: 30%;
    margin: -130px -270px 0 0
}

.placement__shadow {
    width: 100%;
    left: 0;
    background: url(../i/px_black_90.png)
}

.placement__map,
.placement__shadow {
    position: absolute;
    height: 100%;
    top: 0
}

.placement__map {
    right: 0
}

.placement__map-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -20px 0 0 -110px;
    padding: 5px 20px;
    border: 1px solid #bfa06d;
    cursor: pointer;
    font-size: 18px;
    font-family: ikea_sansregular;
    text-decoration: none;
    color: #bfa06d
}

.placement__map-btn:before {
    content: "";
    display: none;
    position: absolute;
    width: 92px;
    height: 71px;
    top: -100px;
    left: 50%;
    margin-left: -46px;
    background: url(../i/sprite.png) -421px -2px
}

.placement__text-block {
    position: absolute;
    height: 100%;
    width: 420px;
    left: 30%;
    top: 0;
    z-index: 1;
    margin-left: -300px
}

.placement__text-block:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.placement__text {
    display: inline-block;
    position: relative;
    width: 400px;
    vertical-align: middle;
    font-family: ikea_sansregular
}

.placement__text h1 {
    margin-bottom: 30px;
    font-size: 29px;
    line-height: normal;
    color: #fff
}

.placement__text p {
    font-size: 16px;
    color: #84776c
}

.placement__map-place {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000
}

.placement__map-close {
    display: none;
    position: absolute;
    width: 88px;
    height: 88px;
    top: 35px;
    right: 50px;
    z-index: 110;
    background: url(../i/sprite.png) -596px -2px;
    cursor: pointer
}

.gallery__corners-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.gallery__corner-bottom-left,
.gallery__corner-bottom-right,
.gallery__corner-top-left,
.gallery__corner-top-right {
    position: absolute;
    width: 42px;
    height: 37px;
    background-image: url(../i/sprite.png)
}

.gallery__corner-top-left {
    top: 35px;
    left: 55px;
    background-position: -957px -2px
}

.gallery__corner-bottom-left {
    bottom: 80px;
    left: 55px;
    background-position: -913px -2px
}

.gallery__corner-top-right {
    top: 35px;
    right: 55px;
    background-position: -823px -2px
}

.gallery__corner-bottom-right {
    bottom: 80px;
    right: 55px;
    background-position: -868px -2px
}

.gallery__focus-icon {
    position: absolute;
    width: 129px;
    height: 90px;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -65px;
    background: url(../i/sprite.png) -421px -93px
}

.gallery__thumbs-frame {
    position: absolute;
    width: 914px;
    bottom: 90px;
    left: 50%;
    z-index: 1;
    margin-left: -457px;
    overflow: hidden
}

.gallery__line {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 0
}

.gallery__thumb {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 72px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out
}

.gallery__thumb.bigger {
    width: 176px;
    height: 98px
}

.gallery__thumb.active {
    width: 256px;
    height: 144px
}

.gallery__arrow-left,
.gallery__arrow-right {
    position: absolute;
    width: 34px;
    height: 37px;
    bottom: 106px;
    margin-top: -18px;
    z-index: 1;
    background-image: url(../i/sprite.png);
    cursor: pointer
}

.gallery__arrow-left {
    left: 50%;
    background-position: -277px -347px;
    margin-left: -550px
}

.gallery__arrow-right {
    left: 50%;
    background-position: -317px -347px;
    margin-left: 516px
}

.plans__rose {
    position: absolute;
    width: 168px;
    height: 164px;
    top: 50px;
    right: 80px;
    z-index: 1;
    background: url(../i/sprite.png) -596px -93px
}

.all-keys-button {
    position: absolute;
    bottom: 17%;
    right: 4%;
    background: url(/assets/i/all-keys.png);
    background-size: cover;
    width: 150px;
    height: 150px;
    cursor: pointer;
    z-index: 10
}

.plans__aero-photo-btn {
    position: absolute;
    width: 131px;
    height: 131px;
    top: 32%;
    left: 70px;
    z-index: 1;
    background: url(../images/selected_parametrs/aero-new.png);
    transform: scale(.8);
    background-size: cover;
    border-radius: 50%;
    cursor: pointer
}

.plans__bubbles-frame {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.plans__bubble {
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    z-index: 1;
    margin-top: -28px;
    background:url('../i/circle2.png') 0 0 no-repeat;
    background-size: contain;
    font-size: 20px;
    font-family: ikea_sansregular;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.plans__bubble.kids {
    background: url(../i/kids.png) no-repeat 0px 0px;
    background-size: contain;
    width: 73px;
    height: 73px;
}

.plans__bubble.sport {
    background: url(../i/sport.png) no-repeat 0px 0px;
    background-size: contain;
    width: 73px;
    height: 73px;
}

.plans__bubble.playground {
    background: url(../i/playground.png) no-repeat 0px 0px;
    background-size: contain;
    width: 48px;
    height: 48px;
}

.plans__bubble.beach {
    background: url(../i/beach.png) no-repeat 0px 0px;
    background-size: contain;
    width: 73px;
    height: 73px;
}

.plans__bubble.star {
    background: url(../i/star.png) no-repeat 0px 0px;
    background-size: contain;
    width: 73px;
    height: 73px;
}

#plans__bubble-text {
    font-size: 12px;
    margin: auto;
    font-family: Arial;
    font-weight: bold;
    padding-top: 34px;
}

.plans__korpus {
    z-index: 100;
    position: absolute;
    right: 5%;
    top: 60%;
    transform: scale(0.8);
}

.plans__legend {
    position: absolute;
    bottom: 80px;
    width: 100%;
    height: 69px;
    background: rgba(0,0,0,0.87);
}

#plans__legend-items {
    top: 23%;
    position: absolute;
    display: inline-block;
    margin: 0px 30px;
}

/*.plans__bubble.left {
    margin-left: -62px;
}

.plans__bubble.right {
    margin-right: -62px;
}

.plans__bubble.group-1.left {
    background-position: -116px -446px
}

.plans__bubble.group-1.right {
    background-position: -180px -446px
}

div.plans__bubble.group-1.left:hover {
    background-position: -116px -446px
}

div.plans__bubble.group-1.right:hover {
    background-position: -180px -446px
}

.plans__bubble.group-2.left {
    background-position: -116px -504px
}

.plans__bubble.group-2.right {
    background-position: -180px -504px
}

div.plans__bubble.group-2.left:hover {
    background-position: -116px -504px
}

div.plans__bubble.group-2.right:hover {
    background-position: -180px -504px
}

.plans__bubble.group-3.left {
    background-position: -116px -562px
}

'.plans__bubble.group-3.right {
    background-position: -180px -562px
}'

div.plans__bubble.group-3.left:hover {
    background-position: -116px -562px
}

div.plans__bubble.group-3.right:hover {
    background-position: -180px -562px
}

.plans__bubble.group-4.right,
div.plans__bubble.group-4.right:hover {
    background-position: -116px -620px
}

.plans__bubble.left:hover {
    background-position: -850px -175px
}

.plans__bubble.right:hover {
    background-position: -777px -175px
}*/

.plans__info {
    height: 85px;
    width: 250px;
    background: url(../i/1px_brown.png);
    position: absolute;
    top: -30px;
    left: 87px;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    padding-top: 30px;
    display: none
}

.plans__info:after,
.plans__info:before {
    content: "";
    width: 8px;
    height: 115px;
    display: block;
    background: url(../i/sprite.png) -207px -694px;
    position: absolute;
    top: 0;
    right: -8px
}

.plans__info:before {
    width: 19px;
    left: -19px;
    background-position: -185px -694px
}

.plans__bubble span {
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0;
    padding-top: 10px;
    text-align: center;
}

.plans__bubble.right.group-4:hover .plans__info {
    display: block
}

.key_issue,
.key_issue-l {
    display: block;
    width: 58px;
    height: 56px;
    padding-left: 5px;
    margin-top: -28px;
    position: absolute;
    background: url(../i/key_issue.png) no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity .3s ease-out
}

.key_issue-l {
    margin-left: -62px
}

.key_issue-active {
    opacity: 1
}

.plans__popup {
    display: none;
    position: absolute;
    width: auto;
    height: auto !important;
    z-index: 1;
    margin: 10px 10px;
    background: rgba(0,0,0,0.8);
    border-radius: 15px
}

.plans__popup-apartments,
.plans__popup-floors {
    margin: 10px auto;
    font-size: 16px;
    font-family: ikea_sansregular;
    text-align: center;
    line-height: 30px;
    color: #fff
}

.plans__popup-apartments-num,
.plans__popup-floors-num {
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.plans__groups-frame {
    display: none;
    position: absolute;
    top: auto;
    right: 5%;
    bottom: 120px;
    left: auto;
    z-index: 10
}

.plans__group {
    position: relative;
    display: block;
    margin: 25px 0;
    padding-left: 60px;
    font-size: 16px;
    color: #fff;
    line-height: 17px
}

.plans__group:after {
    content: "";
    position: absolute;
    width: 49px;
    height: 45px;
    top: 50%;
    left: 0;
    margin-top: -23px;
    background: url(../i/sprite.png)
}

.plans__group.n1:after {
    background-position: -2px -495px
}

.plans__group.n2:after {
    background-position: -56px -495px
}

.plans__group.n3:after {
    background-position: -2px -545px
}

.group_img {
    display: none
}

#pano-screen,
.pano-place {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.pano-place {
    display: none;
    background-color: #000
}

.genplan .pano-place {
    z-index: 10
}

.korpus__back-to-plans {
    display: block;
    position: absolute;
    width: 95px;
    height: 43px;
    top: 85px;
    left: 65px;
    z-index: 999;
    background: url(../i/sprite.png) -437px -208px;
    cursor: pointer
}

.floor__korpus-num-bubble,
.korpus__korpus-num-bubble {
    position: absolute;
    width: 126px;
    height: 109px;
    top: 160px;
    left: 60px;
    z-index: 1;
    padding: 30px 18px 0 0;
    background: url(../i/sprite.png) -277px -208px;
    font-size: 14px;
    line-height: 14px;
    font-family: ikea_sansregular;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.korpus__korpus-num {
    display: block;
    font-size: 48px;
    line-height: 50px
}

.korpus__help {
    position: absolute;
    width: 179px;
    height: 179px;
    bottom: 15%;
    left: 50%;
    z-index: 1;
    margin-left: -90px;
    background: url(../i/sprite.png) -519px -266px
}

.korpus__ipoteque {
    position: absolute;
    z-index: 10;
    width: 120px;
    height: 120px;
    bottom: 90px;
    right: 250px;
}

.floor__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.floor__block,
.floor__overlay {
    display: none;
    position: absolute
}

.floor__block {
    top: 10%;
    right: 18%;
    bottom: 10%;
    left: 10%;
    z-index: 9;
    background: url(../i/px_black_90.png)
}

.floor__commercial_premises {
    display: none;
    position: static;
    top: 30px;
    left: 0;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    width: 100%
}

.floor__korpus-num-bubble {
    top: 20%;
    left: 10%;
    margin: -60px 0 0 -63px
}

.floor__control-block {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 10%;
    margin: -60px 0 0 -75px
}

.floor__arrow-down,
.floor__arrow-up {
    position: absolute;
    width: 30px;
    height: 28px;
    top: 0;
    left: 50%;
    margin-left: -15px;
    background: url(../i/sprite.png) -883px -46px;
    cursor: pointer;
    z-index: 1
}

.floor__arrow-down {
    top: 145px;
    background-position: -916px -46px
}

.floor__floor-num-block {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
    font-size: 22px;
    font-family: ikea_sansregular;
    text-align: center;
    color: #fff
}

.floor__floor-num {
    display: block;
    font-size: 80px;
    text-align: center;
    line-height: 70px
}

.floor__rose {
    position: absolute;
    top: 80%;
    left: 10%;
    margin: -35px 0 0 -60px
}

.floor__flat-info {
    display: none;
    position: absolute;
    width: 200px;
    top: 50%;
    right: 10%;
    margin: -230px -100px 0 0;
    font-size: 19px;
    font-family: ikea_sansregular;
    text-align: center;
    color: #bfa06d
}

.floor__flat-num,
.floor__flat-square,
.floor__rooms-num {
    display: block;
    font-size: 50px;
    text-align: center
}

.floor__btn-block {
    display: none
}

.floor__pdf-btn,
.floor__reserve-btn,
.floor__send-btn,
.floor__send-plan-btn,
.floor__send-plan-btn-send {
    position: absolute;
    top: 50%;
    right: 10%;
    margin: 200px -64px 0 0;
    padding: 5px 10px;
    border: 1px solid #bfa06d;
    cursor: pointer;
    font-size: 17px;
    font-family: ikea_sansregular;
    text-decoration: none;
    color: #bfa06d
}

/*.floor__reserve-btn.home_reserve,
.home_frame .floor__send-btn {
    top: auto;
    bottom: 90px;
    left: 217px;
    right: auto
}*/

.floor__send-btn,
.floor__send-plan-btn-send {
    display: none;
    margin-right: -45px
}

.floor__send-plan-btn {
    margin: 150px -96px 0 0
}

.floor__pdf-btn {
    margin: 100px -82px 0 0
}

.floor__send-plan-btn-send {
    margin: 70px 64px 0 0
}

.floor__send-plan-block .floor__send-plan-btn-send {
    border: 1px solid #000;
    background-color: #000
}

.floor__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: -50px;
    background: url(../i/sprite.png) -850px -46px;
    cursor: pointer
}

.floor__popup {
    display: none;
    position: absolute;
    width: 124px;
    height: 124px;
    margin: -62px 0 0 -185px;
    z-index: 5;
    background: url(../i/px_black.png)
}

.floor__popup .floor_map_cont {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 12px;
    left: 12px
}

.apart-frame,
.floor__map-frame {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 20%;
    right: 20%;
    z-index: 1
}

.apart-frame {
    display: none
}

.apart-frame__centrer,
.floor__map-centrer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%
}

.apart-frame__centrer img {
    position: absolute;
    width: 100%;
    height: 100%
}

.floor__pdf {
    width: 78px;
    height: 70px;
    z-index: 100;
    margin: -35px 0 0 40px;
    background: url(../i/sprite.png) -916px -93px
}

.floor__pdf,
.floor__sale {
    display: none;
    position: absolute
}

.floor__sale {
    border-radius: 5px;
    font-size: 19px;
    font-family: ikea_sansregular;
    text-align: center;
    color: #bfa06d;
    background-color: rgba(0, 0, 0, .8);
    padding: 15px;
    z-index: 100000;
    transition-duration: .3s
}

.floor__reserve-block,
.floor__send-plan-block {
    display: none;
    position: absolute;
    width: 225px;
    top: 50%;
    right: 10%;
    z-index: 2;
    margin: -40px -135px 0 0;
    padding: 35px 35px 55px;
    background: url(../i/reserve_texture.jpg);
    border-radius: 20px;
    font-family: ikea_sansregular;
    color: #120e0a
}

.home_frame .floor__reserve-block {
    right: auto;
    left: 117px;
    top: auto;
    bottom: 150px
}

.floor__send-plan-block {
    margin-top: -145px
}

.floor__reserve-block:after,
.floor__send-plan-block:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    left: 135px;
    border: solid transparent;
    border-top-color: #af9264;
    border-width: 15px
}

.actual__reserve-close,
.floor__reserve-close,
.floor__send-plan-close {
    position: absolute;
    width: 18px;
    height: 17px;
    top: 10px;
    right: 10px;
    background: url(../i/sprite.png) -957px -46px;
    cursor: pointer
}

#request-form h4,
#reserve-form h4,
.floor__reserve-block h4,
.floor__send-plan-block h4 {
    margin: 0 0 15px;
    font-size: 27px;
    text-transform: uppercase
}

#request-form h4 {
    font-size: 24px
}

#request-form input,
#request-form textarea,
#reserve-form input,
#reserve-form textarea,
#send-plan-form input {
    display: block;
    width: 215px;
    margin-bottom: 15px;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #120e0a;
    background: none;
    font-size: 21px
}

#request-form textarea,
#reserve-form textarea {
    width: 205px;
    height: 100px;
    margin-top: 25px;
    padding: 10px;
    border: 1px solid #120e0a;
    resize: none
}

::-webkit-input-placeholder {
    font-family: ikea_sansregular;
    color: #120e0a
}

:-moz-placeholder,
::-moz-placeholder {
    font-family: ikea_sansregular;
    color: #120e0a
}

:-ms-input-placeholder {
    font-family: ikea_sansregular;
    color: #120e0a
}

.success-message {
    position: absolute;
    top: 35px;
    right: 23px;
    bottom: 15px;
    left: 25px;
    z-index: 1;
    background-color: #af9264
}

.success-message:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.success-message span {
    display: inline-block;
    width: 215px;
    font-size: 21px;
    text-align: center;
    vertical-align: middle
}

.infrastructure .menu__frame {
    background-color: #1f1a1a
}

.infrastructure__btn-toggle {
    position: absolute;
    top: 115px;
    left: 0;
    margin-left: 18px;
    width: 50px;
    height: 50px;
    background-color: #2e2016;
    cursor: pointer;
    transition: all .3s linear
}

.infrastructure__btn-toggle span {
    position: absolute;
    width: 27px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s linear
}

.infrastructure__btn-toggle span:after,
.infrastructure__btn-toggle span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .2s linear
}

.infrastructure__btn-toggle span:before {
    top: -10px
}

.infrastructure__btn-toggle span:after {
    bottom: -10px
}

.infrastructure__btn-toggle--active span {
    background-color: transparent
}

.infrastructure__btn-toggle--active span:before {
    top: 0;
    transform: rotate(45deg)
}

.infrastructure__btn-toggle--active span:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.infrastructure__sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 305px;
    transition: transform .3s linear
}

.infrastructure__map-container {
    transition: all .3s linear
}

.infrastructure__sidebar--active {
    transform: translateX(0)
}

.infrastructure__sidebar-main {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 98px;
    background-color: #8d8174;
    width: 305px;
    box-sizing: border-box;
    z-index: 1
}

.infrastructure__sidebar-main-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.infrastructure__sidebar-main-list li {
    padding: 25px 30px 25px 50px;
    border-bottom: 1px solid #7c6f61;
    cursor: pointer
}

.infrastructure__sidebar-main-list li.active,
.infrastructure__sidebar-main-list li:hover {
    background-color: #968a7d
}

.infrastructure__sidebar-main-list li svg {
    position: relative;
    top: 2px;
    width: 8px;
    height: 10px;
    fill: #5b4d44;
    float: right
}

.infrastructure__sidebar-main-list li p {
    display: none
}

.infrastructure__sidebar-main-list li span {
    position: relative
}

.infrastructure__sidebar-main-list li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    background-image: url(../images/infra_sprite.png);
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.infrastructure__sidebar-main-list--city span:before {
    width: 20px;
    height: 22px;
    background-position: -5px -5px
}

.infrastructure__sidebar-main-list--water span:before {
    width: 21px;
    height: 11px;
    background-position: -5px -37px
}

.infrastructure__sidebar-main-list--sport span:before {
    width: 25px;
    height: 15px;
    background-position: -5px -58px
}

.infrastructure__sidebar-main-list--learn span:before {
    width: 21px;
    height: 18px;
    background-position: -5px -83px
}

.infrastructure__sidebar-main-list--health span:before {
    width: 21px;
    height: 19px;
    background-position: -5px -111px
}

.infrastructure__sidebar-main-list--all span:before {
    width: 21px;
    height: 5px;
    background-position: -5px -140px
}

.infrastructure__description {
    position: absolute;
    left: 305px;
    bottom: 0;
    padding: 98px 0 80px;
    width: 100%;
    height: 100%;
    background-color: #55473f;
    box-sizing: border-box;
    transition: transform .3s linear;
    transform: translateX(-100%)
}

.infrastructure__description--active {
    transform: translateX(0)
}

.infrastructure__description-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%
}

.infrastructure__description li {
    position: relative;
    padding: 25px;
    border-bottom: 1px solid #7c6f61;
    cursor: pointer
}

.infrastructure__description li.active {
    background-color: #554744
}

.infrastructure__description li:last-child {
    margin-bottom: 50px
}

.infrastructure__description-list .jspVerticalBar {
    right: 0
}

.infrastructure__description-list .jspTrack {
    background: transparent
}

.infrastructure__description-list .jspDrag {
    width: 5px;
    background: #7c6f61;
    border-radius: 5px
}

.infrastructure__description-title {
    margin: 0 0 10px;
    color: #dbb27f;
    font-size: 18px
}

.infrastructure__description-address {
    margin: 0;
    color: #fff;
    font-size: 16px
}

.infrastructure__description-distance {
    position: absolute;
    left: 20px;
    bottom: -7px;
    padding: 0 5px;
    display: inline-block;
    background-color: #55473f;
    color: #c8b7a5;
    font-size: 14px;
    z-index: 2
}

.infrastructure__map-container,
.infrastructure__map-place,
.infrastructure__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0
}

.infrastructure__map-place .gm-style>.gmnoprint>.gmnoprint {
    right: 200px!important;
    left: auto!important
}

.infrastructure__shadow {
    display: none;
    pointer-events: none
}

.infrastructure__text {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1
}

.infrastructure__text h1 {
    margin-bottom: 30px;
    font-size: 55px;
    font-family: ikea_sansregular;
    color: #fff
}

.infrastructure__btn {
    padding: 3px 15px 5px;
    background-color: #af9264;
    cursor: pointer;
    font-size: 17px;
    font-family: ikea_sansregular;
    color: #fff
}

.infrastructure__btn.active {
    cursor: default;
    background-color: #100707;
    color: #bfa06d
}

.infrastructure__infobox {
    margin: 15px;
    font-size: 14px;
    color: #fff
}

.contacts__info-block {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 20;
    background: url(../i/px_black_90.png)
}

.contacts_frame .about__text-block {
    z-index: 10;
    text-align: left
}

.contacts__text-block {
    width: 340px;
    vertical-align: middle;
    padding-left: 50px;
    display: none
}

.contacts__text-block.text1 {
    display: inline-block
}

.contacts__text-block.text2 {
    height: 60%
}

.contacts__text-block h1 {
    font-size: 46px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: ikea_sansregular;
    color: #fff
}

.contacts__text-block.text2 h2 {
    margin-bottom: 40px
}

.contacts__address,
.contacts__office,
.contacts__request-btn {
    font-size: 16px;
    font-family: ikea_sansregular;
    color: #af9872
}

.contacts__office {
    margin-bottom: 10px
}

.contacts__request-btn {
    border-bottom: 1px dotted #af9872;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px
}

.contacts__request-btn.active {
    border-color: transparent
}

.contacts__phone {
    font-size: 26px;
    color: #d3c7bd
}

.contacts__poi {
    font-size: 16px;
    font-family: ikea_sansregular;
    color: #84776c
}

.contacts__download {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #af9264;
    margin-bottom: 10px
}

.contacts__download:hover {
    text-decoration: none
}

.contacts__download:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: url(../i/sprite.png) -437px -266px
}

.contacts__gps h4,
.contacts__poi h4 {
    margin-bottom: 10px;
    color: #fff
}

.contacts_frame .about__text-block .contacts__close {
    right: 30px;
    left: auto;
    top: 100px
}

.contacts__map-place {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.contacts__map-close {
    display: none;
    position: absolute;
    width: 88px;
    height: 88px;
    top: 35px;
    right: 50px;
    z-index: 110;
    background: url(../i/sprite.png) -596px -2px;
    cursor: pointer
}

.contacts__routes {
    position: relative;
    height: 90%
}

.contacts__routes ul {
    list-style: none;
    padding: 0;
    color: #84776c
}

.contacts__routes_btn,
.contacts__saved-route,
.contacts__show-route {
    display: block;
    width: 250px;
    padding: 10px 0 14px;
    margin: 20px auto 0;
    text-align: center;
    border: 1px solid #bfa06d;
    font-size: 21px;
    line-height: 21px;
    font-family: ikea_sansregular;
    text-decoration: none;
    color: #bfa06d;
    cursor: pointer
}

.contacts__saved-route,
.contacts__show-route {
    width: 320px
}

.contacts__saved-route.active,
.contacts__saved-route:hover,
.contacts__show-route.active,
.contacts__show-route:hover {
    background-color: #af9264;
    color: #120e0a
}

.contacts__routes div:first-child {
    margin-top: 0
}

.contacts__help {
    display: none;
    position: absolute;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 60%;
    z-index: 110;
    margin: -100px 0 0 -200px;
    background: url(../i/px_black_90.png);
    font-size: 22px;
    text-align: center;
    color: #af9872
}

.contacts__help:before {
    content: "";
    display: block;
    width: 94px;
    height: 73px;
    margin: 25px auto 10px;
    background: url(../i/sprite.png) -420px -2px
}

.footer__request-block.contacts {
    top: 39%;
    bottom: auto;
    left: 100%;
    margin: -115px 0 0 25px
}

.footer__request-block.contacts:after {
    top: 50%;
    right: 100%;
    left: auto;
    margin-top: -96px;
    border: solid transparent;
    border-right-color: #af9264;
    border-width: 15px
}

.contacts__route-text-block {
    display: none;
    position: absolute;
    width: 400px;
    top: 100px;
    left: 50%;
    bottom: 100px;
    margin-left: -465px
}

.contacts__route {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0
}

.contacts__route.active {
    display: block
}

.contacts__route-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #af9872
}

.contacts__route-title strong {
    display: block;
    font-size: 46px;
    font-weight: 400;
    text-transform: none;
    color: #fff
}

.contacts__route-text {
    display: none
}

.ipoteque__container {
    position: absolute;
    width: 1000px;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -500px
}

.ipoteque__table {
    display: block;
    width: 1000px
}

.ipoteque__table td,
.ipoteque__table th {
    padding: 0 15px;
    vertical-align: middle;
    padding: 10px
}

.ipoteque__table td {
    position: relative;
    background: url(../i/px_grey_50.png);
    text-align: left;
    color: #c1c2c1
}

.ipoteque__table .ipoteque__even-row td {
    background: url(../i/px_black_60.png)
}

.ipoteque__table th {
    background: none
}

.ipoteque__title {
    font-size: 45px;
    font-family: ikea_sansregular;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.ipoteque__table .ipoteque__first-column {
    width: 207px;
    height: 50px;
    padding: 0 2px 0 0;
    background: none;
    text-align: right;
    color: #fff
}

.ipoteque__first-column div {
    width: 100%;
    height: 100%;
    background: url(../i/px_grey_50.png);
    text-align: center
}

.ipoteque__first-column div:before {
    content: "";
    width: 1px;
    height: 100%
}

.ipoteque__first-column div:before,
.ipoteque__first-column img {
    display: inline-block;
    vertical-align: middle
}

.ipoteque__even-row .ipoteque__first-column div {
    background: url(../i/px_black_60.png)
}

.ipoteque__last-row td {
    color: #bfa06d
}

.ipoteque__pdf {
    position: relative;
    padding-left: 22px;
    color: #c8884a
}

.ipoteque__pdf:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 18px;
    top: 50%;
    left: 0;
    margin-top: -9px;
    background: url(../i/sprite.png) -277px -400px
}

.ipoteque__close {
    position: absolute;
    top: 10%;
    right: 5%;
    padding-right: 40px;
    cursor: pointer;
    font-size: 16px;
    font-family: ikea_sansregular;
    color: #fff;
    text-decoration: none
}

.ipoteque__close:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    margin-top: -12px;
    background: url(../i/sprite.png) -850px -45px
}

.ipoteque__send-request {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #bfa06d;
    text-align: center;
    color: #000
}

.actual__request-block,
.ipoteque__request-block {
    top: 50%;
    bottom: auto;
    left: 50%;
    margin: -200px 0 0 -112px
}

.last-news__btn {
    position: absolute;
    width: 51px;
    height: 48px;
    top: 15%;
    right: 4%;
    background: url(../i/news-icon.png) no-repeat;
    display: none
}

.partners__btn {
    display: block;
    width: 27px;
    height: 27px;
    margin: 2px -8px 0 0;
    background: url(../i/sprite.png) -453px -516px;
    margin-right: 10px;
    background-position: -216px -375px
}

.photo__btn {
    position: absolute;
    width: 64px;
    height: 46px;
    background: url(../i/photo-icon.png) no-repeat;
    top: 15%;
    right: 4%;
    margin: 100px -10px 0 0;
    display: none
}

.last-news__container,
.photo__container {
    position: absolute;
    top: -40px;
    left: -400px;
    display: none
}

.last-news__top-border {
    width: 360px;
    height: 35px;
    border: 1px solid #a6a6a6;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    background: url(../i/px_black_60.png)
}

.last-news__middle-corner {
    position: relative;
    width: 360px;
    height: 46px;
    border-left: 1px solid #a6a6a6;
    background: url(../i/px_black_60.png)
}

.last-news__middle-corner:after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 46px;
    top: 0;
    left: 359px;
    background: url(../i/sprite.png) -519px -467px
}

.last-news__bottom-block {
    position: relative;
    width: 360px;
    padding-top: 10px;
    border: 1px solid #a6a6a6;
    border-top: none;
    border-radius: 0 0 15px 15px;
    background: url(../i/px_black_60.png)
}

.last-news__content {
    width: 300px;
    margin: -65px auto 30px;
    font-family: ikea_sansregular
}

.last-news__date {
    font-size: 23px;
    line-height: 26px;
    color: #bfa06d
}

.photo__container {
    font-size: 15px
}

.construction .logo,
.documents .logo,
.mass-media .logo,
.news-article .logo,
.news .logo,
.offers .logo {
    width: 106px;
    height: 127px;
    margin-left: -53px;
    background: url(../i/sprite.png) -553px -467px
}

.news__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../i/px_black_83.png)
}

.news__left-block {
    position: absolute;
    width: 400px;
    top: 20%;
    bottom: 25%;
    left: 50%;
    z-index: 1;
    margin-left: -550px
}

.news__head {
    height: 50px
}

.news__head:after {
    content: "";
    display: block;
    clear: both
}

.news__head-item {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    font-size: 21px;
    font-family: ikea_sansregular;
    color: #fff;
    -webkit-transition: font-size .4s ease-in-out;
    transition: font-size .4s ease-in-out
}

.news__head-item,
.news__head-item.active {
    text-decoration: none;
    text-transform: uppercase
}

.news__head-item.active {
    cursor: default;
    font-size: 45px
}

.news__list-block {
    position: absolute;
    width: 400px;
    top: 100px;
    bottom: 0
}

.news__list-item {
    display: block;
    margin-bottom: 5px;
    padding: 15px 25px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}

.news__list-item.active,
.news__list-item:hover {
    background: url(../i/px_black_60.png)
}

.news__list-item.active {
    cursor: default
}

.news__list-item-date {
    font-size: 23px;
    line-height: 26px;
    color: #bfa06d
}

.news__list-item-source {
    display: block;
    margin: 5px 0;
    color: #bfa06d
}

.last-news__title {
    font-size: 15px;
    line-height: 18px;
    color: #fff
}

.news__right-block {
    position: absolute;
    width: 600px;
    top: 20%;
    bottom: 25%;
    left: 50%;
    z-index: 1;
    margin-left: -50px
}

.news__content-block {
    position: absolute;
    width: 600px;
    top: 100px;
    bottom: 50px;
    left: 0
}

.news__content h1 {
    margin: 0 0 10px;
    font-size: 35px;
    font-family: ikea_sansregular;
    color: #fff
}

.news__date-and-source {
    margin-bottom: 20px;
    color: #bfa06d;
    font-size: 22px;
}

.news__text {
    font-size: 20px;
    font-family: ikea_sansregular;
    color: #84776c
}

.news__text a {
    color: #bfa06d
}

.news__text img {
    display: block;
    margin: 10px auto
}

.contacts__close,
.news__close {
    position: absolute;
    top: 70px;
    right: 5%;
    z-index: 10;
    padding-right: 40px;
    cursor: pointer;
    font-size: 16px;
    font-family: ikea_sansregular;
    text-decoration: none;
    color: #fff
}

.contacts__close:after,
.news__close:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    margin-top: -12px;
    background: url(../i/sprite.png) -850px -45px
}

.small_text_news {
    font-size: 13px
}

.href_btn {
    display: block;
    margin: 0 auto;
    padding: 7px 0 5px;
    width: 200px;
    text-align: center;
    border: 1px solid #bfa06d;
    font-size: 18px;
    font-family: ikea_sansregular;
    color: #bfa06d;
    text-decoration: none
}

.archive_news {
    position: absolute;
    bottom: 25%;
    left: 50%;
    margin: 0 0 -40px -525px;
    cursor: pointer;
    font-size: 17px;
    color: #bfa06d
}

.news__list-item.inactive,
.offers .archive_news {
    display: none
}

.documents__block {
    position: absolute;
    width: 600px;
    top: 20%;
    bottom: 25%;
    left: 50%;
    margin-left: -300px
}

.documents__title {
    font-size: 45px;
    text-align: center;
    text-transform: uppercase
}

.documents__list {
    position: absolute;
    width: 100%;
    top: 100px;
    bottom: 0;
    text-align: center
}

.documents__item {
    position: relative;
    margin: 15px 0;
    font-size: 16px;
    color: #bfa06d
}

.documents__item a {
    text-decoration: none
}

.documents__item a:hover {
    text-decoration: underline
}

.genplan__rose {
    position: absolute;
    width: 163px;
    height: 160px;
    bottom: 150px;
    right: 80px;
    z-index: 1;
    background: url(../i/sprite.png) -2px -208px
}

.genplan__bubbles-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10
}

.genplan__bubble {
    position: absolute;
    width: 150px;
    margin: -50px 0 0 -140px;
    padding: 5px 0 8px;
    background: url(../i/px_cream.png);
    border-radius: 30px;
    font-size: 16px;
    font-family: ikea_sansregular;
    text-align: center;
    color: #fff
}

.genplan__bubble:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 9px;
    top: 100%;
    right: 25%;
    background: url(../i/sprite.png) -977px -46px
}

.genplan__bubble.right:after {
    right: 75%
}

.genplan__korpus-bubble {
    display: block;
    position: absolute;
    width: 47px;
    height: 47px;
    z-index: 1;
    margin-top: -24px;
    background-image: url(../i/sprite.png);
    font-size: 18px;
    font-family: ikea_sansregular;
    text-align: center;
    text-decoration: none;
    line-height: 47px;
    color: #fff
}

.genplan__korpus-bubble.left {
    margin-left: -52px;
    padding-right: 5px;
    background-position: -2px -446px
}

.genplan__korpus-bubble.right {
    margin-right: -52px;
    padding-left: 5px;
    background-position: -56px -446px
}

.genplan__pano-point {
    position: absolute;
    width: 57px;
    height: 63px;
    margin: -63px 0 0 -28px;
    cursor: pointer;
    background: url(../i/sprite.png) -2px -375px;
    text-align: center;
    font-size: 20px
}

.pano-close {
    display: none;
    position: absolute;
    width: 88px;
    height: 88px;
    top: 35px;
    right: 50px;
    z-index: 110;
    background: url(../i/sprite.png) -596px -2px;
    cursor: pointer
}

.civilizations__overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../i/px_black_60.png)
}

.civilizations__frame {
    display: none;
    position: absolute;
    width: 940px;
    height: 640px;
    top: 50%;
    left: 50%;
    margin: -320px 0 0 -480px;
    padding: 30px 0 0 30px;
    background: url(../i/px_black_90.png);
    font-size: 0
}

.civilizations__title {
    margin: 0 0 25px 10px;
    font-size: 45px;
    color: #fff
}

.civilizations__item {
    display: inline-block;
    position: relative;
    width: 450px;
    height: 175px;
    margin: 0 10px 10px 0;
    background: url(../i/civilizations_new.png)
}

.civilizations__item.n1 {
    background-position: -480px -18px
}

.civilizations__item.n2 {
    background-position: -10px -384px
}

.civilizations__item.n3 {
    background-position: -10px -18px
}

.civilizations__item.n4 {
    background-position: -10px -200px
}

.civilizations__item.n5 {
    background-position: -480px -200px
}

.civilizations__item.n6 {
    background-position: -480px -384px
}

.civilizations__item-text {
    position: absolute;
    width: 205px;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 10px;
    background-color: #160a0a;
    font-size: 13px;
    text-align: center;
    color: #656262
}

.civilizations__item-text:before {
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    margin: 10px auto;
    background-image: url(../i/civilizations.png)
}

.n1 .civilizations__item-text:before {
    background-position: -511px -568px
}

.n2 .civilizations__item-text:before {
    background-position: -10px -568px
}

.n3 .civilizations__item-text:before {
    background-position: -210px -568px
}

.n4 .civilizations__item-text:before {
    background-position: -310px -568px
}

.n5 .civilizations__item-text:before {
    background-position: -410px -568px
}

.n6 .civilizations__item-text:before {
    background-position: -110px -568px
}

.civilizations__item-title {
    display: block;
    text-transform: uppercase;
    color: #af9264
}

.civilizations__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url(../i/sprite.png) -850px -45px
}

.construction__aerophoto {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 904px;
    height: 200px;
    margin-top: 130px;
    margin-left: -440px
}

.construction__aerophoto a {
    display: inline-block;
    float: left;
    margin-right: 25px;
    outline: 0
}

.construction__aerophoto img,
.construction__video {
    width: 200px;
    height: 200px
}

.construction__video {
    position: relative;
    float: left;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    background: url(/assets/video/1.jpg) no-repeat 50%;
    background-size: cover
}

.construction__video--2 {
    background: url(/assets/video/4.jpg) no-repeat 50%
}

.construction__video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 50%;
    width: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    background: url(/assets/video/play.png) no-repeat 50%;
    background-size: contain
}

.construction__title {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff
}

.construction__frame {
    position: absolute;
    width: 904px;
    height: 300px;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -140px 0 0 -452px;
    overflow-x: hidden
}

.construction__line {
    display: none;
    position: absolute;
    height: 300px;
    top: 0;
    left: 0
}

.construction__line:after {
    content: "";
    display: block;
    clear: both
}

.construction__item {
    float: left;
    position: relative;
    width: 206px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center
}

.construction__item:hover:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    z-index: 1;
    border: 13px solid #aa8f5d;
    border-radius: 50%
}

.construction__item-image {
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    top: 3px;
    left: 3px;
    border-radius: 50%
}

.construction__item-title {
    position: relative;
    margin-top: 210px;
    font-size: 20px;
    text-align: center;
    color: #bfa06d
}

.construction__arrow-left,
.construction__arrow-right {
    position: absolute;
    width: 34px;
    height: 37px;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    margin-top: 50px;
    background-image: url(../i/sprite.png)
}

.construction__arrow-left {
    margin-left: -496px;
    background-position: -277px -347px
}

.construction__arrow-right {
    margin-left: 462px;
    background-position: -317px -347px
}

.videos__container {
    position: relative;
    width: 980px;
    margin: 200px auto 0
}

.videos__container:after {
    display: table;
    content: "";
    clear: both
}

.videos__video {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    cursor: pointer
}

.videos__video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 50%;
    width: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    background: url(/assets/video/play.png) no-repeat 50%;
    background-size: contain
}

.videos__video:nth-child(3n) {
    margin-right: 0
}

.videos__video img {
    width: 100%
}

.videos__title {
    top: 70px;
    font-size: 30px
}

.videos__description,
.videos__title {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    color: #fff
}

.videos__description {
    text-align: center;
    top: 120px
}

.actual__container,
.mcc__container {
    position: absolute;
    width: 860px;
    top: 100px;
    bottom: 110px;
    left: 50%;
    margin-left: -430px
}

.actual__container h1,
.mcc__container h1,
.mcc__container h2 {
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.mcc__container h1 span {
    font-size: 25px;
    line-height: 37px
}

.mcc__container h2 {
    font-size: 24px;
    margin-bottom: 20px
}

.actual__text {
    position: absolute;
    top: 120px;
    bottom: 0;
    font-size: 15px;
    color: #bfa06d
}

.actual__text h3,
.actual__text strong {
    margin: 20px 0;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.actual__text strong {
    margin: 0;
    text-align: left
}

.actual__text ul {
    list-style: none;
    padding-left: 30px
}

.actual__text li {
    position: relative
}

.actual__text li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: -15px;
    font-family: Arial;
    color: #fff
}

.actual__container {
    position: relative
}

.actual__container table,
.actual__text table,
.mcc_col table {
    text-align: center;
    width: 100%
}

.actual__container th,
.actual__text th,
.mcc_col th {
    background: url(../i/px_cream.png);
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.actual__container td,
.actual__container th,
.actual__text td,
.actual__text th,
.mcc_col td,
.mcc_col th {
    width: 289px;
    padding: 15px;
    border-color: #000;
    border: 2px solid transparent;
    background-clip: padding-box
}

.actual__container tr:nth-child(2n) td,
.actual__text tr:nth-child(2n) td,
.mcc_col tr:nth-child(2n) td {
    background-image: url(../i/px_brown.png)
}

.actual__container td,
.actual__text td {
    padding: 10px 15px
}

.mcc_col td {
    padding: 10px 0
}

.actual__ipoteque-table td {
    width: auto
}

.actual__container td p,
.actual__text td p {
    margin: 5px 0;
    font-size: 14px;
    color: #a89d8a
}

.actual__container a,
.actual__ipoteque-btn,
.actual__request-btn,
.actual__text a {
    font-size: 14px;
    color: #d2b702
}

.actual__ipoteque-btn,
.actual__request-btn {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase
}

.actual-3_frame .actual__container {
    width: 730px;
    height: 520px;
    margin: -260px 0 0 -365px;
    top: 50%;
    bottom: auto;
    left: 50%
}

.actual-3_frame .actual__text {
    top: 100px
}

.mcc__container .actual__text {
    top: 30px
}

.actual-3_frame p,
.mcc__container p {
    text-align: center;
    margin-bottom: 25px;
    line-height: 18px
}

.mcc__container p {
    text-align: left
}

.actual-3_frame .actual__text_bg,
.mcc__container .actual__text_bg {
    background: url(../i/px_brown.png);
    font-size: 21px;
    color: #fff;
    padding: 10px 30px 5px;
    margin-bottom: 25px
}

.actual-3_frame .actual__text_bg p,
.mcc__container .actual__text_bg p {
    line-height: 21px
}

.mcc__container .actual__text_bg p {
    text-align: center
}

.eat_million_frame .actual__container,
.ginza_frame .actual__container {
    width: 730px;
    height: 520px;
    margin: -260px 0 0 -365px;
    top: 50%;
    bottom: auto;
    left: 50%
}

.eat_million_frame .actual__text,
.ginza_frame .actual__text {
    top: 100px
}

.eat_million_frame p,
.ginza_frame p {
    text-align: center;
    margin-bottom: 25px;
    line-height: 18px
}

.eat_million_frame .actual__text_bg,
.ginza_frame .actual__text_bg {
    background: url(../i/px_brown.png);
    font-size: 21px;
    color: #fff;
    padding: 10px 30px 5px;
    margin-bottom: 25px
}

.eat_million_frame .actual__text_bg p,
.ginza_frame .actual__text_bg p {
    line-height: 21px
}

.slider_k30 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200px;
    right: 0
}

.slider_k30,
.slider_k30 .slick-list,
.slider_k30 .slick-track {
    height: 100%
}

.mcc_col h1 {
    font-size: 40px
}

.mcc_col .about__text-for-scroll {
    width: 368px;
    margin-bottom: 25px;
    padding: 0
}

.mcc_col .middle_text.bold {
    margin-bottom: 10px
}

.mcc_col__list {
    font-size: 16px;
    text-align: left;
    list-style: none;
    color: #84776c;
    margin-bottom: 0;
    padding-left: 30px
}

.mcc_col__list li {
    position: relative;
    margin: 5px 0
}

.mcc_col__list li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: -15px;
    font-family: Arial;
    color: #fff
}

.mcc_col__table {
    margin-top: 10px
}

.mcc_col__table td {
    padding: 10px 0
}

.mcc_col__img_block img {
    display: inline-block;
    width: 200px;
    margin-right: 16px
}

.mcc_col__img_block img:last-child {
    margin: 0
}

.mcc_col__img_block-lbx {
    text-align: justify
}

.mcc_col__img_block-lbx:after {
    display: inline-block;
    content: "";
    width: 100%
}

.mcc_col__img_block [data-lightbox=roadtrip] {
    display: inline-block
}

.actual__text .actual_choose_btn,
.actual_price_btn,
.mcc_feedback_btn,
.posad__intro__imgs__plash {
    display: block;
    margin: 0 auto 30px;
    padding: 7px 0 5px;
    width: 200px;
    text-align: center;
    border: 1px solid #bfa06d;
    font-size: 18px;
    font-family: ikea_sansregular;
    color: #bfa06d;
    cursor: pointer;
    text-decoration: none
}

.mcc_col .middle_text {
    font-size: 17px
}

.mcc_col .small_text {
    font-style: italic;
    font-size: 13px
}

.mcc__container .actual__text .actual_choose_btn,
.mcc__container .actual_price_btn {
    display: inline-block;
    margin: 15px 10px 0;
    text-decoration: none
}

.actual_btn_block {
    text-align: center
}

.actual_btn_block .promo__request-btn {
    position: static;
    background: url(/assets/i/golden_button/.png);
    color: #000;
    font-size: 17px;
    width: 240px;
    height: 47px;
    line-height: 47px;
    margin: 0 auto;
    margin-top: 10px
}

.contacts .footer__civilizations {
    bottom: 35px;
    z-index: 1000
}

.print_map {
    position: absolute;
    padding: 3px 15px 5px;
    background-color: #100707;
    color: #bfa06d;
    cursor: pointer;
    font-size: 17px;
    font-family: ikea_sansregular;
    bottom: 110px;
    left: 65%;
    margin-left: -30px;
    display: none;
    z-index: 100
}

.print_map:hover {
    background-color: #af9264;
    color: #fff
}

.partners_submenu {
    padding-top: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #84776c
}

.partner_logo {
    margin: 0 auto 20px
}

.partner_frame .about__text-for-scroll ul li {
    text-align: left;
    font-size: 16px;
    color: #84776c
}

.partner_frame .about__text-for-scroll a {
    color: #af9264
}

.to_partners {
    position: absolute;
    top: -52px;
    right: -100px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 8040;
    background: url(../i/sprite.png) -850px -46px
}

.partner_gallery {
    width: 580px;
    height: 440px;
    position: absolute;
    right: 35%;
    top: 50%;
    margin: -215px -380px 0 0
}

.partner_gallery_frame {
    position: absolute;
    right: 0;
    top: 50%;
    height: 440px;
    width: 142px;
    margin-top: -245px;
    overflow: hidden
}

.partner_gallery_line {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0
}

.partner_gallery_line img {
    margin: 2px 0;
    padding: 4px;
    background: none;
    cursor: pointer;
    float: left
}

.partner_gallery_line img.active,
.partner_gallery_line img:hover {
    background: #af9264
}

.partner_gallery_img {
    height: 430px;
    width: 460px;
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: -245px;
    text-align: center
}

.partner_gallery_img:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.partner_gallery_img img {
    max-width: 99%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.partner_gallery_arrow {
    position: absolute;
    width: 30px;
    height: 28px;
    right: 55px;
    top: 50%;
    cursor: pointer
}

.partner_gallery_arrow.top {
    background: url(../i/sprite.png) -883px -46px;
    margin-top: -282px
}

.partner_gallery_arrow.bottom {
    background: url(../i/sprite.png) -915px -46px;
    margin-top: 200px
}

.section_toggle {
    width: 120px;
    height: 100px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 60px;
    z-index: 10;
    padding-top: 20px;
    cursor: pointer;
    opacity: .5
}

.section_toggle.s1 {
    top: 320px
}

.section_toggle.s2 {
    top: 445px
}

.section_toggle div {
    font-size: 58px;
    line-height: 60px
}

.section_toggle.active,
.section_toggle.active:hover {
    opacity: 1;
    cursor: default
}

.section_toggle:hover {
    opacity: .7
}

.banner_home {
    width: 541px;
    height: 389px;
    background: url(../i/banner_home.png) 0 0;
    left: 0;
    top: 50%;
    margin-top: -300px
}

.banner_home,
.price_home {
    text-decoration: none;
    position: absolute
}

.price_home {
    display: block;
    width: 257px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 123
}

.price_home img {
    width: 100%
}

.plans__bubble.ny_bubble:after {
    content: "";
    display: block;
    width: 56px;
    height: 55px;
    background: url(../i/sprite.png) -477px -600px;
    position: absolute;
    top: -20px;
    right: -40px
}

.plans__bubble.left.ny_bubble:after {
    top: -20px;
    right: 52px
}

.floor__ny {
    width: 82px;
    height: 80px;
    background: url(../i/sprite.png) -535px -600px;
    position: absolute;
    margin: -40px 0 0 -40px
}

.ny_offer {
    text-transform: uppercase;
    color: #e6d575;
    font-family: ikea_sans_heavyregular;
    font-size: 24px;
    margin-top: 20px;
    display: none
}

.ny_offer:before {
    content: "";
    display: inline-block;
    width: 82px;
    height: 80px;
    background: url(../i/sprite.png) -535px -600px;
    margin-right: 10px;
    vertical-align: middle
}

.home_offer {
    height: 70%;
    display: block;
    position: absolute;
    top: 15%;
    left: 7%
}

.home_offer img {
    height: 100%;
    max-height: 640px
}

.home_paper {
    position: absolute;
    width: 434px;
    height: 416px;
    left: -2px;
    top: 50%;
    margin-top: -208px
}

.banner {
    position: absolute;
    top: 129px;
    left: 9.5%
}

.banner img {
    width: 100%
}

.banner_2 {
    position: absolute;
    width: 200px;
    top: 129px;
    left: 9.5%
}

.banner_2 img {
    width: 100%
}

.container {
    position: absolute;
    width: 258px;
    height: 261px;
    top: 11%;
    left: 2%;
    display: none;
    z-index: 100;
    background-size: contain;
    text-decoration: none
}

.home .container {
    display: block
}

.container:first-child {
    margin-top: 0
}

.countdown__head {
    margin-top: 30px;
    font-family: ikea_sansregular;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.countdown__dc {
    position: absolute;
    top: 116px;
    left: 20px;
    width: 360px
}

.countdown__dc-itm {
    display: inline-block;
    width: 64px;
    margin: 0 2px;
    padding: 5px 0;
    border-radius: 40px;
    background: #343134;
    font-size: 13px;
    color: #bfa06d;
    text-align: center
}

.countdown__date {
    position: absolute;
    bottom: 3px;
    left: 18px;
    font-size: 12px
}

.countdown__values:after {
    content: "";
    display: block;
    clear: both
}

.countdown__values {
    position: absolute;
    top: 140px;
    left: 20px
}

.countdown__values>div {
    float: left;
    width: 70px;
    margin-right: 2px
}

.countdown__values span {
    display: inline-block;
    font-family: ikea_sansregular;
    font-size: 41px;
    color: #dbb96b
}

.sitemap_wrap {
    width: 320px;
    position: absolute;
    left: 60px;
    top: 25%;
    bottom: 20%
}

.sitemap__text-block h1 {
    position: absolute;
    font-size: 45px;
    line-height: 42px;
    color: #fff;
    top: 25%;
    margin-top: -80px;
    left: 100px
}

.sitemap__text-block {
    color: #84776c;
    text-align: left;
    font-size: 16px
}

.sitemap__text-block ul:first-child {
    list-style-type: none
}

.sitemap__text-block ul li {
    margin-bottom: 15px
}

.sitemap__text-block ul ul {
    margin: 25px 0
}

.sitemap__text-block ul ul li {
    margin-bottom: 10px;
    list-style-type: square
}

.sitemap__text-block a {
    text-decoration: none
}

.sitemap__text-block a:hover {
    text-decoration: underline
}

.sitemap_link {
    position: absolute;
    right: 13px;
    bottom: 105px;
    cursor: pointer;
    font-size: 15px;
    font-family: ikea_sansregular;
    line-height: 30px;
    color: #bfa06d;
    text-decoration: none
}

.elit-cont {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 980px;
    height: 605px;
    margin-left: -440px
}

.elite-cont-text {
    font-size: 15px;
    color: #bfa06d
}

.seo__two_container {
    padding-top: 60px
}

.elite-cont-text:after,
.posad__intro__flat_item:after,
.posad__intro__text:after,
.seo__one_container:after,
.seo__two_container:after {
    display: block;
    content: "";
    clear: both
}

.posad__intro__imgs {
    width: 290px;
    float: left
}

.posad__intro__flat_item__logo {
    width: 290px;
    float: left;
    margin: 10px 0
}

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

.posad__intro__text {
    width: 690px;
    float: left;
    box-sizing: border-box;
    padding: 10px 25px
}

.elite-cont-text h1,
.posad__intro__head {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.elite-cont-text h2,
.posad__intro__head_flat {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px
}

.elite-cont-text h2 {
    text-align: center;
    text-transform: uppercase
}

.elite-cont-text li,
.elite-cont-text p,
.posad__intro li,
.posad__intro p {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 18px;
    color: #bfa06d
}

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

.posad__intro th {
    background: url(../i/px_cream.png);
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.posad__intro td,
.posad__intro th {
    width: 289px;
    padding: 15px;
    border-color: #000;
    border: 2px solid transparent;
    background-clip: padding-box
}

.posad__intro tr:nth-child(2n) td {
    background-image: url(../i/px_brown.png)
}

.posad__intro td {
    padding: 10px 15px
}

.posad__intro td p {
    margin: 5px 0;
    font-size: 14px;
    color: #a89d8a
}

.cup {
    position: absolute;
    left: 7%;
    bottom: 105px;
    height: 25%
}

.cup img {
    height: 100%
}

.circle {
    height: 50%;
    position: absolute;
    left: 0;
    top: 80px
}

.circle img {
    height: 100%
}

.best_home {
    position: absolute;
    left: 1.8%;
    bottom: 19%
}

.best_plans {
    position: relative;
    display: block;
    margin: 25px 0;
    font-size: 16px;
    color: #fff;
    line-height: 17px
}

.best_plans img {
    width: 144px
}

.best_genplan {
    display: block;
    position: absolute;
    width: 58px;
    height: 56px;
    margin-top: -28px;
    background-image: url(../i/PR-02.png);
    cursor: pointer;
    background-size: cover;
    color: #fff
}

.flash_plashka-1 {
    position: absolute;
    top: 120px;
    right: 100px
}

.flash_plashka-2 {
    position: absolute;
    top: 220px;
    right: 100px
}

.promo__request-btn {
    display: block;
    position: absolute;
    left: 60%;
    margin-bottom: -47px;
    bottom: 25%;
    cursor: pointer
}

.promo__request-block p {
    text-align: center
}

.promo__request-block.active {
    display: block;
    opacity: 1
}

.golden_button {
    position: relative;
    background: url(/assets/i/golden_button.png);
    color: #000;
    font-size: 17px;
    width: 180px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    background-size: cover;
    margin-top: 15px
}

.golden_button a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    color: inherit
}

.ipoteque__text {
    font-size: 15px
}

.korp_plash_30 {
    position: absolute;
    width: 300px;
    top: 121px;
    right: 70px;
    z-index: 1
}

.korp_plash_30 img {
    position: relative;
    right: 87px;
    max-width: 100%;
    height: auto;
    display: block;
    border: none
}

.social-link {
    text-align: center;
    margin: 7px 0 0
}

.social-link a {
    display: inline-block;
    margin: 0 10px 0 0
}

#body_frame .logo {
    display: none!important
}

.flash_plashka-apple {
    position: absolute;
    top: 420px;
    left: 9.5%;
    width: 100px
}

.flash_plashka-apple img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none
}

@media (max-height:700px) {
    .flash_plashka-apple {
        left: 132px
    }
}

.main-page__title {
    display: block;
    position: fixed;
    top: 50px;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    line-height: 1;
    margin: 0;
    right: 88px;
    text-transform: uppercase;
    font-family: ikea_sans_heavyregular
}

@media (max-width:1366px) {
    .main-page__title {
        right: 88px
    }
}

@media (max-width:1280px) {
    .main-page__title {
        right: 88px
    }
}

.ipoteque__title h1 {
    font-size: 45px
}

.breadcrumbs {
    position: fixed;
    top: 50px;
    left: 400px;
    background-color: rgba(0, 0, 0, .5);
    padding: 3px;
    font-family: ikea_sans_heavyregular;
    z-index: 101!important;
    font-size: 13px
}

@media (max-width:1366px) {
    .breadcrumbs {
        top: 48px;
        left: 201px
    }
}

.breadcrumbs.breadcrumbs--infrastructure {
    width: 100%;
    top: 69px;
    left: 0;
    padding: 8px 0 8px 70px;
    font-family: ikea_sansregular;
    text-transform: uppercase
}

.breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: #b18f5a
}

.breadcrumb-separator {
    display: inline-block;
    padding: 0 5px;
    color: #b18f5a;
    position: relative
}

.posad__intro__text--custom {
    width: 100%;
    padding: 0
}

.posad__intro__imgs--custom {
    width: 100%
}

.posad__intro__flat_item__logo--custom {
    margin: 10px 20px 10px 0;
    width: 310px;
    position: relative
}

.posad__intro__imgs__link {
    position: absolute;
    right: 10px;
    bottom: 110px
}

.posad__intro__flat_item__logo--custom:nth-child(3n) {
    margin-right: 0
}

.posad__intro__flat_item__logo--custom:nth-child(2) img {
    height: 207px
}

.posad__intro__head--custom {
    text-align: left
}

.posad__intro--custom {
    position: relative
}

.posad__intro-logo {
    position: absolute;
    top: 0;
    right: 50px
}

.posad__intro-logo svg {
    width: 200px;
    height: 50px;
    fill: #fff
}

.elit-head {
    position: relative;
    margin-top: 25px!important;
    margin-bottom: 10px!important
}

.elit-head svg {
    width: 30%;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    fill: #bfa06d
}

.white-text {
    color: #fff!important
}

.seo__two_container--custom {
    padding-top: 5px
}

.kolhoz {
    height: 250px
}

.posad__intro__imgs__plash {
    margin-bottom: 20px
}

.posad__intro__title {
    position: relative;
    margin-bottom: 40px;
    background: url(../images/posad/main_plash.png) no-repeat 30px;
    background-size: 60px 60px;
    padding: 40px 0;
    clear: both;
    border-bottom: 1px solid #c18e56
}

.posad__intro__title a {
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%);
    font-size: 26px;
    color: #fce1b3;
    text-transform: uppercase;
    font-weight: 700
}

.posad__intro__title a:hover {
    text-decoration: none
}

.posad__intro__list-cust {
    margin: 0 0 0 15px;
    padding: 0;
    list-style-type: none
}

.posad__intro__list-cust li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px
}

.posad__intro__list-cust li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.posad__intro__list-cust li span svg {
    width: 35px;
    height: 35px
}

.posad__intro__list-cust a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fce1b3;
    font-weight: 700
}

.posad__intro__list-cust a:hover {
    text-decoration: none
}

.posad__intro__text h2 {
    color: #c18e56;
    font-size: 20px
}

.elite-cont-text h2 {
    color: #c18e56;
    text-align: left
}

.posad__intro__head {
    text-align: left
}

.posad__intro p {
    color: #84776c
}

.posad__intro li {
    color: #fff
}

.posad__intro__interest h2 {
    margin: 25px 0 15px;
    color: #c18e56;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: none
}

.posad__intro__interest a {
    display: inline-block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 17px;
    font-style: italic
}

.posad__intro__interest a:hover {
    text-decoration: none
}

.elite-cont-text p,
.posad__intro__text p {
    color: #84776c
}

.actual__container,
.mcc__container {
    width: 980px
}

.actual__container {
    height: 600px
}

.posad__intro__text ul li {
    color: #fff
}

.actual-3_frame .actual__container {
    width: 980px;
    margin: -260px 0 0 -490px
}

.korpus-30 {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1080px;
    height: 605px;
    transform: translateX(-50%)
}

.korpus-30__main-title {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 1
}

.korpus-30__main-title--centered {
    text-align: center
}

.korpus-30__col-left,
.korpus-30__col-right {
    width: 530px;
    float: left
}

.korpus-30__col-left {
    height: 100%;
    margin: 0 20px 0 0
}

.korpus-30__col-right {
    padding: 100px 0 0
}

.korpus-30__link {
    display: block;
    margin: 0 auto 20px;
    padding: 20px 40px;
    width: 300px;
    box-sizing: border-box;
    border: 3px solid #9c7f52;
    color: #b6a793;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    transition: border-color .3s ease
}

.korpus-30__link:hover {
    border-color: #fff
}

.korpus-30__link strong {
    font-weight: 700
}

.korpus-30__text-block {
    height: 500px
}

.korpus-30__text-block-empty {
    height: 250px
}

.korpus-30__text-block p {
    color: #beae9a;
    font-size: 15px
}

.korpus-30__popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear
}

.korpus-30__popup--active {
    opacity: 1;
    visibility: visible
}

.korpus-30__popup-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.korpus-30__popup-container {
    display: none;
    position: absolute;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1180px;
    height: 600px;
    background-color: #b39b71
}

.korpus-30__popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 2
}

.korpus-30__popup-close svg {
    width: 25px;
    height: 25px;
    fill: #321c15
}

.korpus-30__popup-content {
    position: relative;
    padding: 40px;
    border-left: 1px solid #321c15;
    border-bottom: 1px solid #321c15;
    height: 100%;
    background: #b39b71;
    box-sizing: border-box
}

.korpus-30__popup-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #321c15;
    width: calc(100% - 25px)
}

.korpus-30__popup-content:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    height: calc(100% - 25px);
    background-color: #321c15;
    width: 1px
}

.korpus-30__popup-content-img {
    width: calc(70% - 20px);
    margin: 0 20px 0 0;
    float: left;
    height: 100%
}

.korpus-30__popup-content-img img {
    max-width: 100%;
    height: 100%;
    display: block
}

.korpus-30__popup-content-text {
    width: 25%;
    float: left
}

.korpus-30__popup-content-title {
    color: #fff;
    font-size: 34px;
    margin: 0 0 30px
}

.korpus-30__popup-content-descr {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px
}

.korpus-30__popup-content-descr p {
    margin: 0 0 10px;
    color: #321c15;
    border-bottom: 1px dotted #321c15
}

.korpus-30__popup-content-descr li {
    margin: 0 0 15px;
    color: #321c15;
    border-bottom: 1px dotted #321c15
}

.korpus-30__popup-content-descr li:last-child {
    margin: 0 0 20px
}

.korpus-30__popup-content-descr span {
    display: inline-block;
    position: relative;
    top: 5px;
    background-color: #b39b71
}

.korpus-30__popup-content-descr span:first-child {
    padding: 0 5px 0 0
}

.korpus-30__popup-content-descr span:nth-child(2) {
    float: right;
    padding: 0 0 0 5px
}

.korpus-30__popup-content-share {
    font-size: 18px;
    color: #a68f6b;
    margin: 0 0 10px
}

.korpus-30__popup-content-share-item {
    display: none;
    margin: 0 10px 0 0;
    padding: 5px;
    color: #a68f6b;
    border: 1px solid #9a8058;
    font-size: 18px
}

.korpus-30__popup-btns {
    margin: 60px 0 0;
    position: relative
}

.korpus-30__popup-form {
    position: absolute!important;
    top: auto;
    bottom: -8px;
    left: -12px;
    right: auto!important
}

.korpus-30__popup-3d,
.korpus-30__popup-content-btn,
.korpus-30__popup-interior {
    display: block;
    padding: 10px 0;
    margin: 7px 0 0;
    border: 3px solid #321c15;
    color: #321c15;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: border-color .3s linear
}

.korpus-30__popup-3d:hover,
.korpus-30__popup-content-btn:hover,
.korpus-30__popup-interior:hover {
    text-decoration: underline
}

.container-3d,
.interior {
    position: relative;
    padding: 69px 0 80px;
    margin: 0 auto;
    max-width: 1080px;
    height: 100vh;
    box-sizing: border-box
}

.img-3d,
.interior-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: calc(100% - 169px)
}

.construction__change {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center
}

.construction__change-btn {
    display: inline-block;
    padding: 12px 0 10px;
    width: 170px;
    margin: 0 30px 0 0;
    border: 3px solid #9a8058;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition: border-color .3s linear
}

.construction__change-btn--active,
.construction__change-btn:hover {
    border-color: #fff
}

.korpus-30__plans-wrapper {
    height: 600px
}

.korpus-30__plans-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden
}

.korpus-30__plans-list:after {
    content: "";
    clear: both
}

.korpus-30__plans-list-img {
    position: relative;
    float: left;
    width: 340px;
    height: 300px;
    box-sizing: border-box;
    transition: border-color .3s linear;
    cursor: pointer
}

.korpus-30__plans-list p {
    margin: 0 20px 15px;
    color: #2c160d;
    border-bottom: 1px dotted #2c160d
}

.korpus-30__plans-list li>span {
    display: none;
    margin: 0 0 10px 20px;
    padding: 5px;
    color: #fff;
    border: 1px solid #9a8058;
    font-size: 18px
}

.korpus-30__plans-list p span {
    display: inline-block;
    position: relative;
    top: 5px;
    background-color: #b39b71
}

.korpus-30__plans-list p span:first-child {
    padding: 0 5px 0 0
}

.korpus-30__plans-list p span:last-child {
    float: right;
    padding: 0 0 0 5px
}

.korpus-30__plans-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin: 0 20px 20px 0;
    background-color: #b39b71;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: opacity .3s linear;
    cursor: pointer;
    opacity: 0.6
}

.korpus-30__plans-list li:hover {
    opacity: 1
}

.korpus-30__plans-list li:nth-child(3n) {
    margin-right: 0
}

.korpus-30__plans-list li img {
    position: absolute;
    top: 50%;
    left: 49.5%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    height: 70%
}

.korpus-30__plans-list-empty {
    height: 250px
}

.korpus-30__popup .floor__send-btn {
    display: block;
    margin: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #000;
    border-color: #000
}

.korpus-30__popup .floor__reserve-block {
    position: relative;
    right: 2%;
    margin: 3px 0 0
}

.korpus-30__popup .floor__reserve-block:after {
    display: none
}

.korpus-30__btn-spec {
    display: block;
    margin: 20px auto;
    padding: 20px 40px;
    width: 410px;
    box-sizing: border-box;
    border: 3px solid #9c7f52;
    color: #b6a793;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    transition: border-color .3s ease
}

.korpus-30__btn-spec:hover {
    border-color: #fff
}

.selected-param__buttom {
    position: absolute;
    width: 131px;
    height: 131px;
    top: 52%;
    left: 70px;
    z-index: 1;
    background: url(../images/selected_parametrs/main-button-new.png);
    transform: scale(.8);
    background-size: cover;
    border-radius: 50%;
    cursor: pointer
}

.selected__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

.selected__main--active {
    opacity: 1;
    visibility: visible
}

.selected__main-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85)
}

.selected__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    height: 390px;
    border-radius: 5px;
    overflow: hidden
}

.selected__close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer
}

.selected__close svg {
    width: 9px;
    height: 9px;
    fill: #f0cd98
}

.ui-slider {
    position: relative;
    height: 2px;
    background-color: #4e463e
}

.ui-slider-range {
    position: absolute;
    height: 2px;
    background-color: #c29e6d
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: 1px solid #c29e6d;
    border-radius: 50%;
    background-color: #1f1611;
    transform: translateY(-50%);
    cursor: url(../images/selected_parametrs/cur1.cur), move
}

.ui-state-active {
    cursor: url(../images/selected_parametrs/cur2.cur), move
}

.ui-slider-handle-value {
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    font-family: ikea_sans_heavyregular
}

.selected__filter {
    width: 220px;
    height: 100%;
    float: left;
    padding: 20px 26px 20px 15px;
    box-sizing: border-box;
    background-color: #1f1611
}

.selected__filter h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px
}

.selected__filter-block h3 {
    margin: 0 0 30px;
    color: hsla(0, 0%, 100%, .3);
    font-size: 12px
}

/*.selected__filter-block-item:last-child h3 {
    margin: 0 0 10px
}*/

.selected__filter-block-item {
    min-height: 60px
}

.selected__filter-block-item input[type=checkbox] {
    display: none
}

.selected__filter-block-item label {
    position: relative;
    display: block;
    margin: 0 0 15px;
    padding-left: 21px;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

.selected__filter-block-item label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #b6915a;
    box-sizing: border-box
}

.selected__filter-block-item input[type=checkbox]:checked+label:before {
    background: url(../images/selected_parametrs/checked.png) no-repeat 50%
}

.selected__result {
    width: 530px;
    float: right;
    height: 100%;
    box-sizing: border-box
}

.selected__result-head {
    background-color: #1f1611
}

.selected__result-content {
    height: calc(100% - 40px);
    background-color: rgba(48, 38, 32, .8)
}

.selected__result-head-item {
    display: inline-block;
    padding: 14px 0;
    width: 100px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer
}

.selected__result-head-item:last-child {
    cursor: default
}

.selected__result-head-item.sort-up svg {
    transform: rotate(180deg)
}

.selected__result-head-item svg {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    fill: #bfa06d
}

.selected__result-content-row {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    outline: none
}

.selected__result-content-row:focus {
    border: none;
    outline: none
}

.selected__result-content-row:hover {
    background-color: rgba(108, 96, 84, .8)
}

.selected__result-content-row:hover:after {
    display: none
}

.selected__result-content-row:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 1px;
    background-color: #3b3430
}

.selected__result-content-row:last-child:after {
    display: none
}

.selected__result-content-item {
    display: inline-block;
    padding: 14px 0;
    width: 103px;
    text-align: center
}

.selected__result-content-item svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    display: inline-block;
    position: relative;
    top: 3px
}

.selected__result .jspVerticalBar {
    right: 0
}

.selected__result .jspTrack {
    background: transparent
}

.selected__result .jspDrag {
    width: 5px;
    background: #bfa06d;
    border-radius: 5px
}

.home-reserve-button {
    border: none;
    outline: none;
    background: transparent;
    text-align: center
}

.home-reserve-button-hover {
    border: 0;
    outline: 0;
    background-color: #bfa06d;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 3px;
    font: 600 12px ikea_sansregular;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 19px;
    text-align: center;
    position: relative;
    left: -15px
}

.reserve-block-more-link {
    display: block
}

.reserveFilterPop {
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    transition: opacity .3s linear;
    opacity: 0;
    overflow: hidden
}

.reserveFilterPop:after {
    display: none
}

.reserve-filter-pop-close {
    position: absolute;
    width: 18px;
    height: 17px;
    top: 10px;
    right: 10px;
    background: url(../i/sprite.png) -957px -46px;
    cursor: pointer
}

.reserve-show {
    opacity: 1
}

.reserve-filter-request-send {
    display: block;
    width: 150px;
    margin: 15px auto 0;
    padding: 5px 0;
    background-color: #000;
    cursor: pointer;
    text-align: center;
    color: #bfa06d
}

#reserve-filter-pop {
    position: relative;
    transition: transform .3s linear
}

.reserve-filter-success-txt {
    position: absolute;
    display: block;
    font: 600 16px ikea_sansregular;
    text-align: center;
    transform: translateY(-200px);
    transition: transform .3s linear
}

.news__head {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, .6)
}

.news__head-item.active {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfa06d
}

.posad-list {
    color: #84776c
}

.posad-list li:before {
    color: #bfa06d
}

.free_aparts {
    position: relative;
    opacity: 0
}

.new_logotype {
    position: absolute;
    width: 180px;
    z-index: 21;
    top: 5px;
    left: 4px
}

.banner-new-year {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear
}

.banner-new-year_active,
.banner-new-year_active .banner-new-year__text {
    opacity: 1;
    visibility: visible
}

.banner-new-year__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner-new-year__text {
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: ikea_sansregular;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .8);
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 1.5s
}

.banner-new-year__text div:first-of-type {
    letter-spacing: 3px
}

.banner-new-year__text div:last-of-type {
    letter-spacing: 5px
}

.banner-new-year__text span {
    position: relative;
    display: block;
    margin-top: 15px;
    letter-spacing: 4px
}

.banner-new-year__text span:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b642f 0, #f6eba9 50%, #f6eba9 0, #9b642f)
}

.new-year-right-plashka {
    position: absolute;
    top: 380px;
    right: 107px
}

.new-year-left-plashka {
    position: absolute;
    top: 380px;
    left: 97px
}

.menu__dropdown {
    display: inline-block;
    position: relative
}

.menu__dropdown_list {
    position: absolute;
    display: block;
    opacity: 0;
    padding: 0 30px 0 29px;
    margin-top: 60px;
    left: -10px;
    text-align: left;
    background: #000;
    transition: all .2s ease-out;
    top: -10px;
    z-index: -2;
    max-height: 0;
    overflow: hidden
}

.menu__dropdown_list-active {
    max-height: 300px;
    opacity: 1
}

.menu__dropdown_list li {
    margin-bottom: 10px
}

.menu__dropdown_list li a {
    text-decoration: none
}

.menu__dropdown_list li a:hover {
    color: #b29b72
}

@-moz-document url-prefix() {
    .menu__item {
        margin: 20px 0 0
    }
    .new_logotype {
        top: 18px
    }
}

.new-year-star {
    position: absolute;
    background-size: cover!important;
    transition: all .5s linear 2.5s
}

.new-year-star-1 {
    width: 40px;
    height: 40px;
    top: 138px;
    left: 192px;
    background: url(../images/new_year/1.png) no-repeat 50%
}

.new-year-star-2 {
    width: 30px;
    height: 30px;
    top: 242px;
    right: 112px;
    background: url(../images/new_year/2.png) no-repeat 50%
}

.new-year-star-3 {
    width: 30px;
    height: 30px;
    bottom: 110px;
    right: 79px;
    background: url(../images/new_year/3.png) no-repeat 50%
}

.new-year-star-4 {
    width: 25px;
    height: 25px;
    bottom: 105px;
    left: 59px;
    background: url(../images/new_year/4.png) no-repeat 50%
}

.new-year-star-5 {
    width: 30px;
    height: 30px;
    top: 219px;
    left: 135px;
    background: url(../images/new_year/5.png) no-repeat 50%
}

.banner-new-year_active .new-year-star-1 {
    top: 40px;
    transform: scale(1.1);
    opacity: .3
}

.banner-new-year_active .new-year-star-2 {
    top: 142px;
    right: 12px;
    transform: scale(1.1);
    opacity: .1
}

.banner-new-year_active .new-year-star-3 {
    bottom: 60px;
    right: 29px;
    transform: scale(1.1);
    opacity: .2
}

.banner-new-year_active .new-year-star-4 {
    bottom: 55px;
    left: 9px;
    transform: scale(1.1);
    opacity: 0
}

.banner-new-year_active .new-year-star-5 {
    top: 119px;
    left: 35px;
    transform: scale(1.1);
    opacity: .2
}

.new-year-plashka-star {
    position: absolute;
    background-size: cover!important
}

.new-year-plashka-star-1 {
    width: 40px;
    height: 40px;
    top: 15%;
    left: 23%;
    background: url(../images/new_year/1.png) no-repeat 50%
}

.new-year-plashka-star-2 {
    width: 30px;
    height: 30px;
    right: 12%;
    bottom: 23%;
    background: url(../images/new_year/2.png) no-repeat 50%
}

.new-year-plashka-star-3 {
    width: 40px;
    height: 40px;
    top: 23%;
    right: 24%;
    background: url(../images/new_year/3.png) no-repeat 50%
}

.new-year-plashka-star-4 {
    width: 40px;
    height: 40px;
    top: 28%;
    left: 24%;
    background: url(../images/new_year/4.png) no-repeat 50%
}

.ny_popup_about_wrap {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: relative;
    z-index: 99;
    background: url(../images/main_banners/popup_item-wrap.png) no-repeat;
    background-size: cover;
    width: 165px;
    height: 155px;
    text-align: center;
    transition: opacity .4s ease-out
}

.ny_popup_about_wrap-active {
    visibility: visible;
    opacity: 1
}

.new_year_offer_popup {
    width: 750px;
    height: 470px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    transform: translate(-50%, -50%);
    background: #120a0a;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility 0s linear 0s
}

.new_year_offer-popup-active {
    opacity: 1;
    visibility: visible
}

.new_year_offer_popup-wrapper .jspContainer {
    height: 260px!important;
    width: 720px!important
}

.new_year_offer_popup-wrapper img {
    position: inherit;
    left: inherit;
    display: inline-block;
    width: 48%
}

.new_year_offer_popup-head {
    font-size: 31px;
    font-weight: 700;
    color: #bfa05f
}

.new_year_offer_popup-percents {
    margin: 10px 0 16px;
    font-size: 20px;
    color: #bfa05f
}

.new_year_offer_popup-percents span {
    font-weight: 700;
    font-size: 40px
}

.new_year_offer_popup-desc {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 1px
}

.new_year_offer_popup_btn {
    padding: 7px 18px;
    margin-top: 40px;
    background: transparent;
    color: #af9264;
    font-size: 14px;
    border: 1px solid #af9264
}

.new_year_offer-popup-close {
    position: absolute;
    padding-top: 40px;
    right: 30px;
    top: 25px;
    cursor: pointer
}

.new_year_offer-popup-close:after {
    transform: rotate(45deg)
}

.new_year_offer-popup-close:after,
.new_year_offer-popup-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 27px;
    height: 4px;
    background: #b8b6b6
}

.new_year_offer-popup-close:before {
    transform: rotate(-45deg)
}

.new_year_offer_popup-wrapper-single img {
    display: block;
    width: 22%;
    height: auto;
    margin: 0 auto;
    left: auto!important
}

.ny_popup_form {
    background: #af9364;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    border-radius: 20px;
    padding: 30px;
    opacity: 0;
    display: none
}

.ny_popup_close {
    position: absolute;
    width: 18px;
    height: 17px;
    top: 10px;
    right: 10px;
    background: url(../i/sprite.png) -957px -46px;
    cursor: pointer
}

.ny_thanks {
    background: #af9364;
    position: absolute;
    width: 80%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
    font-size: 21px;
    color: #000;
    padding-top: 60px;
    box-sizing: border-box;
    visibility: hidden
}

.ny-popup-request input {
    display: block;
    width: 215px;
    margin-bottom: 15px;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #120e0a;
    background: none;
    font-size: 21px
}

@media (max-width:1366px) {
    .new-year-plashka-star-2 {
        width: 20px;
        height: 20px;
        right: 10%;
        bottom: 22%
    }
}

.ipoteque__plashka {
    position: absolute;
    right: 135px;
    bottom: 110px;
    width: 190px
}

.ipoteque__plashka img {
    width: 100%;
    height: auto;
    display: block
}

@media (max-height:800px) {
    .ipoteque__plashka {
        right: 80px;
        bottom: 110px;
        width: 160px
    }
}

@media (max-width:1366px) {
    .ipoteque__plashka {
        right: 80px;
        bottom: 90px;
        width: 160px
    }
}

.offers-active-text {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #9c855c
}

.container-3d a,
.interior a {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #fff
}

.container-3d a svg,
.interior a svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px
}

.korpus-30__back,
.korpus-30__next {
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px
}

.korpus-30__back svg,
.korpus-30__next svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline;
    zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: courier new, monospace;
    font-size: 1em
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

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

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    white-space: normal;
    margin-left: -7px;
    padding: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../i/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../i/fancybox_loading.gif) 50% no-repeat
}

.fancybox-close {
    top: -32px;
    right: -35px;
    width: 24px;
    height: 24px;
    background: url(../i/sprite.png) -850px -46px
}

.fancybox-close,
.fancybox-nav {
    position: absolute;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    top: 0;
    width: 50%;
    height: 100%;
    text-decoration: none;
    background: transparent url(../i/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fancybox-prev {
    left: -10%
}

.fancybox-next {
    right: -10%
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-prev span {
    width: 46px;
    height: 50px;
    left: 22px;
    background: url(../i/sprite.png) -757px -2px
}

.fancybox-next span {
    width: 46px;
    height: 50px;
    right: 22px;
    background: url(../i/sprite.png) -690px -2px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../i/px_black_90.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.jspContainer {
    position: relative
}

.jspPane {
    position: absolute;
    background: url(../i/blank.gif)
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%
}

.jspHorizontalBar {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 16px;
    display: none!important
}

.jspHorizontalBar *,
.jspVerticalBar * {
    margin: 0;
    padding: 0
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #c09e6c;
    background: hsla(36, 40%, 59%, .3);
    position: relative
}

.jspDrag {
    background: url(../i/sprite.png) -535px -467px;
    position: relative;
    width: 15px;
    height: 15px;
    top: 0;
    left: -7px;
    cursor: pointer
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js:-moz-full-screen {
    position: absolute
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    _position: absolute
}

.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

.vjs-poster {
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-height: 100%
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.video-js .vjs-text-track {
    display: none;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background: #000;
    background: rgba(0, 0, 0, .5)
}

.video-js .vjs-subtitles {
    color: #fff
}

.video-js .vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

.vjs-fade-in {
    visibility: visible!important;
    opacity: 1!important;
    -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
    transition: visibility 0s linear 0s, opacity .3s linear
}

.vjs-fade-out {
    visibility: hidden!important;
    opacity: 0!important;
    -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    transition: visibility 0s linear 1.5s, opacity 1.5s linear
}

.vjs-default-skin .vjs-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 2.6em;
    color: #fff;
    border-top: 1px solid #404040;
    background: #242424;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(50%, #242424), color-stop(50%, #1f1f1f), color-stop(100%, #171717));
    background: -webkit-linear-gradient(top, #242424 50%, #1f1f1f 0, #171717);
    background: linear-gradient(top, #242424 50%, #1f1f1f 0, #171717);
    visibility: hidden;
    opacity: 0
}

.vjs-default-skin .vjs-control {
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 2.6em;
    width: 2.6em
}

.vjs-default-skin .vjs-control:focus {
    outline: 0
}

.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer!important
}

.vjs-default-skin.vjs-paused .vjs-play-control div {
    width: 15px;
    height: 17px;
    background: url(../i/video-js.png);
    margin: .5em auto 0
}

.vjs-default-skin.vjs-playing .vjs-play-control div {
    width: 15px;
    height: 17px;
    background: url(../i/video-js.png) -25px 0;
    margin: .5em auto 0
}

.vjs-default-skin .vjs-rewind-control {
    width: 5em;
    cursor: pointer!important
}

.vjs-default-skin .vjs-rewind-control div {
    width: 19px;
    height: 16px;
    background: url(../i/video-js.png);
    margin: .5em auto 0
}

.vjs-default-skin .vjs-mute-control {
    width: 3.8em;
    cursor: pointer!important;
    float: right
}

.vjs-default-skin .vjs-mute-control div {
    width: 22px;
    height: 16px;
    background: url(../i/video-js.png) -75px -25px;
    margin: .5em auto 0
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0 div {
    background: url(../i/video-js.png) 0 -25px
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1 div {
    background: url(../i/video-js.png) -25px -25px
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2 div {
    background: url(../i/video-js.png) -50px -25px
}

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right
}

.vjs-default-skin .vjs-volume-bar {
    position: relative;
    width: 5em;
    height: .6em;
    margin: 1em auto 0;
    cursor: pointer!important;
    border-radius: .3em;
    background: #666;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#666));
    background: -webkit-linear-gradient(top, #333, #666);
    background: linear-gradient(top, #333, #666)
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .6em;
    border-radius: .3em;
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
    background: -webkit-linear-gradient(top, #fff, #ccc);
    background: linear-gradient(top, #fff, #ccc)
}

.vjs-default-skin .vjs-volume-handle {
    position: absolute;
    top: -.2em;
    width: .8em;
    height: .8em;
    background: #ccc;
    left: 0;
    border: 1px solid #fff;
    border-radius: .6em
}

.vjs-default-skin div.vjs-progress-control {
    position: absolute;
    left: 4.8em;
    right: 4.8em;
    height: 1em;
    width: auto;
    top: -1.3em;
    border-bottom: 1px solid #1f1f1f;
    border-top: 1px solid #222;
    background: #333;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#333));
    background: -webkit-linear-gradient(top, #222, #333);
    background: linear-gradient(top, #333, #222)
}

.vjs-default-skin .vjs-progress-holder {
    position: relative;
    cursor: pointer!important;
    padding: 0;
    margin: 0;
    height: 1em;
    border-radius: .6em;
    background: #111;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#111), to(#262626));
    background: -webkit-linear-gradient(top, #111, #262626);
    background: linear-gradient(top, #111, #262626)
}

.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 1em;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    border-radius: .6em
}

.vjs-default-skin .vjs-play-progress {
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fff), color-stop(50%, #d6d6d6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff, #d6d6d6 50%, #fff);
    background: linear-gradient(top, #fff, #d6d6d6 50%, #fff);
    background: #efefef;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #efefef), color-stop(50%, #f5f5f5), color-stop(50%, #dbdbdb), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #efefef, #f5f5f5 50%, #dbdbdb 0, #f1f1f1);
    background: -ms-linear-gradient(top, #efefef 0, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#efefef", endColorstr="#f1f1f1", GradientType=0);
    background: linear-gradient(top, #efefef, #f5f5f5 50%, #dbdbdb 0, #f1f1f1)
}

.vjs-default-skin .vjs-load-progress {
    opacity: .8;
    background: #666;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
    background: -webkit-linear-gradient(top, #666, #333);
    background: linear-gradient(top, #666, #333)
}

.vjs-default-skin div.vjs-seek-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: -.3em;
    left: 0;
    top: 0;
    background: url(../i/video-js.png) 0 -50px;
    border-radius: .8em;
    box-shadow: 0 2px 4px 0 #000
}

.vjs-default-skin .vjs-time-controls {
    position: absolute;
    right: 0;
    height: 1em;
    width: 4.8em;
    top: -1.3em;
    border-bottom: 1px solid #1f1f1f;
    border-top: 1px solid #222;
    background-color: #333;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    background: #333;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#333));
    background: -webkit-linear-gradient(top, #222, #333);
    background: linear-gradient(top, #333, #222)
}

.vjs-default-skin .vjs-current-time {
    left: 0
}

.vjs-default-skin .vjs-duration {
    right: 0;
    display: none
}

.vjs-default-skin .vjs-remaining-time {
    right: 0
}

.vjs-time-divider {
    display: none
}

.vjs-default-skin .vjs-time-control {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif
}

.vjs-default-skin .vjs-time-control span {
    line-height: 25px
}

.vjs-secondary-controls {
    float: right
}

.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer!important;
    float: right
}

.vjs-default-skin .vjs-fullscreen-control div {
    width: 16px;
    height: 16px;
    background: url(../i/video-js.png) -50px 0;
    margin: .5em auto 0
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div {
    background: url(../i/video-js.png) -75px 0
}

.vjs-default-skin .vjs-big-play-button {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8em;
    height: 8em;
    margin: -42px 0 0 -42px;
    text-align: center;
    vertical-align: center;
    cursor: pointer!important;
    border: .2em solid #fff;
    opacity: .95;
    border-radius: 25px;
    background: #454545;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #454545), color-stop(50%, #232323), color-stop(50%, #161616), color-stop(100%, #3f3f3f));
    background: -webkit-linear-gradient(top, #454545, #232323 50%, #161616 0, #3f3f3f);
    background: -ms-linear-gradient(top, #454545 0, #232323 50%, #161616 50%, #3f3f3f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#454545", endColorstr="#3f3f3f", GradientType=0);
    background: linear-gradient(top, #454545, #232323 50%, #161616 0, #3f3f3f);
    box-shadow: 4px 4px 8px #000
}

.vjs-default-skin div.vjs-big-play-button:hover {
    box-shadow: 0 0 80px #fff
}

.vjs-default-skin div.vjs-big-play-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 35px;
    height: 42px;
    margin: -20px 0 0 -15px;
    background: url(../i/video-js.png) -100px 0
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    margin: -28px 0 0 -28px;
    -webkit-animation-name: a;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: a;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(.6) rotate(0deg)
    }
    12.5% {
        -webkit-transform: scale(.6) rotate(0deg)
    }
    12.51% {
        -webkit-transform: scale(.6) rotate(45deg)
    }
    25% {
        -webkit-transform: scale(.6) rotate(45deg)
    }
    25.01% {
        -webkit-transform: scale(.6) rotate(90deg)
    }
    37.5% {
        -webkit-transform: scale(.6) rotate(90deg)
    }
    37.51% {
        -webkit-transform: scale(.6) rotate(135deg)
    }
    50% {
        -webkit-transform: scale(.6) rotate(135deg)
    }
    50.01% {
        -webkit-transform: scale(.6) rotate(180deg)
    }
    62.5% {
        -webkit-transform: scale(.6) rotate(180deg)
    }
    62.51% {
        -webkit-transform: scale(.6) rotate(225deg)
    }
    75% {
        -webkit-transform: scale(.6) rotate(225deg)
    }
    75.01% {
        -webkit-transform: scale(.6) rotate(270deg)
    }
    87.5% {
        -webkit-transform: scale(.6) rotate(270deg)
    }
    87.51% {
        -webkit-transform: scale(.6) rotate(315deg)
    }
    to {
        -webkit-transform: scale(.6) rotate(315deg)
    }
}

div.vjs-loading-spinner .ball1 {
    opacity: .12;
    left: 20px;
    top: 0
}

div.vjs-loading-spinner .ball1,
div.vjs-loading-spinner .ball2 {
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}

div.vjs-loading-spinner .ball2 {
    opacity: .25;
    left: 34px;
    top: 6px
}

div.vjs-loading-spinner .ball3 {
    opacity: .37;
    position: absolute;
    left: 40px;
    top: 20px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}

div.vjs-loading-spinner .ball4 {
    opacity: .5;
    position: absolute;
    left: 34px;
    top: 34px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border: 1px solid #ccc
}

div.vjs-loading-spinner .ball5 {
    opacity: .62;
    left: 20px;
    top: 40px
}

div.vjs-loading-spinner .ball5,
div.vjs-loading-spinner .ball6 {
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}

div.vjs-loading-spinner .ball6 {
    opacity: .75;
    left: 6px;
    top: 34px
}

div.vjs-loading-spinner .ball7 {
    opacity: .87;
    left: 0;
    top: 20px
}

div.vjs-loading-spinner .ball7,
div.vjs-loading-spinner .ball8 {
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}

div.vjs-loading-spinner .ball8 {
    opacity: 1;
    left: 6px;
    top: 6px
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    margin: .2em .5em 0 0;
    padding: 0;
    width: 3em;
    height: 2em;
    cursor: pointer!important;
    border: 1px solid #111;
    border-radius: .3em;
    background: #4d4d4d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4d4d4d), color-stop(50%, #3f3f3f), color-stop(50%, #333), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #4d4d4d, #3f3f3f 50%, #333 0, #252525);
    background: linear-gradient(top, #4d4d4d, #3f3f3f 50%, #333 0, #252525)
}

.vjs-default-skin .vjs-menu-button div {
    background: url(../i/video-js.png) 0 -75px no-repeat;
    width: 16px;
    height: 16px;
    margin: .2em auto 0;
    padding: 0
}

.vjs-default-skin .vjs-menu-button ul {
    display: none;
    opacity: .8;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 2em;
    max-height: 15em;
    left: -3.5em;
    background-color: #111;
    border: 2px solid #333;
    border-radius: .5em;
    box-shadow: 0 2px 4px 0 #000;
    overflow: auto
}

.vjs-default-skin .vjs-menu-button:focus ul,
.vjs-default-skin .vjs-menu-button:hover ul {
    display: block;
    list-style: none
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0 .3em 20px;
    line-height: 1.4em;
    font-size: 1.2em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: left
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    text-decoration: underline;
    background: url(../i/video-js.png) -125px -50px no-repeat
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover,
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover {
    background-color: #ccc;
    color: #111;
    outline: 0
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    color: #fff;
    font-weight: 700;
    cursor: default;
    background: #4d4d4d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4d4d4d), color-stop(50%, #3f3f3f), color-stop(50%, #333), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #4d4d4d, #3f3f3f 50%, #333 0, #252525);
    background: linear-gradient(top, #4d4d4d, #3f3f3f 50%, #333 0, #252525)
}

.vjs-default-skin .vjs-captions-button div {
    background-position: -25px -75px
}

.vjs-default-skin .vjs-chapters-button div {
    background-position: -100px -75px
}

.vjs-default-skin .vjs-chapters-button ul {
    width: 20em;
    left: -8.5em
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.main_banner {
    position: static;
    background: none;
    transform: none;
    border-radius: 0;
}

.main_banner img {
    width: 33%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%);
}

.showPopupGiveGifts {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    visibility: hidden;
    z-index: 1000;
}
.showPopupGiveGifts img {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#yellow_circle {
    position: absolute;
    top: 64%;
    left: 4%;
    width: 200px;
}

@media screen and (max-width: 1600px) {
    .givegifts_banner img {
        width: 240px;
    }
    .givegifts_banner {
        top: 55%;
    }
}

@media screen and (max-height: 900px) {
    #yellow_circle {
        width: 175px;
        top: 60%;
    }
}

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

    .main_banner img {
        width: 33%;
    }
}

@media screen and (max-height: 750px) {
    .main_banner img {
        width: 25%;
        top: 20%;
    }
}
