html {
    overflow-y: scroll
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    background: transparent
}

button {
    color: inherit
}

input[type=file],
input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    display: block
}

html:not(.touch-screen) ::-webkit-scrollbar,
html:not(.touch-screen)::-webkit-scrollbar {
    width: 8px;
    height: 5px
}

html:not(.touch-screen) ::-webkit-scrollbar-track,
html:not(.touch-screen)::-webkit-scrollbar-track {
    background: #181818
}

html:not(.touch-screen) ::-webkit-scrollbar-thumb,
html:not(.touch-screen)::-webkit-scrollbar-thumb {
    border: 2px solid #181818;
    background: #cdb393
}


.btn-anime {
    opacity: 0;
    transform: translateY(-500px);
}


html {
    height: 100%
}

body {
    height: 100%;
    overflow: hidden
}

#content-block {
    overflow: hidden;
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

html.overflow-hidden body {
    overflow: hidden
}

.swiper-slide:not(:first-child) {
    display: none
}

#c-cursor {
    display: none
}

.no-cursor * {
    cursor: none !important
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-detail .bg-full {
    background-size: contain;
}

.img-enter {
    position: relative
}

.img-enter.bg-full {
    position: absolute
}

.full-size {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-size.rellax {
    top: -20%;
    height: 140%
}

.img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top
}

.h-100 {
    height: 100%
}

.clearfix {
    position: relative
}

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

.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px
}

@media (min-width: 568px) {
    .container.custom {
        width: 100%;
        padding: 0 60px;
        max-width: 1640px
    }
}

.relative,
section {
    position: relative
}

.zindex1 {
    z-index: 1
}

body {
    font-weight: 300;
    background-color: #202020;
    font-family: 'GtEstiProDisplay', Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: always
}

b,
strong {
    font-weight: 700
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

.text,
body {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.96px
}

.h1,
h1 {
    font-size: 86px;
    line-height: 1.16;
    letter-spacing: 5.16px
}

.h2,
h2 {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 3px
}

.h2.smaller {
    font-size: 40px;
    letter-spacing: 2.4px
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.36;
    letter-spacing: 2.16px
}

.h4,
h4 {
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: 1.56px
}

.h5,
h5 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.08px
}

.h6,
h6 {
    font-size: 16px;
    line-height: 1.6
}

.text-xs {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.72px
}

.text-sm {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.84px
}

.text-md {
    font-size: 18px;
    line-height: 1.56
}

.text-lg {
    font-size: 20px;
    line-height: 1.6
}

.text-xxl {
    font-size: 300px
}

.subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px
}

@media (max-width: 1499px) {

    .h1,
    h1 {
        font-size: 60px
    }

    .h2,
    h2 {
        font-size: 42px
    }

    .h2.smaller {
        font-size: 38px
    }

    .subtitle,
    .text-lg {
        font-size: 18px
    }

    .text-md {
        font-size: 16px
    }

    .text-xxl {
        font-size: 200px
    }
}

@media (max-width: 991px) {

    .h1,
    h1 {
        font-size: 52px
    }

    .h3,
    h3 {
        font-size: 34px
    }

    .subtitle {
        line-height: 1.5
    }

    .text-xxl {
        font-size: 140px
    }
}

@media (max-width: 767px) {

    .text,
    .text-md,
    body {
        font-size: 15px
    }

    .h1,
    h1 {
        font-size: 38px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .h2.smaller {
        font-size: 28px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 20px
    }

    .subtitle,
    .text-lg {
        font-size: 16px
    }

    .text-xxl {
        font-size: 100px
    }
}

.w-thin {
    font-weight: 100
}

.w-light {
    font-weight: 300
}

.w-regular {
    font-weight: 400
}

.w-medium {
    font-weight: 500
}

.w-bold {
    font-weight: 700
}

.w-ultrabold {
    font-weight: 800
}

.block-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.loaded .block-title {
    opacity: 1
}

.block-title>span {
    overflow: hidden;
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    -o-transition: transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s
}

.block-title>span>span:not(.t-move-el) {
    -webkit-transform: rotateY(-15deg) translateY(100%) skewY(15deg) skewX(-10deg);
    transform: rotateY(-15deg) translateY(100%) skewY(15deg) skewX(-10deg);
    opacity: 0;
    -webkit-transform-origin: 0 bottom;
    -ms-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    -o-transition: transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s
}

.animated .block-title>span {
    opacity: 1;
    -webkit-animation: 3s delayOverflow forwards;
    animation: 3s delayOverflow forwards
}

.animated .block-title>span:nth-child(2) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animated .block-title>span:nth-child(2) span {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.animated .block-title>span:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animated .block-title>span:nth-child(3) span {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.animated .block-title>span>span:not(.t-move-el) {
    opacity: 1;
    overflow: visible;
    -webkit-transform: rotateY(0) translateY(0) skewY(0) skewX(0);
    transform: rotateY(0) translateY(0) skewY(0) skewX(0)
}

@-webkit-keyframes delayOverflow {
    to {
        overflow: visible
    }
}

@keyframes delayOverflow {
    to {
        overflow: visible
    }
}

.t-move-el {
    -webkit-transition: all 0s, opacity 0.6s 1.5s !important;
    -o-transition: all 0s, opacity 0.6s 1.5s !important;
    transition: all 0s, opacity 0.6s 1.5s !important;
    opacity: 0
}

.animated .t-move-el {
    opacity: 1
}

.block-title.style2>span:first-child {
    margin-left: 50px
}

.t-move-to-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    white-space: nowrap
}

.t-move-el {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-text-stroke: .5px currentColor;
    text-stroke: .5px currentColor;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    will-change: transform
}

.t-overflow {
    overflow: hidden
}

.lettering [class*=line] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.line-left-2>span:nth-child(2)>span {
    padding-left: 160px;
    position: relative
}

.line-left-2>span:nth-child(2)>span:not(.t-move-el):before {
    content: '';
    position: absolute;
    left: 0;
    width: 130px;
    height: 8px;
    top: .45em;
    background-color: currentColor
}

.line-left-2>span:nth-child(3) {
    padding-left: 60px
}

.line-right-1>span:first-child>span:first-child {
    position: relative;
    padding-right: 160px
}

.line-right-1>span:first-child>span:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    width: 130px;
    height: 8px;
    top: .45em;
    background-color: currentColor
}

.t-move-to-copy span {
    overflow: visible !important
}

.block-title.style2 {
    margin-left: -30px
}

.block-title.style2 .dec-space {
    left: -50px
}

@media (max-width: 1499px) {
    .line-left-2>span:nth-child(2)>span {
        padding-left: 130px
    }

    .line-left-2>span:nth-child(2)>span:not(.t-move-el):before {
        width: 100px;
        height: 6px
    }

    .line-right-1>span:first-child>span:first-child {
        padding-right: 130px
    }

    .line-right-1>span:first-child>span:first-child:before {
        width: 100px;
        height: 6px
    }

    .top-banner-full .block-title.style2,
    .top-banner-full .block-title.style2>span:first-child {
        margin-left: 0
    }

    .top-banner-full .line-left-2>span:nth-child(2)>span,
    .top-banner-full .line-left-2>span:nth-child(3) {
        padding-left: 0
    }

    .top-banner-full .line-left-2>span:nth-child(2)>span:not(.t-move-el):before {
        content: none
    }
}

@media (max-width: 767px) {
    .line-left-2>span:nth-child(2)>span {
        padding-left: 60px
    }

    .line-left-2>span:nth-child(2)>span:not(.t-move-el):before {
        width: 45px;
        height: 7px;
        top: .4em
    }

    .line-left-2.h2>span:nth-child(2)>span:before {
        top: .5em
    }

    .line-left-2>span:nth-child(3) {
        padding-left: 20px
    }

    .line-right-1>span:first-child>span:first-child {
        padding-right: 60px
    }

    .line-right-1>span:first-child>span:first-child:before {
        width: 45px;
        height: 7px
    }

    .block-title.style2 {
        margin-left: 0
    }

    .block-title.style2>span:first-child {
        margin-left: 15px
    }

    .t-move-el {
        display: none;
    }
}

.text-uppercase {
    text-transform: uppercase
}

.text-truncate {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-right {
        text-align: right
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left
    }

    .text-md-center {
        text-align: center
    }

    .text-md-right {
        text-align: right
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-right {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left
    }

    .text-xl-center {
        text-align: center
    }

    .text-xl-right {
        text-align: right
    }
}

@media (max-width: 767px) {
    .d-xs-none {
        display: none !important
    }
}

.btn {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
    background: transparent;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 19px 50px;
    border: 2px solid #cdb393;
    overflow: hidden;
    color: #cdb393;
    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden*/
}

.btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #cdb393;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn span {
    position: relative;
    display: inline-block;
    padding-right: 43px
}

.btn-simple span {
    padding-right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn.btn-simple-icon {
    padding-left: 110px
}

.btn-simple .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #cdb393
}

.btn-simple .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 16px;
    max-height: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-lg {
    font-size: 14px;
    line-height: 24px;
    padding: 26px 65px
}

.btn-secondary {
    border-color: #fff;
    color: #fff
}

.btn-secondary:before {
    background-color: #fff
}

.btn-block {
    display: block;
    width: 100%
}

.btn-close {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 50px;
    height: 50px;
    background-color: #cdb393;
    color: #fff;
    cursor: pointer
}

.btn-close:after,
.btn-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 1px;
    width: 50%;
    background-color: currentColor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.btn-close:active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 1450px) {
    .btn {
        padding: 19px 40px
    }

    .btn.btn-lg {
        padding: 21px 45px
    }

    .btn.btn-simple-icon {
        padding-left: 100px
    }
}

