@charset "utf-8";
/* font-family: "Unbounded", sans-serif; */
body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: #000;
    font-size: 15px;
    line-height: 1.2;
}
.content{
    font-size: 18px;
    line-height: 1.4;
}

h1,
.title-h1 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h1.pagetitle{
    font-size: 50px;
}
h2,
.title-h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h3,
.title-h3 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h4,
.title-h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h5,
.title-h5 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h6,
.title-h6 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 30px;
    }
    h1.pagetitle{
        font-size: 36px;
    }
    h2,
    .title-h2 {
        font-size: 30px;
    }
    h3,
    .title-h3 {
        font-size: 26px;
    }
    h4,
    .title-h4 {
        font-size: 24px;
    }
    h5,
    .title-h5 {
        font-size: 22px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 26px;
    }
    h1.pagetitle{
        font-size: 30px;
    }
    h2,
    .title-h2 {
        font-size: 26px;
    }
    h3,
    .title-h3 {
        font-size: 24px;
    }
    h4,
    .title-h4 {
        font-size: 22px;
    }
    h5,
    .title-h5 {
        font-size: 20px;
    }
}
@media(max-width: 599px) {
    h1,
    .title-h1 {
        font-size: 22px;
    }
    h1.pagetitle{
        font-size: 26px;
    }
    h2,
    .title-h2 {
        font-size: 22px;
    }
    h3,
    .title-h3 {
        font-size: 20px;
    }
    h4,
    .title-h4 {
        font-size: 18px;
    }
    h5,
    .title-h5 {
        font-size: 17px;
    }
}

