@charset "utf-8";
@font-face {
    font-family: 'Optima Cyr';
    src: url('../fonts/ofont_ru_OptimaCyr.eot');
    src: url('../fonts/ofont_ru_OptimaCyr.eot') format('embedded-opentype'),
         url('../fonts/ofont_ru_OptimaCyr.woff2') format('woff2'),
         url('../fonts/ofont_ru_OptimaCyr.woff') format('woff'),
         url('../fonts/ofont_ru_OptimaCyr.ttf') format('truetype'),
         url('../fonts/ofont_ru_OptimaCyr.svg#ofont_ru_OptimaCyr') format('svg');
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    /*background-color: #00100F;*/
    background-color: #332c7a;
    color: #fff;
}
.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}
h1,
.title-h1 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h2,
.title-h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h3,
.title-h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h4,
.title-h4 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
h5,
.title-h5{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
h6,
.title-h6{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
.pagetitle{
    text-transform: none;
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 30px;
    }
    h2,
    .title-h2 {
        font-size: 27px;
    }
    h3,
    .title-h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    h4,
    .title-h4 {
        font-size: 24px;
    }
    h5,
    .title-h5{
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    h2,
    .title-h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    h3,
    .title-h3 {
        font-size: 25px;
    }
    h4,
    .title-h4 {
        font-size: 23px;
    }
    h5,
    .title-h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    h6,
    .title-h6{
        font-size: 16px;
        margin-bottom: 15px;
    }
    h1 br,
    .title-h1 br,
    h2 br,
    .title-h2 br,
    h3 br,
    .title-h3 br,
    h4 br,
    .title-h4 br,
    h5 br,
    .title-h5 br,
    h6 br,
    .title-h6 br{
        display: none;
    }
}

@media(max-width: 499px) {
    h1,
    .title-h1 {
        font-size: 27px;
    }
    .header-content h1 span {
      font-size: 4.2rem !important;
    }
    h2,
    .title-h2 {
        font-size: 26px;
    }
    h3,
    .title-h3 {
        font-size: 20px;
    }
}
@media(min-width: 768px){
    .pagetitle{
        font-size: 30px;
    }
}
a {
    color: #33B0AA;
}

a:hover {
    color: #fff;
}

a.invert {
    color: #fff;
}

a.invert:hover {
    color: #33B0AA;
}

.btn {
    height: 46px;
    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: 16px;
    line-height: 1.1;
    color: #fff;
    background: #33B0AA;
    text-align: center;
    transition: all 300ms ease-out;
    border-radius: 10px;
}
.btn:hover {
    filter: brightness(114%);
    color: #fff;
}
.btn.btn-lg {
    height: 60px;
    font-size: 17px;
    padding: 0 35px;
}
.btn.btn-xlg {
    height: 72px;
    font-size: 20px;
    padding: 0 40px;
    min-width: 320px;
    max-width: 100%;
}
.full-width{
    width: 100%;
}
.theme-color{
    color: #33B0AA;
}
.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%;
    -webkit-animation: move-blick 12s linear infinite;
    animation: move-blick 12s linear infinite;
    animation-delay: 2s;
}
@keyframes move-blick {
    0% {
         background-position: 0% 0%;
    }
    7% {
         background-position: 110% 0%;
    }
    100% {
         background-position: 110% 0%;
    }
}

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

.btn.whatsapp-btn{
    background: #4CAF50;
    color: #fff;
}
.btn.whatsapp-btn:hover{
    background: #4CAF50;
    color: #fff;
    filter: brightness(115%);
}
.btn.telegram-btn{
    background: #0D83BE;
    color: #fff;
}
.btn.telegram-btn:hover{
    background: #0D83BE;
    color: #fff;
    filter: brightness(115%);
}

.btn.whatsapp-btn img,
.btn.telegram-btn img{
    margin-left: 10px;
}
.overflow-block{
    overflow: hidden;
}

.section{
    padding: 80px 0 70px;
}
.mb20{
  margin-bottom: 20px;
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pt30{
    padding-top: 30px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}
.pt60{
    padding-top: 60px;
}
.pt70{
    padding-top: 70px;
}
.pt80{
    padding-top: 80px;
}
.pt90{
    padding-top: 90px;
}
.pt100{
    padding-top: 100px;
}

.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb50{
    padding-bottom: 50px;
}
.pb60{
    padding-bottom: 60px;
}
.pb70{
    padding-bottom: 70px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pb100{
    padding-bottom: 100px;
}
@media(max-width: 767px){
    .pt50{
        padding-top: 30px;
    }
    .pt60{
        padding-top: 40px;
    }
    .pt70{
        padding-top: 50px;
    }
    .pt80{
        padding-top: 60px;
    }
    .pt90{
        padding-top: 70px;
    }
    .pt100{
        padding-top: 80px;
    }
    
    .pb50{
        padding-bottom: 30px;
    }
    .pb60{
        padding-bottom: 40px;
    }
    .pb70{
        padding-bottom: 50px;
    }
    .pb80{
        padding-bottom: 60px;
    }
    .pb90{
        padding-bottom: 70px;
    }
    .pb100{
        padding-bottom: 80px;
    }
}
.section h1 span,
.section h2 span{
    color: #33B0AA;
}

/** Header **/
.header{
    position: relative;
}
.header-media{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-img{
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.index-template .header-inner{
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.header-main-wrapper{
    position: relative;
    z-index: 800;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
}

.light_theme .header-main-wrapper.bg_true{
    background: #fff;
}
.dark_theme .header-main-wrapper.bg_true{
    background: #004643;
}
.header-main-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 94px;
}
.header-logo{
    height: 100%;
    width: 250px;
    display: flex;
    align-items: center;
}
.header-logo{
    display: inline-block;
    height: 100%;
}
.header-logo img{
    max-width: 150px;
    max-height: 100%;
}
.header-logo .logo-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.header-logo .logo-inner img{
    max-width: 70px;
}
.header-logo img + .logo-body{
    width: calc(100% - 70px);
    padding-left: 10px;
}
.header-logo .logo-title{
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}
.header-logo .logo-title span{
    color: #33B0AA;
}
.header-contacts{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 400px;
    position: relative;
}
.header-status{
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 13px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.header-status-indicator{
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #25d266;
    margin-right: 7px;
    animation: flickerAnimation 1s infinite;
}
@keyframes flickerAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.header-contacts > .btn{
    margin-left: 30px;
}
.header-bar{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
}
.header-contacts .social-nav{
    margin-left: 20px;
}
.header-contacts-dropdown{
    border-radius: 5px;
}
.header-contacts-dropdown .title-h6{
    margin-bottom: 10px;
}
.header-contacts-dropdown-close{
    display: none;
}
.header-contacts-dropdown .social-nav{
    margin-left: 0;
}
.header-search-btn {
    line-height: 1;
    cursor: pointer;
    position: relative;
    bottom: -1px;
}
.header-search-btn:hover path{
    fill: #33B0AA;
}
.header-contacts-title{
    position: relative;
}
.header-contacts-title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.header-contacts-title a, .header-contacts-title > span {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding-right: 15px;
    position: relative;
}
.header-contacts-title a:after,
.header-contacts-title > span:after{
    content: "";
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 1px;
    top: 8px;
}
.header-contacts-dropdown-wrapper{
    position: relative;
}
.header-contacts-dropdown {
    background: #021817;
    position: absolute;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 23px 20px;
    width: 285px;
    top: 0;
    left: -20px;
    top: -23px;
    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: #004643;
        z-index: 600;
        transition: transform .2s;
        box-shadow: none;
    }
    .fix-panel-true .header-main-wrapper.fixed{
        transform: translateY(100%);
    }
    .fix-panel-true .header-main-wrapper.pred_fixed .header-main-inner{
        box-shadow: none;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed + .header-main-wrapper-push{
        display: block;
    }
}

.header-phone{
    margin-bottom: 10px;
}
.header-phone a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.header-phone a:hover{
    color: #33B0AA;
}
.header-phone-description{
    font-size: 0.8em;
    line-height: 1.584em;
    color: #999;
    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;
    color: #999;
}
.header-contacts-dropdown-items .item-value{
    line-height: 1.2;
    font-size: 15px;
}
.header-contacts-dropdown-items a:hover{
    color: #fff;
}
.social-nav {
    display: flex;
}
.social-nav li{
    margin-right: 6px;
    display: inline-block;
}
.social-nav li:last-of-type{
    margin-right: 0;
}
.social-nav a {
    position: relative;
    width: 33px;
    height: 33px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}
.social-nav .telegram-btn a{
    background-color: #0D83BE;
}
.social-nav .whatsapp-btn a{
    background-color: #2CC54E;
}
.social-nav .viber-btn a{
    background-color: #7360F2;
}
.social-nav .vk-btn a{
    background-color:#0077FF;
}
.social-nav .youtube-btn a{
    background-color: #FF0000;
}
.social-nav .inst-btn 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 a:hover{
    filter: brightness(114%);
}

.header-content{
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 70px 0;
}
.header-content-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.header-content-inner .col1{
    width: 900px;
    max-width: calc(100% - 220px);
    padding-right: 25px;
}
.header-content-inner .col2{
    width: 220px;
    max-width: 100%;
    padding-left: 25px;
}
.header-features-column .col:not(:last-child){
    margin-bottom: 30px;
}
.header-features-column .item{
    padding: 15px;
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(30px);
    /*color: #fff;*/
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 24px;
    line-height: 1.3;
}
.header-features-column .item-title{
    font-weight: 700;
    font-size: 20px;
}
.header-features-column .item-title + .item-subtitle{
    margin-top: 10px;
}

.header-features{
    margin-top: 50px;
}
.header-features .col{
    margin: 25px 0;
}
.header-features .item{
    display: flex;
    flex-wrap: wrap;
}
.header-features .item-icon{
    width: 2px;
    height: 30px;
    background: #33B0AA;
}
.header-features .item-body{
    width: calc(100% - 2px);
    padding-left: 15px;
    min-height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-features .item-title{
    font-size: 19px;
    line-height: 1.4;
}
.header-features .item-title:first-line{
    font-weight: 600;
}
.header-features .item-title a,
.header-features .item-title a:hover {
  color: #332c7a;
}
.header-content{
    width: 100%;
    overflow: hidden;
}
.header-content h1{
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.header-content h1 span{
    font-family: 'Optima Cyr', sans-serif;
    color: #33B0AA;
    font-weight: normal;
    display: block;
    font-size: 8.5rem;
}
@media(min-width: 1300px){
    .header-content h1{
        font-size: 55px;
    }
}
.header-subtitle{
    font-size: 26px;
    margin-bottom: 30px;
}
@media(max-width: 1559px){
    .header-title br,
    .header-subtitle br{
        display: none;
    }
}
@media(max-width: 1299px){
    .header-contacts > .btn{
        margin-left: 15px;
    }
    .header-bar{
        margin-left: 15px;
    }
    .header-contacts{
        width: 380px;
    }
}
@media(max-width: 1199px){
    .header-features .item-title br{
        display: none;
    }
    .header-features .item-title b {
      display: block;
    }
    .header-features{
        width: 100%;
    }
    .header-subtitle{
        font-size: 22px;
    }
}
@media(max-width: 991px){
    .header-main-wrapper{
        box-shadow: none;
    }
    .header-contacts .social-nav{
        padding-top: 0;
    }
    .index-template .header-inner{
        min-height: inherit;
    }
    .header-media{
        background-color: #fff;
    }
    .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: #004643;
        z-index: 1000;
    }
    .header-main-inner{
        min-height: 1px;
        height: 70px;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
    .header-contacts{
        width: auto;
    }
    .header-content{
        height: auto;
        min-height: calc(100vh - 70px);
    }
    .header-content-inner .col1 {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }
    .header-content-inner .col2 {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .header-features-column{
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .header-features-column .col{
        width: 33.3333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .header-contacts-dropdown {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        width: auto;
        z-index: 200;
        box-shadow: 0 5px 5px rgba(0,0,0,0.3);
        border-top: 1px solid #ffffff1a;
        border-radius: 0;
    }
    .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-contacts-dropdown-close path{
        fill: #fff;
    }
    .header-subtitle{
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .header-content{
        min-height: calc(100vh - 60px);
    }
    .header-search-btn{
        bottom: -2px;
        position: relative;
    }
    .header-features .col{
        margin: 20px 0;
    }
    .header-features .item-body{
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    .header-features .item-title{
        font-weight: 500;
    }
    .header-logo .logo-inner img{
        width: 35px;
    }
    .header-logo img + .logo-body{
        width: calc(100% - 35px);
        padding-left: 5px;
    }
    .header-logo .logo-title{
        font-size: 20px;
    }
    .header-subtitle {
        font-size: 15px;
    }
}
@media(max-width: 599px){
    .header-features .item-title{
        font-size: 17px;
    }
    .header-contacts-title a,
    .header-contacts-title > span{
        font-size: 12px;
    }
    .header-contacts-title a:after,
    .header-contacts-title > span:after{
        top: 5px;
    }
    .header-logo{
        width: 120px;
    }

    .header-logo .logo-inner img {
        width: 23px;
    }
    .header-logo img + .logo-body{
        width: calc(100% - 23px);
    }
    .header-logo .logo-title{
        font-size: 15px;
    }

    .header-features .col{
        width: 100%;
    }
    .header-features:before,
    .header-features:after{
        display: none;
    }
    .header-features{
        margin-top: 0;
    }
    .header-main-inner{
        height: 60px;
    }
    .header-inner{
        padding-top: 60px;
    }
    .header-content{
        padding: 60px 0;
    }
    .header-contacts-dropdown{
        top: 60px;
    }
}
@media(max-width: 499px){
    .header-content-inner .col1 .btn{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-features-column .col{
        width: 100%;
    }
    .header-features-column .item{
        min-height: 80px;
        border-radius: 10px;
        padding: 10px;
    }
    .header-features-column .col:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media(max-width: 389px){
    .header-bar{
        margin-left: 8px;
    }
    .header-logo{
        width: 100px;
    }
    .header-logo .logo-inner img {
        width: 17px;
    }
    .header-logo img + .logo-body{
        width: calc(100% - 17px);
    }
    .header-logo .logo-title{
        font-size: 13px;
    }
    .header-contacts-title a,
    .header-contacts-title > span{
        font-size: 9px;
    }
    .header-contacts-title a:after,
    .header-contacts-title > span:after{
        top: 4px;
    }
    .header-search-btn{
        bottom: -3px;
    }
    .header-search-btn svg{
        width: 15px;
        height: 15px;
    }
}

/* top menu */
.top-menu{
    display: flex;
    width: calc(100% - 650px);
    padding: 0 30px;
    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: #fff;
    font-weight: 500;
}
.top-menu li.active > a,
.top-menu a:hover{
    color: #33B0AA;
}
.top-menu > ul > li > a {
    /*font-size: 14px;*/
    font-size: 12px;
    /*margin: 0 20px;*/
    margin: 0 10px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-menu li.down > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    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: #33B0AA;
}
.top-menu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 37px);
    left: 0;
    width: 280px;
    z-index: 300;
    background: #242629;
    padding: 15px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.top-menu ul ul:before{
    content: "";
    height: 37px;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu ul ul li + li{
    margin-top: 5px;
}
.top-menu ul ul a{
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    font-size: 15px;
}
.top-menu ul ul ul{
    top: 0;
    left: 100%;
}

.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;
    height: 100%;
    cursor: pointer;
    background: url(../images/burger.svg) 50% 50% no-repeat;
}
@media(max-width: 1299px){
    .top-menu{
        padding: 0 15px;
        width: calc(100% - 630px);
    }
    .top-menu > ul > li > a {
        font-size: 13px;
        margin: 0 12px;
    }
    .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 */

/* search block */
.search-form-section{
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    right: 0;
    background: #004643;
    color: #fff;
    transform: translateY(-130px);
    transition: all ease-out 300ms;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .05);
}
.search-form-section.active{
    transform: translateY(0px);
}
.search-form-block{
    height: 130px;
    display: flex;
    align-items: center;
}
.search-form-block-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -100;
    opacity: 0;
    transition: opacity 200ms ease-out;
}
.search-form-section.active + .search-form-block-overlay{
    z-index: 1400;
    opacity: 1;
}
.search-form-block-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.search-close{
    line-height: 1;
    width: 20px;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.search-close path{
    fill: #fff;
}
.search-close:hover path{
    fill: #33B0AA;
}
.search-form-block-inner form{
    width: calc(100% - 20px);
    padding-right: 15px;
    position: relative;
}
.search-input {
    width: calc(100% - 5px);
    height: 56px;
    line-height: 56px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(181, 181, 181, 0.2) 100%);
    backdrop-filter: blur(30px);
    padding: 0 100px 0 15px;
    border: none;
    color: #fff;
    border-radius: 10px 0 0 10px;
}
.search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search-input:-ms-input-placeholder {
    color: #fff;
}
.search-input::-webkit-input-placeholder {
    color: #fff;
}
.search-submit-input{
    position: absolute;
    right: 15px;
    top: 0;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    background: #33B0AA;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: all ease-out 300ms;
    color: #fff;
    border-radius: 0 10px 10px 0;
}
.search-submit-input:hover{
    filter: brightness(114%);
    color: #fff;
}

@media(max-width: 991px){
    .search-form-block{
        height: 90px;
    }
    .search-input{
        height: 50px;
    }
    .search-submit-input{
        height: 50px;
        line-height: 50px;
    }
}
@media(max-width: 499px){
    .search-input {
        height: 50px;
        line-height: 50px;
        padding: 0 80px 0 10px;
        font-size: 15px;
    }
    .search-submit-input{
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 13px;
    }
}
/* /. search block */

/* header light_theme */
.header.light_theme{
    background: #fff;
}
.header.light_theme .header-main-wrapper,
.header.light_theme.fix-panel-true .header-main-wrapper.pred_fixed{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.base-template .header.light_theme .header-main-wrapper{
    background: #fff;
}
.header.light_theme .header-logo .logo-title{
    color: #000;
}
.header.light_theme .top-menu a{
    color: #000;
}
.header.light_theme .top-menu li.active > a, 
.header.light_theme .top-menu a:hover{
    color: #33B0AA;
}
.header.light_theme .top-menu li.down > a:after {
    border-color: #000;
}
.header.light_theme .top-menu li.down.active > a:after, 
.header.light_theme .top-menu li.down > a:hover:after {
    border-color: #33B0AA;
}
.header.light_theme .top-menu ul ul{
    background: #fff;
}
.header.light_theme .top-menu-more-list > li > span {
    background-image: url(../images/burger-black.svg);
}
.header.light_theme .header-contacts-title a, 
.header.light_theme .header-contacts-title > span{
    color: #000;
}
.header.light_theme .header-contacts-title a:after, 
.header.light_theme .header-contacts-title > span:after{
    border-top-color: #000;
}
.header.light_theme .header-search-btn path{
    fill: #000;
}
.header.light_theme .header-search-btn:hover path {
    fill: #33B0AA;
}
.header.light_theme .header-contacts-dropdown {
    background: #ffffff;
    color: #000;
}
.header.light_theme .header-phone a:not(:hover){
    color: #000;
}
.header.light_theme .header-status{
    color: #000;
}
.header.light_theme .header-content-inner{
    color: #000;
}
.search-form-section.light_theme{
    background: #fff;
}
.search-form-section.light_theme .search-close:not(:hover) path{
    fill: #000;
}
.search-form-section.light_theme + .search-form-block-overlay{
    background: rgba(0,0,0,.5);
}

@media (min-width: 992px) {
    .header.light_theme.fix-panel-true .header-main-wrapper.pred_fixed {
        background: #fff;
    }
}
@media (max-width: 991px) {
    .header.light_theme .header-main{
        background: #fff;
    }
    .header.light_theme .icon-menu-burger__line,
    .header.light_theme .icon-menu-burger:before, 
    .header.light_theme .icon-menu-burger:after{
        background: #000;
    }
    .header.light_theme .header-contacts-dropdown-close path{
        fill: #000;
    }
    .header.light_theme .header-contacts-dropdown{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .mobile-menu-wrapper.light_theme + .overlay{
        background: rgba(0,0,0,.5);
    }
    .mobile-menu-wrapper.light_theme .mobile-menu{
        background: #fff;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu>ul>li:not(.active)>a{
        color: #000;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu .dropdown-button:before{
        border-color: #000;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu .active > .dropdown-button:before {
        border-bottom-color: #33B0AA;
        border-right-color: #33B0AA;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu>ul>li>ul>li:not(.active)>a, 
    .mobile-menu-wrapper.light_theme .mobile-menu ul ul ul li:not(.active) > a{
        color: #000;
    }
    
}
/* /. header light_theme */

/** /. Header **/


/* num-section */
.nums-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.nums-slogan{
    width: 25%;
    order: 2;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    color: #33B0AA;
}
.nums-slogan + .nums{
    width: 75%;
    order: 1;
    padding-right: 15px;
}
.nums{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.nums .col{
    /*width: 33.3333%;*/
    width: 25%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}
.nums .item{
    height: 100%;
    position: relative;
    z-index: 5;
    border-radius: 5px;
}
.nums .item-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 1.2;
    color: #33B0AA;
}
.nums .item-text{
    font-weight: 600;
    font-size: 18px;
}
@media(max-width: 1299px){
    .nums-slogan {
        font-size: 18px;
    }
    .nums .item-title{
        margin-bottom: 15px;
        font-size: 56px;
    }
    .nums .item-text{
        font-size: 16px;
        line-height: 1.4;
    }
}
@media(max-width: 991px){
    .nums-slogan {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .nums-slogan + .nums{
        width: auto;
        padding-right: 0;
    }
    .nums{
        margin: 0;
    }
    .nums .item-title{
        font-size: 46px;
    }
    .nums .item-text{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .nums{
        margin-left: -10px;
        margin-right: -10px;
    }
    .nums .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .nums .item{
        padding: 15px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    }
    .nums .item-title{
        margin-bottom: 10px;
        font-size: 46px;
    }
    .nums .item-text{
        font-size: 16px;
    }
}
/* /. num-section */


/* about-section */
.about-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section-inner .content-block{
    width: calc(100% - 700px);
    padding-right: 50px;
}
.about-section-inner .img-block{
    width: 700px;
    display: inline-flex;
    justify-content: flex-end;
    
}
.about-section-inner .img-block-inner{
    position: relative;
    padding-bottom: 160px;
}
.about-section-inner .img-block .img1{
    width: 520px;
    height: 470px;
    max-width: 100%;
}
.about-section-inner .img-block .img1 img{
    border-radius: 20px;
}
.about-section-inner .img-block .img2 img{
    border-radius: 20px 0 20px 20px;
}
.about-section-inner .img-block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-section-inner .img-block .img2{
    width: 360px;
    height: 430px;
    position: absolute;
    bottom: 0;
    right: 65%;
}
@media(max-width:1559px){
    .about-section-inner .content-block{
        width: calc(100% - 560px);
        padding-right: 30px;
        padding-top: 10px;
        font-size: 14px;
    }
    .about-section-inner .img-block{
        width: 560px;
    }
    .about-section-inner .img-block .img1{
        width: 460px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 280px;
        height: 340px;
        right: 60%;
    }
}
@media(max-width:1229px){
    .about-section-inner .content-block{
        width: calc(100% - 470px);
        padding-top: 0;
    }
    .about-section-inner .img-block{
        width: 470px;
    }
    .about-section-inner .img-block .img1{
        width: 400px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 250px;
        height: 300px;
        right: 55%;
    }
}
@media(max-width:991px){
    .about-section-inner .content-block{
        width: 100%;
        padding-right: 0;
        /*order: 2;
        padding-top: 40px;*/
    }
    .about-section-inner .img-block{
      padding-top: 40px;
        width: 700px;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 160px;
    }
    .about-section-inner .img-block .img1{
        width: 520px;
        height: 470px;
    }
    .about-section-inner .img-block .img2{
        width: 360px;
        height: 430px;
        right: 65%;
    }
}
@media(max-width:767px){
    .about-section-inner .img-block{
        width: 100%;
        display: block;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-section-inner .img-block .img1{
        width: 48%;
        height: 40vw;
    }
    .about-section-inner .img-block .img2{
        position: static;
        width: 48%;
        height: 40vw;
        border: none;
    }
    .about-section-inner .img-block .img1 img,
    .about-section-inner .img-block .img2 img{
        border-radius: 2vw;
    }
}
@media(max-width: 429px){
    .about-section-inner .img-block .img1 img,
    .about-section-inner .img-block .img2 img{
        border-radius: 4vw;
    }
}
/* / about-section */

/* features section */
.features-section-items{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.features-section-items .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.features-section-items .item{
    padding: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(181, 181, 181, 0.2) 100%);
    backdrop-filter: blur(30px);
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    height: 100%;
}
.features-section-items .item-icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-section-items .item-icon img{
    width: 70px;
    max-width: 100%;
}
.features-section-items .item-icon + .item-body{
    width: calc(100% - 70px);
    padding-left: 25px;
}
.features-section-items .item-title{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
}
.features-section-items .item-title span{
    color: #33B0AA;
}
.features-section-items .item-text{
    color: #bdbdbd;
    font-size: 15px;
    line-height: 1.3;
}

@media(max-width: 1559px){
    .features-section-items .item{
        border-radius: 2vw;
    }
    .features-section-items{
        margin-left: -10px;
        margin-right: -10px;
    }
    .features-section-items .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .features-section-items .item-title{
        font-size: 22px;
    }
}
@media(max-width: 991px){
    .features-section-items .item{
        padding: 20px;
    }
    .features-section-items .col{
        width: 50%;
    }
}
@media(max-width: 767px){
    .features-section-items .col{
        width: 100%;
    }
    .features-section-items .col:last-child{
        margin-bottom: 0;
    }
}
@media(max-width: 499px){
    .features-section-items .item{
        padding: 15px;
    }
    .features-section-items .item-icon{
        width: 35px;
        height: 35px;
    }
    .features-section-items .item-icon + .item-body{
        width: calc(100% - 35px);
        padding-left: 15px;
    }
    .features-section-items .item-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .features-section-items .item-text{
        font-size: 13px;
    }
}
@media(max-width: 429px){
    .features-section-items .item{
        border-radius: 4vw;
    }
}
/* /. features section */

/* 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;
}
/* /. tabs */

/* Reviews */
.reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.reviews .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 50%;
}
.reviews .item{
    padding: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(181, 181, 181, 0.2) 100%);
    backdrop-filter: blur(30px);
    height: 100%;
    border-radius: 24px;
}
.reviews .item-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.reviews .item-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    width: calc(100% - 120px);
}

.reviews .star-block {
    line-height: 0;
    width: 120px;
}
.star-block .icon {
    color: #fff;
}
.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: #33B0AA;
}
.reviews-carousel.slick-slider{
    display: block;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}
.reviews-carousel .slick-list{
    padding: 7px 0;
}
.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 .item-body p:last-of-type{
    margin-bottom: 0;
}
@media(max-width: 1559px){
    .reviews .item{
        border-radius: 2vw;
        padding: 40px;
    }
}

@media(max-width: 1299px){
    .reviews{
        margin-left: -10px;
        margin-right: -10px;
    }
    .reviews .col {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width:991px){
    .reviews .col{
        width: 100%;
    }
    .reviews .item{
        padding: 30px;
    }
}
@media(max-width:499px){
    .reviews .item {
        padding: 20px;
    }
}
@media(max-width: 429px){
    .reviews .item{
        border-radius: 4vw;
    }
}
/* /. Reviews */

.slick-arrows-top-section h2{
    padding-right: 120px;
}
.slick-arrows-top{
    padding-top: 20px;
}
.slick-arrows-top .slick-next{
    right: 15px;
    top: -80px;
}
.slick-arrows-top .slick-prev{
    left: auto;
    right: 75px;
    top: -80px;
}

@media(max-width:767px){
    .slick-arrows-top-section h2{
        padding-right: 0;
    }
    .slick-arrows-top{
        padding-top: 70px;
    }
    .slick-arrows-top .slick-next{
        right: auto;
        top: 0;
        left: 70px;
    }
    .slick-arrows-top .slick-prev{
        left: 10px;
        right: auto;
        top: 0;
    }
}

/* faq */
.accordion .item-body {
    display: none;
    padding: 35px 35px 15px;
    font-size: 20px;
}
.accordion .item:not(:last-child){
   margin-bottom: 10px;
}
.accordion .item-head {
    min-height: 66px;
    padding: 15px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(181, 181, 181, 0.1) 100%);
    font-weight: 600;
    border-radius: 5px;
    transition: all ease-out 300ms;
}
.accordion .item-title{
    font-size: 22px;
    line-height: 1.35;
    width: calc(100% - 25px);
}
.accordion .item-icon{
    position: relative;
}
.accordion .item-icon:after{
    content: "+";
    font-size: 26px;
    font-weight: 600;
}
.accordion .item.active .item-icon:after{
    content: "-";
}
.accordion .item:hover .item-head{
    background: #33B0AA;
}
.accordion .item.active .item-head{
    background: #33B0AA;
}
@media(max-width: 991px){
    .accordion .item-head{
        min-height: 80px;
        padding: 12px 24px;
    }
    .accordion .item-title{
        font-size: 20px;
    }
    .accordion .item-body{
        font-size: 16px;
        padding: 24px 24px 4px;
    }
}
@media(max-width: 767px){
    .accordion .item-head{
        min-height: 70px;
        padding: 10px 15px;
    }
    .accordion .item-title{
        font-size: 16px;
    }
    .accordion .item-body {
        padding: 20px 15px 0;
        font-size: 14px;
    }
}
/* /. faq */

/* Footer */
.footer{
    background: #000;
}
.footer-main-top{
    padding: 50px 15px 0;
    color: #fff;
}
.footer-main-top-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-main-top-left_part{
    width: 540px;
    padding-right: 40px;
}
.footer-main-top-right_part{
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    max-width: calc(100% - 540px);
    margin-left: -15px;
    margin-right: -15px;
}
.footer-main-top-right_part .col{
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.footer-main-top-right_part .item-title{
    margin-bottom: 12px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #33B0AA;
}
.footer-main-top-right_part nav li:not(:last-of-type){
    margin-bottom: 7px;
}
.footer-main-top-right_part nav a{
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255,255,255,0.8);
    display: inline-block;
}
.footer-main-top-right_part nav a:hover{
    text-decoration: underline;
}
.footer-main-bottom{
    padding: 0 15px 25px;
}
.footer-bottom-container{
    padding: 14px 15px;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom-container-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-main-bottom-items{
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
}
.footer-main-bottom-items .item{
    display: flex;
    align-items: center;
    margin: 15px;
    flex-wrap: wrap;
}
.footer-main-bottom-items .item-icon{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.footer-main-bottom-items .item-icon img{
    width: 100%;
}
.footer-main-bottom-items .item-text{
    width: calc(100% - 42px);
}
.footer-main-bottom-items .item a{
    color: #fff;
}
.footer-main-bottom-items .item a:hover{
    color: #33B0AA;
}
.footer-main-top-right_part .item-title-btn{
    display: none;
}
.development{
    margin-right: 30px;
}
.development a:hover{
    color: #fff;
}
.footer-text{
    margin-bottom: 30px;
    font-size: 14px;
}
.footer-bottom-right-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media(max-width:1229px){
    .footer-main-top-left_part {
        width: 480px;
        padding-right: 30px;
    }
    .footer-main-top-right_part{
        width: calc(100% - 480px);
    }
    .footer-main-bottom-items{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-main-bottom-items .item{
        font-size: 14px;
    }
}
@media(max-width:1199px){
    .footer-main-top-left_part {
        width: 440px;
        padding-right: 40px;
    }
    .footer-main-top-right_part {
        width: calc(100% - 440px);
    }
    .footer-main-top-right_part .item-title{
        font-size: 14px;
    }
    .footer-main-top-right_part nav a{
        font-size: 12px;
    }
    .footer-text{
        font-size: 12px;
    }
}
@media(max-width:991px){
    .footer-main-top-inner{
        flex-wrap: wrap;
    }
    .footer-main-top-left_part{
        width: 100%;
        padding-right: 0;
    }
    .footer-main-top-right_part{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .footer-main-bottom-items{
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-main-bottom-items .item{
        margin: 15px 0;
    }
    .footer-main-top{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footer-main-top-inner,
    .footer-main-top-right_part{
        display: block;
    }
    .footer-main-top-right_part .col{
        margin-bottom: 0;
        padding-right: 0;
        width: 100%;
    }
    .footer-main-top-right_part .dropdown{
        display: none;
        padding: 0 0 25px;
    }
    .footer-main-top-right_part .item{
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .footer-main-top-right_part .item-title{
        margin: 0;
        padding: 12px 48px 12px 0;
        position: relative;
        font-size: 15px;
    }
    .footer-main-top-right_part > div:last-of-type > .item{
        border-bottom: none;
    }
    .footer-main-top-right_part .item-title-btn{
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
    }
    .footer-main-top-right_part .item-title-btn g {
        stroke: #666666;
        transition: all ease-out 200ms;
    }
    .footer-main-top-right_part .item.active .item-title-btn svg{
        transform: rotate(45deg);
    }
    .footer-main-top-right_part nav a {
        font-size: 13px;
        color: rgba(255,255,255,0.9);
    }
    .footer-bottom-right-part{
        flex-wrap: wrap;
    }
    .footer-main-bottom,
    .footer-main-top,
    .footer-bottom-container{
        padding-left: 0;
        padding-right: 0;
    }
    .development{
        margin-right: 0;
        width: calc(100% - 60px);
    }
    .copyright{
       padding-right: 15px;
    }
}
@media(min-width:768px){
    .footer-main-top-right_part .item .dropdown{
        display: block !important;
    }
}
/* /. Footer */

/* Breadcrumbs */
.breadcrumb{
    margin: 35px 0;
    font-size: 15px;
}
.breadcrumb > li {
    display: inline;
    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: #fff;
}
.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 */

/* news */
.news{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.news .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
}
.news .item{
    display: block;
}
.news .item-img{
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 15px;
}
.news .item-img img{
    width: 100%;
}
.news .item-title{
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
.news .item:hover{
    transform: translateY(-10px);
}
.news .item:hover .item-title{
    color: #33B0AA;
}

.news-carousel.slick-slider{
    display: block;
}
.news-carousel > div:not(:first-of-type){
    display: none;
}
.news-carousel .slick-track {
    padding-top: 10px;
}
.news-carousel .col{
    margin-bottom: 30px !important;
}
@media(max-width: 1559px){
    .news{
        margin-left: -10px;
        margin-right: -10px;
    }
    .news .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
    .news .item-img{
        border-radius: 2vw;
    }
}
@media(max-width:1299px){
    .news .col{
        width: 33.3333%;
    }
    .news .item-title{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .news .item-title{
        font-size: 1.6vw;
    }
}
@media(max-width:767px){
    .news{
        margin-left: -5px;
        margin-right: -5px;
    }
    .news .col{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .news .item-title {
        font-size: 2.5vw;
    }
}
@media(max-width:599px){
    .news .item-title {
        font-size: 3.2vw;
    }
}
@media(max-width: 429px){
    .news .col{
        width: 100%;
        margin-bottom: 50px;
    }
    .news .item-title {
        font-size: 6vw;
    }
    .news .item-img{
        border-radius: 4vw;
    }
}

/* /. news*/

/* news page*/
.news-page-columns,
.team-page-columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.news-page-columns .main-column,
.team-page-columns .main-column{
    width: calc(100% - 530px);
}
.news-page-columns .sidebar,
.team-page-columns .sidebar{
    width: 470px;
}
.news-page-columns .page-img,
.team-page-columns .page-img{
    position: sticky;
    top: 20px;
}
.fix-panel-true + .main-content .news-page-columns .page-img,
.fix-panel-true + .main-content .team-page-columns .page-img{
    top: 120px;
}
.page-img img,
.team-page-columns img{
    width: 100%;
    border-radius: 24px;
}
.page-share{
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-share-title{
    color: #33B0AA;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-top: 0;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 24px 24px !important;
    background-repeat: no-repeat;
}
.content img{
    /*width: auto !important;*/
    height: auto !important;
}

@media(max-width:1299px){
    .news-page-columns .sidebar,
    .team-page-columns .sidebar{
        width: 450px;
    }
    .news-page-columns .main-column,
    .team-page-columns .main-column{
        width: calc(100% - 490px);
    }
    .content p {
        font-size: 15px;
    }
}
@media(max-width:1199px){
    .news-page-columns .sidebar,
    .team-page-columns .sidebar{
        width: 370px;
    }
    .news-page-columns .main-column,
    .team-page-columns .main-column{
        width: calc(100% - 400px);
    }
}
@media(max-width:991px){
    .news-page-columns, 
    .team-page-columns{
        margin-bottom: 0;
    }
    .news-page-columns .main-column,
    .team-page-columns .main-column{
        width: 100%;
        margin-bottom: 0;
    }
    .news-page-columns .sidebar,
    .team-page-columns .sidebar{
        width: 100%;
    }
    .page-img{
        margin-bottom: 40px;
    }
}
/* /. news page*/

/* contacts page */
.contacts-page-columns{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
    background: #004643;
    border-radius: 24px;
    overflow: hidden;
}
.map-section-contacts-block {
    width: 570px;
    box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
    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: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #33b0aa;
    border-radius: 5px;
}
.map-section-contacts-block .item-body{
    width: calc(100% - 50px);
    padding-left: 20px;
}
.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: 1559px){
    .contacts-page-columns{
        border-radius: 2vw;
    }
    .map-section-contacts-block {
        width: 500px;
        padding: 60px 60px 70px;
    }
    .map-section-contacts-block h3{
        font-size: 30px;
    }
    .contacts-page-columns .map-wrapper {
        width: calc(100% - 500px);
    }
}
@media(max-width: 1249px){
    
    .contacts-page-columns{
        margin-bottom: 15px;
    }
    .contacts-page-columns .map-wrapper{
        width: calc(100% - 500px);
    }
    .contacts-page-content-wrapper{
        padding: 60px;
    }
}
@media(max-width: 991px){
    .contacts-page-columns{
        margin-bottom: 10px;
    }
    .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 h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .map-section-contacts-block .item-icon{
        width: 44px;
        height: 44px;
    }
    .map-section-contacts-block .item-body {
        width: calc(100% - 44px);
        padding-left: 15px;
        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%;
    }
    .contacts-page-columns .map-wrapper{
        width: 100%;
    }
    .contacts-page-content-wrapper{
        margin-bottom: 0;
    }
    .contacts-page-columns .map{
        min-height: 400px;
        height: 400px;
    }
    .contacts-page-content-wrapper .content{
        font-size: 14px;
    }
}
@media(max-width: 429px){
    .contacts-page-columns{
        border-radius: 4vw;
    }
}
/* /. contacts page */

/* content-blocks */
.content-blocks .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.content-blocks .item-content{
    width: 60%;
    padding-bottom: 10px;
}
.content-blocks .item-img{
    width: 40%;
    padding: 0 30px 60px 50px;
    position: relative;
}
.content-blocks .item-img img{
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.content-blocks .item-img:before{
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    left: 80px;
    background: #004643;
    border-radius: 5px;
}
.content-blocks .item:nth-child(even) .item-content{
    order: 2;
}
.content-blocks .item:nth-child(even) .item-img{
    order: 1;
    padding: 0 50px 60px 30px;
}
.content-blocks .item:nth-child(even) .item-img:before{
    left: 0;
    right: 80px;
}

@media(max-width:991px){
    .content-blocks .item-content {
        width: 100%;
        order:2;
    }
    .content-blocks .item-img{
        order:1;
        width: 100%;
        max-width: 520px;
        padding: 0 0 60px 30px !important;
    }
    .content-blocks .item-img:before{
        left: 0 !important;
        right: 60px !important;
    }
}
@media(max-width: 767px){
    .content-blocks .item-img{
        padding: 0 0 30px 15px !important;
        margin-bottom: 30px;
    }
    .content-blocks .item-img:before{
        bottom: 15px;
    }
}
/* /. content-blocks */

/* search results page */
.simplesearch-results + .simplesearch-paging{
    display: none;
}

p.simplesearch-results {
    margin-bottom: 40px;
    background: #f7f7f7;
    border: 1px solid #d0d1d0;
    padding: 30px;
    font-weight: bold;
    font-size: 22px;
    display: block;
}
.simplesearch-paging{
    font-size: 26px;
}
.simplesearch-result h3{
    text-transform: none;
    font-size: 26px;
    margin-bottom: 10px;
}
.simplesearch-result{
    margin-bottom: 35px;
}
/* /. search results page */

/* gallery-carousel-section */
.gallery-carousel-section{
    width: 100%;
    overflow: hidden;
}
.gallery-carousel{
    margin-left: -15px;
    margin-right: -15px;
}
.container .gallery-carousel{
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-carousel:not(.slick-arrows-top) .slick-prev,
.gallery-carousel:not(.slick-arrows-top) .slick-next{
    display: none !important;
}
.gallery-carousel{
    position: relative;
    z-index: 6;
}
.gallery-carousel > div:not(:first-of-type){
    display: none;
}
.gallery-carousel .item{
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 30px;
}
.gallery-carousel.slick-slider .item img{
    width: 100%;
}
.gallery-carousel .item a{
    display: block;
    position: relative;
    overflow: hidden;
}
.gallery-carousel .item a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: ease-out all 300ms;
}
.gallery-carousel .item a:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}
.gallery-carousel .item a:hover:before{
    opacity: 1;
}
.gallery-carousel .item a:hover:after{
    opacity: 1;
    transform: scale(1);
}

.gallery-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.gallery-carousel .slick-slide {
    height: inherit;
}
.gallery-carousel .item-inner{
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.gallery-carousel .item-inner > a{
    display: block;
    height: 100%;
}
.gallery-carousel .item-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@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 .item-inner{
        border-radius: 4vw;
    }
}
/* /. gallery-carousel-section */

/* gallery */
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.gallery .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.gallery .item{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 3px;
}
.gallery .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .item:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51,51,51,0.5);
    opacity: 0.5;
    transition: ease-out all 300ms;
}
.gallery .item:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}
.gallery .item:hover:before{
    opacity: 1;
}
.gallery .item:hover:after{
    opacity: 1;
    transform: scale(1);
}

@media(max-width: 991px){
    .gallery{
        margin-left: -10px;
        margin-right: -10px;
    }
    .gallery .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .gallery .col{
        width: 33.3333%;
    }
}
@media(max-width: 389px){
    .gallery .col{
        width: 50%;
    }
}
/* /. gallery */


/* logotypes */
.logotypes{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.logotypes .col{
    width: 16.6666%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.logotypes .item {
    height: 150px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
}
.logotypes a.item:hover{
    transform: translateY(-10px);
}
.logotypes .item img{
    max-height: 100%;
}
.logotypes-carousel.slick-slider{
    display: block;
}
.logotypes-carousel > div:not(:first-of-type){
    display: none;
}
.logotypes-carousel .slick-track {
    padding-top: 10px;
}
.logotypes-carousel .col{
    margin-bottom: 30px !important;
}
@media(max-width: 1399px){
    .logotypes{
        margin-left: -7px;
        margin-right: -7px;
    }
    .logotypes .col{
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 15px;
    }
    .logotypes .item{
        height: 10vw;
        padding: 1.2vw;
    }
}
@media(max-width: 991px){
    .logotypes .col{
        width: 25%;
    }
    .logotypes .item{
        height: 15vw;
        padding: 1.5vw;
    }
}
@media(max-width: 767px){
    .logotypes .col{
        width: 33.3333%;
    }
    .logotypes .item{
        height: 20vw;
        padding: 2vw;
    }
}
@media(max-width: 499px){
    .logotypes .col{
        width: 50%;
    }
    .logotypes .item{
        height: 30vw;
    }
}
/* /. logotypes */

/* galleries-categories */
.galleries-categories{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.galleries-categories .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.galleries-categories .item{
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.galleries-categories .item-inner{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    transition: all ease-out 300ms;
    background: linear-gradient(0deg, rgba(26, 30, 33, 0.5) 19.5%, rgba(0, 0, 0, 0.1) 78.79%);
}
.galleries-categories .item img{
    width: 100%;
}
.galleries-categories .item-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.galleries-categories .item:hover{
    transform: translateY(-10px);
}
.galleries-categories .item:hover .item-inner{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
}

.galleries-categories-carousel > div:not(:first-of-type){
    display: none;
}
.galleries-categories-carousel.slick-slider{
    display: block;
}
.galleries-categories-carousel .slick-track{
    padding-top: 2px;
}

@media(max-width:1429px){
    .galleries-categories .item-title{
        font-size: 1.6vw;
    }
    .galleries-categories .item-text{
        font-size: 1.4vw;
    }
}
@media(max-width:1229px){
    .galleries-categories{
        margin-left: -5px;
        margin-right: -5px;
    }
    .galleries-categories .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}
@media(max-width:991px){
    .galleries-categories .col{
        width: 50%;
    }
    .galleries-categories .item-title{
        font-size: 2.3vw;
    }
    .galleries-categories .item-text{
        font-size: 1.8vw;
    }
}
@media(max-width:599px){
    .galleries-categories .col{
        width: 100%;
    }
    .galleries-categories .item-title{
        font-size: 5.5vw;
    }
    .galleries-categories .item-text{
        font-size: 4vw;
    }
}
/* /. galleries-categories */

.bg1-section{
    background: url(../images/bg1.svg) 0 0 / 100% auto no-repeat;
}

/* services */
.services-section{
    position: relative;
    background: url(../images/bg1.svg) 0 0 / 100% auto no-repeat;
}
.services-section .tabs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.services-section .tabs li{
    margin: 0 10px 10px 0;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.services-section .tabs li:last-of-type{
    margin-right: 0;
}
.services-section .tabs li span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    white-space: nowrap;
    background: #FFFFFF33;
    backdrop-filter: blur(30px);
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.2;
    transition: all ease-out 300ms;
}
.services-section .tabs li.current span,
.services-section .tabs li:hover span{
    background: #33B0AA;
}
.services{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.services-carousel.slick-slider{
    display: block;
}
.services.services-carousel > div:not(:first-of-type){
    display: none;
}
.services-carousel.slick-slider{
    display: block;
}
.services .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.services .col.full-width{
    width: 100% !important;
}
.services.cols3 .col{
    width: 33.3333%;
}
.services .item{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 24px;
    height: 100%;
}
.services .item-img{
    height: 100%;
}
.services .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 300ms;
}
.services .item:hover img{
    transform: scale(1.1);
}
.services .item-title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 30px;
    color: #fff;
}
.services .item-title:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/card-bg.svg) 0 0 / 100% 100% no-repeat;
    opacity: 0.8;
}
.services .item-title span{
    position: relative;
    z-index: 2;
}

@media(max-width: 1559px){
    .services .item-title{
        font-size: 1.1vw;
        height: 6.41vw;
        padding: 1.28vw 1.28vw 1.92vw;
    }
    .services .item{
        border-radius: 2vw;
    }
    .services{
        margin-left: -10px;
        margin-right: -10px;
    }
    .services .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .services-section .tabs{
        margin-bottom: 25px;
    }
}
@media(max-width:1029px){
    .services.cols3 .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .services .col,
    .services.cols3 .col{
        width: 33.3333%;
    }
    .services .item-title{
        font-size: 1.65vw;
        height: 9.615vw;
        padding: 1.92vw 1.92vw 2.88vw;
    }
}
@media(max-width: 767px){
    .services .col,
    .services.cols3 .col{
        width: 50%;
    }
    .services-section .tabs li {
        font-size: 15px;
    }
    .services .item-title{
        font-size: 2.475vw;
        height: 14.422vw;
        padding: 2.88vw 2.88vw 4.32vw;
    }
}
@media(max-width: 429px){
    .services{
        margin-left: -5px;
        margin-right: -5px;
    }
    .services .col{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }
    .services .item{
        border-radius: 4vw;
    }
    .services .item-title{
        font-size: 4.95vw;
        height: 28.844vw;
        padding: 5.6vw 5.6vw 8.64vw;
    }
    .services-section .tabs{
        margin-bottom: 20px;
    }
    .services-section .tabs li span {
        height: 36px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 12px;
    }
}

/* /. services */

/* actions */
.actions{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.actions .col{
    width: 25%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.actions .item{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}
.actions .item img{
    width: 100%;
}
.actions .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(0, 16, 15, .9);
  padding: 5px 15px;
}
.actions .item:hover{
    transform: translateY(-10px);
}
.actions-carousel.slick-slider{
    display: block;
}
.actions-carousel > div:not(:first-of-type){
    display: none;
}
.actions-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 10px;
}
.actions-carousel .slick-slide {
    height: inherit;
}
.actions-carousel .slick-slide > div {
    height: 100%;
}

@media(max-width: 1559px){
    .actions{
        margin-left: -8px;
        margin-right: -8px;
    }
    .actions .col{
        margin-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .actions .item{
        border-radius: 2vw;
    }
}
@media(max-width: 991px){
    .actions .col{
        width: 33.3333%;
    }
}

@media(max-width: 599px){
    .actions .col{
        width: 50%;
    }
}
@media(max-width: 429px){
    .actions .col{
        width: 100%;
    }
    .actions .item{
        border-radius: 4vw;
    }
}
/* /. actions */

/* team */
.team{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.team .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.team .item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    transition: all ease-out 300ms;
}
.team .item-img{
    height: 100%;
}
.team .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 300ms;
}
.team .item-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    display: flex;
    padding: 60px 20px 20px;
}
.team .item-body:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/card-bg.svg) 0 0 / 100% 100% no-repeat;
    opacity: 0.8;
}
.team .item-body-inner{
    position: relative;
    z-index: 2;
}
.team .item-title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
}
.team .item-subtitle{
    margin-top: 10px;
    line-height: 1.2;
    font-size: 17px;
    height: 41px;
    overflow: hidden;
}
.team .item:hover{
    transform: translateY(-10px);
}
.team-carousel.slick-slider{
    display: block;
}
.team-carousel > div:not(:first-of-type){
    display: none;
}
.team-carousel .slick-list{
    padding: 10px 0 0;
}
.team-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.team-carousel .slick-slide {
    height: inherit;
}
.team-carousel .slick-slide > div {
    height: 100%;
}
.team-hidden-block-inner{
    display: flex;
    flex-wrap: wrap;
}
.team-hidden-block-img{
    width: 200px;
}
.team-hidden-block-img img{
    border-radius: 10px;
}
.team-hidden-block-body{
    width: calc(100% - 200px);
    padding-left: 30px;
}
.team-hidden-block-title{
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
}
.team-hidden-block-subtitle{
    font-size: 22px;
    line-height: 1.4;
    margin-top: 10px;
}
.team-hidden-block-text{
    margin-top: 30px;
}

@media(max-width: 1559px){
    .team{
        margin-left: -10px;
        margin-right: -10px;
    }
    .team .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .team .item{
        border-radius: 2vw;
    }
    .team .item-body{
        padding: 3.846vw 1.282vw 1.282vw;
        height: 10.2564vw;
    }
    .team .item-title{
        font-size: 1.1538vw;
    }
    .team .item-subtitle {
        margin-top: 0.641vw;
        font-size: 1.09vw;
        height: 2.63vw;
    }
}
@media(max-width: 991px){
    .team .col{
        width: 33.3333%;
    }
    .team .item-body{
        padding: 5.77vw 1.92vw 1.92vw;
        height: 15.385vw;
    }
    .team .item-title{
        font-size: 1.73vw;
    }
    .team .item-subtitle {
        margin-top: 0.96vw;
        font-size: 1.635vw;
        height: 3.945vw;
    }
}
@media(max-width: 767px){
    .team .col{
        width: 50%;
    }
    .team .item-body{
        padding: 8.655vw 2.88vw 2.88vw;
        height: 23vw;
    }
    .team .item-title{
        font-size: 2.595vw;
    }
    .team .item-subtitle {
        margin-top: 1.44vw;
        font-size: 2.4525vw;
        height: 5.9175vw;
    }
    .team-hidden-block-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .team-hidden-block-body{
        width: 100%;
        padding-left: 0;
    }
    .team-more-btn .btn{
        width: 100%;
    }
}
@media(max-width: 429px){
    .team .col{
        width: 100%;
    }
    .team .item-body{
        padding: 17.31vw 5.76vw 5.76vw;
        height: 46vw;
    }
    .team .item{
        border-radius: 4vw;
    }
    .team .item-title{
        font-size: 5.19vw;
    }
    .team .item-subtitle {
        margin-top: 2.88vw;
        font-size: 4.95vw;
        height: 11.835vw;
    }
}

/* /. team */

/* news-list */
.news-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.news-list .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.news-list .item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    transition: all ease-out 300ms;
}
.news-list .item-img{
    height: 100%;
}
.news-list .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 300ms;
}
.news-list .item-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    display: flex;
    padding: 60px 20px 20px;
}
.news-list .item-body:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/card-bg.svg) 0 0 / 100% 100% no-repeat;
    opacity: 0.8;
}
.news-list .item-body-inner{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.news-list .item-title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .item-subtitle{
    margin-top: 10px;
    line-height: 1.2;
    font-size: 17px;
    height: 41px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .item:hover{
    transform: translateY(-10px);
}
.news-list-carousel.slick-slider{
    display: block;
}
.news-list-carousel > div:not(:first-of-type){
    display: none;
}
.news-list-carousel .slick-list{
    padding: 10px 0 0;
}
.news-list-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-list-carousel .slick-slide {
    height: inherit;
}
.news-list-carousel .slick-slide > div {
    height: 100%;
}
.news-list-hidden-block-inner{
    display: flex;
    flex-wrap: wrap;
}
.news-list-hidden-block-img{
    width: 200px;
}
.news-list-hidden-block-img img{
    border-radius: 10px;
}
.news-list-hidden-block-body{
    width: calc(100% - 200px);
    padding-left: 30px;
}
.news-list-hidden-block-title{
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 10px;
}
.news-list-hidden-block-subtitle{
    font-size: 22px;
    line-height: 1.4;
    margin-top: 10px;
}
.news-list-hidden-block-text{
    margin-top: 30px;
}

@media(max-width: 1559px){
    .news-list{
        margin-left: -10px;
        margin-right: -10px;
    }
    .news-list .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .news-list .item{
        border-radius: 2vw;
    }
    .news-list .item-body{
        padding: 1.846vw 1.282vw 1.282vw;
        height: 10.2564vw;
    }
    .news-list .item-title{
        margin-top: 0.641vw;
        font-size: 1.1538vw;
    }
    .news-list .item-subtitle {
        margin-top: 0.641vw;
        font-size: 1.09vw;
        height: 2.63vw;
    }
}
@media(max-width: 991px){
    .news-list .col{
        width: 33.3333%;
    }
    .news-list .item-body{
        padding: 5.77vw 1.92vw 1.92vw;
        height: 15.385vw;
    }
    .news-list .item-title{
        font-size: 1.73vw;
    }
    .news-list .item-subtitle {
        margin-top: 0.96vw;
        font-size: 1.635vw;
        height: 3.945vw;
    }
}
@media(max-width: 767px){
    .news-list .col{
        width: 50%;
    }
    .news-list .item-body{
        padding: 8.655vw 2.88vw 2.88vw;
        height: 23vw;
    }
    .news-list .item-title{
        font-size: 2.595vw;
    }
    .news-list .item-subtitle {
        margin-top: 1.44vw;
        font-size: 2.4525vw;
        height: 5.9175vw;
    }
    .news-list-hidden-block-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .news-list-hidden-block-body{
        width: 100%;
        padding-left: 0;
    }
    .news-list-more-btn .btn{
        width: 100%;
    }
}
@media(max-width: 429px){
    .news-list .col{
        width: 100%;
    }
    .news-list .item-body{
        padding: 17.31vw 5.76vw 5.76vw;
        height: 46vw;
    }
    .news-list .item{
        border-radius: 4vw;
    }
    .news-list .item-title{
        font-size: 5.19vw;
    }
    .news-list .item-subtitle {
        margin-top: 2.88vw;
        font-size: 4.95vw;
        height: 11.835vw;
    }
}

/* /. news-list */