@media (max-width: 991px) {
    .btn {
        padding: 13px 30px
    }

    .btn.btn-lg {
        padding: 14px 35px
    }

    .btn.btn-simple-icon {
        padding-left: 90px
    }
}

video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* opacity: 0;
    visibility: hidden; */
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1 !important;
    visibility: visible !important;
}

.slide-image {
    position: relative !important;
    will-change: initial !important;
    overflow: visible !important;
}

video.active {
    opacity: 1;
    visibility: visible
}

.color-darkest {
    color: #131313
}

.color-dark {
    color: #181818
}

.color-secondary {
    color: #cdb393
}

.color-white {
    color: #fff
}

.color-grey {
    color: #9b9b9b
}

.bg-main {
    background-color: #202020;
    color: #fff
}

.bg-main.transparent {
    background-color: transparent
}

.bg-white {
    background-color: #fff;
    color: #131313
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 86px;
    z-index: 100
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(rgba(32, 32, 32, 0)));
    background: -webkit-linear-gradient(#202020, rgba(32, 32, 32, 0));
    background: -o-linear-gradient(#202020, rgba(32, 32, 32, 0));
    background: linear-gradient(#202020, rgba(32, 32, 32, 0));
    z-index: -1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

header.scrolled:before,
header.shadow:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

html.scroll-removed header:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#logo {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 140px
}

#logo img {
    display: block;
    max-width: 100%
}

.h-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.h-inner nav {
    padding-left: 240px
}

.h-inner nav ul:not(.full-menu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.h-inner nav ul:not(.full-menu) li {
    margin-right: 80px;
    letter-spacing: .84px
}

.h-inner nav ul:not(.full-menu) li:last-child {
    margin-right: 0
}

.h-inner nav ul a.active {
    color: #cdb393 !important
}

.h-inner nav .lang {
    display: none
}

.menu-open {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.72px;
    cursor: pointer;
    z-index: 3;
    margin-top: 2px
}

.menu-open .desc {
    position: relative
}

.menu-open .desc div:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.hamburger {
    position: relative;
    width: 46px;
    height: 46px;
    margin-right: 8px
}

.hamburger:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0.74);
    -ms-transform: scale(0.74);
    transform: scale(0.74)
}

.hamburger span {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 28px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    margin-top: -1px
}

.hamburger span:nth-child(2) {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.h-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.h-right .icon-link-wr {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.h-right .icon-link {
    margin-right: 40px
}

.icon-link {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.96px
}

.icon-link * {
    vertical-align: middle
}

.icon-link img,
.icon-link svg {
    width: 18px;
    max-height: 18px;
    height: auto;
    margin-right: 3px
}

.search-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: #fff;
    padding: 0 30px;
    border-right: 1px solid #f3f3f3;
    color: #131313;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.78px;
    text-transform: uppercase
}

.search-btn img,
.search-btn svg {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 12px
}

.search-btn .desc {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.search-btn .desc:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    width: 10px;
    height: 1px;
    background-color: rgba(24, 24, 24, 0.2);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.lang {
    position: relative;
    width: 60px;
    height: 100%;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.72px;
    color: #7b7b7b;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang span {
    position: relative;
    z-index: 1
}

.lang ul {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    padding-top: 66px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.lang ul a {
    display: block;
    padding: 20px 0;
    background-color: #202020;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.lang ul li {
    position: relative
}


.search-btn span {
    position: relative;
    z-index: 1
}

.search-btn ul {
    width: calc(14vw - 12px);
    right: 0;
    top: 0;
    position: absolute;
    padding-top: 85px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-115%);
    opacity: 1;
}

@media (max-width:700px) {
    .search-btn ul {
        width: 100% !important;
    }

    .search-btn ul {
        padding-top: 0px;
        top: 70px
    }

    /* .search-btn:hover ul {
        transform: translateY(13%)!important;
    } */
}

@media (max-width:1500px) {
    .search-btn ul {
        width: 240px;
    }

    .language-ru .search-btn ul {
        width: 263px;
    }

    .language-en .search-btn {
        min-width: 180px;
    }
}

.search-btn ul a {
    display: block;
    padding: 20px 0;
    background-color: #202020;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.search-btn ul li {
    position: relative
}

@media (min-width: 1200px) {
    .full-menu {
        opacity: 0;
        -webkit-justify-content: center;
        justify-content: center;
    }

    header.light>.h-inner nav>ul:first-child a {
        color: #131313
    }

    header.light .lang {
        background-color: #cdb393;
        border-left: 1px solid rgba(243, 243, 243, 0.2);
        color: #fff
    }

    header.light .lang ul a {
        background-color: #cdb393
    }

    header.light .search-btn {
        background-color: #cdb393
    }

    header.light .search-btn path {
        fill: #fff
    }

    header.light .search-btn line {
        stroke: #fff
    }

    header.light .search-btn .desc {
        color: #fff
    }

    header.light .search-btn .desc:before {
        background-color: #fff
    }
}

/* new - videocall (moved from 1499 media query) */
.h-right>.icon-link {
    align-self: center;
}

@media (max-width: 1900px) {
    .h-right .icon-link-wr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .h-right .icon-link {
        margin-right: 30px;
        font-size: 14px
    }

    .h-right>.icon-link {
        align-self: center;
    }

    .h-right .icon-link-wr .icon-link:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 3px
    }

    .h-right .icon-link-wr .icon-link:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 1px solid rgba(243, 243, 243, 0.2);
        padding-bottom: 6px
    }

    header.light .h-right .icon-link:last-child {
        border-bottom-color: #a3a3a3
    }
}

/* end of new - videocall */


@media (max-width: 1499px) {
    #logo {
        left: 15px
    }

    .h-inner nav {
        padding-left: 180px
    }

    .h-inner nav ul:not(.full-menu) li {
        margin-right: 30px
    }

    .lang {
        width: 60px
    }

    .full-menu .h3 {
        font-size: 26px
    }

    .search-btn {
        padding: 0 25px
    }

    /* new - videocall */
    .menu-open {
        left: 42%;
    }

    /* end of new - videocall */
    .search-btn ul a {
        padding: 15px 0;
    }
}

header.light:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
    background: linear-gradient(#ffffff, rgba(255, 255, 255, 0))
}

header.light .search-btn {
    border-right: 0
}

header.light .h-right .icon-link polygon {
    stroke: #131313
}

header.light .h-right .icon-link span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #131313
}

header.light .hamburger:before {
    border-color: #a3a3a3
}

header.light .hamburger span {
    -webkit-transition: all .3s, background-color .3s .3s;
    -o-transition: all .3s, background-color .3s .3s;
    transition: all .3s, background-color .3s .3s;
    background-color: #131313
}

header.light .hamburger+.desc>div:first-child {
    color: #131313
}

header.light .menu-open.active .hamburger span {
    -webkit-transition: all .3s, background-color .3s 0s;
    -o-transition: all .3s, background-color .3s 0s;
    transition: all .3s, background-color .3s 0s;
    background-color: #fff
}