a {
    color: #FDD306;
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

a.invert:hover {
    color: #FDD306;
}
.content a:not(.btn){
    color: #000;
    text-decoration: underline;
}
.content a:not(.btn):hover{
    text-decoration: none;
}

.btn{
    font-family: "Unbounded", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 30px;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #160F01;
    background: #FDD306;
    text-align: center;
    transition: all 300ms ease-out;
}
.btn:hover {
    filter: brightness(110%);
    color: #160F01;
}

.btn-black{
    background: #160F01;
    color: #FDD306;
}
.btn-black:hover{
    background: #3b3939;
    color: #FDD306;
}

.btn-gray{
    background: #F5F5F5;
    color: #7B7B7B;
}
.btn-gray:hover{
    background: #3b3939;
    color: #FDD306;
}

.btn-lg{
    height: 55px;
}
@media(max-width: 399px){
    .btn-lg{
        height: 45px;
    }
}

.yellow-bg{
    background: #FDD306;
}
.gray-bg{
    background: #F5F5F5;
}
.gray-color{
    color: #808080;
}
.yellow-color{
    color: #FDD306;
}


/* Header */
.header{
    text-transform: uppercase;
}
.header-top{
    background: #F1F1F1;
}
.header-top-inner{
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-top-inner a{
    color: #160F01;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.header-top-inner a .item-icon{
    margin-left: 5px;
    transition: all ease-out 300ms;
}
.header-top-inner a + a{
    margin-left: 20px;
}
.header-top-inner a .item-value{
    position: relative;
}
.header-top-inner a .item-value:after{
    content: '';
    border-bottom: 1px solid;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scale(0);
    transition: all .45s ease-in-out;
    width: 100%;
}
.header-top-inner a:hover .item-value:after{
    transform: scale(1);
}
.header-social-links .item-icon{
    position: relative;
    bottom: -1px;
}
.header-bottom{
    background: #160F01;
    color: #fff;
}
.header-bottom a{
    color: #fff;
}
.header-bottom-inner{
    height: 114px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-logo{
    width: 290px;
}
.top-menu{
    width: calc(100% - 290px);
    display: flex;
    justify-content: flex-end;
    padding-top: 27px;
    font-weight: 300;
}
.top-menu > ul{
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    opacity: 0;
}
.top-menu.loaded > ul{
    visibility: visible;
    opacity: 1;
}
.top-menu li{
    position: relative;
}
.top-menu > ul > li > a {
    margin: 0 8px;
    white-space: nowrap;
}
.top-menu > ul > li:last-of-type > a{
    margin-right: 0;
}
.top-menu li.down > a:after {
    content: "";
    display: inline-block;
    background: url(../images/tooth.svg) 0 0 no-repeat;
    width: 12px;
    height: 8px;
    margin: -5px 0 0 6px;
    transition: all ease-out 300ms;
}
.top-menu > ul > li > a > span{
    position: relative;
}
.top-menu > ul > li > a > span:after{
    content: '';
    border-bottom: 1px solid #FDD306;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scale(0);
    transition: all .45s ease-in-out;
    width: 100%;
}
.top-menu > ul > li.active > a > span:after,
.top-menu > ul > li:hover > a > span:after{
    transform: scale(1);
}
.top-menu > ul > li.active > a{
    color: #FDD306;
}
.top-menu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    left: 10px;
    width: 260px;
    background: #160F01;
    padding: 0 15px 15px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    z-index: 300;
    font-size: 14px;
}
.top-menu ul ul li{
    margin-top: 15px;
}
.top-menu-more-list > li > ul {
    left: auto;
    right: 0;
}
.top-menu ul ul:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    height: 30px;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu li[data-menusize="big"] > ul {
    width: 500px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-menu li[data-menusize="big"]:hover > ul {
    display: flex;
}
.top-menu li[data-menusize="big"] > ul > li {
    width: calc(50% - 8px);
}

.top-menu .top-menu-more-list {
    display: none;
}
.top-menu .top-menu-more-list.active {
    display: block;
}
.top-menu-more-list > li > ul{
    left: auto;
    right: 0;
    text-align: right;
}
.top-menu-more-list > li:first-of-type {
    width: 35px;
    height: 100%;
    padding-left: 15px;
}
.top-menu-more-list > li > span {
    display: block;
    width: 20px;
    height: 100%;
    cursor: pointer;
    background: url(../images/burger.svg) right 0 top 50% no-repeat;
}
.top-menu ul ul a:hover,
.top-menu ul ul li.active > a{
    color: #FDD306;
}

.mobile-menu-content{
    width: 380px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 30px 15px;
}
.mobile-menu-content a{
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
    white-space: nowrap;
}
.mobile-menu-content a .item-icon{
    margin-left: 5px;
}
.mobile-menu-content-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

@media(max-width: 1379px){
    .header-bottom-inner{
        height: 100px;
    }
    .header-logo{
        width: 240px;
    }
    .top-menu {
        width: calc(100% - 240px);
        padding-top: 24px;
    }
    .top-menu > ul > li > a{
        font-size: 14px;
    }
    .top-menu li[data-menusize="big"] > ul {
        width: 400px;
    }
    .top-menu ul ul{
        font-size: 12px;
        width: 220px;
    }
}
@media(max-width: 991px){
    .header-bottom{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
    }
    .header-bottom-push{
        height: 70px;
    }
    .top-menu{
        display: none;
    }
    .header-top{
        display: none;
    }
    .header-bottom-inner{
        height: 70px;
        justify-content: space-between;
    }
    .header-logo{
        width: 170px;
    }
}
@media(max-width: 399px){
    .mobile-menu-content-row{
        flex-wrap: wrap;
    }
    .mobile-menu-content a{
        font-size: 13px;
    }
}

.index-header-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #160F01;
}
.index-header-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-header-wrapper{
    min-height: calc(100vh - 152px);
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
}
.index-header-inner{
    padding-top: 60px;
    background: linear-gradient(180deg, rgb(22, 15, 1) 35%, rgb(0 0 0 / 0%) 78.79%);
}
.index-header:after{
    content: "";
    width: 382px;
    height: 51px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/figure1.png) 0 0 / contain no-repeat;
    z-index: 20;
}
.index-header.object-yellow:after{
    background: url(../images/figure6.png) 0 0 / contain no-repeat;
}
.index-header-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}
.index-header-content .col1{
    width: calc(100% - 350px);
    padding-right: 70px;
}
.index-header-content .col2{
    width: 350px;
}
.index-header-content h1{
    color: #FDD306;
    margin-bottom: 0;
    font-size: 50px;
}
.index-header-content h1:first-line{
    color: #fff;
}

