@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: PARISIAN;
    src: url(../fonts/PARISIAN.woff2) format("woff2"),url(../fonts/PARISIAN.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2"),url(../fonts/Manrope-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2"),url(../fonts/Manrope-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2"),url(../fonts/Manrope-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

body {
    background-color: #fff;
    font-family: Manrope,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    margin: 0;
    padding: 0
}

img {
    margin: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wrapper {
    width: 100%;
    overflow: hidden
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

a {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: PARISIAN,serif;
    font-weight: 400;
    margin: 0
}

h1 {
    font-size: 86px;
    line-height: 100px
}

@media only screen and (max-width: 1280px) {
    h1 {
        font-size:80px;
        line-height: 94px
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size:70px;
        line-height: 80px
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size:60px;
        line-height: 70px;
        font-size: 48px;
        line-height: 54px
    }
}

h1.flat-page {
    font-size: 40px;
    line-height: 100px
}

h2 {
    font-size: 90px;
    line-height: 113px
}

@media only screen and (max-width: 1280px) {
    h2 {
        font-size:80px;
        line-height: 94px
    }
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size:70px;
        line-height: 80px
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size:48px;
        line-height: 54px
    }
}

@media only screen and (max-width: 560px) {
    h2 {
        font-size:42px;
        line-height: 48px
    }
}

h2.flat-page {
    font-size: 40px;
    line-height: 45px
}

@media only screen and (max-width: 560px) {
    h2.flat-page {
        font-size:36px;
        line-height: 44px
    }
}

h3 {
    font-size: 37px;
    line-height: 45px
}

@media only screen and (max-width: 1280px) {
    h3 {
        font-size:36px;
        line-height: 44px
    }
}

@media only screen and (max-width: 1024px) {
    h3 {
        font-size:34px;
        line-height: 42px
    }
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size:32px;
        line-height: 40px
    }
}

h3.flat-page {
    font-size: 50px;
    line-height: 68px
}

@media only screen and (max-width: 768px) {
    h3.flat-page {
        font-size:48px;
        line-height: 54px
    }
}

@media only screen and (max-width: 560px) {
    h3.flat-page {
        font-size:42px;
        line-height: 48px
    }
}

h4 {
    font-size: 32px;
    line-height: 43px
}

@media only screen and (max-width: 1280px) {
    h4 {
        font-size:30px;
        line-height: 40px
    }
}

@media only screen and (max-width: 1024px) {
    h4.flat-page {
        font-size:28px;
        line-height: 36px
    }
}

@media only screen and (max-width: 768px) {
    h4.flat-page {
        font-size:26px;
        line-height: 34px
    }
}

@media only screen and (max-width: 560px) {
    h4.flat-page {
        font-size:24px;
        line-height: 32px
    }
}

h5 {
    font-size: 28px;
    line-height: 41px
}

@media only screen and (max-width: 1024px) {
    h5 {
        font-size:26px;
        line-height: 36px
    }
}

@media only screen and (max-width: 768px) {
    h5 {
        font-size:24px;
        line-height: 30px
    }
}

h6 {
    font-size: 26px;
    line-height: 35px
}

@media only screen and (max-width: 1024px) {
    h6 {
        font-size:24px;
        line-height: 32px
    }
}

@media only screen and (max-width: 768px) {
    h6 {
        font-size:22px;
        line-height: 28px
    }
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0
}

b,strong {
    font-weight: 700
}

.header {
    background-color: #151C30;
    width: 100%;
    transition: box-shadow .25s linear 0s;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0
}

.header__wrapper {
    height: 106px;
    padding: 0 53px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    transition: height .25s linear 0s
}

@media only screen and (max-width: 1280px) {
    .header__wrapper {
        height:100px;
        padding: 0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .header__wrapper {
        height:90px;
        padding: 0 65px 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .header__wrapper {
        height:80px
    }
}

.header__logo img {
    width: 144px;
    height: auto
}

@media only screen and (max-width: 1280px) {
    .header__logo img {
        width:140px
    }
}

@media only screen and (max-width: 1024px) {
    .header__logo img {
        width:130px
    }
}

@media only screen and (max-width: 1024px) {
    .header__menu {
        background-color:#151C30;
        width: 100%;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        justify-content: center;
        align-items: center;
        display: flex;
        transition: opacity .25s linear 0s,top .25s linear 0s;
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 0
    }
}

.header__menu ul {
    display: flex
}

@media only screen and (max-width: 1024px) {
    .header__menu ul {
        display:block
    }
}

.header__menu ul li+li {
    margin: 0 0 0 49px
}

@media only screen and (max-width: 1280px) {
    .header__menu ul li+li {
        margin:0 0 0 40px
    }
}

@media only screen and (max-width: 1024px) {
    .header__menu ul li+li {
        text-align:center;
        margin: 5px 0 0
    }
}

.header__menu ul li a {
    font-size: 15px;
    line-height: 36px;
    color: #70737b;
    transition: color .25s linear 0s;
    display: inline-block;
    position: relative
}

.header__menu ul li a:before {
    content: "";
    background-color: #e5bea0;
    width: 80%;
    height: 1px;
    opacity: 0;
    transition: width .25s linear 0s,opacity .25s linear 0s,left .25s linear 0s;
    position: absolute;
    bottom: 0;
    left: 10%
}

.header__menu ul li a:hover {
    color: #fff
}

.header__menu ul li a:hover:before {
    width: 110%;
    opacity: 1;
    left: -5%
}

@media only screen and (max-width: 1024px) {
    .header__menu.is-visible {
        opacity:1;
        pointer-events: all;
        top: 0
    }
}

.header__phone {
    border: 1px solid #e5bea0;
    border-radius: 4px;
    height: 43px;
    font-size: 14px;
    color: #fff;
    padding: 0 17px;
    align-items: center;
    display: inline-flex
}

@media only screen and (max-width: 1024px) {
    .header__phone {
        height:40px;
        font-size: 13px;
        margin: 0 0 0 auto;
        padding: 0 15px
    }
}

.header__phone img {
    width: 16px;
    height: auto;
    margin: 0 10px 0 0
}

@media only screen and (max-width: 1024px) {
    .header__phone img {
        width:14px
    }
}

@media only screen and (max-width: 560px) {
    .header__phone img {
        margin:0
    }
}

@media only screen and (max-width: 560px) {
    .header__phone span {
        display:none
    }
}

.header__trigger {
    width: 25px;
    height: 22px;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 2;
    top: 33px;
    right: 20px
}

@media only screen and (max-width: 1024px) {
    .header__trigger {
        justify-content:center;
        align-items: center;
        display: flex
    }
}

@media only screen and (max-width: 768px) {
    .header__trigger {
        top:28px
    }
}

.header__trigger span {
    background-color: #fff;
    flex: 0 0 100%;
    height: 1px;
    transition: background-color .25s linear 0s;
    position: relative
}

.header__trigger span:after,.header__trigger span:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    transition: transform .25s linear 0s,top .25s linear 0s,bottom .25s linear 0s;
    position: absolute;
    left: 0
}

.header__trigger span:before {
    top: -8px
}

.header__trigger span:after {
    bottom: -8px
}

.header__trigger.is-visible span {
    background-color: transparent
}

.header__trigger.is-visible span:before {
    transform: rotate(45deg);
    top: 0
}

.header__trigger.is-visible span:after {
    transform: rotate(-45deg);
    bottom: 0
}

.header.is-sticky {
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
}

.header.is-sticky .header__wrapper {
    height: 96px
}

@media only screen and (max-width: 1280px) {
    .header.is-sticky .header__wrapper {
        height:90px
    }
}

@media only screen and (max-width: 768px) {
    .header.is-sticky .header__wrapper {
        height:80px
    }
}

.about {
    background-color: #151C30;
    padding: 156px 0 103px
}

@media only screen and (max-width: 1280px) {
    .about {
        padding:130px 0 90px
    }
}

@media only screen and (max-width: 1024px) {
    .about {
        padding:90px 0 70px
    }
}

@media only screen and (max-width: 560px) {
    .about {
        padding:80px 0 60px
    }
}

.about p {
    font-size: 18px;
    line-height: 27px;
    color: #bdc0c6
}

@media only screen and (max-width: 1024px) {
    .about p {
        font-size:18px;
        line-height: 24px
    }
}

@media only screen and (max-width: 768px) {
    .about p {
        font-size:16px;
        line-height: 22px
    }
}

.about__top {
    margin: 0 0 103px;
    padding: 0 136px 0 0;
    align-items: flex-end;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .about__top {
        margin:0 0 90px;
        padding: 0 30px 0 0
    }
}

@media only screen and (max-width: 1024px) {
    .about__top {
        margin:0 0 70px;
        padding: 0 20px;
        flex-direction: column-reverse;
        align-items: flex-start;
        display: flex
    }
}

@media only screen and (max-width: 560px) {
    .about__top {
        margin:0 0 60px
    }
}

.about__top-image {
    flex: 1 1 auto;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .about__top-image {
        width:100%
    }
}

.about__top-image:after,.about__top-image:before {
    content: "";
    position: absolute;
    top: -120px
}

@media only screen and (max-width: 1280px) {
    .about__top-image:after,.about__top-image:before {
        top:-100px
    }
}

@media only screen and (max-width: 1024px) {
    .about__top-image:after,.about__top-image:before {
        display:none
    }
}

.about__top-image:before {
    background-color: #70737b;
    width: 1px;
    height: 120px;
    opacity: .5;
    z-index: 1;
    left: 53px
}

@media only screen and (max-width: 1280px) {
    .about__top-image:before {
        height:100px;
        left: 31px
    }
}

.about__top-image:after {
    background-color: #e5bea0;
    width: 2px;
    height: 45px;
    z-index: 2;
    left: 52px
}

@media only screen and (max-width: 1280px) {
    .about__top-image:after {
        height:35px;
        left: 30px
    }
}

.about__top-image>img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.about__top-image span {
    background-color: #151C30;
    width: 76px;
    height: 76px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0
}

.about__top-image span img {
    width: 26px;
    height: auto
}

.about__top-copy {
    flex: 0 0 468px;
    margin: 0 0 0 100px;
    padding: 0 20px 0 0
}

@media only screen and (max-width: 1280px) {
    .about__top-copy {
        margin:0 0 0 30px;
        padding: 0
    }
}

@media only screen and (max-width: 1024px) {
    .about__top-copy {
        flex:1 1 auto;
        margin: 0;
        padding: 0 0 70px
    }
}

@media only screen and (max-width: 560px) {
    .about__top-copy {
        padding:0 0 60px
    }
}

.about__top-copy h4 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 30px
}

@media only screen and (max-width: 1280px) {
    .about__top-copy h4 {
        margin:0 0 20px
    }
}

.about__top-copy p+p {
    margin: 30px 0 0
}

@media only screen and (max-width: 1280px) {
    .about__top-copy p+p {
        margin:20px 0 0
    }
}

.about__bottom {
    padding: 0 53px 0 136px;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .about__bottom {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .about__bottom {
        padding:0 20px
    }
}

@media only screen and (max-width: 560px) {
    .about__bottom {
        display:block
    }
}

.about__bottom-copy {
    flex: 1 1 auto;
    padding: 25px 0 0
}

@media only screen and (max-width: 1280px) {
    .about__bottom-copy {
        padding:0
    }
}

.about__bottom-copy p {
    max-width: 620px
}

@media only screen and (max-width: 1024px) {
    .about__bottom-copy p {
        max-width:unset
    }
}

.about__bottom-stats {
    margin: 65px 0 0
}

@media only screen and (max-width: 1024px) {
    .about__bottom-stats {
        margin:60px 0 0
    }
}

@media only screen and (max-width: 560px) {
    .about__bottom-stats {
        width:calc(100% + 300px);
        margin: 50px -300px 0 0
    }
}

.about__bottom-stats .swiper-wrapper {
    justify-content: space-between
}

@media only screen and (max-width: 560px) {
    .about__bottom-stats .swiper-wrapper {
        width:100%!important;
        justify-content: unset
    }
}

.about__bottom-stats-item {
    width: auto;
    display: flex
}

@media only screen and (max-width: 560px) {
    .about__bottom-stats-item {
        opacity:.25;
        transition: opacity .25s ease-in-out 0s
    }
}

@media only screen and (max-width: 560px) {
    .about__bottom-stats-item.swiper-slide-active {
        opacity:1
    }
}

.about__bottom-stats-item:first-child {
    margin: 0 auto 0 0
}

@media only screen and (max-width: 560px) {
    .about__bottom-stats-item:first-child {
        margin:unset
    }
}

.about__bottom-stats-item:nth-child(2) {
    margin: 0 auto
}

@media only screen and (max-width: 560px) {
    .about__bottom-stats-item:nth-child(2) {
        margin:unset
    }
}

.about__bottom-stats-item:nth-child(3) {
    margin: 0 0 0 auto
}

@media only screen and (max-width: 560px) {
    .about__bottom-stats-item:nth-child(3) {
        margin:unset
    }
}

.about__bottom-stats-item span {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: PARISIAN,serif;
    font-size: 100px;
    line-height: 100px;
    margin: 0 12px 0 0
}

@media only screen and (max-width: 1024px) {
    .about__bottom-stats-item span {
        font-size:90px;
        line-height: 100px
    }
}

.about__bottom-stats-item p {
    line-height: 26px;
    color: #fff;
    padding: 6px 0 0
}

@media only screen and (max-width: 1024px) {
    .about__bottom-stats-item p {
        font-size:16px;
        line-height: 22px;
        padding: 10px 0 0
    }
}

.about__bottom-image {
    flex: 0 0 450px;
    margin: 0 0 0 133px
}

@media only screen and (max-width: 1280px) {
    .about__bottom-image {
        margin:0 0 0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .about__bottom-image {
        display:none
    }
}

.about__bottom-image>img {
    border-radius: 5px;
    width: 100%;
    height: auto
}

.benefits__image {
    background-color: #151C30;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.benefits__image,.benefits__image img {
    width: 100%;
    height: auto
}

@media only screen and (max-width: 560px) {
    .benefits__image img {
        width:150%;
        margin: 0 -25%
    }
}

.benefits__image--white {
    background-color: transparent
}

.benefits__grid {
    margin: 100px 0 -140px;
    padding: 0 136px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1280px) {
    .benefits__grid {
        margin:90px 0 -90px;
        padding: 0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .benefits__grid {
        margin:0;
        padding: 0
    }
}

.benefits__grid:after,.benefits__grid:before {
    content: "";
    position: absolute;
    z-index: 2
}

@media only screen and (max-width: 1024px) {
    .benefits__grid:after,.benefits__grid:before {
        display:none
    }
}

.benefits__grid:before {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A,#e5bea0);
    width: 721px;
    height: 2px;
    bottom: 270px;
    right: 250px
}

@media only screen and (max-width: 1280px) {
    .benefits__grid:before {
        width:640px
    }
}

.benefits__grid:after {
    background-image: url(../images/icons/benefits-addon.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    bottom: 258px;
    right: 186px
}

.benefits__grid-title {
    flex: 0 0 66.66667%;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1024px) {
    .benefits__grid-title {
        flex:0 0 100%;
        padding: 55px 0 50px
    }
}

@media only screen and (max-width: 560px) {
    .benefits__grid-title {
        padding:45px 0
    }
}

.benefits__grid-title h5 {
    text-align: right;
    padding: 0 50px 0 70px
}

@media only screen and (max-width: 1280px) {
    .benefits__grid-title h5 {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .benefits__grid-title h5 {
        padding:0 20px
    }
}

.benefits__grid-title h2 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 40px;
    position: relative
}

@media only screen and (max-width: 1280px) {
    .benefits__grid-title h2 {
        padding:10px 0 50px
    }
}

@media only screen and (max-width: 768px) {
    .benefits__grid-title h2 {
        padding:30px 0 42px
    }
}

@media only screen and (max-width: 560px) {
    .benefits__grid-title h2 {
        padding:35px 0 44px
    }
}

.benefits__grid-title h2:after {
    content: "";
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A,#e5bea0);
    width: 692px;
    height: 2px;
    position: absolute;
    bottom: 25px;
    left: 0
}

@media only screen and (max-width: 1024px) {
    .benefits__grid-title h2:after {
        width:1024px
    }
}

.benefits__grid-image {
    flex: 0 0 33.33333%;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    .benefits__grid-image {
        margin:0 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .benefits__grid-image {
        flex:0 0 50%
    }
}

@media only screen and (max-width: 560px) {
    .benefits__grid-image {
        flex:0 0 100%;
        margin: 0
    }
}

.benefits__grid-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.benefits__grid-copy {
    background-color: #e5bea0;
    flex: 0 0 33.33333%;
    min-height: 389px;
    padding: 57px 46px 0;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1280px) {
    .benefits__grid-copy {
        padding:40px
    }
}

@media only screen and (max-width: 1024px) {
    .benefits__grid-copy {
        flex:0 0 66.66667%;
        min-height: 320px;
        padding: 30px;
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .benefits__grid-copy {
        flex:0 0 50%
    }
}

@media only screen and (max-width: 560px) {
    .benefits__grid-copy {
        flex:0 0 100%;
        min-height: unset
    }
}

.benefits__grid-copy img {
    width: auto;
    height: 34px;
    margin: 0 0 64px
}

@media only screen and (max-width: 1280px) {
    .benefits__grid-copy img {
        margin:0 0 60px
    }
}

@media only screen and (max-width: 1024px) {
    .benefits__grid-copy img {
        margin:0 0 40px
    }
}

@media only screen and (max-width: 560px) {
    .benefits__grid-copy img {
        margin:0 0 30px
    }
}

.benefits__grid-copy h6 {
    margin: 0 0 27px
}

.offer {
    padding: 156px 0 126px
}

@media only screen and (max-width: 1280px) {
    .offer {
        padding:110px 0
    }
}

@media only screen and (max-width: 1024px) {
    .offer {
        padding:90px 0
    }
}

@media only screen and (max-width: 768px) {
    .offer {
        padding:70px 0
    }
}

@media only screen and (max-width: 560px) {
    .offer {
        padding:48px 0 55px
    }
}

.offer__wrapper {
    padding: 0 136px
}

@media only screen and (max-width: 1280px) {
    .offer__wrapper {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .offer__wrapper {
        padding:0
    }
}

.offer__title {
    margin: 0 0 53px;
    align-items: flex-end;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .offer__title {
        margin:0 0 50px;
        padding: 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .offer__title {
        display:block
    }
}

.offer__title h2 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 36px 0 0
}

@media only screen and (max-width: 1280px) {
    .offer__title h2 {
        margin:0 30px 0 0
    }
}

@media only screen and (max-width: 1024px) {
    .offer__title h2 {
        margin:0 20px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .offer__title h2 {
        margin:0 0 5px
    }
}

.offer__title h6 {
    padding: 0 0 14px
}

@media only screen and (max-width: 1280px) {
    .offer__title h6 {
        padding:0 0 10px
    }
}

@media only screen and (max-width: 1024px) {
    .offer__title h6 {
        padding:0 0 7px
    }
}

@media only screen and (max-width: 768px) {
    .offer__title h6 {
        padding:0
    }
}

@media only screen and (max-width: 768px) {
    .offer__title h6 br {
        display:none
    }
}

.offer__building {
    margin: 0 0 46px;
    position: relative
}

.offer__building img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    .offer__building img {
        border-radius:0;
        width: 140%;
        margin: 0 -25% 0 -15%
    }
}

@media only screen and (max-width: 560px) {
    .offer__building img {
        width:160%;
        margin: 0 -38% 0 -22%
    }
}

.offer__building-info {
    background-color: #fff;
    width: 357px;
    padding: 42px 42px 50px;
    position: absolute;
    z-index: 2;
    bottom: 55px;
    right: 55px
}

@media only screen and (max-width: 1280px) {
    .offer__building-info {
        width:320px;
        padding: 35px 35px 40px;
        bottom: 30px;
        right: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .offer__building-info {
        padding:30px 30px 35px;
        bottom: 20px;
        right: 20px
    }
}

@media only screen and (max-width: 768px) {
    .offer__building-info {
        width:300px
    }
}

@media only screen and (max-width: 560px) {
    .offer__building-info {
        box-shadow:0 4px 10px rgba(0,0,0,.1);
        transform: translateX(50%);
        bottom: -20px;
        right: 50%
    }
}

.offer__building-info:after {
    content: "";
    background-image: url(../images/icons/hero-addon.svg);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 16px;
    right: 16px
}

.offer__building-info h3 {
    border-bottom: 1px solid #000;
    margin: 0 0 28px;
    padding: 0 0 26px
}

.offer__building-info p {
    font-size: 19px;
    line-height: 33px
}

@media only screen and (max-width: 1024px) {
    .offer__building-info p {
        font-size:18px;
        line-height: 30px
    }
}

@media only screen and (max-width: 768px) {
    .offer__building-info p {
        font-size:16px;
        line-height: 26px
    }
}

.offer__building-info p+p {
    margin: 35px 0 0
}

@media only screen and (max-width: 1024px) {
    .offer__building-info p+p {
        margin:30px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .offer__building-info p+p {
        margin:20px 0 0
    }
}

.offer__table {
    margin: 0 0 62px
}

@media only screen and (max-width: 1024px) {
    .offer__table {
        overflow-x:auto;
        padding: 0 20px;
        margin: 0 0 50px
    }
}

@media only screen and (max-width: 560px) {
    .offer__table {
        margin:0 0 40px
    }
}

@media only screen and (max-width: 1024px) {
    .offer__table table {
        width:984px;
        width: 900px
    }
}

.offer__more {
    text-align: center
}

@media only screen and (max-width: 1024px) {
    .offer__more {
        padding:0 20px
    }
}

.interiors {
    background-color: #151C30;
    color: #fff;
    padding: 119px 0 0
}

@media only screen and (max-width: 1024px) {
    .interiors {
        padding:90px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .interiors {
        padding:70px 0 0
    }
}

@media only screen and (max-width: 560px) {
    .interiors {
        padding:48px 0 0
    }
}

.interiors__title {
    margin: 0 0 57px;
    padding: 0 136px;
    justify-content: space-between;
    align-items: center;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .interiors__title {
        padding:0 30px;
        align-items: flex-end
    }
}

@media only screen and (max-width: 1024px) {
    .interiors__title {
        margin:0 0 50px;
        padding: 0 20px;
        display: block
    }
}

.interiors__title h2 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 36px 0 0
}

@media only screen and (max-width: 1024px) {
    .interiors__title h2 {
        margin:0 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .interiors__title h2 {
        margin:0 0 15px
    }
}

.interiors__title p {
    max-width: 655px;
    font-size: 18px;
    line-height: 27px;
    color: #bdc0c6
}

@media only screen and (max-width: 1280px) {
    .interiors__title p {
        max-width:555px;
        padding: 0 0 10px
    }
}

@media only screen and (max-width: 1024px) {
    .interiors__title p {
        max-width:unset;
        font-size: 18px;
        line-height: 30px;
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    .interiors__title p {
        font-size:16px;
        line-height: 26px
    }
}

.interiors__images {
    height: 594px;
    overflow: hidden;
    padding: 0 0 0 136px;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .interiors__images {
        height:555px;
        padding: 0 0 0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .interiors__images {
        height:445px;
        padding: 0 0 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .interiors__images {
        height:380px
    }
}

@media only screen and (max-width: 560px) {
    .interiors__images {
        height:260px
    }
}

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

.interiors__images img+img {
    margin: 0 0 0 18px
}

.location {
    background-color: #151C30;
    color: #fff;
    padding: 147px 0 96px
}

@media only screen and (max-width: 1280px) {
    .location {
        padding:110px 0 90px
    }
}

@media only screen and (max-width: 1024px) {
    .location {
        padding:90px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .location {
        padding:70px 0 0
    }
}

@media only screen and (max-width: 560px) {
    .location {
        padding:48px 0 0
    }
}

.location__wrapper {
    padding: 0 53px
}

@media only screen and (max-width: 1280px) {
    .location__wrapper {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .location__wrapper {
        padding:0
    }
}

.location__title {
    text-align: center;
    margin: 0 0 57px
}

@media only screen and (max-width: 1280px) {
    .location__title {
        margin:0 0 50px
    }
}

@media only screen and (max-width: 1024px) {
    .location__title {
        padding:0 20px
    }
}

.location__title h2 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 18px
}

.location__title p {
    max-width: 565px;
    font-size: 18px;
    line-height: 27px;
    color: #bdc0c6;
    margin: 0 auto
}

@media only screen and (max-width: 1024px) {
    .location__title p {
        font-size:18px;
        line-height: 30px
    }
}

@media only screen and (max-width: 768px) {
    .location__title p {
        font-size:16px;
        line-height: 26px
    }
}

.location__map {
    border-radius: 5px;
    background-color: #ededed;
    height: 664px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 1280px) {
    .location__map {
        height:620px
    }
}

@media only screen and (max-width: 1024px) {
    .location__map {
        border-radius:0;
        height: 560px
    }
}

@media only screen and (max-width: 768px) {
    .location__map {
        height:500px
    }
}

@media only screen and (max-width: 560px) {
    .location__map {
        height:440px
    }
}

.location__map:before {
    content: "";
    background-image: url(../images/map-addon.svg);
    background-size: cover;
    background-position: 50%;
    width: 532px;
    height: 532px;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%
}

@media only screen and (max-width: 1280px) {
    .location__map:before {
        width:500px;
        height: 500px
    }
}

@media only screen and (max-width: 1024px) {
    .location__map:before {
        width:460px;
        height: 460px
    }
}

@media only screen and (max-width: 768px) {
    .location__map:before {
        width:400px;
        height: 400px
    }
}

@media only screen and (max-width: 560px) {
    .location__map:before {
        width:320px;
        height: 320px
    }
}

.gallery {
    padding: 136px 0 123px
}

@media only screen and (max-width: 1280px) {
    .gallery {
        padding:110px 0
    }
}

@media only screen and (max-width: 1024px) {
    .gallery {
        padding:90px 0
    }
}

@media only screen and (max-width: 768px) {
    .gallery {
        padding:70px 0
    }
}

@media only screen and (max-width: 560px) {
    .gallery {
        padding:48px 0 53px
    }
}

.gallery--flat-page {
    background-color: #e5bea0;
    padding: 90px 0 123px
}

@media only screen and (max-width: 1280px) {
    .gallery--flat-page {
        padding:90px 0 110px
    }
}

@media only screen and (max-width: 1024px) {
    .gallery--flat-page {
        padding:90px 0
    }
}

@media only screen and (max-width: 768px) {
    .gallery--flat-page {
        padding:70px 0
    }
}

@media only screen and (max-width: 560px) {
    .gallery--flat-page {
        padding:48px 0 53px
    }
}

.gallery--flat-page .gallery__title {
    margin: 0 0 36px
}

@media only screen and (max-width: 560px) {
    .gallery--flat-page .gallery__title {
        margin:0 0 20px
    }
}

.gallery--flat-page .gallery__title h3 {
    color: #121420
}

.gallery__wrapper {
    padding: 0 136px
}

@media only screen and (max-width: 1280px) {
    .gallery__wrapper {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .gallery__wrapper {
        padding:0 20px
    }
}

.gallery__title {
    margin: 0 0 57px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

@media only screen and (max-width: 768px) {
    .gallery__title {
        text-align:center;
        display: block
    }
}

@media only screen and (max-width: 560px) {
    .gallery__title {
        margin:0 0 20px
    }
}

.gallery__title h2 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 36px 0 0
}

@media only screen and (max-width: 768px) {
    .gallery__title h2 {
        margin:0 0 10px
    }
}

.gallery__title h3 {
    margin: 0 36px 0 0
}

@media only screen and (max-width: 768px) {
    .gallery__title h3 {
        margin:0 0 10px
    }
}

.gallery__categories {
    padding: 0 0 5px;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .gallery__categories {
        padding:0 0 15px
    }
}

@media only screen and (max-width: 768px) {
    .gallery__categories {
        justify-content:center
    }
}

.gallery__categories-item {
    border-bottom: 2px solid transparent;
    font-family: PARISIAN,serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    cursor: pointer;
    padding: 0 0 8px;
    transition: border .25s linear 0s
}

@media only screen and (max-width: 1024px) {
    .gallery__categories-item {
        font-size:24px;
        line-height: 32px
    }
}

@media only screen and (max-width: 768px) {
    .gallery__categories-item {
        font-size:22px;
        line-height: 28px
    }
}

.gallery__categories-item:hover {
    border-bottom-color: rgba(0,0,0,.25)
}

.gallery__categories-item.is-active {
    border-bottom-color: #000
}

.gallery__categories-separator {
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 13px
}

.gallery__contents {
    position: relative
}

.gallery__content {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    transition: opacity .25s linear 0s,top .25s linear 0s;
    position: absolute;
    top: 40px;
    left: 0
}

.gallery__content.is-active {
    opacity: 1;
    pointer-events: all;
    position: relative;
    top: 0;
    left: auto
}

.gallery__content a {
    flex: 0 0 calc(50% - 9px)
}

@media only screen and (max-width: 560px) {
    .gallery__content a {
        flex:0 0 100%;
        margin: 18px 0 0
    }
}

.gallery__content a:nth-child(1n+3) {
    margin: 18px 0 0
}

.gallery__content a:nth-child(3n+3) {
    flex: 0 0 100%
}

.gallery__content a:nth-child(3n+3) img {
    height: 613px
}

@media only screen and (max-width: 1280px) {
    .gallery__content a:nth-child(3n+3) img {
        height:550px
    }
}

@media only screen and (max-width: 1024px) {
    .gallery__content a:nth-child(3n+3) img {
        height:480px
    }
}

@media only screen and (max-width: 768px) {
    .gallery__content a:nth-child(3n+3) img {
        height:400px
    }
}

@media only screen and (max-width: 560px) {
    .gallery__content a:nth-child(3n+3) img {
        height:330px
    }
}

.gallery__content a img {
    width: 100%;
    height: 514px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@media only screen and (max-width: 1280px) {
    .gallery__content a img {
        height:480px
    }
}

@media only screen and (max-width: 1024px) {
    .gallery__content a img {
        height:430px
    }
}

@media only screen and (max-width: 768px) {
    .gallery__content a img {
        height:380px
    }
}

@media only screen and (max-width: 560px) {
    .gallery__content a img {
        height:330px
    }
}

.contact {
    background-color: #151C30;
    color: #fff
}

.contact__wrapper {
    display: flex
}

@media only screen and (max-width: 1024px) {
    .contact__wrapper {
        display:block
    }
}

.contact__data {
    flex: 0 0 50%;
    padding: 25px 0 96px 116px;
    position: relative
}

@media only screen and (max-width: 1280px) {
    .contact__data {
        padding:10px 0 60px
    }
}

.contact__data:after {
    content: "";
    background-color: #2c3343;
    width: 50vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0
}

@media only screen and (max-width: 1024px) {
    .contact__data:after {
        display:none
    }
}

.contact__data-image {
    width: calc(100% + 184px);
    margin: 0 -92px -60px
}

@media only screen and (max-width: 1024px) {
    .contact__data-image {
        width:100%;
        margin: 0
    }
}

@media only screen and (max-width: 560px) {
    .contact__data-image {
        width:120%;
        margin: 0 -9% 0 -11%
    }
}

.contact__data-image img {
    width: 100%;
    height: auto
}

@media only screen and (max-width: 1024px) {
    .contact__data-image img {
        width:560px;
        max-width: 100%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 560px) {
    .contact__data-image img {
        width:100%
    }
}

.contact__data-cols {
    padding: 0 0 0 40px;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .contact__data-cols {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .contact__data-cols {
        text-align:center
    }
}

.contact__data-cols-item {
    flex: 0 0 50%
}

.contact__data-cols-item-heading {
    font-size: 16px;
    line-height: 27px;
    color: #bdc0c6;
    margin: 0 0 9px
}

.contact__data-cols-item-text {
    font-family: PARISIAN,serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px
}

@media only screen and (max-width: 1280px) {
    .contact__data-cols-item-text {
        font-size:20px;
        line-height: 30px
    }
}

@media only screen and (max-width: 768px) {
    .contact__data-cols-item-text {
        font-size:18px;
        line-height: 28px
    }
}

@media only screen and (max-width: 560px) {
    .contact__data-cols-item-text {
        font-size:16px;
        line-height: 24px
    }
}

.contact__data-cols-item-text a {
    color: #fff;
    transition: color .25s linear 0s
}

.contact__data-cols-item-text a:hover {
    color: #e5bea0
}

.contact__form {
    background-color: #151C30;
    flex: 0 0 50%;
    padding: 111px 136px 111px 116px;
    position: relative
}

@media only screen and (max-width: 1280px) {
    .contact__form {
        padding:90px 30px 60px
    }
}

@media only screen and (max-width: 1024px) {
    .contact__form {
        padding:60px 20px
    }
}

@media only screen and (max-width: 560px) {
    .contact__form {
        padding:50px 20px
    }
}

.contact__form:after {
    content: "";
    background-color: #151C30;
    width: 50vw;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 100%
}

.contact__form h6 {
    margin: 0 0 32px
}

@media only screen and (max-width: 560px) {
    .contact__form h6 {
        margin:0 0 22px
    }
}

.footer {
    background-color: #151C30;
    color: #fff;
    padding: 114px 0 108px
}

@media only screen and (max-width: 1280px) {
    .footer {
        padding:67px 0 78px
    }
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding:50px 0
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        padding:40px 0
    }
}

@media only screen and (max-width: 560px) {
    .footer {
        padding:30px 0
    }
}

.footer__wrapper {
    padding: 0 50px
}

@media only screen and (max-width: 1280px) {
    .footer__wrapper {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .footer__wrapper {
        padding:0 20px
    }
}

.footer__top {
    border-bottom: 1px solid #2c3343;
    margin: 0 0 78px;
    padding: 0 0 67px;
    justify-content: space-between;
    align-items: center;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .footer__top {
        margin:0 0 50px;
        padding: 0 0 50px
    }
}

@media only screen and (max-width: 768px) {
    .footer__top {
        margin:0 0 40px;
        padding: 0 0 40px
    }
}

@media only screen and (max-width: 560px) {
    .footer__top {
        margin:0 0 30px;
        padding: 0 0 30px
    }
}

.footer__top-logo img {
    width: 144px;
    height: auto
}

@media only screen and (max-width: 1280px) {
    .footer__top-logo img {
        width:140px
    }
}

@media only screen and (max-width: 1024px) {
    .footer__top-logo img {
        width:130px
    }
}

@media only screen and (max-width: 1024px) {
    .footer__top-menu {
        display:none
    }
}

.footer__top-menu ul {
    display: flex
}

.footer__top-menu ul li+li {
    margin: 0 0 0 49px
}

.footer__top-menu ul li a {
    font-size: 15px;
    line-height: 36px;
    color: #70737b;
    transition: color .25s linear 0s;
    display: inline-block;
    position: relative
}

.footer__top-menu ul li a:before {
    content: "";
    background-color: #e5bea0;
    width: 80%;
    height: 1px;
    opacity: 0;
    transition: width .25s linear 0s,opacity .25s linear 0s,left .25s linear 0s;
    position: absolute;
    bottom: 0;
    left: 10%
}

.footer__top-menu ul li a:hover {
    color: #fff
}

.footer__top-menu ul li a:hover:before {
    width: 110%;
    opacity: 1;
    left: -5%
}

.footer__top-socials,.footer__top-socials li {
    display: flex
}

.footer__top-socials li+li {
    margin: 0 0 0 12px
}

.footer__top-socials li a {
    border: 1px solid #2c3343;
    border-radius: 4px;
    background-color: transparent;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    transition: background-color .25s linear 0s,border .25s linear 0s
}

@media only screen and (max-width: 1024px) {
    .footer__top-socials li a {
        width:40px;
        height: 40px
    }
}

@media only screen and (max-width: 560px) {
    .footer__top-socials li a {
        width:35px;
        height: 35px
    }
}

.footer__top-socials li a svg {
    width: auto;
    height: 19px
}

@media only screen and (max-width: 560px) {
    .footer__top-socials li a svg {
        height:17px
    }
}

.footer__top-socials li a svg path {
    fill: #FFC59A;
    transition: fill .25s linear 0s
}

.footer__top-socials li a:hover {
    border-color: #FFC59A;
    background-color: #FFC59A
}

.footer__top-socials li a:hover svg path {
    fill: #151C30
}

.footer__bottom {
    justify-content: space-between;
    align-items: center;
    display: flex
}

@media only screen and (max-width: 768px) {
    .footer__bottom {
        align-items:flex-start
    }
}

.footer__bottom * {
    font-size: 13px;
    line-height: 19px;
    color: #70737b
}

.footer__bottom a {
    transition: color .25s linear 0s
}

.footer__bottom a:hover {
    color: #FFC59A
}

.footer__bottom-copy {
    display: flex
}

@media only screen and (max-width: 768px) {
    .footer__bottom-copy {
        display:block
    }
}

@media only screen and (max-width: 768px) {
    .footer__bottom-menu {
        margin:4px 0 0
    }
}

.footer__bottom-menu ul {
    display: flex
}

.footer__bottom-menu ul li:before {
    content: "|";
    margin: 0 7px
}

@media only screen and (max-width: 768px) {
    .footer__bottom-menu ul li:first-child:before {
        display:none
    }
}

.page-home .hero {
    background-color: #151C30;
    padding: 106px 0 0;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1280px) {
    .page-home .hero {
        padding:100px 0 0
    }
}

@media only screen and (max-width: 1024px) {
    .page-home .hero {
        padding:90px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .page-home .hero {
        padding:80px 0 0
    }
}

.page-home .hero__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.page-home .hero__bg img {
    width: auto;
    height: 100%
}

@media only screen and (max-width: 768px) {
    .page-home .hero__bg img {
        width:100%;
        opacity: .75;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }
}

.page-home .hero__wrapper {
    height: 672px;
    padding: 0 136px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1280px) {
    .page-home .hero__wrapper {
        height:600px;
        padding: 0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .page-home .hero__wrapper {
        height:500px;
        padding: 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .page-home .hero__wrapper {
        height:auto;
        padding: 75px 20px 0;
        display: block
    }
}

.page-home .hero__left {
    padding: 0 0 62px
}

@media only screen and (max-width: 768px) {
    .page-home .hero__left {
        padding:0
    }
}

.page-home .hero__left h1 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 14px
}

@media only screen and (max-width: 768px) {
    .page-home .hero__left h1 {
        margin:0 0 10px
    }
}

.page-home .hero__left p {
    font-size: 22px;
    line-height: 65px;
    color: #fff
}

@media only screen and (max-width: 1280px) {
    .page-home .hero__left p {
        font-size:20px;
        line-height: 48px
    }
}

@media only screen and (max-width: 1024px) {
    .page-home .hero__left p {
        font-size:18px;
        line-height: 36px
    }
}

@media only screen and (max-width: 768px) {
    .page-home .hero__left p {
        font-size:16px;
        line-height: 30px
    }
}

.page-home .hero__right {
    border-radius: 5px;
    border: 1px solid rgba(171,156,125,.5);
    flex: 0 0 275px;
    height: 330px;
    padding: 1px 14px 14px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    top: 45px
}

@media only screen and (max-width: 1280px) {
    .page-home .hero__right {
        flex:0 0 265px;
        height: 310px
    }
}

@media only screen and (max-width: 1024px) {
    .page-home .hero__right {
        flex:0 0 240px;
        height: 280px;
        padding: 5px 12px 24px;
        top: 30px
    }
}

@media only screen and (max-width: 768px) {
    .page-home .hero__right {
        height:auto;
        top: 25px
    }
}

.page-home .hero__right:after {
    content: "";
    background-image: url(../images/icons/hero-addon.svg);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    right: 30px
}

@media only screen and (max-width: 1280px) {
    .page-home .hero__right:after {
        bottom:20px;
        right: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .page-home .hero__right:after {
        bottom:15px;
        right: 15px
    }
}

@media only screen and (max-width: 768px) {
    .page-home .hero__right:after {
        width:40px;
        height: 40px;
        bottom: 18px;
        right: 18px
    }
}

.page-home .hero__right span {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: PARISIAN,serif;
    font-size: 110px;
    line-height: 122px;
    margin: 0 0 8px;
    display: inline-block
}

@media only screen and (max-width: 1280px) {
    .page-home .hero__right span {
        font-size:100px;
        line-height: 110px
    }
}

@media only screen and (max-width: 1024px) {
    .page-home .hero__right span {
        font-size:90px;
        line-height: 100px
    }
}

.page-home .hero__right p {
    font-size: 21px;
    line-height: 22.5px;
    color: #fff;
    padding: 0 6px
}

@media only screen and (max-width: 1280px) {
    .page-home .hero__right p {
        font-size:20px;
        line-height: 21px
    }
}

@media only screen and (max-width: 1024px) {
    .page-home .hero__right p {
        font-size:18px;
        line-height: 19px;
        padding: 0 5px
    }
}

@media only screen and (max-width: 768px) {
    .page-home .hero__right p {
        font-size:16px;
        line-height: 17px
    }
}

.page-flat .hero {
    background-color: #151C30;
    padding: 146px 0 98px
}

@media only screen and (max-width: 1280px) {
    .page-flat .hero {
        padding:135px 0 90px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .hero {
        padding:115px 0 80px
    }
}

@media only screen and (max-width: 768px) {
    .page-flat .hero {
        padding:120px 0 70px
    }
}

@media only screen and (max-width: 560px) {
    .page-flat .hero {
        padding:105px 0 60px
    }
}

.page-flat .hero__wrapper {
    color: #fff;
    padding: 0 136px;
    justify-content: space-between;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .page-flat .hero__wrapper {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .hero__wrapper {
        padding:0 20px
    }
}

@media only screen and (max-width: 768px) {
    .page-flat .hero__wrapper {
        flex-direction:column-reverse
    }
}

.page-flat .hero__left h1 {
    background: #FFC59A;
    background: linear-gradient(90deg,#FFC59A 0,#e5bea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-flat .hero__left p {
    font-size: 22px;
    line-height: 35px
}

@media only screen and (max-width: 1280px) {
    .page-flat .hero__left p {
        font-size:20px;
        line-height: 32px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .hero__left p {
        font-size:18px;
        line-height: 28px
    }
}

@media only screen and (max-width: 768px) {
    .page-flat .hero__left p {
        font-size:16px;
        line-height: 24px
    }
}

.page-flat .hero__right {
    padding: 33px 0 0
}

@media only screen and (max-width: 768px) {
    .page-flat .hero__right {
        padding:0 0 10px
    }
}

.page-flat .hero__right a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    position: relative
}

.page-flat .hero__right a:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0
}

.page-flat .details {
    padding: 102px 0 80px
}

@media only screen and (max-width: 1280px) {
    .page-flat .details {
        padding:90px 0 80px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .details {
        padding:80px 0
    }
}

@media only screen and (max-width: 768px) {
    .page-flat .details {
        padding:70px 0
    }
}

@media only screen and (max-width: 560px) {
    .page-flat .details {
        padding:60px 0
    }
}

.page-flat .details__wrapper {
    padding: 0 136px;
    justify-content: space-between;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .page-flat .details__wrapper {
        padding:0 30px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .details__wrapper {
        padding:0 20px;
        display: block
    }
}

.page-flat .details__sidebar {
    flex: 0 0 400px;
    margin: 0 100px 0 0
}

@media only screen and (max-width: 1280px) {
    .page-flat .details__sidebar {
        margin:0 30px 0 0
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .details__sidebar {
        margin:0 0 36px
    }
}

.page-flat .details__sidebar h2 {
    margin: 0 0 46px
}

@media only screen and (max-width: 1280px) {
    .page-flat .details__sidebar h2 {
        margin:0 0 36px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .details__sidebar h2 {
        margin:0 0 30px
    }
}

.page-flat .details__sidebar-panel {
    border: 1px solid #e5bea0;
    padding: 28px 32px 36px
}

@media only screen and (max-width: 768px) {
    .page-flat .details__sidebar-panel {
        padding:20px 20px 25px
    }
}

.page-flat .details__sidebar-surface {
    border-bottom: 1px solid #000;
    margin: 0 0 30px;
    padding: 0 5px 20px
}

.page-flat .details__sidebar-surface p {
    font-size: 18px;
    line-height: 27px
}

@media only screen and (max-width: 560px) {
    .page-flat .details__sidebar-surface p {
        font-size:16px;
        line-height: 24px
    }
}

.page-flat .details__sidebar-table {
    border-bottom: 1px solid #000;
    margin: 0 0 30px;
    padding: 0 0 30px
}

.page-flat .details__sidebar-table table {
    width: 100%
}

.page-flat .details__sidebar-table table tbody tr td {
    border: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    white-space: normal;
    padding: 0 0 11px
}

@media only screen and (max-width: 560px) {
    .page-flat .details__sidebar-table table tbody tr td {
        font-size:16px;
        line-height: 22px
    }
}

.page-flat .details__sidebar-table table tbody tr td:first-child {
    width: 12%;
    text-align: center
}

.page-flat .details__sidebar-table table tbody tr td:nth-child(2) {
    width: 65%;
    padding: 0 10px 0 0
}

.page-flat .details__sidebar-table table tbody tr td:nth-child(3) {
    width: 23%
}

.page-flat .details__sidebar-table table tbody tr:last-child td {
    padding: 0
}

.page-flat .details__sidebar-buttons {
    padding: 0 30px;
    flex-direction: column;
    align-items: center;
    display: flex
}

@media only screen and (max-width: 560px) {
    .page-flat .details__sidebar-buttons {
        padding:0 10px
    }
}

.page-flat .details__sidebar-buttons .button {
    width: 100%
}

.page-flat .details__sidebar-buttons .button+.button {
    margin: 6px 0 0
}

.page-flat .details__main {
    flex: 1 1 auto
}

.page-flat .details__main h4 {
    margin: 0 0 42px
}

@media only screen and (max-width: 1024px) {
    .page-flat .details__main h4 {
        margin:0 0 30px
    }
}

@media only screen and (max-width: 560px) {
    .page-flat .details__main h4 {
        margin:0 0 24px
    }
}

.page-flat .details__main h4:first-child {
    margin: 0 0 48px
}

@media only screen and (max-width: 1280px) {
    .page-flat .details__main h4:first-child {
        margin:0 0 36px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .details__main h4:first-child {
        margin:0 0 30px
    }
}

@media only screen and (max-width: 560px) {
    .page-flat .details__main h4:first-child {
        margin:0 0 24px
    }
}

.page-flat .details__main-flat {
    border: 1px solid #e5bea0;
    min-height: 510px;
    margin: 0 0 42px;
    padding: 50px;
    align-items: center;
    display: flex
}

@media only screen and (max-width: 1280px) {
    .page-flat .details__main-flat {
        padding:30px
    }
}

@media only screen and (max-width: 1024px) {
    .page-flat .details__main-flat {
        margin:0 0 36px
    }
}

@media only screen and (max-width: 768px) {
    .page-flat .details__main-flat {
        min-height:unset;
        padding: 30px 20px
    }
}

.page-flat .details__main-flat img {
    width: 100%;
    height: auto
}
.page-flat .details__main-building figure img {
    max-width: 100%;
    height: auto;
} 
/* 
.page-flat .details__main-building figure img {
    width: auto;
    height: 141px
}

@media only screen and (max-width: 1024px) {
    .page-flat .details__main-building figure img {
        height:115px
    }
}

@media only screen and (max-width: 768px) {
    .page-flat .details__main-building figure img {
        height:100px
    }
}

@media only screen and (max-width: 560px) {
    .page-flat .details__main-building figure img {
        height:85px
    }
} */

.button {
    border: 1px solid #FFC59A;
    border-radius: 5px;
    background-color: transparent;
    height: 56px;
    font-family: Manrope,sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    cursor: pointer;
    padding: 0 36px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    transition: background-color .25s linear 0s,color .25s linear 0s
}

@media only screen and (max-width: 560px) {
    .button {
        height:46px;
        padding: 0 26px
    }
}

.button:hover {
    background-color: #FFC59A;
    color: #121420
}

.button--gold {
    border: 0;
    border-radius: 4px;
    background-color: #e5bea0;
    color: #fff
}

.button--gold:hover {
    background-color: #FFC59A;
    color: #fff
}

.button--blue {
    border: 0;
    border-radius: 4px;
    background-color: #151C30;
    color: #fff
}

.button--blue:hover {
    background-color: #2c3343;
    color: #fff
}

.link {
    border-bottom: 1px solid #000;
    height: 34px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    padding: 0 4px;
    align-items: center;
    display: inline-flex;
    transition: border-color .25s linear 0s;
    position: relative
}

.link--icon {
    padding: 0 4px 0 26px
}

.link--icon img {
    width: 18px;
    height: auto;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 4px
}

.link:hover {
    border-bottom-color: #e5bea0
}

table {
    width: 100%
}

table thead tr th {
    background-color: #e5bea0;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    padding: 15px 31px
}

@media only screen and (max-width: 1280px) {
    table thead tr th {
        padding:15px 20px
    }
}

table tbody tr td {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    padding: 20px 31px
}

@media only screen and (max-width: 1280px) {
    table tbody tr td {
        padding:20px
    }
}

input[type=email],input[type=tel],input[type=text],textarea {
    border: 0;
    border-bottom: 1px solid rgba(189,192,198,.75);
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 54px;
    font-family: Manrope,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    color: #bdc0c6;
    outline: none;
    margin: 0;
    padding: 0;
    box-shadow: none!important;
    -webkit-appearance: none
}

@media only screen and (max-width: 768px) {
    input[type=email],input[type=tel],input[type=text],textarea {
        font-size:16px
    }
}

input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus {
    border-color: #000;
    background-color: transparent
}

textarea {
    height: 120px;
    line-height: 22px;
    vertical-align: top;
    resize: none;
    padding: 16px 0
}

@media only screen and (max-width: 560px) {
    textarea {
        height:100px
    }
}

::-webkit-input-placeholder {
    color: #bdc0c6!important;
    opacity: 1
}

:-moz-placeholder,::-moz-placeholder {
    color: #bdc0c6!important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #bdc0c6!important;
    opacity: 1
}

button {
    -webkit-appearance: none
}

.form__input {
    margin: 0 0 50px
}

@media only screen and (max-width: 1024px) {
    .form__input {
        margin:0 0 40px
    }
}

@media only screen and (max-width: 560px) {
    .form__input {
        margin:0 0 30px
    }
}

.form__textarea {
    margin: 0 0 34px
}

@media only screen and (max-width: 1024px) {
    .form__textarea {
        margin:0 0 30px
    }
}

@media only screen and (max-width: 560px) {
    .form__textarea {
        margin:0 0 20px
    }
}

.form__checkbox {
    margin: 0 0 62px
}

@media only screen and (max-width: 1024px) {
    .form__checkbox {
        margin:0 0 40px
    }
}

@media only screen and (max-width: 560px) {
    .form__checkbox {
        margin:0 0 30px
    }
}

.form__checkbox input {
    display: none
}

.form__checkbox input:checked+label:after {
    opacity: 1
}

.form__checkbox label {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #bdc0c6;
    cursor: pointer;
    padding: 0 0 0 29px;
    display: block;
    position: relative
}

.contact__data-image {
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .form__checkbox label {
        line-height:22px;
        padding: 2px 0 0 30px
    }
}

.form__checkbox label:after,.form__checkbox label:before {
    content: "";
    position: absolute
}

.form__checkbox label:before {
    border: 1px solid rgba(189,192,198,.75);
    border-radius: 4px;
    width: 19px;
    height: 19px;
    z-index: 1;
    top: 4px;
    left: 0
}

.form__checkbox label:after {
    border-radius: 2px;
    background-color: #FFC59A;
    width: 9px;
    height: 9px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s linear 0s;
    z-index: 2;
    top: 9px;
    left: 5px
}