@media (max-width: 1199px) {
    header:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #202020;
        opacity: 0;
        z-index: 2;
        -webkit-transition: .6s .3s;
        -o-transition: .6s .3s;
        transition: .6s .3s;
        pointer-events: none
    }

    .h-inner nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 100px 15px 30px;
        z-index: 2;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0s 1.1s, background-color 0s;
        -o-transition: 0s 1.1s, background-color 0s;
        transition: 0s 1.1s, background-color 0s;
        overflow: auto;
        background: transparent
    }

    .h-inner nav:after,
    .h-inner nav:before {
        content: '';
        position: absolute;
        width: 50%;
        left: 0;
        top: 0;
        height: 200%;
        background-color: #202020;
        z-index: 1;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .6s .45s, height 0s;
        -o-transition: .6s .45s, height 0s;
        transition: .6s .45s, height 0s
    }

    .h-inner nav:after {
        left: 50%;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .h-inner nav ul:not(.full-menu) {
        margin-bottom: 45px
    }

    .h-inner nav ul,
    .h-inner nav ul:not(.full-menu) {
        position: relative;
        display: block;
        z-index: 3
    }

    .h-inner nav ul:not(.full-menu) li,
    .h-inner nav ul li {
        font-weight: 700;
        font-size: 22px;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        opacity: 0;
        text-transform: uppercase
    }

    .h-inner nav ul:not(.full-menu) li a,
    .h-inner nav ul li a {
        display: block
    }

    .h-inner nav ul:not(.full-menu) li .h3,
    .h-inner nav ul li .h3 {
        font-size: 22px
    }

    .h-inner nav .t-move-to-copy {
        display: block
    }

    .h-inner nav .lang {
        display: block
    }

    .lang {
        width: auto;
        height: auto;
        background-color: transparent;
        z-index: 2;
        color: #cdb393;
        text-align: center;
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .lang span {
        color: white;
        padding: 15px
    }

    .lang a {
        padding: 15px
    }

    .full-menu {
        position: relative
    }

    .icon-link {
        font-size: 14px
    }

    .h-inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .h-inner .icon-link {
        margin-right: 20px
    }

    .h-right .lang {
        /*display: none*/
    }

    .search-btn {
        background-color: transparent
    }

    .search-btn img,
    .search-btn svg {
        margin-right: 0
    }

    .search-btn .svg-fill {
        fill: #fff
    }

    .search-btn .svg-stroke {
        stroke: #fff
    }

    .search-btn .desc {
        display: none
    }

    .light .search-btn .svg-fill {
        fill: #000
    }

    .light .search-btn .svg-stroke {
        stroke: #000
    }

    .language-en .search-btn {
        min-width: auto;
    }
}

/* new - videocall */
@media (max-width: 991px) {
    .menu-open {
        left: 30%;
    }
}

/* end of new - videocall */

@media (max-width: 767px) {
    header {
        height: 70px
    }

    #logo {
        width: 100px
    }

    .menu-open {
        /* new - videocall */
        left: 50%;
        /* end of new - videocall */
        margin-left: 5px
    }

    .menu-open .hamburger {
        margin-right: 0
    }

    .menu-open .desc {
        display: none
    }

    .h-right .icon-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 15px
    }

    /* new videocall (added .icon-link-wr) */
    .h-right .icon-link-wr .icon-link:last-child {
        padding: 15px;
        border-bottom: 0
    }

    /* end of */

    /* new videocall */
    nav {
        text-align: center;
    }

    .h-inner nav .icon-link {
        opacity: 0;
        display: inline-block;
        visibility: hidden;
        position: relative;
        z-index: 2;
        text-align: center;
        margin-right: 0;
        margin-top: 35px;
        text-transform: uppercase;
        transition: .3s linear;
    }

    header.active .h-inner nav .icon-link {
        opacity: 1;
        visibility: visible;
        transition: all .45s linear 1.5s, color 0s linear 1.7s;
    }

    /* end of new videocall */

    .h-right .icon-link span {
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 100%;
        position: absolute;
        white-space: nowrap;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin-left: -100%
    }



    .search-btn {
        border-right: 0;
        background-color: transparent;
        padding: 15px
    }

    .search-btn .svg-fill {
        fill: #fff
    }

    .search-btn .svg-stroke {
        stroke: #fff
    }
}

.main-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.main-section .swiper-entry {
    z-index: 3
}

.main-section .cell-view {
    height: 100vh;
    padding: 120px 0 210px;
    vertical-align: bottom
}

.main-section .subtitle {
    margin-top: 60px
}

.main-section .swiper-pagination-container {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none
}

.main-section .swiper-pagination {
    top: 50%;
    margin-top: -6px
}

.main-section .btn,
.main-section .swiper-pagination-bullet {
    pointer-events: auto
}

.main-section .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

.main-section .btn-wrap .btn:nth-child(2) {
    margin-left: -2px
}

html.touch-screen .main-section {
    position: relative
}

@media (max-width: 1199px),
(min-width: 1200px) and (max-height: 850px) {
    .main-section .subtitle {
        margin-top: 25px
    }

    .main-section .cell-view {
        padding-bottom: 120px
    }

    .main-section .swiper-pagination-container {
        bottom: 30px
    }
}

@media (max-width: 1850px) {
    .main-section .btn-wrap {
        margin-right: 90px
    }
}

@media (max-width: 1199px) and (orientation: portrait) {
    .main-section .cell-view {
        padding-bottom: 250px
    }

    .main-section .swiper-pagination-container {
        bottom: 60px
    }
}

@media (max-width: 991px) {
    .main-section {
        position: relative
    }

    .main-section .btn-wrap {
        width: 50%;
        margin-left: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-section .btn-wrap .btn {
        width: 100%
    }

    .main-section .btn-wrap .btn:nth-child(2) {
        margin-left: 0;
        margin-top: -2px
    }
}

@media (max-width: 767px) {
    .main-section .btn-wrap {
        width: 100%;
        margin-top: 55px
    }

    .main-section .btn-wrap .btn {
        width: 100%
    }

    .main-section .btn-wrap .btn:nth-child(2) {
        margin-left: 0;
        margin-top: -2px
    }

    .main-section .subtitle {
        margin-top: 15px
    }

    .main-section .cell-view {
        padding-bottom: 290px;
        height: calc(100vh - 70px)
    }

    .main-section .swiper-pagination-container {
        /*bottom: 100px*/
        bottom: 210px;
    }

    .main-section .swiper-pagination {
        top: 0;
        margin-top: 0
    }
}

@-webkit-keyframes clipRight {
    0% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% 100%)
    }

    50% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%, 100% 0);
        clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%, 100% 0)
    }

    to {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 0 0, 0 0);
        clip-path: polygon(100% 0, 0 0, 0 100%, 0 0, 0 0)
    }
}

@keyframes clipRight {
    0% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% 100%)
    }

    50% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%, 100% 0);
        clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%, 100% 0)
    }

    to {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 0 0, 0 0);
        clip-path: polygon(100% 0, 0 0, 0 100%, 0 0, 0 0)
    }
}

@-webkit-keyframes clipLeft {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    50% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0)
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0, 100% 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0, 100% 0)
    }
}

@keyframes clipLeft {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    50% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0)
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0, 100% 0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0, 100% 0)
    }
}

.slide-images-wrap {
    overflow: hidden;
    clip: rect(auto, auto, auto, auto);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slide-images-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 3;
}

.slide-image {
    will-change: transform, clip-path;
    overflow: hidden;
    position: fixed
}

.slide-image video {
    position: fixed
}

.slide-image:first-child {
    z-index: 3
}

.slide-image.clip-right {
    -webkit-animation: clipRight .8s linear forwards;
    animation: clipRight .8s linear forwards
}

.slide-image.clip-left {
    -webkit-animation: clipLeft .8s linear forwards;
    animation: clipLeft .8s linear forwards
}

.map-section {
    margin-top: 100vh
}

@media (max-width: 991px) {
    .map-section {
        margin-top: 0
    }
}

.project-top-banner {
    position: relative
}

.project-top-banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, .25)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .25));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .25));
    z-index: 1;
}

.project-top-banner .cell-view {
    position: relative;
    height: 80vh;
    padding: 160px 0;
    z-index: 2
}

.project-top-banner .content {
    margin-left: 10%;
    max-width: 80%
}

.project-top-banner .price {
    margin-bottom: 30px
}

.project-top-banner .subtitle {
    margin-top: 15px
}