@media(max-width: 1379px){
    .index-header-content h1{
        font-size: 3.623vw;
        padding-right: 2vw;
    }
}
@media(max-width: 991px){
    .index-header-wrapper{
        min-height: calc(100vh - 70px);
    }
    .index-header-content{
        align-items: flex-start;
    }
    .index-header-content .col1{
        width: 65%;
    }
    .index-header-content .col2{
        width: 35%;
    }
    .index-header-content h1{
        font-size: 30px;
    }
}
@media(max-width: 767px){
    .index-header{
        display: flex;
        flex-direction: column;
    }
    .index-template .index-header-img{
        position: relative;
        order: 2;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .index-template .index-header-wrapper{
        order: 1;
        min-height: 1px;
        padding-bottom: 0;
    }
    .base-template .index-header-wrapper{
        padding-bottom: 70px;
    }
    .index-template .index-header-inner{
        background: #160F01;
    }
    .index-header-content .col1{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .index-header-content .col2{
        width: 100%;
    }
    .index-header-content h1{
        font-size: 26px;
    }
    .index-header:after{
        width: 49.8vw;
        height: 6.65vw;
        background: url(../images/figure1.png) right 0 bottom 0 / 100% auto no-repeat;
    }
}
/* /. Header */

.slick-arrows-top-section h2,
.slick-arrows-top-section h1{
    padding-right: 150px;
}
.slick-arrows-top-section .slick-slider{
    padding-top: 20px;
}
.slick-arrows-top-section .slick-next{
    right: 10px;
    top: -72px;
}
.slick-arrows-top-section .slick-prev{
    left: auto;
    right: 55px;
    top: -72px;
}


/* Catalog */
.catalog{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.catalog .col{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.catalog .item{
    height: 100%;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    overflow: hidden;
    transition: all ease-out 300ms;
    display: flex;
    flex-direction: column;
}
.catalog .item-img{
    background: #F5F5F5;
    padding: 20px;
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .item-img img{
    max-width: 100%;
    max-height: 100%;
}
.catalog .item-body{
    background: #fff;
    padding: 20px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: uppercase;
}
.catalog .item-title{
    font-weight: 500;
    margin-bottom: 10px;
}
.catalog .item-price{
    font-weight: 700;
}
.catalog .item-body-bottom{
    padding-top: 20px;
    position: relative;
    z-index: 10;
}
.catalog .item:hover{
    transform: scale(1.025);
}
.catalog .item-properties{
    color: #8A867F;
    font-size: 13px;
    text-transform: none;
    display: none;
}
.catalog .item-properties li + li{
    margin-top: 5px;
}
.catalog-carousel{
    display: block;
}
.catalog-carousel > div:not(:first-of-type){
    display: none;
}
.catalog-carousel .col{
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.catalog-carousel .slick-slide {
    height: inherit;
}
@media(max-width: 1379px) and (min-width: 992px){
    .catalog .item-img{
        height: 22.75vw;
        padding: 15px;
    }
    .catalog .item-body{
        padding: 15px;
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .catalog .col{
        width: 33.3333%;
    }
    .catalog .item-img{
        height: 31.7vw;
        padding: 15px;
    }
    .catalog .item-body{
        padding: 15px;
    }
}
@media(max-width: 767px){
    .catalog{
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalog .col{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .catalog .item-img{
        height: 40.78vw;
        padding: 2.6vw;
    }
    .catalog .item-body{
        padding: 2.6vw;
    }
    .catalog .item-properties{
        display: block;
    }
}
@media(max-width: 599px){
    .catalog .item-img{
        padding: 2vw;
    }
    .catalog .item-body{
        padding: 2vw;
        font-size: 2.5vw;
    }
    .catalog .item-body-bottom{
        padding-top: 2.5vw;
    }
    .catalog .item-title{
        margin-bottom: 2vw;
    }
    .catalog .item .btn {
        height: 7.7vw;
        padding: 0 4vw;
        border-radius: 1.666vw;
        font-size: 2.1666vw;
    }
    .catalog .item-properties{
        font-size: 12px;
    }
    .catalog .item-properties li + li{
        margin-top: 3px;
    }
}
@media(max-width: 499px){
    .catalog .item-body{
        font-size: 3.3vw;
    }
    .catalog .item .btn {
        height: 9vw;
        padding: 0 2vw;
        font-size: 3vw;
    }
    .catalog .item-properties{
        font-size: 11px;
    }
    .catalog .item-properties li + li{
        margin-top: 2px;
    }
}
@media(max-width: 359px){
    .catalog .col{
        width: 100%;
    }
}
/* /. Catalog */

/* about-section */
.double-section{
    padding-top: 45px;
}
.about-section-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-section-columns .col{
    width: calc(50% - 10px);
}
.about-section-columns .col.full-width{
    width: 100% !important;
}
.about-section-img{
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.about-section-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section-content{
    height: 100%;
    border-radius: 0 20px 20px 20px;
    position: relative;
    background: #fff;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-section-content:before{
    content: "";
    background: url(../images/figure2.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: -32px;
    height: 32px;
    width: 90%;
}
.about-section-content h2,
.about-section-content h3{
    color: #160F01;
}
.ststs-block{
    width: 470px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ststs-col{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.ststs-item-title{
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media(max-width: 1379px) and (min-width: 992px){
    .about-section-content{
        padding: 3.25vw;
    }
    .ststs-item-title{
        font-size: 3.62vw;
        margin-bottom: 1.45vw;
    }
}
@media(max-width: 991px){
    .about-section-columns .col{
        width: 100%;
    }
    .about-section-columns .col + .col{
        margin-top: 15px;
    }
    .ststs-item-title{
        font-size: 40px;
    }
}
@media(max-width: 767px){
    .ststs-item-title{
        font-size: 36px;
    }
    .double-section{
        padding-top: 20px;
    }
}
@media(max-width: 599px){
    .about-section-content{
        padding: 5vw 5vw 0;
        border-radius: 0 10px 10px 10px;
        font-size: 13px;
    }
    .ststs-item-title{
        font-size: 26px;
        margin-bottom: 4px;
    }
    .ststs-item-text{
        font-size: 13px;
    }
    .about-section-content:before {
        background: url(../images/figure2-xs.svg) 0 0 no-repeat;
        top: -18px;
        height: 18px;
        width: 90%;
    }
    .about-section-img{
        border-radius: 10px;
    }
    .ststs-block{
        margin-left: -8px;
        margin-right: -8px;
        width: 100%;
    }
    .ststs-col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 25px;
    }
}
/* /. about-section */

/* steps section */
.steps-section{
    min-height: 780px;
    background: url(../images/bg1.png) left 90px top 0 no-repeat;
}
.steps-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.steps-block{
    width: calc(50% - 10px);
}
.steps{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.steps .col{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
}
.steps .col:nth-child(2n){
    bottom: -30px;
}
.steps .item{
    background: #FFFFFFB2;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.steps .item-num{
    text-align: right;
    padding-top: 20px;
    color: #8B8367;
    font-weight: 700;
}
.steps .item-title{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media(max-width: 991px){
    .steps-section{
        padding-top: 0;
    }
    .steps-block{
        width: 100%;
    }
}
@media(max-width: 499px){
    .steps .col{
        width: calc(100% - 30px);
    }
    .steps .col:nth-child(2n){
        bottom: auto;
        right: -30px;
    }
}
/* /. steps section */

/* application-section */
.application-section{
    min-height: 600px;
    position: relative;
    background: url(../images/application.jpg) left 50% bottom 0 / cover no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.application-section:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #160F01 0%, rgba(22, 15, 1, 0) 132.08%);
}
.application-section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 51px;
    width: 382px;
}
.application-section.object-yellow:after{
    background: url(../images/figure3.png) 0 0 / contain no-repeat;
}
.application-section.object-white:after{
    background: url(../images/figure4.png) 0 0 / contain no-repeat;
}
.application-section.object-gray:after{
    background: url(../images/figure5.png) 0 0 / contain no-repeat;
}
.application-section .container{
    position: relative;
    z-index: 1;
}

.application-section-inner{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.application-section-inner .col1{
    width: calc(100% - 490px);
    padding-right: 60px;
    color: #fff;
}
.application-section-inner h2{
    color: #FDD306;
}
.application-section-inner h2:first-line{
    color: #fff;
}
.application-section-inner .col2{
    width: 490px;
}
.application-section-inner form{
    display: block;
    background: #D8D7D4;
    padding: 20px;
    border-radius: 20px;
}

@media(max-width: 991px){
    .application-section-inner .col1{
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
        padding-top: 30px;
    }
    .application-section-inner .col2{
        width: 100%;
        margin-bottom: 40px;
    }
    .application-section.no-object{
        padding-top: 50px;
    }
}
@media(max-width: 767px){
    .application-section.no-object{
        padding-top: 20px;
    }
    .application-section:after{
        height: 6.65vw;
        width: 49.8vw;
    }
}
/* /. application-section */

/* footer */
.footer {
    padding: 50px 0;
    background: #060401;
    color: #fff;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: uppercase;
}
.footer-top .col1{
    width: 320px;
}
.footer-top .col2{
    width: calc(100% - 520px);
    padding: 0 30px;
}
.footer-top .col3{
    width: 200px;
}
.footer-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 480px;
    margin: auto;
    max-width: 100%;
}
.footer-nav ul{
    width: calc(50% - 15px);
}
.footer-nav li + li{
    margin-top: 15px;
}
.footer-nav a{
    font-weight: 300;
    color: #fff;
}
.footer-nav a:hover{
    color: #FDD306;
}
.footer-contacts .item-wrapper{
    margin-bottom: 15px;
}
.footer-contacts .item{
    display: inline-flex;
    align-items: center;
}
.footer-contacts .item-icon{
    line-height: 0;
    margin-left: 10px;
}
.footer-contacts .item:hover{
    color: #fff;
}
.footer-bottom{
    padding-top: 30px;
    font-size: 13px;
}
.footer-bottom a{
    color: #fff;
}
.footer-bottom a:hover{
    text-decoration: underline;
}
.footer-bottom div + div{
    margin-top: 10px;
}

@media(max-width: 991px){
    .footer-top .col1{
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-top .col2{
        width: calc(100% - 200px);
        padding-left: 0;
    }
    .footer-nav{
        margin-left: 0;
    }
}
@media(max-width: 767px){
    .footer{
        padding: 10px 0 40px;
    }
    .footer-bottom,
    .footer-top{
        font-size: 12px;
    }
    .footer-top .col2{
        width: 50%;
    }
    .footer-top .col3{
        width: 50%;
    }
    .footer-nav ul{
        width: 100%;
    }
    .footer-nav ul + ul{
        margin-top: 15px;
    }
}
/* /. footer */

/* bu */
.bu-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bu-columns .col{
    width: calc(50% - 15px);
}
.bu-columns .col.full-width{
    width: 100%;
}
.bu-section-img{
    border-radius: 20px;
    overflow: hidden;
}
.bu-section-img img{
    width: 100%;
}
.bu-section-content .btn{
    width: 300px;
    max-width: 100%;
}
@media(max-width: 767px){
    .bu-columns .col{
        width: 100%;
    }
    .bu-columns .col + .col{
        margin-top: 30px;
    }
}
@media(max-width: 499px){
    .bu-section-content .btn{
        width: 100%;
    }
}
/* /. bu */

/* news */
.news{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.news .col{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.news .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 10px;
    color: #160F0180;
}
.news .item-img{
    border-radius: 10px;
    overflow: hidden;
}
.news .item-img img{
    width: 100%;
}
.news .item-body{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.news .item-body-top{
    flex: 1 0 auto;
    padding-bottom: 20px;
}
.news .item-date{
    font-weight: 500;
    margin-bottom: 10px;
}
.news .item-title{
    color: #160F01;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news .item:hover{
    box-shadow: 0 0 0 4px #E6E6E6;
}

.news-carousel{
    display: block;
    padding: 5px 0;
}
.news-carousel.slick-slider{
    padding: 0;
}
.news-carousel .slick-track{
    padding: 5px 0;
}
.news-carousel > div:not(:first-of-type){
    display: none;
}
.news-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-carousel .slick-slide {
    height: inherit;
}

.news-section-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.news-section-header h2{
    width: calc(100% - 270px);
    padding-right: 30px;
    margin-bottom: 0;
}
.news-section-header-btn{
    width: 270px;
}

@media(max-width: 1199px){
    .news .col{
        width: 33.3333%;
    }
}
@media(max-width: 991px){
    .news .item{
        font-size: 14px;
    }
    .news .item-body{
        padding: 15px;
    }
    .news .item-body-top{
        padding-bottom: 15px;
    }
}
@media(max-width: 767px){
    .news{
        margin-left: -5px;
        margin-right: -5px;
    }
    .news .col{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .news-section-header h2{
        width: 100%;
        padding-right: 0;
    }
    .news-section-header-btn{
        display: none;
    }
}
@media(max-width: 599px){
    .news .item{
        font-size: 12px;
    }
    .news .item-body{
        padding: 10px;
    }
    .news .item .btn {
        height: 35px;
        padding: 0 10px;
        border-radius: 5px;
        font-size: 12px;
    }
}
@media(max-width: 359px){
    .news .col{
        width: 100%;
    }
    .news .item{
        font-size: 14px;
    }
    .news .item-body{
        padding: 15px;
    }
}
/* /. news */

/* about page */
.about-header-content{
    background: #FFFFFFB2;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 40px;
    text-transform: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-header-content .col1{
    width: calc(100% - 380px);
    padding-right: 30px;
}
.about-header-content .col2{
    width: 380px;
}
@media(max-width: 991px){
    .about-header-content .col1{
        width: 100%;
    }
    .about-header-content .col2{
        width: 100%;
    }
}
@media(max-width: 767px){
    .about-header-content{
        padding: 20px;
    }
}

.cities-section{
    background: url(../images/bg2.png) right 80px top 50% no-repeat #FDD306;
}
.cities{
    display: flex;
    flex-wrap: wrap;
}
.cities li{
    margin: 0 10px 10px 0;
}
.cities a,
.cities span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 34px;
    padding: 0 12px 0 30px;
    color: #160F01;
    border: 1px solid #90865B;
    border-radius: 10px;
    background: url(../images/cities-icon.png) left 12px top 50% no-repeat rgba(255,255,255,0.8);
}
.cities span{
    cursor: default;
}
.cities a:hover{
    background-color: #fff;
    transform: scale(1.05);
    border-color: #fff;
}
@media(max-width: 767px){
    .cities li{
        margin: 0 5px 5px 0;
    }
    .cities a,
    .cities span{
        font-size: 12px;
        height: 26px;
        padding: 0 10px 0 20px;
        background-position: left 6px top 50%;
    }
}
/* /. about page */

/* news-page */
.news-page-main-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-page-main-columns .col{
    width: calc(50% - 10px);
}
.news-page-main-img{
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    top: 20px;
}
.news-page-main-img img{
    width: 100%;
}
.news-page-main-content{
    border-radius: 0 20px 20px 20px;
    position: relative;
    background: #F5F5F5;
    padding: 45px;
    margin-top: 32px;
    height: calc(100% - 32px);
}
.news-page-main-content:before {
    content: "";
    background: url(../images/figure2-gray.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: -32px;
    height: 32px;
    width: 90%;
}
.news-page-main-content-inner{
    position: relative;
}

.news-page-date{
    font-weight: 300;
    margin: -10px 0 30px;
    color: #B8B8B8;
}

@media(max-width: 1379px) and (min-width: 768px){
    .news-page-main-content{
        padding: 3.25vw;
    }
}
@media(max-width: 991px){
    .news-page-main-columns .col1{
        width: calc(40% - 10px);
    }
    .news-page-main-columns .col2{
        width: calc(60% - 10px);
    }
    .news-page-main-img{
        top: 90px;
    }
}
@media(max-width: 767px){
    .news-page-main-columns .col1{
        width: 100%;
        order: 2;
    }
    .news-page-main-columns .col2{
        width: 100%;
        order: 1;
        margin-bottom: 15px;
    }
    .news-page-main-content{
        padding: 5.8vw;
    }
}
@media(max-width: 599px){
    .news-page-main-content:before {
        background: url(../images/figure2-xs-gray.svg) 0 0 no-repeat;
        top: -18px;
        height: 18px;
        width: 80%;
        height: calc(100% - 18px);
    }
    .news-page-main-content{
        border-radius: 0 20px 20px 20px;
        margin-top: 18px;
        height: auto;
    }
}
/* /. news-page */


/* contacts page */
.contacts-page-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.contacts-page-columns .col{
    width: calc(50% - 10px);
}
.contacts-page-map{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.contacts-page-map .map{
    height: 100%;
}
.contacts-page-map .map [class$="-ground-pane"] {filter:url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(100%)}

.contacts-page-content{
    border-radius: 0 20px 20px 20px;
    position: relative;
    background: #F5F5F5;
    padding: 45px;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 600px;
}
.contacts-page-content:before {
    content: "";
    background: url(../images/figure2-gray.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: -32px;
    height: 32px;
    width: 90%;
}
.contacts-page-content-inner{
    position: relative;
}
.contacts-page-items > .item + .item{
    margin-top: 20px;
}
.contacts-page-items .item-title{
    margin-bottom: 10px;
    color: #7B7B7B;
}
.contacts-page-items .item-value{
    font-weight: 700;
}
.contacts-page-items .item-value a{
    color: #160F01;
}
.contacts-page-items .social-links .item-value{
    font-weight: normal;
}
.contacts-page-items .social-links .item{
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contacts-page-items .social-links .item-icon{
    position: relative;
    bottom: -2px;
    margin-left: 5px;
}

@media(max-width: 1379px) and (min-width: 768px){
    .contacts-page-content{
        padding: 3.25vw;
    }
}
@media(max-width: 991px){
    .contacts-page-columns .col1{
        width: 100%;
        margin-bottom: 15px;
    }
    .contacts-page-columns .col2{
        width: 100%;
    }
    .contacts-page-content{
        min-height: 400px;
    }
    .contacts-page-map{
        height: 400px;
    }
}
@media(max-width: 767px){
    .contacts-page-content{
        padding: 5.8vw;
    }
}

@media(max-width: 599px){
    .contacts-page-content:before {
        background: url(../images/figure2-xs-gray.svg) 0 0 no-repeat;
        top: -18px;
        height: 18px;
        width: 80%;
    }
    .contacts-page-content{
        border-radius: 0 20px 20px 20px;
        margin-top: 18px;
    }
}
/* /. contacts page */

/* gallery */
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.gallery .col{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.gallery .item{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.gallery .item img{
    width: 100%;
    transition: all 500ms ease-out;
}
.gallery .item:hover img{
    transform: scale(1.1);
}
/* /. gallery */

/* product-page */
.product-page-fs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-page-fs .col{
    margin-bottom: 20px;
    width: calc(50% - 10px);
}
.product-page-slider-wrapper{
    min-height: 600px;
    background: #F5F5F5;
    border-radius: 20px;
    position: sticky;
    top: 20px;
    padding: 30px 30px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.product-page-slider-inner{
    width: 100%;
}
.product-page-fs-content-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-page-fs-content-body{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.product-page-fs-content{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    padding: 25px;
    border-radius: 20px;
}
.product-page-fs-btn{
    padding-bottom: 20px;
}
.product-page-fs-content .content{
    height: 100%;
    overflow: hidden;
}

.properties-block{
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 35px;
}
.properties-block-items > ul{
    columns: 3;
    color: #7B7B7B;
    column-gap: 30px;
}

.product-page-slider > div:not(:first-of-type){
    display: none;
}
.product-page-slider-dots{
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    text-align: center;
    width: auto;
}

@media(max-width: 1379px){
    .properties-block{
        padding: 2.5vw;
    }
    .product-page-slider-wrapper{
        min-height: 43.48vw;
    }
}
@media(max-width: 991px){
    .properties-block{
        padding: 25px;
    }
    .properties-block-items > ul{
        columns: 2;
    }
    .product-page-slider-wrapper{
        top: 90px;
    }
}
@media(max-width: 767px){
    .product-page-fs .col{
        width: 100%;
    }
    .gallery .col{
        width: 50%;
    }
}
@media(max-width: 599px){
    .gallery{
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 10px;
    }
    .gallery .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .properties-block-items > ul{
        columns: 1;
    }
}
/* /. product-page */


/* city page */
.city-page-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.city-page-columns > .col{
    width: calc(50% - 10px);
}
.city-page-slider{
    position: sticky;
    top: 20px;
}
.city-page-slider > div:not(:first-of-type){
    display: none;
}
.city-page-slider{
    margin-left: -5px;
    margin-right: -5px;
}
.city-page-slider .col{
    padding-left: 5px;
    padding-right: 5px;
}
.city-page-slider .slick-next{
    right: 20px;
    top: auto;
    bottom: 20px;
}
.city-page-slider .slick-prev{
    right: 70px;
    top: auto;
    left: auto;
    bottom: 20px;
}
.city-page-slider img{
    width: 100%;
    border-radius: 20px;
}

@media(max-width: 991px){
    .city-page-slider{
        top: 90px;
    }
}
@media(max-width: 767px){
    .city-page-columns > .col{
        width: 100%;
    }
    .city-page-columns > .left-col{
        margin-bottom: 30px;
    }
}
/* /. city page */

p .btn{
    margin-bottom: 15px;
}


/* messagers fixed buttons */
.messagers-block{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.messagers-block-main-btn{
    background: url(../images/vidget/feedbackbutton.svg) 50% 50% no-repeat #26C24A;
    border: 2px solid #26C24A;
    background-size: 80%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    animation: btnpulse 2s infinite;
    position: relative;
    z-index: 10;
}

@-webkit-keyframes btnpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(38,194,74, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(38,194,74, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(38,194,74, 0);
  }
}
@keyframes btnpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(38,194,74, 0.9);
    box-shadow: 0 0 0 0 rgba(38,194,74, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(38,194,74, 0);
      box-shadow: 0 0 0 20px rgba(38,194,74, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(38,194,74, 0);
      box-shadow: 0 0 0 0 rgba(38,194,74, 0);
  }
}
.messagers-block-main-btn:hover {
    animation: none;
}
.messagers-block.active .messagers-block-main-btn{
    background: url(../images/vidget/feedbackbutton-active.svg) 50% 50% no-repeat #fff;
    animation: none;
}
.messagers-block-buttons{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.messagers-block-buttons > a{
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.messagers-block-buttons > a:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}
.messagers-block-buttons > a.telegram-btn{
    background: #2ca8dd url(../images/vidget/telegram.svg) 50% no-repeat;
    background-size: 80%;
}
.messagers-block-buttons > a.whatsap-btn{
    background: #2AC54D url(../images/vidget/whatsapp.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.viber-btn{
    background: #7360F2 url(../images/vidget/viber.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.phone-btn{
    background: #2e79f2 url(../images/vidget/messagers-btns-phone.svg) 50% no-repeat;
    background-size: 50%;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(4){
    -webkit-transform: translate( 0, -190px);
    transform: translate( 0, -190px);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.messagers-block.active .messagers-block-buttons > a:nth-of-type(1) {
    -webkit-transform: translate( 0, -55px);
    transform: translate( 0, -55px);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(2){
    -webkit-transform: translate( 0, -100px);
    transform: translate( 0, -100px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(3){
    -webkit-transform: translate( 0, -145px);
    transform: translate( 0, -145px);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.messagers-block.active .messagers-block-buttons > a{
    visibility: visible;
    opacity: 1;
}
/* /. messagers fixed buttons */



