@charset "utf-8";

:root {
    --accent-color1: #00ace4;
    --accent-color2: #0075bf;
    --accent-color3: #0077c0;
    --accent-color-font: #fff;
    --font-primary: "Exo 2", sans-serif;
}
html{
    font-size: 17px;
    line-height: 1.6;
}
.map-section-contacts-block path{
    stroke: var(--accent-color1);
}
.theme-color,
.color-theme{
    color: var(--accent-color1);
}

.center {
    text-align: center;
}
.icon-svg {
    fill: #0075bf;
    stroke: #0075bf;
    stroke-width: 1;
}
.icon-svg svg{
    width: 80px;
    height: 80px;
}
.icon-svg2 {
    fill: #0075bf;
    stroke: #0075bf;
    stroke-width: 1;
}
.icon-svg2 svg{
    width: 50px;
    height: 50px;
}
body{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    color: #333;
}

h1,
.title-h1 {
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-size: 58px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
.index-template h1{
    zoom: 1.5;
    margin-bottom: 10px;
}

h2,
.title-h2 {
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 30px;
    color: #594b42;
}
.container > h2,
.container .title-h2,
.section-header h2,
.section-header .title-h2{
    margin-bottom: 60px;
}
.slick-arrows-top-section .section-header h2,
.slick-arrows-top-section .section-header .title-h2{
    margin-bottom: 40px;
}

h3,
.title-h3 {
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 25px;
}
h4,
.title-h4 {
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 25px;
}
h5,
.title-h5{
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}
h6,
.title-h6{
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}
.section h2 small{
    font-size: 22px;
    font-weight: normal;
    display: block;
    line-height: 1.3;
    margin-top: 20px;
}
.section-sup-title{
    font-size: 17px;
    letter-spacing: 2px;
    color: #a3a3a3;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
@media(max-width: 1299px){
    h1, .title-h1{
        font-size: 48px;
    }
}
@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 32px;
    }
    h2,
    .title-h2 {
        font-size: 32px;
    }
    h3,
    .title-h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .fancybox_modal h3,
    .fancybox_modal .title-h3{
        font-size: 38px;
    }
    h4,
    .title-h4 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    h5,
    .title-h5{
        font-size: 19px;
    }
    h6,
    .title-h6{
        font-size: 17px;
    }
    .section h2 small{
        font-size: 17px;
    }
    .section h2 small br{
        display: none;
    }
    .portfolio-template h1{
        zoom: 1.587;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    h2,
    .title-h2 {
        font-size: 26px;
    }
    h3,
    .title-h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    h4,
    .title-h4 {
        font-size: 20px;
    }
    h5,
    .title-h5{
        font-size: 18px;
    }
    .section-sup-title{
        font-size: 15px;
    }
}

@media(max-width: 499px) {
    h1 br,
    .title-h1 br,
    h2 br, 
    .title-h2 br,
    h3 br,
    .title-h3 br{
        display: none;
    }
    h1,
    .title-h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    h2,
    .title-h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    h3,
    .title-h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .fancybox_modal h3,
    .fancybox_modal .title-h3{
        font-size: 32px;
    }
    h4,
    .title-h4 {
        font-size: 18px;
    }
    h5,
    .title-h5{
        font-size: 17px;
    }
    h6,
    .title-h6{
        font-size: 16px;
    }
    .section-sup-title{
        font-size: 14px;
    }
}

a {
    color: var(--accent-color1);
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

a.invert:hover {
    color: var(--accent-color1);
}

.btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px 1px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: var(--accent-color-font);
    background-image: linear-gradient(80deg, var(--accent-color2) 0%, var(--accent-color1) 100%);
    text-align: center;
    transition: all 300ms ease-out;
    border-radius: 6px;
}
.btn:hover {
    background-image: linear-gradient(80deg, var(--accent-color2) 0%, var(--accent-color2) 100%);
    color: var(--accent-color-font);
}
.btn.btn-md {
    height: 50px;
    font-size: 17px;
    padding: 0 30px;
}
.btn.btn-lg {
    height: 60px;
    font-size: 18px;
    padding: 0 35px;
}
.btn.btn-xlg {
    height: 80px;
    font-size: 20px;
    padding: 0 45px;
    min-width: 300px;
    max-width: 100%;
}
.full-width{
    width: 100%;
}

.anim-link {
    position: relative;
    overflow: hidden;
}
.anim-link:before{
    content: '';
    position: absolute;
    top: 0;
    left: -20%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(121, 117, 117, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(121, 117, 117, 0))) no-repeat -2em 0%;
    background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255, 255, 255, 0.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
    background-size: 3em 100%;
    animation: move-blick 6s linear infinite;
    animation-delay: 1s;
}
.anim-link span{
    position: relative;
    z-index: 5;
}
@keyframes move-blick {
    0% {
         background-position: 0% 0%;
    }
    30% {
         background-position: 110% 0%;
    }
    100% {
         background-position: 110% 0%;
    }
}