@media (max-height: 850px) and (min-width: 1200px),
(max-width: 1199px) {
    .project-top-banner {
        position: relative
    }

    .project-top-banner .cell-view {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .project-top-banner .cell-view {
        padding-bottom: 120px;
        vertical-align: bottom
    }

    .project-top-banner .price {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
}

.top-b-offset {
    margin-top: 126px;
    margin-bottom: 40px
}

.search-result-top {
    margin: 170px 0
}

@media (min-width: 1200px) {
    .search-result-bottom .row>[class*=col-]:nth-child(-n+4) {
        margin-top: -90px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-result-bottom .row>[class*=col-]:nth-child(-n+3) {
        margin-top: -90px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-result-bottom .row>[class*=col-]:nth-child(-n+2) {
        margin-top: -90px
    }
}

@media (max-width: 991px) {
    .project-top-banner .content {
        margin-left: 0;
        padding-left: 60px;
        padding-right: 60px;
        max-width: 100%
    }

    .project-top-banner .cell-view {
        height: 600px
    }

    .top-b-offset {
        margin-top: 86px
    }
}

@media (max-width: 767px) {
    .top-b-offset {
        margin-top: 70px
    }

    .search-result-top {
        margin: 120px 0
    }

    .search-result-bottom .row>[class*=col-]:first-child {
        margin-top: -90px
    }
}

.top-banner {
    position: relative;
    margin: 126px 40px 60px
}

.top-banner .cell-view {
    position: relative;
    height: calc(100vh - 200px);
    padding: 195px 0
}

.top-banner .play-btn-wrap {
    position: absolute;
    bottom: 60px;
    right: -30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media (min-width: 1200px) and (max-height: 850px) {
    .top-banner .cell-view {
        padding: 120px 0 195px
    }
}

@media (max-width: 1499px) {
    .top-banner {
        margin: 90px 15px 60px
    }

    .top-banner .cell-view {
        height: calc(100vh - 165px)
    }

    .top-banner .play-btn-wrap {
        right: 0
    }
}

@media (max-width: 1199px) {
    .top-banner .cell-view {
        padding: 140px 0
    }

    .top-banner .play-btn-wrap {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        bottom: 30px
    }
}

@media (max-width: 991px) {
    .top-banner .cell-view {
        height: 50vh
    }

    .top-banner .play-btn-wrap {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        bottom: 30px
    }

    .top-banner .round-btn {
        display: none
    }
}

@media (max-width: 767px) {
    .top-banner {
        margin: 80px 0 25px
    }

    .top-banner .cell-view {
        padding: 90px 0
    }

    .top-banner .play-btn-wrap {
        right: 0;
        bottom: 15px
    }
}

.top-text-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.top-text-banner .cell-view {
    padding-top: 230px;
    padding-bottom: 180px;
    height: 70vh
}

.top-text-banner+section {
    margin-top: 70vh
}

@media (max-width: 1499px) {
    .top-text-banner .cell-view {
        padding: 170px 0
    }
}

@media (max-width: 991px) {
    .top-text-banner .cell-view {
        height: auto;
        padding: 140px 0 170px
    }
}

@media (max-width: 767px) {
    .top-text-banner .cell-view {
        height: auto;
        padding: 120px 0 170px
    }
}

.top-banner-full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.top-banner-full .cell-view {
    height: 70vh;
    padding: 220px 0 180px;
    vertical-align: middle
}

.top-banner-full+section {
    margin-top: 70vh
}

@media (max-width: 767px) {
    .top-banner-full .cell-view {
        height: 60vh;
        padding: 120px 0 60px
    }
}

.contact-banner {
    padding-top: 210px;
    padding-bottom: 60px;
    min-height: 100vh
}

@media (max-width: 1199px),
(min-width: 1200px) and (max-height: 850px) {
    .contact-banner {
        padding-top: 125px;
    }
}

@media (max-width: 767px) {
    .contact-banner {
        padding-top: 120px
    }
}

.full-screen-section .cell-view {
    height: 100vh;
    padding: 140px 0 60px
}

@media (max-width: 767px) {
    .full-screen-section .cell-view {
        padding: 120px 0 40px
    }

    .full-screen-section .cell-view br {
        display: none
    }
}

.floor-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 30px 22% 30px 15%;
    height: calc(100% - 73px)
}

.floor-slider .swiper-thumbs {
    height: 100%;
}

.floor-slider .swiper-thumbs>.swiper-entry:first-child .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .floor-slider .swiper-thumbs>.swiper-entry:first-child .swiper-slide {
        display: block;
    }
}

.floor-slider .apartment-search {
    max-height: 100%;
    max-width: 100%;
}

.floor-slider .apartment-search>img {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    /*width: 100%;*/
    width: auto;
    max-width: 100%;
    /*height: 100%;*/
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.floor-slider .apartment-search>img:nth-of-type(2) {
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    opacity: 0;
    z-index: 1;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floor-slider .apartment-search .floor-informer {
    padding-top: 5px;
    padding-bottom: 5px
}

.floor-slider .apartment-search .floor-informer .h5 {
    padding-bottom: 0
}

.floor-slider .swiper-entry:first-child {
    position: relative;
    width: 100%;
    height: 100%
}

.floor-slider .swiper-entry:first-child .swiper-button-next,
.floor-slider .swiper-entry:first-child .swiper-button-prev {
    width: 24px;
    height: 24px;
    right: auto;
    left: -16%;
    margin: 0
}

.floor-slider .swiper-entry:first-child .swiper-button-next .ar,
.floor-slider .swiper-entry:first-child .swiper-button-prev .ar {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floor-slider .swiper-entry:first-child .swiper-button-next .ar:after,
.floor-slider .swiper-entry:first-child .swiper-button-next .ar:before,
.floor-slider .swiper-entry:first-child .swiper-button-prev .ar:after,
.floor-slider .swiper-entry:first-child .swiper-button-prev .ar:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floor-slider .swiper-entry:first-child .swiper-button-next .ar:before,
.floor-slider .swiper-entry:first-child .swiper-button-prev .ar:before {
    background-color: #cdb393
}

.floor-slider .swiper-entry:first-child .swiper-button-next .ar:after,
.floor-slider .swiper-entry:first-child .swiper-button-prev .ar:after {
    border-color: transparent transparent transparent #cdb393
}

.floor-slider .swiper-entry:first-child .swiper-button-prev {
    top: 21%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.floor-slider .swiper-entry:first-child .swiper-button-prev:active .ar {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.floor-slider .swiper-entry:first-child .swiper-button-next {
    top: auto;
    bottom: 21%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.floor-slider .swiper-entry:first-child .swiper-button-next:active .ar {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.floor-slider .swiper-entry:first-child .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: opacity .4s ease-in-out !important;
    -o-transition: opacity .4s ease-in-out !important;
    transition: opacity .4s ease-in-out !important
}

.floor-slider .swiper-entry:first-child .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.floor-slider .swiper-entry:first-child>span {
    position: absolute;
    bottom: 50%;
    right: -50px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
    white-space: nowrap
}

.floor-slider .swiper-entry:first-child>span+span {
    left: -50px;
    right: auto
}

.floor-slider .swiper-entry:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 325px;
    margin-top: -165px
}

.floor-slider .swiper-entry:last-child .swiper-container {
    width: 100%;
    height: 100%;
    padding-right: 7px
}

.floor-slider .swiper-entry:last-child .swiper-slide {
    position: relative;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border: 1px solid #ededed;
    border-top: none
}

.floor-slider .swiper-entry:last-child .swiper-slide.swiper-slide-active {
    border-top: 1px solid #ededed;
}

.floor-slider .swiper-entry:last-child .swiper-slide:before {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0.83);
    -ms-transform: scale(0.83);
    transform: scale(0.83);
    top: 0;
    left: -3px;
    right: -1px;
    bottom: -1px;
    background-color: #fff;
    border: 2px solid #cdb393;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.floor-slider .swiper-entry:last-child .swiper-slide:first-child {
    border-top: 1px solid #ededed
}

.floor-slider .swiper-entry:last-child .swiper-slide>span {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.floor-slider .swiper-entry:last-child .swiper-slide.swiper-slide-thumb-active {
    z-index: 1
}

.floor-slider .swiper-entry:last-child .swiper-slide.swiper-slide-thumb-active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.floor-slider .swiper-entry:last-child .swiper-slide.swiper-slide-thumb-active>span {
    color: #cdb393;
    font-weight: 700;
    font-size: 14px
}

.floor-slider .swiper-entry:last-child>span {
    position: absolute;
    bottom: 50%;
    right: -48%;
    color: #131313;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%)
}

.floor-slider .floor-informer .h5 {
    padding: 0 15px 5px
}

.floor-slider .floor-informer .h4 {
    color: #fff;
    margin-top: -5px;
    padding: 0 15px 10px
}

.floor-slider .floor-informer .text-lg {
    margin: 0;
    padding: 10px 15px 0;
    text-transform: lowercase
}

.floor-slider .floor-informer .text-sm {
    padding: 10px 15px
}

.floor-slider.style-2 {
    padding: 30px 17%
}

.floor-slider.style-2 .swiper-entry:first-child .swiper-button-next,
.floor-slider.style-2 .swiper-entry:first-child .swiper-button-prev {
    left: -18%
}

/*.floor-slider > .text-center:first-child .spacer-xs:last-child {*/
/*    height: 10px*/
/*}*/

/*.floor-slider > .text-center:last-child .spacer-xs:first-child {*/
/*    height: 10px*/
/*}*/

@media (max-width: 1499px) {
    .floor-slider {
        padding: 30px 25% 30px 18%;
        margin-top: 0
    }

    .floor-slider .swiper-entry:first-child .swiper-button-next,
    .floor-slider .swiper-entry:first-child .swiper-button-prev {
        left: -24.5%
    }

    .floor-slider .swiper-entry:first-child .swiper-button-prev {
        top: 10%;
    }

    .floor-slider .swiper-entry:first-child .swiper-button-next {
        bottom: 10%;
    }

    .floor-slider .swiper-entry:last-child {
        width: 50px;
        height: 230px;
        margin-top: -115px
    }

    .floor-slider .swiper-entry:last-child .swiper-container {
        padding-right: 5px
    }

    .floor-slider .swiper-entry:last-child .swiper-container:before {
        right: 10px
    }

    .floor-slider .swiper-entry:last-child .swiper-slide {
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .floor-slider .swiper-entry:last-child .swiper-slide:before {
        right: -5px
    }

    .floor-slider .swiper-entry:last-child .swiper-slide.swiper-slide-thumb-active>span {
        padding-left: 10px
    }

    .floor-slider .swiper-entry:last-child>span {
        bottom: 50%;
        right: -60%;
        -webkit-transform: rotate(180deg) translateY(-50%);
        -ms-transform: rotate(180deg) translateY(-50%);
        transform: rotate(180deg) translateY(-50%)
    }

    .floor-slider .swiper-entry:first-child>span {
        right: -30px
    }

    .floor-slider .swiper-entry:first-child>span+span {
        left: -30px
    }

    .floor-slider .floor-informer .h5 {
        padding: 0 10px 5px
    }

    .floor-slider .floor-informer .h4 {
        font-size: 22px;
        margin-top: -2px;
        padding: 0 10px 5px
    }

    .floor-slider .floor-informer .text-lg {
        padding: 5px 10px 0
    }

    .floor-slider .floor-informer .text-sm {
        padding: 5px 10px
    }

    .floor-slider.style-2 {
        padding: 30px 22%
    }

    .floor-slider.style-2 .swiper-entry:first-child .swiper-button-next,
    .floor-slider.style-2 .swiper-entry:first-child .swiper-button-prev {
        left: -32%
    }
}

@media (min-width: 992px) and (min-height: 800px) {

    .floor-slider .swiper-entry:first-child .swiper-button-prev {
        top: 21%;
    }

    .floor-slider .swiper-entry:first-child .swiper-button-next {
        bottom: 21%;
    }

}

@media (max-width: 1199px) {
    .floor-slider {
        padding: 30px 25% 30px 14%
    }

    .floor-slider .swiper-entry:first-child .swiper-button-next,
    .floor-slider .swiper-entry:first-child .swiper-button-prev {
        left: -14%
    }

    .floor-slider .swiper-entry:first-child .swiper-button-prev {
        top: 30px
    }

    .floor-slider .swiper-entry:first-child .swiper-button-next {
        bottom: 30px
    }

    .floor-slider.style-2 {
        padding: 30px 20%
    }

    .floor-slider.style-2 .swiper-entry:first-child .swiper-button-next,
    .floor-slider.style-2 .swiper-entry:first-child .swiper-button-prev {
        left: -23%
    }
}

.text-anime {
    position: relative;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate3d(0, 100px, 0) rotateY(-7deg) rotate(7deg);
    transform: translate3d(0, 100px, 0) rotateY(-7deg) rotate(7deg);
    opacity: 0;
    -webkit-transition: opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -o-transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}

.text-anime.delay1 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

/*.text-anime.delay2 {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}*/

.text-anime.delay3 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.text-anime.delay4 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.text-anime.delay5 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.text-anime.delay6 {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.fade-anime {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .75s linear .3s;
    -o-transition: opacity .75s linear .3s;
    transition: opacity .75s linear .3s
}

.fade-anime.delay1 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.fade-anime.delay2 {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.fade-anime.delay3 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.fade-anime.delay4 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.fade-anime.delay5 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.fade-anime.delay6 {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.block-title {
    opacity: 0
}

.loaded .block-title {
    opacity: 1
}

.animated .text-anime {
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(0deg);
    transform: translateZ(0) rotateY(0deg) rotate(0deg)
}

.animated .fade-anime {
    opacity: 1;
    visibility: visible
}

.block-title>span {
    transition: overflow 0s 1.6s;
}

.animated.animated-delay .block-title>span {
    overflow: visible;
}

img[data-src] {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

img[data-src].imgLoaded {
    opacity: 1
}

.apartment-search-mobile,
.canvas-wrap,
.circle-informers-wrap,
.floor-informers-wrap,
.informers-wrap {
    -webkit-transition: opacity .3s .6s;
    -o-transition: opacity .3s .6s;
    transition: opacity .3s .6s;
    opacity: 0
}

.object-content-wrap.bg-white {
    height: 100vh;
    padding-top: 100px
}

.object-content-wrap.apartment-content .vertical-align {
    min-height: 100%
}

.single-flat .object-content-wrap.bg-white {
    min-height: 100vh;
    padding-top: 100px;
    height: auto;
}

.single-flat .object-content-wrap.apartment-content .vertical-align {
    min-height: 100%;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
}

.home main {
    position: relative;
    z-index: 3;
}

@media (max-width: 1499px) {
    .floor-slider {
        height: calc(100% - 40px)
    }
}

@media (max-width: 991px) {
    .floor-slider {
        height: auto
    }
}

/* bottom in top */
/* map section */
.main-section {
    position: relative
}

.map-wrapper>div {
    background-color: #202020 !important
}

.map-section {
    margin-top: 0
}

.map-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#202020), color-stop(#202020), to(rgba(32, 32, 32, 0)));
    background: -webkit-linear-gradient(left, #202020, #202020, rgba(32, 32, 32, 0));
    background: -o-linear-gradient(left, #202020, #202020, rgba(32, 32, 32, 0));
    background: linear-gradient(to right, #202020, #202020, rgba(32, 32, 32, 0));
    pointer-events: none;
    z-index: 1
}

.map-section .map-wrapper {
    position: fixed !important;
    top: 0;
    left: 25%;
    width: 75%;
    height: 100%
}

.safari .map-section .map-wrapper {
    position: absolute !important;
}

.map-section .map-fixed {
    position: absolute;
    overflow: hidden;
    clip: rect(auto, auto, auto, auto);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.map-section .container {
    position: relative;
    pointer-events: none;
    z-index: 1
}

.map-section .filters-container {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.map-section .filtersheader:before-container.disabled {
    opacity: .5;
    pointer-events: none
}

.map-section .filters-container.disabled * {
    pointer-events: none
}

/* hide zoom in button on map */
/*.map-fixed .gm-bundled-control button:first-child {
    display: none!important;
}

.map-fixed .gm-bundled-control .gmnoprint>div {
    display: none!important;
    height: 40px!important;
}

.map-fixed .gm-bundled-control .gmnoprint>div.show {
    display: block!important;
}*/

.map-section .cell-view {
    height: calc(100vh);
    padding: 226px 0 150px
}

.map-section .objects-filter-2 {
    position: absolute;
    top: 112px;
    left: 60px;
    pointer-events: auto;
    background-color: #202020;
}

.map-section .objects-filter {
    position: absolute;
    top: 180px;
    left: 60px;
    pointer-events: auto
}

.map-section .type-filter {
    position: absolute;
    top: 153px;
    right: 15px;
    pointer-events: auto
}

.map-section .subtitle {
    margin: 70px 0 0 150px
}



html.touch-screen .map-section {
    margin-top: 0
}

.infoBox {
    padding-top: 40px
}

.infoBox>img {
    position: absolute !important;
    right: 5px;
    padding: 10px;
    top: 50px
}

.additional-marker {
    display: inline-block;
    position: absolute;
    right: 35px;
    bottom: 200px;
    z-index: 1;
    /*margin-right: 80px;*/
    text-align: center
}

.additional-marker .img {
    display: block;
    margin: 0 0 10px 0
}

.additional-marker.active .img {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.additional-marker.active .arrow-link {
    padding-right: 0;
    padding-left: 35px
}

.additional-marker.active .arrow-link .ar {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.info-box {
    background-color: #fff;
    color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.info-box .bg-image {
    height: 335px;
    width: 250px;
    margin: -40px 0 40px -40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info-box .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 25px 0 30px
}

.info-box h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px 20px 30px
}

.info-box ul {
    border-top: 1px solid #f3f3f3;
    padding: 0 40px 0 30px;
    font-size: 13px;
    font-weight: 400;
    color: #585858;
    letter-spacing: 0.78px
}

.info-box ul li {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3
}

.info-box ul li:last-child {
    border-bottom: 0
}

.info-box ul b {
    font-size: 14px;
    color: #131313
}

.info-box .btn-wrap {
    padding-left: 30px;
    padding-right: 40px
}

.info-box .btn {
    margin: 0 !important;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.info-box .btn:nth-child(2) {
    margin-left: -2px !important
}

.info-box .infobox-style2 {
    width: 100%
}

.info-box .infobox-style2 .bg-image {
    margin: 0;
    width: 100%;
    height: 140px;
    display: block !important
}

.info-box .infobox-style2 .content-line {
    padding: 20px 30px;
    border-bottom: 1px solid #f3f3f3
}

.info-box .infobox-style2 .content-line.text {
    font-size: 13px;
    font-weight: 400;
    color: #585858
}

.infrustructure-map .infoBox {
    padding-top: 0
}

.infrustructure-map .infoBox>img {
    top: 0;
    right: 0;
    margin: 0 !important
}

.map-outer-wrapper {
    clip: rect(auto, auto, auto, auto);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.map-outer-wrapper .comm-price,
.map-outer-wrapper .parking-price {
    display: none;
}

.show-commercial-prices .flat-price,
.show-commercial-prices .parking-price {
    display: none;
}

.show-commercial-prices .comm-price {
    display: block;
}

.show-parking-prices .flat-price,
.show-parking-prices .comm-price {
    display: none;
}

.show-parking-prices .parking-price {
    display: block;
}

@media (max-width: 1199px),
(min-width: 1200px) and (max-height: 850px) {
    .map-section .subtitle {
        margin-top: 30px
    }

    .map-section .btn {
        margin-top: 30px
    }

    .map-section .cell-view {
        padding-top: 200px;
        padding-bottom: 60px
    }

    /* .map-section .objects-filter {
        top: 106px
    } */

    .map-section .type-filter {
        top: 121px
    }

    .additional-marker {
        bottom: 130px;
    }
}

@media (min-width: 992px) {
    html:not(.touch-screen) .infoBox>img:hover {
        opacity: .7
    }

    html:not(.touch-screen) .additional-marker:hover .arrow-link {
        color: #cdb393
    }

    html:not(.touch-screen) .additional-marker:hover .arrow-link .ar {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px)
    }

    html:not(.touch-screen) .additional-marker:hover.active .ar {
        -webkit-transform: rotate(180deg) translateX(5px);
        -ms-transform: rotate(180deg) translateX(5px);
        transform: rotate(180deg) translateX(5px)
    }
}

@media (max-width: 1499px) {
    .map-section .subtitle {
        margin-left: 60px
    }

    .map-section .btn {
        margin-left: 30px
    }
}

@media (max-width: 991px) {
    .map-section .objects-filter-2 {
        top: 100px;
        width: 200px;
    }

    .map-section .objects-filter,
    .map-section .type-filter {
        top: 160px;
        width: 200px
    }
}

@media (max-width: 767px) {
    .map-section {
        background-color: #131314
    }

    .map-section:before {
        content: none
    }

    .map-section .container {
        pointer-events: auto
    }

    .map-section .filters-container {
        position: absolute;
        top: 70px;
        left: 0
    }

    .map-section .objects-filter-2 {
        top: auto;
        width: 100%;
        left: auto;
        position: relative;
        background-color: #202020;
        margin-bottom: 10px;
    }

    .map-section .objects-filter,
    .map-section .type-filter {
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }

    .home .map-section .objects-filter-2 {
        display: block;
    }

    .home .map-section .objects-filter {
        top: auto;
    }

    .map-section .type-filter {
        margin-top: 15px
    }

    .map-section .map-fixed {
        position: absolute
    }

    .map-section .map-wrapper {
        position: absolute !important;
        height: 100%;
        min-height: 500px;
        width: 100%;
        left: 0
    }

    .map-section .cell-view {
        height: auto;
        padding: 0 0 30px
    }

    .map-section .subtitle {
        margin-left: 30px
    }

    .map-section .btn {
        margin-top: 30px;
        margin-left: 0;
        display: block
    }

    .map-outer-wrapper {
        position: relative;
        height: calc(100vh - 80px)
    }

    .additional-marker {
        right: 15px;
        bottom: 80px;
        max-width: 50%;
    }

    .additional-marker .arrow-link {
        font-size: 12px;
    }

    .additional-marker .img {
        width: 80px;
        margin-left: 14px;
    }

    .infoBox {
        padding-top: 0
    }

    .infoBox>img {
        top: 0;
        right: 0
    }

    .infoBox .bg-image {
        display: none
    }

    .infoBox .content {
        padding: 20px 0
    }

    .infoBox h5 {
        padding-left: 20px;
        padding-bottom: 10px
    }

    .infoBox ul {
        padding: 0 20px
    }

    .infoBox ul li {
        padding: 10px 0
    }

    .infoBox .btn-wrap {
        padding: 10px 20px 0
    }

    .infoBox .btn {
        width: 100%
    }

    .infoBox .btn:nth-child(2) {
        margin-top: -2px !important;
        margin-left: 0 !important
    }
}

.projects-map-section:before {
    content: none
}

.projects-map-section .map-outer-wrapper {
    position: relative
}

.projects-map-section .filters-container {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

.projects-map-section .objects-filter {
    -webkit-transition: background-color .3s .15s;
    -o-transition: background-color .3s .15s;
    transition: background-color .3s .15s;
    background-color: #202020
}

.projects-map-section.page-map .objects-filter {
    background-color: transparent;
    -webkit-transition: background-color .6s;
    -o-transition: background-color .6s;
    transition: background-color .6s
}

.projects-map-section .map-wrapper {
    position: relative !important;
    left: 0;
    width: 100%;
    height: 100vh
}

.projects-map-section .map-fixed {
    position: fixed;
    z-index: 2;
    clip: rect(auto, 0, auto, auto);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.projects-map-section .map-fixed:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: -webkit-gradient(linear, left top, right top, from(#202020), to(rgba(32, 32, 32, 0)));
    background: -webkit-linear-gradient(left, #202020, rgba(32, 32, 32, 0));
    background: -o-linear-gradient(left, #202020, rgba(32, 32, 32, 0));
    background: linear-gradient(to right, #202020, rgba(32, 32, 32, 0));
    pointer-events: none;
    z-index: 1
}

@media (max-width: 767px) {
    .projects-map-section .map-fixed {
        background: #131314;
    }

    .projects-map-section .map-wrapper {
        height: calc(100vh - 185px);
        margin-top: 185px;
    }

    .projects-map-section .map-fixed:before {
        width: 46px;
    }
}

.projects-map-section.page-map .map-fixed {
    clip: rect(auto, 100vw, auto, auto)
}

/*.projects-map-section .additional-marker {*/
/*    bottom: 200px;*/
/*    margin-right: 0;*/
/*}*/

.projects-wrap {
    padding-top: 280px
}

.projects-wrap .container {
    pointer-events: auto
}

@media (max-width: 991px) {
    .projects-map-section .type-filter {
        -webkit-transition: background-color .6s;
        -o-transition: background-color .6s;
        transition: background-color .6s;
        background-color: #202020
    }

    .projects-map-section.page-map .type-filter {
        -webkit-transition: background-color .6s .45s;
        -o-transition: background-color .6s .45s;
        transition: background-color .6s .45s;
        background-color: transparent
    }


}

@media (max-width: 767px) {
    .projects-map-section .map-outer-wrapper {
        height: auto
    }

    .projects-map-section .type-filter {
        margin-top: 5px
    }

    .projects-map-section .objects-filter {
        -webkit-transition: background-color .6s;
        -o-transition: background-color .6s;
        transition: background-color .6s;
        background-color: #202020
    }

    .projects-map-section.page-map .objects-filter {
        -webkit-transition: background-color .6s .45s;
        -o-transition: background-color .6s .45s;
        transition: background-color .6s .45s;
        background-color: transparent
    }

    /*.projects-map-section .additional-marker {*/
    /*    bottom: 80px*/
    /*}*/

    .projects-wrap {
        padding-top: 220px
    }
}

/**/
.btn.btn-vert {
    padding: 0;
    border-color: rgba(255, 255, 255, 0.2)
}

.btn.btn-vert:before {
    top: 1px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.btn.btn-vert span {
    display: block;
    position: relative;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: .4;
    -webkit-transition: opacity .3s, border-color .3s;
    -o-transition: opacity .3s, border-color .3s;
    transition: opacity .3s, border-color .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn.btn-vert span:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 20px 16px
}

.btn.btn-vert .icon {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid rgba(243, 243, 243, 0.5);
    z-index: 1
}

.btn.btn-vert .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 24px;
    max-height: 24px
}

.btn.btn-vert.active {
    border-color: white;
    color: #181818
}

.btn.btn-vert.active:before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.btn.btn-vert.active span {
    opacity: 1
}

.btn.btn-vert.active .fill-hover {
    fill: #cdb393
}

.btn.btn-vert.type2 {
    opacity: 1;
    border-color: #cdb393;
    color: #fff
}

.btn.btn-vert.type2 span {
    opacity: 1;
    padding: 20px 22px
}

.btn.btn-vert.type2:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.btn.btn-vert.type2 .drop-icon {
    position: relative
}

.btn.btn-vert.type2 .drop-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 4.5px 0 4.5px 4px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn.btn-vert.type2.active .drop-icon:before {
    border-width: 4.5px 4px 4.5px 0;
    border-color: transparent #fff transparent transparent
}

.map-section .btn {
    margin-top: 45px;
    margin-left: 50px;
    pointer-events: auto
}

.page-type-buttons {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.page-type-buttons .btn {
    display: block;
    margin-top: 0;
    margin-left: 0
}

.project-item {
    position: relative;
    display: block;
    margin-right: 35px;
    margin-bottom: 90px
}

.project-item .image {
    position: relative;
    padding-bottom: 115%;
    margin-left: 90px
}

.project-item .image .full-size {
    position: absolute
}

.project-item .image .bg-full:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44%;
    background: -webkit-gradient(linear, left bottom, left top, from(#202020), to(rgba(32, 32, 32, 0)));
    background: -webkit-linear-gradient(bottom, #202020, rgba(32, 32, 32, 0));
    background: -o-linear-gradient(bottom, #202020, rgba(32, 32, 32, 0));
    background: linear-gradient(to top, #202020, rgba(32, 32, 32, 0))
}

.project-item .desc {
    position: absolute;
    left: 0;
    bottom: 60px
}

.project-item .short-desc {
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
    margin-bottom: 5px
}

.project-item .type {
    font-size: 12px;
    color: #555555;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: absolute;
    font-weight: 400;
    top: 20px;
    left: 60px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.project-item .t-move-to-copy {
    white-space: normal
}

.project-item.type2 {
    margin-top: 90px
}

.project-item-filter.active-city .project-item.type2 {
    margin-top: 0;
}

.project-item.type2 .desc {
    bottom: auto;
    top: 60px
}

.project-item.type2 .type {
    top: auto;
    bottom: 30px
}

.project-item.type2 .image .bg-full:after {
    bottom: auto;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(rgba(32, 32, 32, 0)));
    background: -webkit-linear-gradient(top, #202020, rgba(32, 32, 32, 0));
    background: -o-linear-gradient(top, #202020, rgba(32, 32, 32, 0));
    background: linear-gradient(to bottom, #202020, rgba(32, 32, 32, 0))
}





@media (min-width: 768px) {
    .safari .page-type-buttons .btn {
        width: 56px;
    }
}

.page-type-buttons .btn:nth-child(2) {
    margin-top: 10px
}


/*@media (max-width: 1199px), (min-width: 1200px) and (max-height: 850px) {*/
/*    .projects-map-section .additional-marker {*/
/*        bottom: 120px*/
/*    }*/
/*}*/

@media (min-width: 992px) and (max-height: 850px) {
    .page-type-buttons {
        margin-top: 100px
    }
}

@media (min-width: 992px) {
    html:not(.touch-screen) .btn.btn-vert:hover {
        border-color: white
    }

    html:not(.touch-screen) .btn.btn-vert:hover span {
        opacity: 1
    }

    html:not(.touch-screen) .btn.btn-vert:hover .icon {
        border-bottom-color: #f3f3f3
    }

    html:not(.touch-screen) .btn.btn-vert:hover .fill-hover {
        fill: #cdb393
    }

    html:not(.touch-screen) .btn.btn-vert:hover:before {
        -webkit-transform: scaleY(1.05);
        -ms-transform: scaleY(1.05);
        transform: scaleY(1.05)
    }

    html:not(.touch-screen) .btn.btn-vert:hover.type2 {
        border-color: #cdb393;
        color: #cdb393
    }

    html:not(.touch-screen) .btn.btn-vert:hover.type2:before {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@media (max-width: 991px) {
    .project-item {
        margin-bottom: 80px;
        margin-left: 35px
    }

    .project-item.type2 {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .page-type-buttons {
        margin-top: 50px
    }

    .page-type-buttons .btn:nth-child(2) {
        margin-top: 5px
    }

    .project-item {
        margin-right: 0;
        margin-left: 15px
    }

    .project-item .desc {
        bottom: 30px
    }

    .project-item.type2 .desc {
        top: auto;
        bottom: 30px
    }

    .project-item.type2 .type {
        top: 20px;
        bottom: auto
    }

    .project-item.type2 .image .bg-full:after {
        top: auto;
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#202020), to(rgba(32, 32, 32, 0)));
        background: -webkit-linear-gradient(bottom, #202020, rgba(32, 32, 32, 0));
        background: -o-linear-gradient(bottom, #202020, rgba(32, 32, 32, 0));
        background: linear-gradient(to top, #202020, rgba(32, 32, 32, 0))
    }

    .btn.btn-vert .icon {
        width: 46px;
        height: 46px
    }

    .btn.btn-vert .icon {
        border: 0
    }

    .btn.btn-vert span:nth-child(2) {
        display: none
    }

    .btn.btn-vert.active {
        background-color: #fff
    }
}

/* btn list */
.btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-list li {
    font-size: 11px;
    letter-spacing: 0.66px;
    vertical-align: bottom;
    line-height: 20px;
    border: 2px solid #f4f4f4;
    padding: 17px 35px;
    text-transform: uppercase;
    opacity: 0.6;
    cursor: pointer
}

.btn-list li:not(:first-child) {
    margin-left: -2px;
    border-left-color: transparent
}

.btn-list li.active {
    cursor: default;
    border-left-color: #fff;
    opacity: 1;
    /* font-weight: 800; */
    pointer-events: none
}

.btn-list>a {
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.66px;
    vertical-align: bottom;
    line-height: 20px;
    border: 2px solid rgba(244, 244, 244, 0.2);
    padding: 17px 35px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s, font-weight .15s;
    -o-transition: all .3s, font-weight .15s;
    transition: all .3s, font-weight .15s
}

.btn-list>a:after {
    content: attr(data-t);
    display: block;
    font-weight: 800;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.btn-list>a:not(:first-child) {
    margin-left: -2px
}

.btn-list>a.active {
    cursor: default;
    border-color: #f4f4f4;
    opacity: 1;
    font-weight: 800;
    pointer-events: none
}

.btn-list.light>a.active {
    z-index: 1;
    border-color: #cdb393;
    color: #cdb393
}

.bg-white .btn-list>a {
    border-color: #ededed
}

.drop-list li {
    text-align: center
}

.mob-drop-wrap {
    position: relative
}

.mob-drop-title {
    display: none;
    position: relative;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 14px 40px 14px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.84px;
    font-weight: 800
}

.mob-drop-title:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4.5px 0 4.5px;
    border-color: #fff transparent transparent transparent
}

.bg-white .mob-drop-title {
    border-color: #cdb393;
    color: #cdb393
}

.bg-white .mob-drop-title:before {
    border-color: #cdb393 transparent transparent transparent
}

.mob-drop-wrap.active .mob-drop-title:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.72px
}

.link-list li {
    position: relative;
    padding-right: 35px;
    margin-right: 25px;
    opacity: .6;
    cursor: pointer
}

.link-list li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    margin-top: -2px;
    width: 10px;
    background-color: currentColor;
    opacity: .2
}

.link-list li:last-child {
    margin-right: 0;
    padding-right: 0
}

.link-list li:last-child:before {
    content: none
}

.link-list li.active {
    opacity: 1;
    font-weight: 800
}

@media (min-width: 992px) {

    html:not(.touch-screen) .btn-list li:focus,
    html:not(.touch-screen) .btn-list li:hover {
        opacity: 1;
        /* font-weight: 800; */
        border-left-color: #f4f4f4
    }

    html:not(.touch-screen) .drop-list li:after {
        content: attr(data-t);
        display: block;
        font-weight: 800;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    html:not(.touch-screen) .link-list li:focus,
    html:not(.touch-screen) .link-list li:hover {
        opacity: 1;
        /* font-weight: 800 */
    }
}

@media (max-width: 1499px) {
    .btn-list li:not(:first-child) {
        margin-left: 0
    }

    .btn-list a {
        padding: 13px 20px
    }

    .link-list li {
        padding-right: 20px;
        margin-right: 10px
    }
}

@media (max-width: 991px) {
    .btn-list li {
        padding: 13px 20px
    }

    .mob-drop-title {
        display: block
    }

    .drop-list {
        position: absolute;
        display: block;
        left: 0;
        top: 100%;
        width: 100%;
        background: #FFF;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        z-index: 3
    }

    .drop-list li {
        opacity: 1;
        padding: 14px 15px;
        border: 0;
        border-bottom: 1px solid #202020;
        color: #181818;
        font-size: 12px;
        margin: 0
    }

    .drop-list li:before {
        content: none
    }

    .drop-list li:last-child {
        border-bottom: 0;
        padding-right: 15px
    }

    .bg-white .drop-list li {
        border-color: #cdb393;
        border-left: 1px solid #cdb393;
        border-right: 1px solid #cdb393
    }

    .bg-white .drop-list li.active {
        color: #cdb393
    }

    .bg-white .drop-list li:last-child {
        border-bottom: 1px solid #cdb393
    }

    .mob-drop-wrap.active .drop-list {
        z-index: 3;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }

    .drop-list>a {
        margin-left: 0 !important;
        display: block;
        opacity: 1;
        text-align: center;
        padding: 14px 15px;
        border: 0;
        border-bottom: 1px solid #181818 !important;
        border-right: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
        color: #181818;
        font-size: 12px;
        margin: 0
    }

    .drop-list>a:last-child {
        border-bottom-color: #fff !important
    }

    .bg-white .drop-list>a {
        border-right-color: #ededed !important;
        border-left-color: #ededed !important;
        border-bottom-color: #ededed !important
    }

    .bg-white .drop-list>a:last-child {
        border-bottom-color: #ededed !important
    }
}

/* img enter */
.img-enter {
    background-color: #202020;
    overflow: hidden
}

.img-enter:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 150%;
    background: #202020;
    -webkit-transform: translateY(-17%) skewY(8deg);
    -ms-transform: translateY(-17%) skewY(8deg);
    transform: translateY(-17%) skewY(8deg);
    z-index: 1
}

.animated.was-filtered .img-enter:before {
    content: none
}

.animated.was-filtered .bg-full {
    -webkit-animation: none !important;
    animation: none !important
}

.bg-white .img-enter {
    background-color: #fff
}

.bg-white .img-enter:before {
    background: #fff
}

.bg-white .img-enter.reverse {
    background-color: #202020
}

.bg-white .img-enter.reverse:before {
    background: #fff
}

.animated .img-enter:before {
    -webkit-animation: bgEnter 1.2s forwards .3s;
    animation: bgEnter 1.2s forwards .3s
}

.animated .img-enter .bg-full {
    -webkit-animation: bgEnterZoomOut 1.7s forwards .3s;
    animation: bgEnterZoomOut 1.7s forwards .3s
}

.animated .img-enter.delay2 .bg-full,
.animated .img-enter.delay2:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animated .img-enter.delay3 .bg-full,
.animated .img-enter.delay3:before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animated .img-enter.delay4 .bg-full,
.animated .img-enter.delay4:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated .img-enter.delay5 .bg-full,
.animated .img-enter.delay5:before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animated .img-enter.delay6 .bg-full,
.animated .img-enter.delay6:before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.img-enter .bg-full {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes bgEnter {
    0% {
        -webkit-transform: translateY(0) skewY(8deg);
        transform: translateY(0) skewY(8deg)
    }

    to {
        -webkit-transform: translateY(100%) skewY(8deg);
        transform: translateY(100%) skewY(8deg)
    }
}

@keyframes bgEnter {
    0% {
        -webkit-transform: translateY(0) skewY(8deg);
        transform: translateY(0) skewY(8deg)
    }

    to {
        -webkit-transform: translateY(100%) skewY(8deg);
        transform: translateY(100%) skewY(8deg)
    }
}

@-webkit-keyframes bgEnterZoomOut {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bgEnterZoomOut {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/* project top banner */
.project-top-banner {
    position: relative
}

.project-top-banner .btn-image-wrap {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 3;
    white-space: nowrap
}

.project-top-banner .img-enter .bg-full {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden
}

.project-top-banner .img-enter .bg-full.active {
    opacity: 1;
    visibility: visible
}

.project-top-banner .play-btn-wrap {
    position: absolute;
    right: 160px;
    top: 17vh
}

.project-top-banner .right-b {
    position: absolute;
    right: 160px;
    bottom: 60px
}

@media (max-height: 850px) and (min-width: 1200px),
(max-width: 1199px) {
    .project-top-banner .btn-image-wrap {
        top: 30px;
        right: 30px
    }

    .project-top-banner .play-btn-wrap {
        right: 100px
    }

    .project-top-banner .right-b {
        right: 130px;
        bottom: 30px
    }
}

@media (max-width: 1199px) {
    .project-top-banner .play-btn-wrap {
        top: 80px;
        right: 30px
    }
}

@media (max-width: 991px) {
    .project-top-banner .right-b {
        right: 30px
    }
}

@media (max-width: 767px) {
    .project-top-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.5)), to(rgba(32, 32, 32, 0)));
        background: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.5), rgba(32, 32, 32, 0));
        background: -o-linear-gradient(top, rgba(32, 32, 32, 0.5), rgba(32, 32, 32, 0));
        background: linear-gradient(to bottom, rgba(32, 32, 32, 0.5), rgba(32, 32, 32, 0));
        z-index: 1
    }

    .project-top-banner .price {
        margin-bottom: 20px
    }

    .project-top-banner .btn-image-wrap {
        top: 20px;
        right: 15px
    }

    .project-top-banner .cell-view {
        height: 500px
    }

    .project-top-banner .content {
        margin-left: 0;
        padding: 0 15px
    }

    .project-top-banner .right-b {
        right: auto;
        left: 15px
    }

    .project-top-banner .play-btn-wrap {
        position: relative;
        display: inline-block;
        right: auto;
        left: 15px;
        top: 0;
        margin-bottom: 15px
    }

    .project-top-banner .round-btn {
        display: none
    }
}

/* blog-detail top */
.blog-detail {
    position: relative;
    padding: 90px 100px 0;
    margin-top: -100px;
    margin-left: 5%;
    z-index: 1;
    background-color: #fff
}

@media (max-width: 1499px) {
    .blog-detail {
        padding: 60px 50px 0;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .blog-detail {
        margin-top: 0;
        padding: 30px 0 0
    }
}

/* news */
@media (min-width: 992px) {
    .news-row>[class*=col-]:nth-child(-n+2) {
        margin-top: -140px
    }
}

@media (max-width: 991px) {
    .news-row>[class*=col-]:first-child {
        margin-top: -140px
    }
}

/*js-t-margin*/
.js-t-margin .fade-block {
    opacity: 0;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
}

.js-t-margin.calculated .fade-block {
    opacity: 1;
}

/* change 25.10 */
.home .page-type-buttons {
    position: absolute;
    top: 250px;
    transform: none;
    margin: 0;
}

.home .projects-map-section .filters-container {
    position: absolute;
}

.home.map-active .page-type-buttons {
    position: fixed;
}

.home.map-active .projects-map-section .filters-container {
    position: fixed;
    top: 0;
}

@media(max-width:767px) {
    .home.map-active .projects-map-section .filters-container {
        top: 70px;
    }
}

/* change 25.10 */


/*add btn volume*/
.btn-volume {
    --size: 3rem;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.25s ease;
    width: var(--size);
    height: var(--size);
    flex-shrink: 0;
    /*background-color: #FFF;*/
    border: 1px solid #FFF;
    /*color: #181818;*/
    background-color: transparent;
    color: #FFF;
    /* margin-inline: auto 0;
    margin-block: 0 5px; */
}

.btn-volume svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62.5%;
    height: 62.5%;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.btn-volume svg.unmute {
    opacity: 0;
    visibility: hidden;
}

.btn-volume.is-muted svg.mute {
    opacity: 0;
    visibility: hidden;
}

.btn-volume.is-muted svg.unmute {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {
    .btn-volume {
        --size: 4rem;
    }
}

@media (min-width: 1200px) {
    .btn-volume {
        bottom: 200px;
        right: 48px;
    }

    .btn-volume:hover {
        background-color: #FFFFFF;
        color: #181818;


    }
}

@media (max-width: 1199px),
(min-width: 1200px) and (max-height: 850px) {
    .btn-volume {
        bottom: 150px;
        right: 28px;
    }
}

@media (max-width: 991px) {
    .btn-volume {
        bottom: 150px;
        right: 36px;
    }
}

@media (max-width: 767px) {
    .btn-volume {
        /*bottom: 15px;*/
        right: 18px;
        bottom: 130px;
    }
}


.btn-volume-anime {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate3d(0, 100px, 0) rotateY(-7deg) rotate(7deg);
    transform: translate3d(0, 100px, 0) rotateY(-7deg) rotate(7deg);
    opacity: 0;
    -webkit-transition: opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -o-transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.animated .btn-volume-anime {
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0deg) rotate(0deg);
    transform: translateZ(0) rotateY(0deg) rotate(0deg);
}