@media(max-width: 499px){
    .btn.btn-xlg{
        height: 70px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 17px;
        min-width: 100%;
    }
    .btn.btn-lg{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
}
@media(max-width: 399px){
    .btn.btn-xlg{
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn.btn-lg{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
}

.btn.whatsapp-btn{
    background: #4CAF50;
    color: #fff;
}
.btn.whatsapp-btn:hover{
    background: #4CAF50;
    color: #fff;
    filter: brightness(115%);
}
.btn.whatsapp-btn img{
    margin-left: 10px;
}

.overflow-block{
    overflow: hidden;
}

.section{
    padding: 80px 0 70px;
}
.section-description{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.section h2 + h3{
    margin-top: -10px;
    margin-bottom: 40px;
}
.section-gradient-top_white-to-bottom_gray{
    background: linear-gradient(0deg, #F7F5F2 0, rgba(248, 248, 248, 0) 100%);
}
.section-gradient-top_gray-to-bottom_white{
    background: linear-gradient(0deg, rgba(248, 248, 248, 0) 0, #F7F5F2 100%);
}
.white-bg{
    background: #fff;
}
.gray-bg{
    background: #F7F5F2;
}
.dark-bg{
    background: #333;
    color: #fff;
}
.theme-color-bg{
    background: var(--accent-color1);
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}

@media(max-width: 991px){
    .section{
        padding: 60px 0 50px;
    }
    .pt0{
        padding-top: 0;
    }
    .pb0{
        padding-bottom: 0;
    }
}
@media(max-width: 767px){
    .section-description,
    .section-description span[class^="f1"],
    .section-description span[class^="f2"],
    .section-description span[class^="f3"],
    .section-description span[class^="f4"],
    .section-description strong[class^="f1"],
    .section-description strong[class^="f2"],
    .section-description strong[class^="f3"],
    .section-description strong[class^="f4"]{
        font-size: 18px;
    }
    .section-description br{
        display: none;
    }
    .index-template .main-content > .section:first-child:not(.pt0){
        padding-top: 30px;
    }
}
@media(max-width: 499px){
    .section-description,
    .section-description span[class^="f1"],
    .section-description span[class^="f2"],
    .section-description span[class^="f3"],
    .section-description span[class^="f4"],
    .section-description strong[class^="f1"],
    .section-description strong[class^="f2"],
    .section-description strong[class^="f3"],
    .section-description strong[class^="f4"]{
        font-size: 16px;
    }
}

.more-link{
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}
.more-link-arrow{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-left: 9px;
    position: relative;
    top: -1px;
    transition: all ease-out 300ms;
}
.more-link:hover .more-link-arrow{
    transform: translateX(5px);
}
.grid-carousel.slick-slider{
    display: block;
}
.grid-carousel > div:not(:first-of-type){
    display: none;
}
.grid-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.grid-carousel .slick-slide {
    height: inherit;
}
.grid-carousel .slick-slide > div {
    height: 100%;
}

/** Header **/
.header{
    position: relative;
}
.header-media{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.header-inner.fullheight{
    min-height: 100vh;
}
.header-media-slider > div:not(:first-of-type){
    display: none;
}
.header-media-slider,
.header-media-slider .item,
.header-media-slider .slick-list,
.header-media-slider .slick-track{
    height: 100%;
}
.header-img{
    height: 100%;
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(181deg, rgb(0 0 0 / 54%) 35%, rgba(0, 0, 0, 0.1) 78.79%);
}
.header-img:before{
    content:"";
    pointer-events: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/noise.gif);
    opacity: 0.06;
}

.header-inner{
    position: relative;
    display: flex;
    flex-direction: column;
}
.header-main{
    padding: 20px 0 10px;
}
.base-template .header-main{
    background: #f9f7f4;
}
.base-template .top-menu > ul > li > a{
    color: #333 !important;
}
.base-template .top-menu > ul > li.active > a,
.base-template .top-menu > ul > li:hover > a{
    color: var(--accent-color1) !important;
}
.base-template .top-menu-more-list > li > span,
.base-template .top-menu-more-list > li > span{
    color: #333 !important;
}
.base-template .logo-icon-dark{
    display: block;
}
.base-template .logo-icon-white{
    display: none;
}
.base-template .header-logo a .logo-title,
.base-template .header-contacts-title a{
    color: #333 !important;
}


.header-main-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 15px 30px;
    border-radius: 10px;
    background: #ffffffbd;
}
@media(max-width: 991px){
    .header-main-inner{
        background: #F9F7F4;
    }
}
.header-main-full-width{
    padding: 0;
}
.header-main-wrapper{
    position: relative;
    z-index: 800;
}
.header-main-full-width  .header-main-wrapper:not(.fixed) .header-main-wrapper-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.header-main-wrapper .container{
    position: relative;
}
.header-main-full-width .header-main-wrapper .header-main-wrapper-bg{
    outline: 1px solid #eee;
}
.header-main-full-width .header-main-inner{
    border-radius: 0;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    background: transparent !important;
}
.header-main-shadow-false .header-main-wrapper-bg{
    outline: none !important;
}
.header-main-wrapper.fixed .header-main-inner,
.header-main-wrapper.pred_fixed .header-main-inner{
    background: transparent !important;
}

.header-logo{
    height: 100%;
    width: 300px;
    display: flex;
    align-items: center;
    color: #333;
}
.header-logo a{
    color: #333;
}
.header-main-wrapper:not(.fixed) .header-logo,
.header-main-wrapper:not(.pred_fixed) .header-logo,
.header-main-wrapper:not(.fixed) .header-logo a,
.header-main-wrapper:not(.pred_fixed) .header-logo a{
    color: inherit;
}
.header-logo img{
    max-height: 100%;
}
.header-logo .logo-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
}
.header-logo .logo-inner img{
    max-width: 70px;
}
.header-logo .logo-body{
    width: calc(100% - 70px);
}
.header-logo .logo-inner img + .logo-body{
    padding-left: 15px;
}
.header-logo .logo-title {
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-size: 24px;
    line-height: .75;
    white-space: nowrap;
    font-weight: 300;
}
.header-logo .logo-title small{
    font-size: 50%;
    font-weight: 400;
}
.header-logo .logo-title span{
    white-space: nowrap;
}
.header-contacts{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 300px;
}

.header-contacts > .btn{
    margin-left: 30px;
}
.header-contacts .social-nav{
    margin-left: 15px;
}
.header-contacts-dropdown .title-h6{
    margin-bottom: 10px;
}
.header-contacts-dropdown-close{
    display: none;
}
.header-contacts-dropdown .social-nav{
    margin-left: 0;
}

.header-contacts-title{
    position: relative;
}
.header-contacts-title a{
    color: #333;
}
.header-contacts-title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.header-contacts-title a{
    font-weight: 500;
    font-size: 22px;
    padding-right: 15px;
    position: relative;
    color: #594B42;
}

.header-contacts-title a:after{
    content: "";
    border-top: 5px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 14px;
}
.header-contacts-dropdown-wrapper{
    position: relative;
}
.header-contacts-dropdown{
    background: #fff;
    color: #333;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 20px;
    width: 290px;
    top: 0;
    right: -5px;
    top: -20px;
    display: none;
}
.header-main-wrapper-push{
    display: none;
}
@media(min-width: 992px){
    .header-contacts-dropdown-wrapper:hover .header-contacts-dropdown{
        display: block;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed{
        position: fixed;
        bottom: 100%;
        left: 0;
        right: 0;
        background: #F9F7F4;
        z-index: 600;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .09);
        transition: transform .2s;
    }
    .fix-panel-true .header-main-wrapper.fixed{
        transform: translateY(100%);
    }
    .fix-panel-true .header-main-wrapper.pred_fixed .header-main-inner{
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
        outline: none;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed + .header-main-wrapper-push{
        display: block;
    }
}

.header-phone{
    margin-bottom: 10px;
}
.header-phone a{
    font-weight: 500;
    font-size: 22px;
}
.header-phone a:hover{
    color: #333;
}
.header-phone-description{
    font-size: 0.8em;
    line-height: 1.584em;
    margin-top: -2px;
}
.header-contacts-dropdown-btn{
    padding: 10px 0 20px;
}
.header-contacts-dropdown-items .item{
    margin-bottom: 14px;
}
.header-contacts-dropdown-items .item-title{
    font-size: 0.8em;
    line-height: 1.584em;
    font-weight: 500;
    margin-bottom: 2px;
}
.header-contacts-dropdown-items .item-value{
    line-height: 1.2;
    font-size: 15px;
}
.social-nav {
    display: flex;
}
.social-nav li{
    margin-right: 8px;
    display: inline-block;
}
.social-nav li:last-of-type{
    margin-right: 0;
}
.social-nav a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    background-image: linear-gradient(80deg, var(--accent-color2) 0%, var(--accent-color1) 100%);
}
.social-nav .telegram-btn:hover a{
    background: #0D83BE;
}
.social-nav .whatsapp-btn:hover a{
    background: #2CC54E;
}
.social-nav .viber-btn:hover a{
    background: #7360F2;
}
.social-nav .vk-btn:hover a{
    background:#0077FF;
}
.social-nav .inst-btn:hover a{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-nav .youtube-btn:hover a {
    background: #FF0000;
}
.social-nav a:hover{
    transform: scale(1.03);
    filter: brightness(110%);
}
.social-nav .telegram-btn a:hover {
  animation: radial-pulse-telegram 1.4s infinite;
}
.social-nav .whatsapp-btn a:hover {
  animation: radial-pulse-whatsapp 1.4s infinite;
}

.social-nav .vk-btn a:hover {
  animation: radial-pulse-vk 1.4s infinite;
}
.social-nav .inst-btn a:hover {
  animation: radial-pulse-inst 1.4s infinite;
}
.social-nav .youtube-btn a:hover {
  animation: radial-pulse-youtube 1.4s infinite;
}

@keyframes radial-pulse-telegram {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 136, 204, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
@keyframes radial-pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0px rgba(76,175,80, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
@keyframes radial-pulse-vk {
  0% {
    box-shadow: 0 0 0 0px rgba(0,119,255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
@keyframes radial-pulse-inst {
  0% {
    box-shadow: 0 0 0 0px rgba(227,86,61, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
@keyframes radial-pulse-youtube {
  0% {
    box-shadow: 0 0 0 0px rgba(255,0,0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}

.header-content{
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px 0;
    position: relative;
}
.header-content:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
    height: 36px;
    background: url(../images/header-white-before.png) 0 0 repeat-x;
}
.base-template .header-content{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-content.white_color{
    color: #fff;
}
.header-content-inner{
    padding: 0 30px;
}
.header-content-inner-columns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-content-inner-columns .col1{
    width: 44%;
    padding-right: 25px;
}
.header-content-inner-columns .col2{
    width: 56%;
    padding-left: 25px;
}
.header-subtitle{
    font-size: 22px;
    line-height: 1.5;
}
.header-content h1 span{
    color: var(--accent-color1);
    font-weight: bold;
}
.header-bottom{
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



@media(max-width: 1299px){
    .header-contacts > .btn{
        margin-left: 15px;
    }
    .header-content-inner{
        padding: 0;
    }
}

@media(max-width: 991px){
    .header-content-inner{
        text-align: center;
    }
    .header-content-inner-columns,
    .header-bottom{
        justify-content: center;
        text-align: center;
    }
    .header-media{
        background-color: #fff;
    }
    .header-img,
    .header-media.width-gradient .header-img{
        background-position: right 0 top 0;
        background-size: cover;
    }
    .header-inner{
        padding-top: 70px;
    }
    .header-main{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        background: #f9f7f4;
        z-index: 1000;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .header-main-inner{
        min-height: 1px;
        height: 70px;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
        outline: none;
    }
    .header-contacts{
        width: auto;
    }
    .header-contacts-dropdown {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        width: auto;
        z-index: 200;
        border-radius:0;
        box-shadow: 0 5px 5px rgba(0,0,0,0.3);
        border-top: 1px solid #eee;
    }
    .header-contacts-title:after{
        display: none;
    }
    .header-contacts-title-overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .header-contacts-dropdown-btn .btn.full-width{
        width: auto;
    }
    .header-contacts-dropdown-close{
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .header-subtitle br{
        display: none;
    }
    .header-content-inner-columns .col1 {
        width: 45%;
        padding-right: 20px;
    }
    .header-content-inner-columns .col2 {
        width: 55%;
        padding-left: 20px;
    }
    .header-bottom .btn {
        padding: 0 15px;
    }
    .header-logo,
    .header-logo a,
    .header-main-wrapper:not(.fixed) .header-contacts-title a, 
    .header-main-wrapper:not(.pred_fixed) .header-contacts-title a{
        color: #333 !important;
    }
}
@media(max-width: 767px){
    .header-logo .logo-inner img {
        width: 35px;
    }
    .header-logo .logo-inner img + .logo-body{
        width: calc(100% - 35px);
        padding-left: 5px;
    }
    .header-logo .logo-title{
        font-size: 20px;
    }
    .header-subtitle{
        font-size: 18px;
    }
    .header-bottom .btn {
        margin-right: 0;
        font-size: 2.5vw;
    }
}
@media(max-width: 699px){
    .header-content-inner-columns .col1 {
        width: 100%;
        padding-right: 0;
    }
    .header-content-inner-columns .col2 {
        width: 100%;
        padding-left: 0;
    }
    .header-content-inner-columns .col1 + .col2{
        margin-top: 4vw;
    }
    .header-bottom .btn{
        font-size: 18px;
        padding-left: 3.5vw;
        padding-right: 3.5vw;
    }
    .btn.btn-xlg{
        font-size: 18px;
    }
}
@media(max-width: 599px){
    .header-contacts-title a{
        font-size: 12px;
    }
    .header-contacts-title a:after{
        top: 5px;
    }
    .header-main-inner{
        height: 60px;
    }
    .header-inner{
        padding-top: 60px;
    }
    .header-contacts-dropdown{
        top: 60px;
    }
}
@media(max-width: 499px){
    .header-bottom .btn{
        font-size: 15px;
        height: 60px;
    }
    .btn.btn-xlg{
        height: 60px;
        font-size: 15px;
    }
    .header-logo{
        width: 200px;
    }
    .header-logo .logo-title{
        font-size: 18px;
    }
}
@media(max-width: 399px){
    .header-logo{
        width: 150px;
    }
    .header-logo .logo-title{
        font-size: 15px;
    }
}
@media(max-width: 359px){
    .header-logo .logo-inner img {
        width: 25px;
    }
    .header-logo .logo-inner img + .logo-body{
        width: calc(100% - 25px);
    }
    .header-logo{
        width: 100px;
    }
    .header-logo .logo-inner img + .logo-body .logo-title{
        font-size: 13px;
    }
    .header-contacts-title a{
        font-size: 10px;
    }
    .header-contacts-title a:after{
        top: 4px;
    }
}

/* top menu */
.top-menu{
    display: flex;
    width: calc(100% - 600px);
    padding: 0 25px;
    justify-content: center;
}
.top-menu > ul {
    display: flex;
    visibility: hidden;
    opacity: 0;
}
.top-menu.loaded > ul {
    visibility: visible;
    opacity: 1;
}
.top-menu.loaded > ul {
    visibility: visible;
    opacity: 1;
}

.top-menu li{
    position: relative;
    line-height: 1.2;
}
.top-menu a{
    color: #333;
    font-weight: 500;
}

.top-menu a:hover,
.top-menu li.active > a{
    color: var(--accent-color1) !important;
}
.top-menu > ul > li > a {
    font-size: 16px;
    margin: 0 18px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.top-menu li.down > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: middle;
    margin: -5px 0 0 8px;
    transition: all ease-out 300ms;
}
.top-menu ul ul li.down > a{
    position: relative;
    padding-right: 25px;
    width: 100%;
}
.top-menu ul ul li.down > a:after {
    transform: rotate(-45deg);
    position: absolute;
    right: 12px;
    top: 18px;
}
.top-menu li.down.active > a:after,
.top-menu li.down > a:hover:after{
    border-color: var(--accent-color1);
}
.top-menu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 39px);
    left: 0;
    width: 240px;
    z-index: 300;
    background: #f9f7f4;
    padding: 15px 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.top-menu ul ul:before{
    content: "";
    height: 39px;
    position: absolute;
    left: 0;
    right: 0;
    top: -39px;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu ul ul li + li{
    margin-top: 5px;
}
.top-menu ul ul a{
    color: #000;
    display: inline-block;
    padding: 7px 0;
    font-size: 15px;
}
.top-menu ul ul ul{
    top: 0;
    left: 100%;
    border-radius: 5px;
}

.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;
}
.top-menu-more-list > li:first-of-type {
    width: 40px;
    height: 100%;
}
.top-menu-more-list > li > span {
    display: block;
    width: 40px;
    line-height: 0.2;
    cursor: pointer;
    font-size: 1.5em;
    letter-spacing: 2px;
}
.header-main-wrapper.pred_fixed .top-menu-more-list > li > span,
.header-main-wrapper.fixed .top-menu-more-list > li > span{
    color: #333;
}
@media(max-width: 1299px){
    .top-menu{
        padding: 0 15px;
    }
    .top-menu > ul > li > a {
        font-size: 13px;
        margin: 0 15px;
    }
    .top-menu > ul > li.down > a:after {
        width: 5px;
        height: 5px;
        margin: -7px 0 0 6px;
    }
    .top-menu ul ul a{
        font-size: 13px;
    }
    .top-menu ul ul li.down > a:after{
        width: 5px;
        height: 5px;
    }
}
@media(max-width: 991px){
    .top-menu{
        display: none;
    }
}
/* /. top menu */
.logo-icon-dark{
    display: none;
}
.header-main-wrapper.fixed .logo-icon-dark{
    display: block;
}
.header-main-wrapper.fixed .logo-icon-white{
    display: none;
}
@media(max-width: 991px){
    .logo-icon-dark{
        display: block;
    }
    .logo-icon-white{
        display: none;
    }
}
@media(min-width: 991px){
    .header-main-wrapper:not(.fixed) .header-logo .logo-title{
        color: #fff;
    }
    .header-main-wrapper:not(.fixed) .top-menu > ul > li > a{
        color: #fff;
    }
    .header-main-wrapper:not(.fixed) .header-contacts-title a{
        color: #fff;
    }
    .header-main-wrapper:not(.fixed) .top-menu-more-list > li > span{
        color: #fff;
    }
    
}
/** /. Header **/


/* num-section */
.nums{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.nums .col{
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.nums .item{
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 5;
    background: #F7F5F2;
}
.nums .item-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 76px;
    line-height: 1.2;
    color: var(--accent-color1);
}
.nums .item-text{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
@media(max-width: 1559px){
    .nums{
        margin-left: -8px;
        margin-right: -8px;
    }
    .nums .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
}
@media(max-width: 1299px){
    .nums .item{
        padding: 25px;
    }
    .nums .item-title{
        margin-bottom: 15px;
        font-size: 56px;
    }
    .nums .item-text{
        font-size: 16px;
        line-height: 1.4;
    }
}
@media(max-width: 991px){
    .nums{
        margin-top: 0;
    }
    .nums .col{
        width: 50%;
    }
    .nums .item{
        padding: 20px 25px;
        border-radius: 2vw;
    }
    .nums .item-title{
        font-size: 46px;
    }
    .nums .item-text{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .nums .item{
        padding: 20px;
    }
    .nums .item-title{
        margin-bottom: 10px;
        font-size: 36px;
    }
    .nums .item-text{
        font-size: 12px;
    }
}
@media(max-width: 599px){
    .nums .col{
        width: 100%;
        margin-bottom: 15px;
    }
    .nums .item-title{
        font-size: 12vw;
    }
    .nums .item-text{
        font-size: 4vw;
    }
}
@media(max-width: 499px){
    .nums .item-title{
        font-size: 14vw;
    }
    .nums .item-text{
        font-size: 4.2vw;
    }
}
/* /. num-section */


/* video-section */
.video-section-inner{
    width: 970px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.video-section-inner img{
    width: 100%;
}
/* / video-section */

/* video btn */
.video-section .video-holder{
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.video-section .video-holder-icon{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.video-section .video-holder-icon a{
    display: block;
    height: 100%;
    position: relative;
    border-radius: 100%;
    background: rgba(255,255,255,.7);
    z-index: 5;
}
.video-section .video-holder-icon a:hover{
    background: rgba(255,255,255,1);
}
.video-section .video-holder-icon .play-icon{
    display: inline-block;
    border-left: 30px solid var(--accent-color1);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -10px;
    transition: all 200ms ease-out;
}
.video-section .video-holder-icon .animation-element{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    animation: video-section-type1-animaion 2s linear infinite;
    box-shadow: 0 0 0 5px #fff;
    transition: all 0.3s ease;
    z-index: -1;
}
@keyframes video-section-type1-animaion {
  0% {
    transform: scale(1);
    opacity: 0.0; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } 
}
@media(max-width: 767px){
    .video-section .video-holder{
        right: calc(50% - 7.5vw);
    }
    .video-section .video-holder-icon{
        width: 15vw;
        height: 15vw;
    }
    .video-section .video-holder-icon .play-icon {
        border-left-width: 4.5vw;
        border-top-width: 3vw;
        border-bottom-width: 3vw;
        margin-top: -3vw;
        margin-left: -1.5vw;
    }
}
/* /. video btn */

/* tabs */
.boxes{
    width: 100%;
    overflow: hidden;
}
.box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
}
.box.visible{
    position: relative;
    z-index: 1;
    opacity: 1;
}
.mobile-tab-header-wrapper {
    display: none;
}

.gallery-carousel-section .tabs{
    display: flex !important;
    width: 850px;
    max-width: 100%;
    margin: 0 auto 30px;
    white-space: nowrap;
    overflow-y: auto;
}
.gallery-carousel-section .tabs li{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid var(--accent-color1);
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    padding: 0 20px;
    white-space: nowrap;
}
.gallery-carousel-section .tabs li:hover{
    color: var(--accent-color2);
}
.gallery-carousel-section .tabs li.current{
    border-color: var(--accent-color3);
    color: var(--accent-color2);
}

/* /. tabs */


/* Reviews */
.reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.reviews .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
}
.reviews .item {
    padding: 30px 40px 30px 110px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #F7F5F2;
    border-radius: 20px;
}
.reviews .item-img{
    position: absolute;
    left: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}
.reviews .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews .item-letter{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 500;
    color: #aaa;
}
.fancybox_modal .reviews .item-letter{
    background: #F7F5F2;
}
.reviews .item-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.fancybox_modal .reviews .item-header{
    justify-content: flex-start;
    align-items: flex-start;
}
.reviews .star-block{
    line-height: 0;
    position: relative;
    top: -2px;
}
.reviews .item-body{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews .item-footer{
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.reviews .video-block{
    position: relative;
    width: 40px;
    height: 40px;
    background: #ff4343;
    border-radius: 50%;
    overflow: hidden;
    transition: all ease-out 300ms;
}
.reviews .btn + .video-block{
    margin-left: 10px;
}
.reviews .video-block a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.reviews .video-block a:after {
    content: "";
    background: url(../images/play2.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 13px;
    transition: all ease-out 300ms;
}
.reviews .video-block-long{
    width: 190px;
    border-radius: 30px;
}
.reviews .video-block-long a{
    padding: 0 30px 0 55px;
}
.reviews .video-block-long a:after{
    left: 25px;
}
.reviews .video-block:hover{
    background: #FF1212;
}

.reviews .item-date,
.reviews-modal .item-date{
    color: #999;
    font-size: 16px;
}
.reviews .item-title,
.reviews-modal .item-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #594c42;
}
.reviews .item-subtitle,
.reviews-modal .item-subtitle{
    color: var(--accent-color1);
    font-weight: 600;
}

.reviews-modal .item-body{
    padding-left: 80px;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}
.reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel .slick-slide>div {
    height: 100%;
}
.reviews-carousel .col{
    margin-bottom: 0;
}
.star-block .icon {
    color: #ced4da;
}
.star-block[data-rating="1"] .icon:nth-child(-n+1),
.star-block[data-rating="2"] .icon:nth-child(-n+2),
.star-block[data-rating="3"] .icon:nth-child(-n+3),
.star-block[data-rating="4"] .icon:nth-child(-n+4),
.star-block[data-rating="5"] .icon:nth-child(-n+5) {
    color: #f5b04d
}

.fancybox_modal .reviews .item{
    box-shadow: none;
    padding: 0;
    display: block;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.fancybox_modal .reviews .item-img{
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    margin-top: 0;
}
.fancybox_modal .reviews .item-img img{
    width: 100%;
}
.fancybox_modal .reviews .item-header-right{
    width: calc(100% - 200px);
    padding-left: 20px;
}
.fancybox_modal .reviews .item-date{
    margin-bottom: 5px;
}
.fancybox-slide{
    transition: none;
}
.fancybox_modal .fancybox-close-small {
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}
@media(max-width: 1559px){
    .reviews{
        margin-left: -8px;
        margin-right: -8px;
    }
    .reviews .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
}
@media(max-width: 1299px){
    .reviews .item-body{
        font-size: 14px;
    }
    .reviews .item {
        padding: 30px 20px 30px 150px;
    }
    .reviews .item-img {
        left: 20px;
        top: 20px;
    }
}
@media(max-width: 1199px){
    .reviews .item {
        padding: 30px 20px 30px 110px;
    }
    .fancybox_modal .reviews .item-header-right{
        width: calc(100% - 120px);
    }
}
@media(max-width:991px){
    .reviews .col{
        width: 100%;
    }
}
@media(max-width: 599px){
    .reviews-modal{
        padding-top: 40px;
        padding-bottom: 6vw;
    }
    .reviews .item-body{
        font-size: 16px;
    }
}
@media(max-width:499px){
    .reviews .item-img{
        width: 60px;
        height: 60px;
        left: 15px;
        top: 15px;
    }
    .reviews .item {
        padding: 20px 20px 20px 90px;
    }
    .reviews .item-letter{
        font-size: 32px;
    }
    .fancybox_modal .reviews{
        margin-left: 0;
        margin-right: 0;
    }
    .reviews-modal .item-body{
        padding-left: 80px;
        font-size: 13px;
    }
    .reviews .item-text,
    .reviews .item-date, 
    .reviews-modal .item-date{
        font-size: 13px;
    }
    
    .reviews .item-title, 
    .reviews-modal .item-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .reviews .item-subtitle, 
    .reviews-modal .item-subtitle{
        font-size: 14px;
    }
}
@media(max-width: 379px){
    .reviews .item-title, 
    .reviews-modal .item-title{
        font-size: 18px;
    }
    .fancybox_modal .reviews .item-header-right{
        width: 100%;
        padding-left: 0;
    }
    .reviews-modal .item-body{
        padding-left: 0;
        padding-top: 0;
    }
    .reviews .item{
        padding: 15px;
    }
    .reviews .item-img{
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }
    .reviews .item-header{
        display: block;
        position: absolute;
        top: 18px;
        left: 90px;
    }
    .fancybox_modal .item-header{
        position: static;
    }
    .reviews .item-date{
        margin-bottom: 7px;
    }
    .reviews-modal .item-date{
        position: absolute;
        top: 15px;
        left: 80px;
    }
    .reviews-modal .star-block{
        position: absolute;
        top: 30px;
        left: 80px;
    }
    .reviews-modal .push20{
        display: none;
    }
}

.slick-arrows-top-section .slick-slider{
    padding-top: 20px;
}
.slick-arrows-top-section .section-header{
    padding-right: 120px;
}
.slick-arrows-top-section .slick-next{
    right: 15px;
    top: -82px;
}
.slick-arrows-top-section .slick-prev{
    left: auto;
    right: 69px;
    top: -82px;
}
@media(max-width: 1559px){
    .slick-arrows-top-section .slick-next{
        right: 8px;
    }
    .slick-arrows-top-section .slick-prev{
        right: 61px;
    }
}
@media(max-width:991px){
    .slick-arrows-top-section .slick-next,
    .slick-arrows-top-section .slick-prev{
        top: -82px;
    }
}
@media(max-width:767px){
    .slick-arrows-top-section .section-header{
        padding-right: 0;
    }
    .slick-arrows-top-section .slick-slider{
        padding-top: 70px;
    }
    .slick-arrows-top-section .slick-next{
        right: auto;
        top: 0;
        left: 62px;
    }
    .slick-arrows-top-section .slick-prev{
        left: 8px;
        right: auto;
        top: 0;
    }
}

/* /. Reviews */


/* faq */
.faq-section{
    width: 100%;
    overflow: hidden;
}
.accordion .item{
    border-bottom: 1px solid #E7E7E7;
}
.accordion .item:last-child{
    border-bottom: none;
}
.accordion .item-head {
    min-height: 80px;
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    transition: all ease-out 300ms;
}
.accordion .item-title{
    font-size: 22px;
    line-height: 1.35;
    width: calc(100% - 50px);
}
.accordion .item-icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
    background: #F7F5F2;
    border-radius: 50%;
    color: var(--accent-color2);
}
.accordion .item-icon:after{
    content: "+";
    font-size: 42px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
.accordion .item.active .item-icon{
    transform: rotate(45deg);
}
.accordion .item:hover .item-head,
.accordion .item.active .item-head{
    color: var(--accent-color1);
}
.accordion .item-body {
    display: none;
    padding: 0 0 15px;
    font-size: 20px;
}
@media(max-width: 991px){
    .accordion .item-title{
        font-size: 20px;
    }
    .accordion .item-body{
        font-size: 15px;
        padding: 0 0 5px;
    }
}
@media(max-width: 767px){
    .accordion .item-head{
        padding: 10px 0;
    }
    .accordion .item-title{
        font-size: 16px;
    }
    .accordion .item-body {
        padding: 0;
    }
}
/* /. faq */

/* footer */
.footer{
    background: #fff;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-inner .col1{
    width: calc(100% - 50px);
    padding-right: 20px;
}
.footer-inner .col2{
    width: 50px;
}
.footer a{
    color: #777;
    text-decoration: underline;
    display: inline-block;
    line-height: 1.2;
}
.footer a:hover{
    color: #000;
    text-decoration: none;
}
@media(max-width: 699px){
    .copyright{
        font-size: 4vw;
    }
}
/* /. footer */

/* Breadcrumbs */
.breadcrumb{
    margin: 25px 0 35px;
    font-size: 15px;
}
.breadcrumb > li {
    display: inline;
    color: #000;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after {
    content: '';
    display: inline-block;
    background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 4px;
    margin-right: 0px;
    width: 20px;
    height: 17px;
    position: relative;
    top: -2px;
}
.breadcrumb > li > a:hover{
    color: #000;
}
.breadcrumb span,
.breadcrumb a{
    display: inline-block;
}
.breadcrumb span:first-letter,
.breadcrumb a:first-letter{
    text-transform: capitalize;
}
@media(max-width: 991px){
    .breadcrumb{
        display: flex;
        overflow: auto;
        margin-bottom: 25px;
    }
}
/* /. Breadcrumbs */

/* info-accent-section */
.info-accent-section-inner{
    border-radius: 30px;
    padding: 60px 50px 50px;
    overflow: hidden;
}

.info-accent-section.full-width .info-accent-section-inner{
    border-radius: 0;
}
.info-accent-section-description{
    margin-top: 50px;
}
.section-pattern{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.section-pattern-gradient{
    background: linear-gradient(180deg, rgb(0 0 0 / 39%) 19.5%, rgb(0 0 0 / 5%) 78.79%);
}
.section-width-pattern .container{
    position: relative;
    z-index: 10;
}
@media (max-width: 1559px) {
    .info-accent-section-inner{
        padding: 60px 4vw 50px;
    }
}
@media (max-width: 991px) {
    .info-accent-section-inner{
        border-radius: 4vw;
        padding: 60px 6vw 50px;
    }
}
/* /. info-accent-section */

/* features-type1 */
.features-type1{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.features-type1 .col{
    width: 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.features-type1 .item{
    height: 100%;
    background: #fff;
    padding: 5px;
    min-height: 135px;
}
.gray-bg .features-type1 .item{
    border: none;
}
.features-type1 .item.icon-position-left{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.features-type1 .item.vertical-align-flex-start{
    align-items: flex-start;
}

.features-type1 .item.icon-position-top .item-icon,
.features-type1 .item.icon-position-center .item-icon,
.features-type1 .item.icon-position-right .item-icon{
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}
.features-type1 .item.icon-position-top .item-icon-num,
.features-type1 .item.icon-position-right .item-icon-num{
    width: 60px;
    height: 60px;
    font-size: 26px;
}
.features-type1 .item.icon-position-center .item-icon-num{
    font-size: 30px;
}
.features-type1 .item.icon-position-center{
    text-align: center;
}
.features-type1 .item.icon-position-center .item-icon{
    margin-left: auto;
    margin-right: auto;
}
.features-type1 .item.icon-position-right .item-icon{
    margin-left: auto;
}

.features-type1 .item-icon-false{
    background: url(../images/check-feature-icon.svg) 50% 50% / 20px 20px no-repeat var(--accent-color1);
    border-radius: 50%;
}
.features-type1 .item-icon-num{
    background: var(--accent-color1);
    color: var(--accent-color-font);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
}
.features-type1 .item.icon-position-left .item-icon{
    width: 50px;
    height: 50px;
}
.features-type1 .item.icon-position-left .item-icon + .item-body{
    width: calc(100% - 50px);
    padding-left: 25px;
}
.features-type1 .item-icon-true img{
    width: 100%;
    max-height: 100%;
}
.features-type1 .item-title{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}
.features-type1 .item-title + .item-text{
    margin-top: 10px;
}
.features-type1 .item-text{
    font-size: 16px;
}

@media(max-width: 1559px){
    .features-type1 .item {
        padding: 2vw;
        min-height: 12vw;
    }
    .features-type1 .item.icon-position-left .item-icon{
        width: 3.2vw;
        height: 3.2vw;
    }
    .features-type1 .item.icon-position-left .item-icon + .item-body{
        width: calc(100% - 3.2vw);
        padding-left: 1.6vw;
    }
    .features-type1 .item-title{
        font-size: 1.6vw;
    }
    .features-type1 .item-title + .item-text{
        margin-top: 0.64vw;
    }
    .features-type1 .item-text{
        font-size: 1vw;
    }
    .features-type1 .item-icon-false{
        background-size: 1.28vw 1.28vw;
    }
    .features-type1 .item.icon-position-top .item-icon{
        width: 70px;
        height: 70px;
    }
    .features-type1 .item-icon-num{
        font-size: 1.5vw;
    }
}
@media(max-width: 1229px){
    .features-type1 .item.icon-position-top .item-icon{
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    
}
@media(max-width: 991px){
    .features-type1 .item.icon-position-left .item-icon{
        width: 3vw;
        height: 3vw;
    }
    .features-type1 .item.icon-position-left .item-icon + .item-body{
        width: calc(100% - 3vw);
        padding-left: 2vw;
    }
    .features-type1 .item-title{
        font-size: 2vw;
    }
    .features-type1 .item-title + .item-text{
        margin-top: 6px;
    }
    .features-type1 .item-text{
        font-size: 1.5vw;
    }
    .features-type1 .item.icon-position-top .item-icon{
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
    }
    .features-type1 .item.icon-position-top .item-icon-num,
    .features-type1 .item.icon-position-right .item-icon-num{
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .features-type1 .item.icon-position-center .item-icon{
        margin-bottom: 15px;
        width: 70px;
        height: 70px;
    }
}
@media(max-width: 767px){
    .features-type1 .col{
        width: 50%;
    }
    .features-type1 .item{
        padding: 3vw;
        min-height: 14vw;
    }
    .features-type1 .item.icon-position-left .item-icon{
        width: 4.5vw;
        height: 4.5vw;
    }
    .features-type1 .item.icon-position-left .item-icon + .item-body{
        width: calc(100% - 4.5vw);
    }
    .features-type1 .item-title{
        font-size: 3vw;
    }
    .features-type1 .item-text{
        font-size: 2vw;
    }
    .features-type1 .item-icon-false{
        background-size: 1.7vw 1.7vw;
    }
    .features-type1 .item-icon-num{
        font-size: 2.3vw;
    }
}
@media(max-width: 499px){
    .features-type1 .col{
        width: 100%;
    }
    .features-type1 .item{
        padding: 6vw 6vw 6vw 4vw;
        min-height: 20vw;
    }
    .features-type1 .item.icon-position-left .item-icon{
        width: 10vw;
        height: 10vw;
    }
    .features-type1 .item.icon-position-left .item-icon + .item-body{
        width: calc(100% - 10vw);
        padding-left: 4vw;
    }
    .features-type1 .item-title{
        font-size: 18px;
    }
    .features-type1 .item-text{
        font-size: 14px;
    }
    .features-type1 .item-title br{
        display: none;
    }
    .features-type1 .item-icon-false{
        background-size: 3.4vw 3.4vw;
    }
    .features-type1 .item-icon-num{
        font-size: 5vw;
    }
}
/* /. features-type1 */

/* contacts page */
.contacts-page-columns{
    display: flex;
    flex-wrap: wrap;
    background: #F7F5F2;
    overflow: hidden;
    border-radius: 20px;
}
.map-section-contacts-block {
    width: 570px;
    background: #F7F5F2;
    padding: 70px 70px 80px;
    position: relative;
    z-index: 10;
}
.contacts-page-columns .map-wrapper{
    width: calc(100% - 570px);
}
.contacts-page-columns .map{
    height: 100%;
    min-height: 500px;
}
.contacts-page-content-wrapper{
    background: #fff;
    padding: 70px;
    box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}
.map-section-contacts-block .item{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.map-section-contacts-block .item-icon {
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-section-contacts-block .item-body{
    width: calc(100% - 28px);
    padding-left: 7px;
}
.map-section-contacts-block .item-title{
    font-weight: 600;
}
.map-section-contacts-block .item-phone{
    font-weight: 700;
    font-size: 18px;
}

.map-section-contacts-block .messengers-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.map-section-contacts-block .messengers-item-title{
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    width: 115px;
}
.map-section-contacts-block .messengers-item-buttons{
    width: calc(100% - 115px);
    padding-left: 20px;
}
.map-section-contacts-block .messengers-item-buttons a {
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.map-section-contacts-block .messengers-item-buttons a img{
    margin-right: 5px;
}
.map-section-contacts-block .messengers-item-buttons a:last-of-type{
    margin-right: 0;
}
.map-section-contacts-block .messengers-item-buttons a img{
    height: 18px;
}
.map-section-contacts-block .messengers-item-buttons a:hover{
    box-shadow: 0 0 0 2px rgb(0 0 0 / 15%);
}

@media(max-width: 1249px){
    .map-section-contacts-block {
        width: 500px;
        padding: 60px 60px 70px;
    }
    .contacts-page-columns .map-wrapper{
        width: calc(100% - 500px);
    }
    .contacts-page-content-wrapper{
        padding: 60px;
    }
}
@media(max-width: 991px){
    .contacts-page-columns .map-section-contacts-block{
        width: 340px;
        padding: 30px;
    }
    .contacts-page-columns .map-wrapper{
        width: calc(100% - 340px);
    }
    .contacts-page-content-wrapper{
        padding: 30px;
    }
    .map-section-contacts-block {
        width: 440px;
        padding: 40px 40px 50px;
    }
    .map-section-contacts-block h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .map-section-contacts-block .item-body {
        font-size: 14px;
    }
    .map-section-contacts-block .item-phone{
        font-size: 16px;
        line-height: 1.4;
    }
    .map-section-contacts-block .item-title{
        font-size: 15px;
    }
    .map-section-contacts-block .messengers-item-title{
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .map-section-contacts-block .messengers-item-buttons {
        width: 100%;
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .contacts-page-columns .map-section-contacts-block{
        width: 100%;
        padding: 25px 15px;
    }
    .contacts-page-columns .map-wrapper{
        width: 100%;
    }
    .contacts-page-content-wrapper{
        margin-bottom: 0;
    }
    .contacts-page-columns{
        background-color: transparent;
    }
    .contacts-page-columns .map{
        min-height: 300px;
        height: 300px;
    }
    .contacts-page-content-wrapper .content{
        font-size: 14px;
    }
}
/* /. contacts page */

/* slider-section */
.slider > div:not(:first-of-type){
    display: none;
}
.slider.container-width{
    margin-left: -10px;
    margin-right: -10px;
}
.slider.container-width .col{
    padding-left: 10px;
    padding-right: 10px;
}
.slider .item{
    position: relative;
}
.slider.container-width .item{
    overflow: hidden;
    border-radius: 30px;
}
.slider .item-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .item-img-pattern{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider .item-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 45px;
}
.vertical-text-top .slider .item-content{
    align-items: flex-start;
}
.vertical-text-bottom .slider .item-content{
    align-items: flex-end;
}
.dots_true .slider .item-content-inner{
    padding-bottom: 35px;
}
.slider .item-title{
    line-height: 1.1;
    font-weight: 600;
}
.slider .item-text{
    line-height: 1.4;
}
.slider .item-title + .item-text{
    margin-top: 50px;
}
.slider .item-btn{
    margin-top: 50px;
}

.slider.container-width .item-content{
    padding: 50px 35px;
}
.slider.container-width .item-title + .item-text{
    margin-top: 40px;
}
.slider.container-width .item-btn{
    margin-top: 40px;
}
.slider .item .btn{
    white-space: nowrap;
}
.slider .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-top: 0;
}
.slider .slick-dots li:not(.slick-active){
    background: #fff;
}

.arrows_false .slick-next,
.arrows_false .slick-prev{
    display: none !important;
}
.dots_false .slick-dots{
    display: none !important;
}
@media(max-width: 1799px){
    .arrows_true .slider .item-content-inner{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1559px){
    .slider.full-width .item-content{
        padding: calc(60vw / 15.6) calc(35vw / 15.6);
    }
    .slider.full-width .item-title + .item-text{
        margin-top: calc(50vw / 15.6);
    }
    .slider.full-width .item-btn{
        margin-top: calc(50vw / 15.6);
    }
    
    .slider.container-width .item{
        border-radius: calc(30vw / 15.6);
    }
    .slider.container-width .item-content{
        padding: calc(50vw / 15.6) calc(35vw / 15.6);
    }
    .slider.container-width .item-title + .item-text{
        margin-top: calc(40vw / 15.6);
    }
    .slider.container-width .item-btn{
        margin-top: calc(40vw / 15.6);
    }
}
@media(max-width: 991px){
    .slider .item-title br,
    .slider .item-text br{
        display: none;
    }
    .slider.full-width .item-title + .item-text{
        margin-top: calc(50vw / 12);
    }
    .slider.full-width .item-btn{
        margin-top: calc(50vw / 12);
    }
    .slider.container-width .item-title + .item-text{
        margin-top: calc(40vw / 12);
    }
    .slider.container-width .item-btn{
        margin-top: calc(40vw / 12);
    }
    .slider.container-width .item{
        border-radius: calc(30vw / 9);
    }
    .slider .item-content{
        align-items: flex-start;
    }
    .arrows_true .slider .item-content-inner{
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 767px){
    .slider .item-content-inner{
        padding-top: 5vw;
        padding-bottom: 70vw;
    }
    .slider.full-width .item-title + .item-text{
        margin-top: calc(50vw / 10);
    }
    .slider.full-width .item-btn{
        margin-top: calc(50vw / 10);
    }
    .slider.container-width .item-title + .item-text{
        margin-top: calc(40vw / 10);
    }
    .slider.container-width .item-btn{
        margin-top: calc(40vw / 10);
    }
    .slider.container-width .item{
        border-radius: calc(30vw / 7);
    }
    .slider .slick-dots{
        bottom: 10px;
    }
    .slider .slick-dots li{
        width: 11px;
        height: 11px;
        margin: 0 6px 0;
    }
}
@media(max-width: 599px){
    .slider .item-content-inner{
        padding-top: 10vw;
        padding-bottom: 90vw;
    }
    .dots_true .slider .item-content-inner{
        padding-bottom: 25px;
    }
    .slider .slick-dots{
        bottom: 5px;
    }
}
/* /.slider-section */

/* video reviews */
.video-reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.video-reviews .col{
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.video-reviews .item{
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.video-reviews .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 400ms;
}
.video-reviews .item:after{
    content: "";
    background: url(../images/play3.svg) 50% / contain no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all ease-out 400ms;
}
.video-reviews .item:hover:after{
    transform: scale(1.2);
}

.video-reviews-carousel > div:not(:first-of-type){
    display: none;
}

@media(max-width: 1399px){
    .video-reviews{
        margin-left: -8px;
        margin-right: -8px;
    }
    .video-reviews .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
    .video-reviews .item:after{
        width: 7.1428vw;
        height: 7.1428vw;
        top: calc(50% - 3.5714vw);
        left: calc(50% - 3.5714vw);
    }
}
@media(max-width: 991px){
    .video-reviews .col{
        width: 33.3333%;
    }
    .video-reviews .item:after{
        width: 10vw;
        height: 10vw;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
    }
}
@media(max-width: 599px){
    .video-reviews .col{
        width: 50%;
    }
    .video-reviews .item:after{
        width: 16.6666vw;
        height: 16.6666vw;
        top: calc(50% - 8.3333vw);
        left: calc(50% - 8.3333vw);
    }
    
    .slick-arrows-top-section .section-header{
        padding-right: 0;
    }
    .slick-arrows-top-section .slick-slider{
        padding-top: 70px;
    }
}
/* /. video reviews*/

/* content-blocks */
.content-blocks .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-blocks .item:last-child{
    margin-bottom: 0;
}
.content-blocks .item-content{
    width: 55%;
    font-size: 18px;
    line-height: 1.8;
}
.content-blocks .item-img{
    width: 45%;
    padding: 0 50px 60px 30px;
    position: relative;
}
.content-blocks .item-img img{
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}
.content-blocks .item-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    right: 80px;
    background: #F7F5F2;
    border-radius: 30px;
}
.content-blocks .item:nth-child(even) .item-content{
    order: 1;
}
.content-blocks .item:nth-child(even) .item-img{
    order: 2;
    padding: 0 30px 60px 50px;
}
.content-blocks .item:nth-child(even) .item-img:before{
    right: 0;
    left: 80px;
}
.dark-bg .content-blocks .item-img:before{
    opacity: 0.1;
}
.gray-bg .content-blocks .item-img:before{
    background: var(--accent-color1);
}
@media(max-width: 1559px){
    .content-blocks .item-content{
        line-height: 1.6;
    }
}
@media(max-width:991px){
    .content-blocks .item{
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .content-blocks .item-content{
        width: 65%;
    }
    .content-blocks .item-img{
        width: 35%;
        padding: 0 30px 0 0;
    }
    .content-blocks .item-img img{
        border-radius: 20px;
    }
    .content-blocks .item-img:before{
        display: none;
    }
    .content-blocks .item:nth-child(even) .item-img{
        padding: 0 0 0 30px;
    }
}
@media(max-width: 699px){
    .content-blocks .item{
        margin-bottom: 30px;
    }
    .content-blocks .item-img{
        width: 30%;
        padding: 0 20px 0 0;
        order: 1;
    }
    .content-blocks .item:nth-child(even) .item-img{
        padding: 0 20px 0 0;
        order: 1;
    }
    .content-blocks .item-content{
        order: 2;
    }
    .content-blocks .item-content,
    .content-blocks .item-content p{
        font-size: 13px;
    }
    .content-blocks .item h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .content-blocks .item-img img{
        border-radius: 10px;
    }
}
@media(max-width: 429px){
    .content-blocks .item-content {
        width: 100%;
        order:2;
    }
    .content-blocks .item-img{
        order:1;
        width: 100%;
        padding: 0 !important;
        margin-bottom: 30px;
    }
}
/* /. content-blocks */

.container-min{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
/* about-section2 */
.about-section2 .section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 18px;
    z-index: 5;
    border: 0;
    background: url(../images/sapar2.svg) repeat-x left bottom;
    padding-bottom: 0px;
    padding-top: 20px;
}
.about-section2 .content-block{
    width: calc(100% - 560px);
    padding-left: 50px;
}
.about-section2 .img-block{
    width: 560px;
    display: inline-flex;
    justify-content: flex-end;
}
.about-section2 .content-block.full-width{
    padding-right: 0;
    width: 100%;
}
@media(max-width:1199px){
    .about-section2 .content-block{
        width: 50%;
        padding-left: 40px;
    }
    .about-section2 .img-block{
        width: 50%;
        
    }
}
@media(max-width:991px){
    .about-section2 .section-inner{
        align-items: flex-start;
    }
    .about-section2 .content-block{
        width: 55%;
        padding-left: 30px;
    }
    .about-section2 .img-block{
        width: 45%;
        
    }
}
@media(max-width:767px){
    .about-section2 .content-block{
        width: 100%;
        padding-left: 0;
    }
    .about-section2 .img-block{
        width: 100%;
        margin-bottom: 40px;
        justify-content: flex-start;
        
    }
}
@media(max-width: 499px){
    .about-section2 .content-block .btn{
        width: 100%;
    }
}
/* / about-section2 */

/* services */
.services{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.services .col{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.services .item{
    height: 100%;
    background: #f9f7f4;
    display: flex;
    flex-wrap: wrap;
    color: #594b42;
    font-size: 15px;
}
.services .item-img{
    width: 240px;
}
.services .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .item-body{
    width: calc(100% - 240px);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services .item-title{
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
}

@media(max-width: 1199px) and(min-width: 992px){
    .services .item-img{
        width: 35%;
    }
    .services .item-body{
        width: 65%;
        padding: 2vw;
    }
    .services .item-title{
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .services .col{
        width: 100%;
    }
}
@media(max-width: 699px) and (min-width: 500px){
    .services .item-img{
        width: 35%;
    }
    .services .item-body{
        width: 65%;
        padding: 3.5vw;
    }
    .services .item-title{
        font-size: 18px;
    }
}
@media(max-width: 499px){
    .services .item-img{
        width: 100%;
        max-height: 260px;
    }
    .services .item-body{
        width: 100%;
        padding: 20px;
        font-size: 14px;
        text-align: center;
    }
    .services .item-title{
        font-size: 17px;
    }
}
/* /. services */

/* portfolio */
.portfolio{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.portfolio .item{
    height: 100%;
    background: #F9F7F4;
    color: #594b42;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.portfolio .item-img{
    width: 100%;
}
.portfolio .item-img img{
    width: 100%;
}
.portfolio .item-body{
    width: 100%;
    flex: 1 0 auto;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.portfolio .item-title{
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
}
.portfolio .item-body .btn{
    position: relative;
    z-index: 10;
}

@media(max-width: 1559px){
    .portfolio{
        margin-left: -8px;
        margin-right: -8px;
    }
    .portfolio .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
}
@media(max-width: 1299px){
    .portfolio .col{
        width: 33.3333%;
    }
}
@media(max-width: 1199px){
    .portfolio .item-body{
        padding: 20px;
    }
    .portfolio .item-title{
        font-size: 18px;
    }
}
@media(max-width: 899px){
    .portfolio .col{
        width: 50%;
    }
}
@media(max-width: 549px){
    .portfolio .col{
        width: 100%;
    }
}
/* /. portfolio */

/* gallery-checkerboard */
.gallery-checkerboard-item + .gallery-checkerboard-item{
    margin-top: 70px;
}
.gallery-checkerboard-item{
    display: flex;
    flex-wrap: wrap;
}
.gallery-checkerboard-item .item-slider{
    width: 760px;
}
.gallery-checkerboard-item .item-slider img{
    width: 100%;
    height: auto;
}
.gallery-checkerboard-item .item-content{
    width: calc(100% - 760px);
    padding-right: 40px;
}

.gallery-checkerboard-item:nth-child(even) .item-slider{
    order: 1;
}
.gallery-checkerboard-item:nth-child(even) .item-content{
    order: 2;
    padding-right: 0;
    padding-left: 40px;
}
.gallery-checkerboard-thumb-slider-wrapper{
    width: 100%;
    overflow: hidden;
}
.gallery-checkerboard-thumb-slider{
    margin-top: 6px;
    margin-left: -3px;
    margin-right: -3px;
}
.gallery-checkerboard-thumb-slider .item{
    padding-right: 3px;
    padding-left: 3px;
}

.gallery-checkerboard-big-slider .slick-prev{
    left: 15px;
    background: rgba(255,255,255,.5);
}
.gallery-checkerboard-big-slider .slick-next{
    right: 15px;
    background: rgba(255,255,255,.5);
}

@media(max-width: 1299px){
    .gallery-checkerboard-item .item-slider{
        width: 55%;
    }
    .gallery-checkerboard-item .item-content{
        width: 45%;
        padding-right: 30px;
    }
    .gallery-checkerboard-item:nth-child(even) .item-content{
        padding-right: 0;
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    .gallery-checkerboard-item .item-slider{
        width: 50%;
    }
    .gallery-checkerboard-item .item-content{
        width: 50%;
        padding-right: 20px;
        padding-top: 0;
        font-size: 14px;
    }
    .gallery-checkerboard-item .item-content h2{
        margin-bottom: 15px;
    }
    .gallery-checkerboard-item:nth-child(even) .item-content{
        padding-right: 0;
        padding-left: 20px;
    }
}
@media(max-width: 767px){
    .gallery-checkerboard-item + .gallery-checkerboard-item{
        margin-top: 40px;
    }
    .gallery-checkerboard-item .item-slider{
        width: 100%;
        margin-bottom: 30px;
    }
    .gallery-checkerboard-item .item-content{
        width: 100%;
        padding-right: 0;
        font-size: 15px;
        margin-bottom: 0;
    }
    .gallery-checkerboard-item:nth-child(even) .item-content{
        padding-left: 0;
    }
    .gallery-checkerboard-item:nth-child(odd) .item-content{
        padding-right: 0;
        padding-left: 0;
        order: 2;
        margin-bottom: 0;
    }
    .gallery-checkerboard-item:nth-child(odd) .item-slider{
        order: 1;
    }
    .gallery-checkerboard-item .btn{
        width: 100%;
    }
}
/* /. gallery-checkerboard */


/* gallery-carousel-section */
.gallery-carousel-section{
    width: 100%;
    overflow: hidden;
}
.gallery-carousel-wrapper{
    width: 100%;
    overflow: hidden;
}
.gallery-carousel-inner{
    margin-left: -20%;
    margin-right: -20%;
}
.gallery-carousel{
    position: relative;
    z-index: 6;
}
.gallery-carousel > div:not(:first-of-type){
    display: none;
}
.gallery-carousel .item{
    padding-left: 2vw;
    padding-right: 2vw;
    transition: all ease-out 300ms;
    opacity: 0.4;
    cursor: pointer;
}
.gallery-carousel.slick-slider .item img{
    width: 100%;
    border-radius: 20px;
}

.gallery-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 2vw 0;
}
.gallery-carousel .slick-slide {
    height: inherit;
}

.gallery-carousel .slick-center .item{
    transform: scale(1.1);
    opacity: 1;
    cursor: default;
}
@media(max-width: 1559px){
    .gallery-carousel .item-inner{
        border-radius: 2vw;
    }
}
@media(max-width: 991px){
    .gallery-carousel .item{
        margin-bottom: 0;
    }
}
@media(max-width: 429px){
    .gallery-carousel-inner{
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-carousel .item{
        opacity: 1;
    }
    
    .gallery-carousel-section .tabs li {
        height: 40px;
        font-size: 16px;
    }
}
/* /. gallery-carousel-section */


/* get-offer-section */
.get-offer-block{
    background: var(--accent-color1);
    padding: 45px;
    color: #fff;
    border-radius: 20px;
}
.get-offer-block h2{
    color: #fff;
    margin-bottom: 20px;
}
.get-offer-block-subtitle{
    font-size: 18px;
    color: #fff;
    max-width: 700px;
    opacity: 1;
    margin: 0 auto 30px;
}
.get-offer-block .form-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 20px;
}
.get-offer-block .col{
    width: calc(33.3333% - (200px / 3));
    padding-left: 8px;
    padding-right: 8px;
}
.get-offer-block .col.last{
    width: 200px;
}
.get-offer-block .form-control{
    background: #fff;
    border: none;
}
.get-offer-block .agreement a{
    color: #fff;
}
.get-offer-block .form-control{
    margin-bottom: 14px;
    border: none;
    border-bottom: 1px solid #fefefe;
    color: #fefefe;
    background: transparent;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}
.get-offer-block .form-control.error{
    border-bottom-color: red !important;
}
.get-offer-block .form-control::-moz-placeholder {
    color: #fefefe;
}
.get-offer-block .form-control:-ms-input-placeholder {
    color: #fefefe;
}
.get-offer-block .form-control::-webkit-input-placeholder {
    color: #fefefe;
}

.get-offer-block .btn{
    background: #fff;
    color: var(--accent-color1);
    border: 1px solid #fff;
}
.get-offer-block .btn:hover{
    background: transparent;
    color: #fff;
}
#datepicker{
    padding-right: 35px;
    background: url(../images/datepicker.svg) right 0 top 50% / 25px 56px no-repeat;
}
@media(max-width: 1099px){
    .get-offer-block .agreement{
        text-align: left;
    }
    .get-offer-block{
        padding: 45px 35px;
    }
    .get-offer-block .form-control{
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .get-offer-block{
        padding: 45px 25px;
    }
    .get-offer-block .col{
        width: 33.3333%;
    }
    .get-offer-block .col.last{
        width: 100%;
        margin: 15px 0;
    }
}
@media(max-width: 767px){
    .get-offer-block .col{
        width: 100%;
    }
    .get-offer-block-subtitle{
        font-size: 16px;
    }
}
/* /. get-offer-section*/


/* datepicker */
.ui-datepicker{
    font-size: 0.875rem;
}
.ui-datepicker .ui-datepicker-header{
    border: none;
}
.ui-icon-circle-triangle-e{
    background-position: -34px 0;
}
.ui-icon-circle-triangle-w{
    background-position: -98px 0;
}
#ui-datepicker-div{
    border: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    width: 357px;
    z-index: 99999 !important;
    border-radius: 0;
    padding: 10px;
    background: #fff;
}
.ui-corner-all{
    border-radius: 0;
}
.ui-datepicker-today span,
.ui-datepicker-today a{
    background: var(--accent-color3) !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: var(--accent-color1);
    border: none;
    color: var(--accent-color-font);
    text-align: center;
}
.ui-state-default:hover{
    opacity: 0.8;
}
.ui-state-active{
    background: var(--accent-color2)!important;
}
.ui-widget-header{
    background: var(--accent-color1);
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover{
    background: none !important;
    border: none;
}
.ui-datepicker .ui-datepicker-title{
    color: var(--accent-color-font);
}
.ui-datepicker .ui-datepicker-next {
    right: 12px;
    top: 5px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 12px;
    top: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 12px;
    height: 12px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 5px !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    left: 0 !important;
    margin-left: 0;
    margin-top: 0;
    width: 12px;
    height: 12px;
    top: 5px;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(315deg);
}

.ui-datepicker .ui-datepicker-next span {
    transform: rotate(135deg);
}
@media(max-width: 1299px){
    #ui-datepicker-div{
        width: 250px;
    }
}
/* /. datepicker */


/* application-section */
.application-section-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.application-section-inner .section-img{
    width: 570px;
}
.application-section-inner .section-img img{
    width: 100%;
    border-radius: 20px;
}
.application-section-inner .section-img + .section-body{
    width: calc(100% - 570px);
    padding-left: 50px;
}

@media(max-width: 1299px){
    .application-section-inner .section-img + .section-body{
        padding-left: 30px;
        padding-right: 15px;
    }
}
@media(max-width: 1099px){
    .application-section-inner{
        align-items: flex-start;
    }
    .application-section-inner .section-img{
        width: 45%;
    }
    .application-section-inner .section-img + .section-body{
        width: 55%;
    }
}
@media(max-width: 699px){
    .application-section-inner .section-img{
        width: 100%;
    }
    .application-section-inner .section-img + .section-body{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
    }
    .application-section-inner .btn{
        width: 100%;
    }
}
/* /. application-section */


/* properties */
.properties{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.properties .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.properties .item{
    display: flex;
    flex-wrap: wrap;
}
.properties .item-icon{
    width: 20px;
}
.properties .item-body{
    width: calc(100% - 20px);
    padding-left: 20px;
}
.properties .item-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
@media(max-width: 991px){
    .properties .col{
        width: 50%;
    }
}
@media(max-width: 499px){
    .properties .col{
        width: 100%;
    }
    .properties .col:last-child{
        margin-bottom: 15px;
    }
}
/* /. properties */



/* gallery */
.gallery-wrapper{
    width: 100%;
    overflow: hidden;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gallery .col {
  flex: none;
}
.gallery .item{
    display: block;
    position: relative;
}
.gallery .item:after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: all ease-out 300ms;
    z-index: 4;
}
.gallery .item:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/zoom.svg) 50% 50% / 50px 50px no-repeat;
    opacity: 0;
    transition: all ease-out 300ms;
    transform: scale(0);
    z-index: 5;
}
.gallery .item:hover:after{
    opacity: 0.5;
}
.gallery .item:hover:before{
    opacity: 1;
    transform: scale(1);
}

.gallery .item img {
  display: block;
  height: auto;
  transition: all 0.4s ease; /* плавная перестройка */
}

/* /. gallery*/



/* modifications */
.about-section2{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.about-section2:after{
    content: "";
    position: absolute;
    right: -300px;
    bottom: -20px;
    width: 930px;
    height: 405px;
    background: url(../images/bg1.webp) 0 0 no-repeat;
    transform: scaleX(-1);
    pointer-events: none;
}


.features-type1-section.mod1{
    background: url(../images/bg1.webp) left 0 top 0 no-repeat;
}
.features-type1-section.mod1 .col{
    width: 25%;
}
.features-type1-section.mod1 .features-type1 .item{
    background: transparent;
}
.mod2 .features-type1 .item{
    padding: 0;
    background: transparent;
    min-height: 1px !important;
    height: auto !important;
    margin-bottom: 50px;
}
.mod1 .info-accent-section-description{
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.mod1 .info-accent-section-description .item-btn{
    width: 226px;
}
.mod1 .info-accent-section-description .item-content{
    width: calc(100% - 226px);
    padding-right: 30px;
}
.social-nav.mod a{
    border-radius: 0;
    width: 100px;
}
.social-nav.mod .telegram-btn a{
    background: #0D83BE;
}
.social-nav.mod .whatsapp-btn a{
    background: #2CC54E;
}
.mod1 .info-accent-section-inner{
    background-size: auto !important;
    background-position: right 0 bottom 0 !important;
}


@media(min-width: 992px){
    .video-section.mod1{
        background: url(../images/bg2.webp) left -400px top 25% no-repeat;
    }
    .width_bottom_bg.services-section{
        background: url(../images/services-section-bg4.jpg) right 0 bottom 0 repeat-x;
    }
}
@media(max-width: 991px){
    .features-type1-section.mod1 .col{
        width: 50%;
    }
}
@media(max-width: 767px){
    .mod1 .info-accent-section-description .item-content{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .mod1 .info-accent-section-inner{
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 499px){
    .features-type1-section.mod1 .col{
        width: 100%;
    }
    .mod1 .info-accent-section-description .item-btn,
    .mod1 .info-accent-section-description .item-btn .btn{
        width: 100%;
    }
}

/* /. modifications */

.cookie-block{opacity:0;transform:translateY(20px);transition:opacity 0.7s, transform 0.7s;position:fixed;right:32px;bottom:32px;max-width:370px;background:#1d1d1bcc;color:#fff;border-radius:24px;box-shadow:0 8px 32px rgba(0, 0, 0, 0.18);padding:15px 15px 12px 15px;z-index:1000;display:flex;flex-direction:column;gap:10px;font-size:13px;line-height:1.36;}
.cookie-block.cookie-visible{opacity:1;transform:translateY(0);}
.cookie-close{position:absolute;right:15px;top:12px;background:transparent;border:none;color:#fff;cursor:pointer;line-height:1;transition:color 0.2s;}
.cookie-close:hover{color:#c4c4c4;}
.cookie-text{margin-right:24px;}
.cookie-ok{align-self:center;background:#0077c0;color:#fff;border:none;border-radius:10px;padding:16px 70px;font-size:14px;font-weight:700;cursor:pointer;transition:background 0.2s;}
.cookie-ok:hover{background:#000;}
.cookie-text a{color:#0077c0;}

@media (max-width: 460px){
.cookie-block{right:50%;left:50%;transform:translate(-50%, 20px);max-width:95vw;width:95vw;border-radius:12px;bottom:24px;padding:15px 15px 12px 15px;font-size:13px;line-height:1.3;display:none;}
.cookie-block.cookie-visible{transform:translate(-50%, 0);}
.cookie-ok{border-radius:8px;padding:6px 50px 6px 50px;font-size:14px;width:100%;}
}







