@charset "utf-8";
body{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    
}
h1,
.title-h1 {
    font-size: 45px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2,
.title-h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3,
.title-h3 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h4,
.title-h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}
h5,
.title-h5{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}
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: 40px;
    }
    h2,
    .title-h2 {
        font-size: 34px;
    }
    h3,
    .title-h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    h2,
    .title-h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    h3,
    .title-h3 {
        font-size: 25px;
    }
    h4,
    .title-h4 {
        font-size: 20px;
    }
    h5,
    .title-h5{
        font-size: 18px;
        margin-bottom: 15px;
    }
    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: 24px;
    }
    h2,
    .title-h2 {
        font-size: 22px;
    }
    h3,
    .title-h3 {
        font-size: 20px;
    }
    h4,
    .title-h4 {
        font-size: 18px;
    }
    h5{
        font-size: 17px;
    }
    h6{
        font-size: 16px;
    }
    h1 br,
    .title-h1 br,
    h2 br, 
    .title-h2 br,
    h3 br,
    .title-h3 br{
        display: none;
    }
}
@media(min-width: 768px){
    .pagetitle{
        font-size: 32px;
    }
}
a {
    color: #f58b02;
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

a.invert:hover {
    color: #f58b02;
}

.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.1;
    color: #fff;
    background: #f58b02;
    text-align: center;
    transition: all 300ms ease-out;
    border-radius: 3px;
}
.btn-green{
    background: #42975A;
}
.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: #F58B02;
}
.theme-color2{
    color: #42975A;
}
.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: 60px 0 50px;
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}
.pt50{
    padding-top: 50px;
}
.pt60{
    padding-top: 60px;
}
.pt70{
    padding-top: 70px;
}
.pt80{
    padding-top: 80px;
}
.pt90{
    padding-top: 90px;
}
.pt100{
    padding-top: 100px;
}

.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;
    }
}
.gray-bg{
    background: #F4F4F4;
}
.gray-bg-img{
    background: url(../images/arches.png) #F4F4F4;
}
.white-bg{
    background: #fff;
}
.section h1 span,
.section h2 span{
    color: #f58b02;
}

.section.gray-bg + .section.gray-bg{
    padding-top: 0;
}

.more-link{
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}
.more-link:after{
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../images/more-link-arrow.svg) 0 0 / 100% no-repeat;
    margin-left: 9px;
    position: relative;
    top: -1px;
    transition: all ease-out 300ms;
}
.more-link:hover:after{
    transform: translateX(5px);
}

/** Header **/
.header{
    position: relative;
    background: #2C3945;
}
.header-media{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-media:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
}
.header-img{
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.header-img.white-gradient{
    background-position: left center, top center, center 101%, right center;
    background-size: 65% 100%, 100% 250px, 100% 15%, auto 100%;
}
.header-img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}
.index-template .header-inner{
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.header-main-wrapper{
    border-bottom: 1px solid #ffffff2b;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 800;
}
.base-template .header-main-wrapper{
    background: #2c3945;
}
.offer-page-template .header-main-wrapper{
    background: rgba(44,57,69,.5);
}
.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-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: #f58b02;
}
.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 FAVORITES */
.header-favorites{
    position: relative;
    color: #fff;
    margin-left: 12px;
}
.header-favorites svg {
    width: 21px;
    height: 21px;
    position: relative;
    bottom: -3px;
}
.header-favorites:hover{
    color: #F58B02;
}
.header-favorites.active svg path{
    color: red;
}
.header-favorites .favorites_count {
    top: 1px;
    right: -10px;
    background: #ffffff;
    color: #2c3945;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    padding: 1px 3px;
    border-radius: 10px;
    min-width: 14px;
}
@media (max-width: 767px){
    .header-favorites {
        bottom: -1px;
        margin-right: 2px;
    }
    .header-favorites .favorites_count{
        right: -7px;
    }
}
@media (max-width: 389px){
    .header-favorites svg{
        width: 17px;
        height: 17px;
    }
    .header-favorites .favorites_count {
        font-size: 8px;
        line-height: 8px;
        min-width: 8px;
    }
}
/* /. HEADER FAVORITES */



.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: #f58b02;
}
.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: #2c3945;
    color: #fff;
    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: #2c3945;
        z-index: 600;
        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;
    }
    .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: #f58b02;
}
.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: 3px;
    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: 67%;
    padding-right: 25px;
    max-width: calc(100% - 450px);
}
.header-content-inner .col2{
    width: 33%;
    padding-left: 25px;
    min-width: 450px;
}
.offer-page-template .header-content-inner .col1{
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}
.offer-page-template .header-features{
    width: 810px;
    max-width: 100%;
}
.header-features{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
}
.header-features .col{
    width: 33.3333%;
    margin: 25px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.header-features .item{
    display: flex;
    flex-wrap: wrap;
}
.header-features .item-icon{
    width: 39px;
    height: 39px;
    background: url(../images/check-feature-icon.svg) 50% 50% no-repeat #42975a;
    border-radius: 50%;
}
.header-features .item-body{
    width: calc(100% - 39px);
    padding-left: 20px;
}
.header-features .item-title{
    font-size: 17px;
    line-height: 1.4;
}
.header-features .item-title:first-line{
    font-weight: 600;
}
.header-big-btn{
    margin-top: 70px;
}

.header-form {
    background: rgb(0 0 0 / 16%);
    backdrop-filter: blur(10px);
    padding: 35px;
    border: 2px solid #f58b02;
    border-radius: 5px;
    position: relative;
}
.header-form:after{
    content: "";
    width: 100px;
    height: 103px;
    background: url(../images/listok.png) 0 0 / contain no-repeat;
    position: absolute;
    right: -70px;
    top: -70px;
}
.header-form-title{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}
.header-form-subtitle{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 10px;
}
.header-form-body{
    margin-top: 25px;
}
.header-form .form-control{
    border: 1px solid #f58b02;
    background: #ffffff1f;
    color: #ffffff;
}
.header-form .form-control::-moz-placeholder {
    color: #fff;
}
.header-form .form-control:-ms-input-placeholder {
    color: #fff;
}
.header-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.header-form a:hover{
    color: #fff;
    text-decoration: underline;
}
.header-content{
    width: 100%;
    overflow: hidden;
}
.header-content h1{
    font-weight: normal;
    line-height: 1.5;
}
.header-content h1 span{
    color: #f58b02;
    font-weight: bold;
}
.header-subtitle{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
@media(max-width: 1669px){
    .header-form:after{
        right: -15px;
    }
}
@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{
        font-size: 15px;
    }
    .header-features .item-title br{
        display: none;
    }
    .header-features{
        width: 100%;
    }
    .header-content-inner .col1 {
        padding-right: 20px;
        max-width: calc(100% - 400px);
    }
    .header-content-inner .col2 {
        padding-left: 20px;
        min-width: 400px;
    }
    .header-form{
        padding: 25px;
    }
    .header-features .item-body{
        padding-left: 15px;
    }
    .header-subtitle{
        font-size: 22px;
    }
    .header-features .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .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;
        opacity: 0.9;
    }
    .header-inner{
        padding-top: 70px;
    }
    .header-main{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        background: #2C3945;
        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 {
        display: none;
    }
    .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-form-body{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header-form-body .form-group{
        width: calc(50% - 5px);
    }
    .header-form-body .form-group.agreement{
        width: 100%;
        text-align: left;
    }
    .header-form-body .btn.full-width{
        width: auto;
    }
    .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-form{
        padding: 30px 20px;
    }
    .header-form-title{
        font-size: 24px;
    }
    .header-form-subtitle{
        font-size: 14px;
        font-weight: normal;
    }
    .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-content-inner .col2{
        margin-top: 50px;
    }
    .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-big-btn{
        margin-top: 30px;
    }
    .header-big-btn .btn{
        width: 100%;
    }
    .header-main-inner{
        height: 60px;
    }
    .header-inner{
        padding-top: 60px;
    }
    .header-content{
        padding: 60px 0;
    }
    .header-contacts-dropdown{
        top: 60px;
    }
    .header-form {
        background: rgba(255, 255, 255, .99);
        backdrop-filter: blur(1px);
    }
    .header-form-body .form-group{
        width: 100%;
    }
    .header-form-body .btn.full-width{
        width: 100%;
    }
}
@media(max-width: 499px){
    .header-content-inner .col1 .btn{
        width: 100%;
        padding-left: 10px;
        padding-right: 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: #f58b02;
}
.top-menu > ul > li > a {
    font-size: 14px;
    margin: 0 15px;
    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: #f58b02;
}
.top-menu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 37px);
    left: 0;
    width: 280px;
    z-index: 300;
    background: #2c3945;
    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: #2C3945;
    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: #f58b02;
}
.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: #eee;
    padding: 0 100px 0 15px;
    border: none;
    color: #555;
    border-radius: 3px 0 0 3px;
}
.search-submit-input{
    position: absolute;
    right: 15px;
    top: 0;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    background: #f58b02;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: all ease-out 300ms;
    color: #fff;
    border-radius: 0 3px 3px 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 **/


/* num-section */
.nums-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.nums-slogan{
    width: 25%;
    order: 2;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
}
.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%;
    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: 600;
    margin-bottom: 20px;
    font-size: 76px;
    line-height: 1.2;
    color: #f58b02;
}
.nums .item-title sup{
    color: #42975a;
}
.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: 10px;
}
.about-section-inner .img-block .img2 img{
    border-radius: 10px 0 10px 10px;
}
.about-section-inner .img-block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-section-inner .img-block .img2{
    width: 360px;
    height: 430px;
    border: 20px solid #fff;
    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;
        border: 14px solid #fff;
        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;
        border: 10px solid #fff;
        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{
        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;
        border: 20px solid #fff;
        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: 5px;
    }
}
/* / about-section */

/* features section */
.features-section-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features-section-columns .col{
    width: calc(50% - 20px);
}
.features-intro{
    background: #fff;
    padding: 45px;
    position: sticky;
    top: 40px;
    border-radius: 5px;
}
.features-section.fix-panel-true .features-intro{
    top: 130px;
}
.features-intro-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features-intro-head-img{
    width: 225px;
    overflow: hidden;
    border-radius: 50%;
}
.features-intro-head-info{
    width: calc(100% - 225px);
    padding-left: 40px;
}
.features-intro-body{
    margin-top: 25px;
    font-size: 22px;
    line-height: 1.4;
}
.features-intro-body span{
    color: #f58b02;
}
.features-intro-head-info span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f58b02;
    border-radius: 20px;
    height: 40px;
    padding: 0 25px;
    margin-bottom: 15px;
    color: #fff;
}
.features-intro-head-info .item-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
.features-intro-head-info .item-text{
    opacity: 0.7;
    font-size: 15px;
}
.features-section-items .item{
    padding: 45px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
}
.features-section-items .item-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #42975a;
    padding: 13px;
    border-radius: 5px;
}
.features-section-items .item-icon img{
    width: 70px;
}
.features-section-items .item-icon + .item-body{
    width: calc(100% - 100px);
    padding-left: 30px;
}
.features-section-items .item + .item{
    margin-top: 40px;
}
.features-section-items .item-title{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
}
.features-section-items .item-title span{
    color: #f58b02;
}
.features-section-items .item-text{
    color: #808080;
    font-size: 17px;
    line-height: 1.3;
}
@media(max-width: 1499px){
    .features-section-columns .col {
        width: calc(50% - 15px);
    }
    .features-section-items .item + .item {
        margin-top: 30px;
    }
    .features-intro{
        padding: 35px;
    }
    .features-intro-head-info{
        padding-left: 30px;
    }
    .features-intro-body{
        font-size: 20px;
    }
    .features-section-items .item{
        padding: 35px;
    }
    .features-intro-head-info .item-title{
        font-size: 32px;
    }
    .features-section-items .item-title{
        font-size: 22px;
    }
}
@media(max-width: 1299px){
    .features-section-columns .col1 {
        width: calc(55% - 15px);
    }
    .features-section-columns .col2 {
        width: calc(45% - 15px);
    }
    .features-intro-head-img{
        width: 150px;
    }
    .features-intro-head-info {
        width: calc(100% - 150px);
        padding-left: 25px;
    }
    .features-intro{
        padding: 30px;
    }
    .features-intro-body{
        font-size: 18px;
    }
    .features-section-items .item{
        padding: 30px;
    }
    .features-intro-head-info .item-title{
        font-size: 30px;
    }
    .features-section-items .item-title{
        font-size: 20px;
    }
    
    .features-section-items .item-icon {
        width: 90px;
        height: 90px;
        padding: 9px;
    }
    .features-section-items .item-icon + .item-body{
        width: calc(100% - 90px);
        padding-left: 20px;
    }
}
@media(max-width: 991px){
    .features-section-columns .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .features-section-columns .col2{
        width: 100%;
    }
    .features-section-items .item + .item{
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .features-intro,
    .features-section-items .item{
        padding: 25px;
    }
    .features-intro-head-img{
        width: 100px;
    }
    .features-intro-head-info {
        width: calc(100% - 100px);
        padding-left: 25px;
    }
    .features-intro-head-info .item-title,
    .features-section-items .item-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .features-intro-body{
        font-size: 16px;
        margin-top: 15px;
    }
    .features-section-items .item-text,
    .features-intro-head-info .item-text{
        font-size: 14px;
    }
    .features-intro-head-info span {
        height: 30px;
        padding: 0 15px;
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media(max-width: 499px){
    .features-intro,
    .features-section-items .item{
        padding: 15px;
    }
    .features-intro-head-img{
        width: 90px;
    }
    .features-intro-head-info {
        width: calc(100% - 90px);
        padding-left: 15px;
    }
    .features-intro-head-info .item-title {
        font-size: 20px;
    }
    .features-intro-body{
        font-size: 15px;
    }
    .features-intro-head-info .item-text{
        font-size: 12px;
    }
    .features-intro-head-info span {
        height: 26px;
        font-size: 12px;
    }
}
@media(max-width: 389px){
    .features-intro-head{
        align-items: flex-start;
    }
    .features-intro-head-img{
        width: 60px;
    }
    .features-intro-head-info {
        width: calc(100% - 60px);
    }
    .features-section-items .item-icon {
        width: 60px;
        height: 60px;
        padding: 5px;
    }
    .features-section-items .item-icon + .item-body {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
    .features-intro-head-info .item-title, 
    .features-section-items .item-title{
        font-size: 15px;
    }
}
/* /. 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: 30px 40px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 5px;
}
.reviews .item-img{
    width: 200px;
    position: relative;
}
.reviews .item-img img{
    width: 100%;
    border-radius: 3px;
}
.reviews .video-block{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.reviews .video-block a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
}
.reviews .video-block a:after {
    content: "";
    background: url(../images/play.svg) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    transition: all ease-out 300ms;
}
.reviews .video-block:hover a:after{
    transform: scale(1.2);
}
.reviews .item-right{
    width: calc(100% - 200px);
    padding-left: 40px;
    font-size: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews .item-body{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews .item-footer .btn{
    margin: 30px 0 0;
}
.reviews .item-date,
.reviews-modal .item-date{
    color: #999;
    margin-bottom: 15px;
    font-size: 13px;
}
.reviews .item-title,
.reviews-modal .item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.reviews .item-subtitle,
.reviews-modal .item-subtitle{
    font-weight: 500;
    color: #808080;
}
.reviews .item-body,
.reviews-modal .item-body{
    padding-top: 10px;
}
.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%;
}
.fancybox_modal .reviews .item{
    box-shadow: none;
    padding: 0;
    display: block;
    background-color: transparent;
}
.fancybox_modal .reviews .item-img{
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.reviews-on-page{
    margin-left: 0;
    margin-right: 0;
}
.reviews .item-body p:last-of-type{
    margin-bottom: 0;
}
.fancybox_modal .reviews{
    margin-left: 0;
    margin-right: 0;
}
@media(max-width: 1299px){
    .reviews{
        margin-left: -10px;
        margin-right: -10px;
    }
    .reviews .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .reviews .item {
        padding: 30px 20px;
    }
}
@media(max-width: 1199px){
    .reviews .item-img {
        width: 150px;
    }
    .reviews .item-right{
        width: calc(100% - 150px);
        padding-left: 20px;
    }
    .reviews .item {
        padding: 30px 20px;
    }
}
@media(max-width:991px){
    .reviews .col{
        width: 100%;
    }
}
@media(max-width:499px){
    .reviews .item-img{
        margin-bottom: 15px;
        width: 100%;
    }
    .reviews .item-right{
        width: 100%;
        padding-left: 0;
        height: auto;
    }
    .reviews .item {
        padding: 20px;
    }
}

@media(min-width:992px){
    .reviews-on-page .item-img{
        width: 400px;
    }
    .reviews-on-page .item-right{
        width: calc(100% - 400px);
    }
    .reviews-on-page .item-body{
        font-size: 18px;
    }
    .reviews-on-page .item-title{
        font-size: 24px;
    }
    .reviews-on-page .item-subtitle{
        font-size: 18px;
    }
}
/* /. 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: 65px;
    top: -80px;
}

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


/* faq */
.faq-application-wrapper{
    position: relative;
}
.faq-application-wrapper:before{
    content: "";
    background: url(../images/faq.png) right 0 bottom 0 / auto 55% no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}
.faq-application-wrapper .container{
    position: relative;
}
.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: #f4f4f4d6;
    color: #000000;
    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: "-";
    color: #fff;
}
.accordion .item:hover .item-head{
    background: #E1E1E1;
}
.accordion .item.active .item-head{
    background: #42975a;
    color: #fff;
}
@media(max-width: 1399px){
    .faq-application-wrapper:before{
        background-size: auto 50%;
    }
}
@media(max-width: 1199px){
    .faq-application-wrapper:before{
        background-size: auto 40%;
    }
}
@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;
    }
    .faq-application-wrapper:before{
        display: none;
    }
}
@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 */

/* Map */
.map {
    height: 740px;
    position: relative;
}
.map-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.map-content-inner{
    width: 480px;
    max-width: 100%;
    background: #fff;
    padding: 50px;
    pointer-events: initial;
    border-radius: 5px;
}
.map-content-inner .item-address,
.map-content-inner .item-schedule{
    font-size: 16px;
    margin-bottom: 10px;
}
.map-content-inner div + .items{
    margin-top: 20px;
}
.map-content-inner .items .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.map-content-inner .item-icon{
    width: 22px;
    position: relative;
    bottom: -3px;
}
.map-content-inner .item-value{
    width: calc(100% - 22px);
    padding-left: 7px;
    font-size: 16px;
}
.map-content-inner .item-value a{
    color: #000000;
}
.map-content-inner .item-value a:hover{
    color: #f58b02;
}
.map-content-inner .phone-description{
    padding-left: 4px;
    font-weight: 300;
}

@media(max-width: 991px){
    .map {
        height: auto;
    }
    .map-section #mapexMap{
        height: 400px !important;
    }
    .map-content{
        position: static;
        padding: 0;
    }
    .map-content-inner{
        width: 100%;
        padding: 0 0 40px;
        box-shadow: none;
    }
}
/* /. Map */

/* Footer */
.footer{
    background: #2c3945;
}
.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: calc(100% - 540px);
    margin-left: -15px;
    margin-right: -15px;
}
.footer-main-top-right_part .col{
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.footer-main-top-right_part .item-title{
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
}
.footer-main-top-right_part .item-title a{
    color: #fff;
}
.footer-main-top-right_part .item-title a:hover{
    color: #f58b02;
}
.footer-main-top-right_part nav li:not(:last-of-type){
    margin-bottom: 7px;
}
.footer-main-top-right_part nav a{
    font-size: 13px;
    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: #f58b02;
}
.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;
    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 */

/* news */
.news{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.news .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.news .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
}
.news .item-img{
    overflow: hidden;
}
.news .item-img img{
    width: 100%;
    transition: all ease-out 300ms;
}
.news .item-body{
    padding: 25px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #E5E5E5;
    border-top: none;
}
.news .item-date{
    color: #6A6A6A;
    margin-bottom: 5px;
    font-size: 14px;
}
.news .item-title{
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 40px;
    transition: all ease-out 300ms;
}
.news .item:hover{
    box-shadow: 0 0 0 3px #F58B02;
}
.news .item:hover .item-body{
    border-color: transparent;
}
.news .item:hover .item-img img{
    transform: scale(1.1);
}
.news .item:hover .item-title{
    color: #f58b02;
}
@media(max-width:1299px){
    .news .col{
        width: 33.3333%;
    }
    .news .item-title{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .news{
        margin-left: -10px;
        margin-right: -10px;
    }
    .news .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .news .item-title{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .news .item-body{
        padding: 15px;
    }
    .news .item-date{
        font-size: 12px;
    }
    .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: 10px;
    }
    .news .item-body{
        padding: 10px;
    }
    .news .item-date {
        font-size: 10px;
    }
    .news .item-title {
        font-size: 2.5vw;
        margin-bottom: 10px;
    }
    .news .item .more-link{
        display: none;
    }
}
@media(max-width:599px){
    .news .item-title {
        font-size: 3vw;
    }
}
/* /. news*/

/* news page*/
.news-page-columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.news-page-columns .main-column{
    width: calc(100% - 530px);
}
.news-page-columns .sidebar{
    width: 470px;
}
.page-img{
    margin-bottom: 30px;
}
.page-img img{
    width: 100%;
    border-radius: 9px;
}
.page-date{
    color: #777777;
    margin-bottom: 10px;
    font-size: 14px;
}
.sidebar-widget{
    margin-bottom: 40px;
}
.sidebar-widget.last{
    margin-bottom: 0;
}
.sidebar-widget.popular-posts{
    margin-top: -4px;
    position: sticky;
    top: 20px;
}
.fix-panel-true + .main-content .sidebar-widget.popular-posts{
    top: 120px;
}
.sidebar-widget-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
}
.sidebar .popular-posts .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.sidebar .popular-posts .item-img{
    width: 150px;
}
.sidebar .popular-posts .item-img img{
    border-radius: 5px;
}
.sidebar .popular-posts .item-content{
    width: calc(100% - 150px);
    padding-left: 20px;
}
.sidebar .popular-posts .item-date{
    color: #777777;
    margin-bottom: 7px;
    font-size: 13px;
}
.sidebar .popular-posts .item-title{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    transition: all ease-out 300ms;
}
.sidebar .popular-posts .item:hover .item-title{
    color: #f58b02;
}
.page-share{
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-share-title{
    color: #222222;
    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){
    .sidebar .popular-posts .item-content {
        width: calc(100% - 170px);
        padding-left: 22px;
    }
    .sidebar .popular-posts .item-title{
        font-size: 16px;
    }
    .sidebar .popular-posts .item{
        margin-bottom: 25px;
    }
    .news-page-columns .sidebar {
        width: 450px;
    }
    .news-page-columns .main-column {
        width: calc(100% - 490px);
    }
    .content p {
        font-size: 15px;
    }
}
@media(max-width:1199px){
    .sidebar .popular-posts .item-img {
        width: 150px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 150px);
        padding-left: 20px;
    }
    .sidebar .popular-posts .item-title{
        font-size: 15px;
    }
    .sidebar .popular-posts .item-date{
        font-size: 13px;
    }
    .news-page-columns .sidebar {
        width: 370px;
    }
    .news-page-columns .main-column {
        width: calc(100% - 400px);
    }
    .sidebar-widget-title{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .news-page-columns .main-column{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-page-columns .sidebar{
        width: 100%;
    }
    .sidebar .popular-posts .item-title{
        font-size: 18px;
    }
}
@media(max-width:767px){
    .sidebar-widget-title{
        font-size: 18px;
    }
    .sidebar .popular-posts .item-img {
        width: 100px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .sidebar .popular-posts .item-date{
        font-size: 12px;
        margin-bottom: 4px;
    }
    .sidebar .popular-posts .item-title {
        font-size: 14px;
    }
} 
/* /. news page*/

/* team */
.team{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.team .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.team .item{
    background: #fff;
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
}
.team .item-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.team .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team .item-body{
    width: calc(100% - 140px);
    padding-left: 20px;
}
.team .item-title{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}
.team .item-subtitle{
    color: #808080;
    font-size: 16px;
    margin-top: 15px;
}

@media(max-width: 1299px){
    .team .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .team .item{
        padding: 20px;
    }
    .team .item-img {
        width: 100px;
        height: 100px;
    }
    .team .item-body{
        width: calc(100% - 100px);
        padding-left: 20px;
    }
    .team .item-title{
        font-size: 20px;
    }
    .team .item-subtitle{
        margin-top: 5px;
    }
}
@media(max-width: 767px){
    .team .col{
        width: 100%;
    }
    .team .col:last-child{
        margin-bottom: 10px;
    }
}
/* team */

/* 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: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.map-section-contacts-block {
    width: 570px;
    background: #fff;
    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 #D3D3D3;
    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: 1249px){
    .map-section-contacts-block {
        width: 500px;
        padding: 60px 60px 70px;
    }
    .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 h2 {
        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{
        margin-bottom: 30px;
        background-color: transparent;
    }
    .contacts-page-columns .map{
        min-height: 300px;
        height: 300px;
    }
    .contacts-page-content-wrapper .content{
        font-size: 14px;
    }
}
/* /. contacts page */

/* application-section */
.application-block{
    display: flex;
    flex-wrap: wrap;
}
.application-block .col1{
    width: calc(100% - 450px);
    margin-bottom: 10px;
}
.application-block .col2{
    width: 450px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.application-form {
    height: 100%;
    padding: 30px;
    background: #2c3945;
    color: #fff;
    border-radius: 5px;
}
.application-form-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.application-form-row .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
}
.application-form-row .btn{
    width: 100%;
    height: 60px;
}
.application-title{
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.application-form .agreement{
    margin-bottom: 0;
}
.application-messengers {
    background: #2c3945;
    padding: 30px 30px 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}
.application-messengers-title{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.application-messengers a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    padding: 0 30px;
    border: 2px solid;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}
.application-messengers .telegram-btn{
    background-color: #00A6FB;
    border-color: #00A6FB;
    margin-bottom: 10px;
}
.application-messengers .telegram-btn svg{
    fill: #fff;
    margin-right: 5px;
    transition: all ease-out 300ms;
}
.application-messengers .telegram-btn:hover{
    background: #fff;
    border-color: #fff;
    color: #00A6FB;
}
.application-messengers .telegram-btn:hover svg{
    fill: #00A6FB;
}
.application-messengers .whatsapp-btn{
    background-color: #94BF4C;
    border-color: #94BF4C;
    color: #fff;
}
.application-messengers .whatsapp-btn svg{
    fill: #fff;
    margin-right: 5px;
    transition: all ease-out 300ms;
}
.application-messengers .whatsapp-btn:hover{
    background: #fff;
    border-color: #fff;
    color: #94BF4C;
}
.application-messengers .whatsapp-btn:hover svg{
    fill: #94BF4C;
}
.application-form .agreement a:hover{
    color: #fff;
    text-decoration: underline;
}

@media(max-width: 1299px){
    .application-block .col1 {
        width: calc(100% - 350px);
    }
    .application-block .col2 {
        width: 350px;
        padding-left: 20px;
    }
    .application-messengers {
        padding: 20px 20px 25px;
    }
    .application-form {
        padding: 20px;
    }
    .application-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1099px){
    .application-form-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .application-form-row .col{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media(max-width: 991px){
    .application-block .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .application-block .col2{
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }
    .application-messengers{
        display: block;
    }
    .application-messengers-buttons{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .application-messengers-buttons a{
        width: calc(50% - 5px);
    }
}
@media(max-width: 767px){
    .application-form-row .col{
        width: 100%;
    }
    .application-form .agreement{
        margin-top: 20px;
    }
    .application-messengers{
        padding: 20px 20px 30px;
    }
    .application-messengers a{
        width: 100%;
        max-width: 100%;
        margin-right: 0!important;
    }
    .application-title{
        font-size: 16px;
    }
}
/* /. application-section */


/* content-blocks */
.content-blocks .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.content-blocks .item-content{
    width: 60%;
    padding-bottom: 30px;
}
.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: #F4F4F4;
    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 */

/* offers */
.offers{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.offers .col{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.offers .item{
    height: 100%;
    padding-left: 30px;
    display: block;
    color: #000;
}
.offers .item-inner{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px 30px 30px 0;
    height: 100%;
    border: 2px solid #e9e9e9;
    transition: all ease-out 300ms;
    border-radius: 5px;
}
.offers .item-img{
    width: 150px;
    position: relative;
    left: -30px;
}
.offers .item-img img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
    max-height: 195px;
    object-fit: cover;
}
.offers .item-body{
    width: calc(100% - 150px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.offers .item-img + .item-body{
    padding-left: 0;
}
.offers .item-title{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}
.offers .item-price{
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
    color: #f58b02;
}
.offers .item-introtext{
    font-size: 14px;
}
.offers .item .more-link{
    margin-top: 15px;
}
.offers .item:hover{
    transform: translateY(-10px);
}
.offers .item:hover .item-inner{
    border-color: #f58b02;
}

@media(max-width: 1559px){
    .offers .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .offers .col{
        width: 100%;
    }
}
@media(max-width: 499px){
    .offers .col{
        margin-bottom: 15px;
    }
    .offers .item{
        padding: 0;
    }
    .offers .item-inner{
        padding: 15px;
    }
    .offers .item .more-link{
        display: none;
    }
    .offers .item-img {
        width: 80px;
        height: 80px;
        left: 0;
    }
    .offers .item-body {
        width: calc(100% - 80px);
        padding-left: 0;
    }
    .offers .item-img + .item-body{
        padding-left: 15px;
    }
    .offers .item-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .offers .item-introtext{
        font-size: 12px;
    }
    .offers .item-introtext p{
        margin-bottom: 0;
    }
}
/* /. offers */


/* call-to-action-section */
.call-to-action-section{
    position: relative;
    background: url(../images/az-subtle.png) #2C3945;
}
.call-to-action-section-img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 38%;
}
.call-to-action-section-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.call-to-action-section-img:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
}
.call-to-action-section .container{
    position: relative;
    z-index: 2;
}
.call-to-action-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.call-to-action-section-inner .agreement a:hover{
    color: #fff;
}
.call-to-action-section .content-item{
    width: 60%;
    padding-right: 60px;
    color: #fff;
    position: relative;
}
.content-item-subtitle{
    margin: 30px 0;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.call-to-action-steps{
    margin-top: 50px;
}
.call-to-action-steps .item{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.call-to-action-steps > div:last-of-type{
    margin-bottom: 0;
}
.call-to-action-steps .item-num{
    font-weight: normal;
    font-weight: bold;
    font-family: arial;
    font-size: 60px;
    line-height: 1;
    color: #42975a;
    width: 95px;
}
.call-to-action-steps .item-title{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    width: calc(100% - 95px);
}
.call-to-action-steps .item a{
    color: #fff;
    text-decoration: underline;
}
.call-to-action-steps .item a:hover{
    text-decoration: none;
}
.call-to-action-section .form-item{
    width: 40%;
    background: rgb(0 0 0 / 16%);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 37px 45px 45px;
    position: relative;
    border-radius: 5px;
}
.call-to-action-section .form-item-title{
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1.8rem;
}
.call-to-action-section .form-item-description{
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}
.call-to-action-section .content-item h2{
    margin-bottom: 0;
}
@media(max-width: 1559px){
    .call-to-action-section .form-item-title{
        font-size: 24px;
    }
    .call-to-action-section .form-item-description{
        font-size: 15px;
    }
}
@media(max-width: 1399px){
    .call-to-action-section .content-item{
        width: 55%;
    }
    .call-to-action-section .form-item{
        width: 45%;
        padding: 32px 45px 40px 40px;
    }
    .call-to-action-section .content-item h2{
        font-size: 32px;
    }
    .content-item-subtitle{
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .call-to-action-section .content-item{
        padding-right: 6vw;
    }
    .call-to-action-section .content-item h2 {
        font-size: 3vw;
    }
    .content-item-subtitle {
        margin: 5vw 0 3vw;
        font-size: 2.1vw;
    }
    .call-to-action-steps .item-num{
        font-size: 6vw;
        width: 7vw;
    }
    .call-to-action-steps .item-title {
        font-size: 1.7vw;
        width: calc(100% - 8vw);
    }
    .call-to-action-section .form-item{
        padding: 22px 45px 30px 30px;
    }
    .call-to-action-section .form-item-title {
        font-size: 2.5vw;
        margin-bottom: 1.6vw;
    }
    .call-to-action-section .form-item-description {
        font-size: 1.6vw;
        margin-bottom: 2vw;
    }
}
@media(max-width: 767px){
    .call-to-action-steps .item{
        margin-bottom: 8vw;
        align-items: flex-start;
    }
    .call-to-action-section .content-item{
        width: 100%;
        margin-bottom: 50px;
    }
    .call-to-action-section .form-item {
        width: 100%;
        padding: 6vw 6vw 7vw;
    }
    .call-to-action-section .form-item-title {
        font-size: 5.5vw;
        margin-bottom: 3vw;
    }
    .call-to-action-section .form-item-description {
        font-size: 3.6vw;
        margin-bottom: 5.5vw;
    }
    .call-to-action-section-img {
        width: 100%;
        position: relative;
        margin-bottom: 60px;
        margin-top: -60px;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        height: 60vw;
    }
    .call-to-action-section .content-item h2 {
        font-size: 6vw;
    }
    .content-item-subtitle {
        margin: 9vw 0 5vw;
        font-size: 3.5vw;
    }
    .call-to-action-steps .item-title {
        font-size: 4.1vw;
        width: calc(100% - 20vw);
    }
    .call-to-action-steps .item-num {
        font-size: 14vw;
        width: 14vw;
    }
}

/* /. call-to-action-section */


/* quick-application-block */
.quick-application-block{
    border-radius: 5px;
    overflow: hidden;
}
.quick-application-block-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.quick-application-block-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quick-application-block-img:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 19.5%, rgb(44 57 69 / 70%) 78.79%);
    
}
.quick-application-block-inner{
    width: 1100px;
    max-width: 100%;
    margin: auto;
    min-height: 350px;
    padding: 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}
.quick-application-block-inner .col1{
    width: 360px;
}
.quick-application-block-inner .col2{
    width: calc(100% - 360px);
    padding-left: 50px;
}
.quick-application-block-inner .item-title{
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -10px;
}
.quick-application-block-inner .item-text{
    line-height: 1.3;
    font-size: 24px;
}
.quick-application-block-inner .btn{
    margin-top: 40px;
    min-width: 250px;
}

@media(max-width: 1299px){
    .quick-application-block-inner .col2{
        padding-left: 2vw;
    }
    .quick-application-block-inner .item-title{
        font-size: 3.5vw;
    }
    .quick-application-block-inner .item-text {
        font-size: 2vw;
    }
    .quick-application-block-inner .btn {
        margin-top: 3.5vw;
    }
}
@media(max-width: 991px){
    .quick-application-block-inner .col1{
        width: 35%;
    }
    .quick-application-block-inner .col2{
        width: 65%;
    }
    .quick-application-block-inner .item-title{
        font-size: 5vw;
    }
    .quick-application-block-inner .item-text {
        font-size: 3vw;
    }
    .quick-application-block-inner .btn {
        margin-top: 4vw;
    }
}
@media(max-width: 767px){
    .quick-application-block-inner {
        min-height: 1px;
        padding: 30px 15px;
    }
    .quick-application-block-inner .btn{
        min-width: 1px;
        height: 50px;
    }
}
@media(max-width: 399px){
    .quick-application-block-inner .col1{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .quick-application-block-inner .col2{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .quick-application-block-inner .item-title{
        font-size: 7.5vw;
    }
    .quick-application-block-inner .item-text {
        font-size: 17px;
    }
    .quick-application-block-inner .btn {
        margin-top: 30px;
        width: 100%;
    }
}
/* /. quick-application-block */


/* 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;
}
.gallery-carousel .item-inner{
    position: relative;
}
.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(51,51,51,0.5);
    opacity: 0.5;
    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/zoom.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-dots{
    width: 1530px;
    max-width: 100%;
    margin: 20px auto 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.gallery-carousel .slick-dots li{
    margin: 0 15px 0 0;
    width: 54px;
    border-radius: 6px;
    height: 6px;
    background: #2C3945;
}
.gallery-carousel .slick-dots li.slick-active,
.gallery-carousel .slick-dots li:hover{
    background: #f58b02;
}
.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: 5px;
    overflow: hidden;
}
.gallery-carousel .item-inner > a{
    display: block;
    height: 100%;
}
.gallery-carousel .item-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 1529px){
    .gallery-carousel-section .slick-dots{
        padding: 0 25px;
    }
}
@media(max-width: 1399px){
    .gallery-carousel-section .slick-dots li{
        margin: 0 15px 0 0;
        width: 30px;
        border-radius: 3px;
        height: 4px;
    }
}
/* /. 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/zoom.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 #E5E5E5;
    border-radius: 5px;
}
.logotypes a.item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-color: transparent;
}
.logotypes .item img{
    max-height: 100%;
}
@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 */

/* certificates */
.certificates{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.certificates .col{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.certificates .col.slick-slide{
    margin-bottom: 0;
}
.certificates .item{
    height: 100%;
    background: #e5e5e5;
    padding: 25px;
    text-align: center;
    transition: all ease-out 300ms;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 5px;
}
.certificates .item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.certificates .item-img{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificates .item-img > img{
    width: 100%;
}

.certificates .item-title{
    font-weight: 500;
    font-size: 18px;
}
.certificates-carousel{
    display: block;
}
.certificates-carousel .slick-list{
    margin-left: -5px;
    margin-right: -5px;
}
.certificates-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 15px;
}
.certificates-carousel .slick-slide{
    height: inherit;
}
.certificates-carousel .item{
    cursor: grab;
}
.certificates-carousel > div:not(:first-of-type){
    display: none;
}
.certificates-carousel .slick-dots{
    margin: 0;
    padding-left: 10px;
}
.certificates-carousel .slick-dots li:first-of-type{
    margin-left: 0;
}
@media(max-width: 1399px){
    .certificates .item{
        padding: 20px;
    }
    .certificates .item-img{
        margin-bottom: 15px;
    }
    .certificates .item-title{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .certificates .col{
        width: 33.3333%;
    }
}
@media(max-width: 767px){
    .certificates .col{
        width: 50%;
    }
}
@media(max-width: 499px){
    .certificates .col{
        width: 100%;
    }
}
/* /. certificates */

/* portfolio-categories */
.portfolio-categories{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.portfolio-categories .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.portfolio-categories .item{
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ddd;
}
.portfolio-categories .item-inner{
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    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%);
}
.portfolio-categories .item img{
    width: 100%;
}
.portfolio-categories .item-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.portfolio-categories .item:hover .item-inner{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px;
}

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

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

/* categories */
.categories{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.categories .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.categories .item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}
.categories .item-img{
    overflow: hidden;
    position: relative;
}
.categories .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 300ms;
}
.categories .item-price{
    position: absolute;
    top: 25px;
    left: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 50px;
    background: #42975A;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    border-radius: 5px;
}
.categories .item-body{
    flex: 1 0 auto;
    border: 2px solid #e9e9e9;
    border-top: none;
    padding: 25px;
    color: #000;
    transition: all ease-out 300ms;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.categories .item .more-link{
    margin-top: 20px;
}
.categories .item-title{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
}
.categories .item-title + .item-text{
    margin-top: 15px;
    font-size: 15px;
}
.categories .item:hover{
    box-shadow: 0 0 0 4px #F58B02;
}
.categories .item:hover .item-body{
    border-color: transparent;
}

.categories .item-text ul:last-of-type,
.categories .item-text ol:last-of-type,
.categories .item-text p:last-of-type{
    margin-bottom: 0;
}


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

@media(max-width: 1299px){
    .categories{
        margin-left: -10px;
        margin-right: -10px;
    }
    .categories .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .categories .item-body{
        padding: 20px;
    }
    .categories .item-title{
        font-size: 18px;
    }
    .categories .item-title + .item-text{
        margin-top: 12px;
        font-size: 14px;
    }
    .categories .item-price{
        top: 20px;
        left: 20px;
        font-size: 18px;
        height: 46px;
        min-width: 200px;
    }
}
@media(max-width: 1099px){
    .categories .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .categories .item-title{
        font-size: 1.8vw;
    }
}
@media(max-width: 767px){
    .categories .col{
        width: 100%;
    }
    .categories .item{
        flex-direction: row;
        min-height: 160px;
    }
    .categories .item-img{
        width: 30%;
    }
    .categories .item-body{
        width: 60%;
        padding: 3.5vw;
        border-top: 2px solid #e9e9e9;
        border-left: none;
    }
    .categories .item-title{
        font-size: 3vw;
    }
    .categories .item-title + .item-text{
        font-size: 2.2vw;
        margin-top: 2vw;
    }
    .categories .item-price{
        left: 0;
        border-radius: 0 5px 5px 0;
        font-size: 13px;
        min-width: 130px;
        height: 36px;
        top: 15px;
    }
}
@media(max-width: 499px){
    .categories .item{
        flex-direction: column;
    }
    .categories .item-img{
        width: 100%;
    }
    .categories .item-body{
        width: 100%;
        padding: 20px;
        border-top: none;
        border-left: 2px solid #e9e9e9;
    }
    .categories .item-title{
        font-size: 18px;
    }
    .categories .item-title + .item-text{
        font-size: 14px;
    }
}
/* /. categories */

/* projects */
.projects-section .tabs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.projects-section .tabs li{
    margin: 0 25px 10px 0;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    opacity: 0.6;
    transition: all ease-out 300ms;
}
.projects-section .tabs li:last-of-type{
    margin-right: 0;
}
.projects-section .tabs li:after{
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #42975A;
    transition: all ease-out 300ms;
}
.projects-section .tabs li.current,
.projects-section .tabs li:hover{
    opacity: 1;
}
.projects-section .tabs li.current:after{
    width: 100%;
    left: 0;
    right: 0;
}
.projects{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.projects.projects-carousel > div:not(:first-of-type){
    display: none;
}
.projects-carousel.slick-slider{
    display: block;
}
.projects .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.projects .col.full-width{
    width: 100% !important;
}
.projects.cols3 .col{
    width: 33.3333%;
}
.projects .item-img{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}
.projects .item-img a{
    display: block;
    position: relative;
}
.projects .item-img a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all ease-out 300ms;
    z-index: 2;
}
.projects .item-img img{
    width: 100%;
    transition: all ease-out 300ms;
}
.projects .item-arrow{
    width: 50px;
    height: 50px;
    background: #F1F4F9;
    border-radius: 5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    transition: all ease-out 300ms;
    z-index: 5;
}
.projects .item-arrow svg {
    width: 28px;
    height: 28px;
    transform: rotate(315deg);
}
.projects .item-img:hover img{
    transform: scale(1.1);
}
.projects .item-img:hover .item-arrow{
    transform: translateY(0);
}
.projects .item-img:hover a:before{
    opacity: 1;
}

.projects .item .item-body-first-block{
    display: flex;
    flex-wrap: wrap;
}
.projects .item .item-body-first-block-col1{
    width: calc(100% - 22px);
    padding-right: 10px;
}
.projects .item .item-body-first-block-col2{
    width: 22px;
}
.projects .item .item-body-first-block-col2 svg{
    width: 22px;
    height: 22px;
}
.projects .item .msfavorites{
    color: #000;
}
.projects .item .msfavorites svg{
    transition: all 200ms ease-out;
}
.projects .item .msfavorites:hover{
    color: #F58B02;
}
.projects .item .msfavorites.voted svg{
    color: #F58B02;
    cursor: pointer;
}
.projects .item .msfavorites .msfavorites-active{
    display: none;
}
.projects .item .msfavorites.voted .msfavorites-active{
    display: inline-block;
}
.projects .item .msfavorites.voted .msfavorites-noneactive{
    display: none;
}


.projects .item-price{
    font-weight: 600;
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.projects .item-title{
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.projects .item-properties-row{
    font-size: 15px;
    line-height: 1.3;
}
.projects .item-properties-row + .item-properties-row{
    margin-top: 4px;
}
.projects .item-properties-key{
    font-weight: 500;
    color: #99A3AE;
    margin-right: 10px;
}

@media(max-width: 1559px){
    .projects .item-price {
        font-size: 23px;
    }
    .projects .item-title{
        font-size: 19px;
        margin-bottom: 5px;
    }
    .projects .item-properties-row{
        font-size: 13px;
    }
}
@media(max-width: 1299px){
    .projects{
        margin-left: -10px;
        margin-right: -10px;
    }
    .projects .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
    .projects .item-price {
        font-size: 19px;
    }
    .projects .item-title{
        font-size: 17px;
    }
    .projects .item-img{
        margin-bottom: 10px;
    }
    .projects .item-arrow {
        width: 40px;
        height: 40px;
    }
    .projects .item-arrow svg{
        width: 21px;
        height: 21px;
    }
    .projects-section .tabs{
        margin-bottom: 25px;
    }
}
@media(max-width:1029px){
    .projects.cols3 .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .projects .col,
    .projects.cols3 .col{
        width: 33.3333%;
    }
}
@media(max-width: 767px){
    .projects .col,
    .projects.cols3 .col{
        width: 50%;
    }
    .projects-section .tabs li {
        margin: 0 20px 10px 0;
        font-size: 15px;
    }
}
@media(max-width: 499px){
    .projects{
        margin-left: -5px;
        margin-right: -5px;
    }
    .projects .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
    .projects .item-price {
        font-size: 17px;
    }
    .projects .item-title{
        font-size: 15px;
    }
    .projects .item-img{
        margin-bottom: 7px;
    }
    .projects .item-arrow {
        width: 30px;
        height: 30px;
    }
    .projects .item-arrow svg{
        width: 17px;
        height: 17px;
    }
    .projects-section .tabs{
        margin-bottom: 20px;
    }
    .projects-section .tabs li{
        font-size: 13px;
    }
    .projects .item-properties-row{
        font-size: 11px;
    }
}
@media(max-width: 399px){
    .projects .col{
        width: 100%;
    }
}
/* /. projects */


/* product-page-first-section */
.product-page-fs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.product-page-fs .left-part {
	width: 706px;
}
.product-page-fs .right-part {
	width: calc(100% - 706px);
	padding-left: 30px;
}
.product-gallery {
	width: 100%;
}
.product-carousel-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.product-carousel-inner {
	width: 100%;
}
.product-carousel > div:not(:first-of-type) {
	display: none;
}
.product-thumb-carousel:not(.slick-slider) > div {
	display: none;
}
.product-carousel .item {
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
}
.product-carousel .item img{
    width: 100%;
}
.product-thumb-carousel .item {
	cursor: pointer;
	transition: all ease-out 300ms;
}
.product-thumb-carousel .item:hover {
	opacity: 0.8;
}
.product-thumb-carousel-wrapper {
	display: flex;
	align-items: center;
}
.product-thumb-carousel-inner {
	width: 100%;
}
.product-thumb-carousel {
	margin-left: -3px;
	margin-right: -5px;
	position: relative;
	bottom: -2px;
}
.product-thumb-carousel .item {
	padding: 15px 5px 2px;
}
.product-thumb-carousel .item .element{
	text-align: center;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.product-thumb-carousel .slick-current .element{
	box-shadow: 0 0 0 2px #F58B02;
}
.product-thumb-carousel .item img {
	max-height: 100%;
}
.product-carousel .element > a{
    display: block;
    position: relative;
    overflow: hidden;
}
.product-carousel .element > a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51,51,51,0.5);
    opacity: 0;
    transition: ease-out all 300ms;
}
.product-carousel .element > a:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/zoom.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}
.product-carousel .element > a:hover:before{
    opacity: 0.6;
}
.product-carousel .element > a:hover:after{
    opacity: 1;
    transform: scale(1);
}
.product-page-fs-aside-body .item + .item{
    margin-top: 20px;
}

.product-page-fs-aside-footer{
    margin-top: 10px;
}
.product-page-fs-aside{
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.product-page-fs-aside .item-h{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.product-page-fs-aside .item-h .item-title{
    width: calc(100% - 22px);
    padding-right: 15px;
    font-size: 17px;
    margin-bottom: 7px;
}
.product-page-fs-aside .item-h .msfavorites{
    width: 22px;
    height: 22px;
    position: relative;
    top: -2px;
}
.product-page-fs-aside .item-h .msfavorites:hover{
    color: #F58B02;
}
.product-page-fs-aside .item-h .msfavorites svg{
    width: 22px;
    height: 22px;
}
.product-page-fs-aside .msfavorites .msfavorites-active {
    display: none;
}
.product-page-fs-aside .msfavorites.voted .msfavorites-noneactive {
    display: none;
}
.product-page-fs-aside .msfavorites.voted .msfavorites-active {
    display: block;
}

.property-list-row{
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #858585;
}
.property-list-value{
    font-size: 17px;
    color: #000;
}
.property-list-name{
    width: 100%;
    background: url(../images/dot.svg) 0 calc(100% - 6px) repeat-x;
    flex-grow: 0;
    padding-right: 4px;
}
.property-list-name span{
	background-color: #fff;
	box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
}
.property-list-value{
    display: inline-block;
    padding-left: 5px;
    flex-grow: 0;
    font-weight: 500;
    text-align: right;
    background: url(../images/dot.svg) 0 calc(100% - 6px) repeat-x;
    width: 100%;
}
.property-list-value span{
    background-color: #fff;
    box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
}

.price-list-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #F4F4F4;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #858585;
}
.price-list-item:first-child{
    padding-top: 0;
}
.price-list-item:last-child{
    border-bottom: none;
}
.price-list-item .col1{
    width: 60%;
}
.price-list-item .col2{
    width: 40%;
    text-align: right;
}
.price-list-item-value{
    font-size: 17px;
    line-height: 1.1;
    color: #000;
}
.price-list-item .equipments_scrollto{
    font-size: 13px;
    text-decoration: underline;
}
.price-list-item .equipments_scrollto:hover{
    text-decoration: none;
}

.product-carousel .slick-prev{
    left: 15px;
}
.product-carousel .slick-next{
    right: 15px;
}

@media(max-width: 1199px){
    .product-page-fs .left-part{
        width: 600px;
    }
    .product-page-fs .right-part {
        width: calc(100% - 600px);
        padding-left: 20px;
    }
    .product-carousel .item{
        height: 430px;
    }
    .product-carousel .item .element,
    .product-carousel .item .element a{
        height: 100%;
        display: block;
    }
    .product-carousel .item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-thumb-carousel .item{
        padding-top: 20px;
    }
    .property-list-row,
    .price-list-item{
        font-size: 13px;
    }
    .property-list-value{
        font-size: 15px;
    }
    .price-list-item-value{
        font-size: 15px;
        margin-bottom: 3px;
    }
    .price-list-item .equipments_scrollto{
        font-size: 12px;
    }
}
@media(max-width: 1099px){
    .product-page-fs-aside{
        padding: 15px;
    }
}
@media(max-width: 991px){
    .product-page-fs .left-part{
        width: 100%;
    }
    .product-page-fs .right-part {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .product-carousel .item{
        height: auto;
    }
    .product-page-fs-aside{
        padding: 25px;
    }
    .product-page-fs-aside .item-title{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .property-list-row, 
    .price-list-item{
        font-size: 15px;
    }
    .property-list-value,
    .price-list-item-value{
        font-size: 17px;
    }
    .price-list-item .equipments_scrollto{
        font-size: 13px;
    }
    .product-page-fs-aside-footer{
        margin-top: 25px;
    }
}

@media(max-width: 499px){
    .product-page-fs-aside{
        padding: 20px;
    }
    .product-page-fs-aside .item-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .property-list-row, 
    .price-list-item{
        font-size: 14px;
    }
    .property-list-value,
    .price-list-item-value{
        font-size: 16px;
    }
    .price-list-item .equipments_scrollto{
        font-size: 12px;
    }
}
@media(max-width: 429px){
    .product-page-fs-aside{
        padding: 17px;
    }
    .product-page-fs-aside .item-title{
        font-size: 17px;
        margin-bottom: 7px;
    }
    .property-list-row, 
    .price-list-item{
        font-size: 13px;
    }
    .price-list-item{
        padding: 15px 0;
    }
    .property-list-value{
        font-size: 15px;
    }
    .price-list-item .col1{
        width: 100%;
    }
    .price-list-item .col2{
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
}
/* /. product-page-first-section */

/* equipments-columns */
.equipments-columns{
    display: flex;
    flex-wrap: wrap;
}
.equipments-aside{
    width: 380px;
}
.equipments-main-column{
    width: calc(100% - 380px);
    padding-left: 30px;
}
.equipments-aside .tabs{
    position: sticky;
    top: 30px;
}
.equipments-section.fix-panel-true .equipments-aside .tabs{
    top: 120px;
}
.equipments-aside .tabs li{
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    color: #42975A;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.equipments-aside .tabs li.current,
.equipments-aside .tabs li:hover{
    background: #42975A;
    color: #fff;
}
.equipments-main-column .table-wrapper{
    border-radius: 5px;
}
.equipments-main-column table{
    background: #fff;
    text-align: center;
    margin-bottom: 0;
}
.equipments-main-column .content table th{
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
}
.equipments-main-column td{
    text-align: center;
}
.equipments-main-column td:first-of-type{
    font-weight: 600;
    text-align: left;
}
.equipments-main-column td .btn{
    margin-top: 10px;
}
.equipments-main-column td strong{
    font-weight: 600;
    font-size: 17px;
    white-space: nowrap;
}

@media(max-width: 1299px){
    .equipments-columns .equipments-aside{
        width: 300px;
    }
    .equipments-aside .tabs li {
        height: 50px;
        padding: 0 15px;
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 15px;
    }
    .equipments-main-column {
        width: calc(100% - 300px);
        padding-left: 20px;
    }
    .equipments-main-column .content table th,
    .equipments-main-column .content table td{
        font-size: 13px;
    }
}
@media(max-width: 1099px){
    .equipments-columns .equipments-aside{
        width: 100%;
    }
    .equipments-aside .tabs{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px;
        justify-content: space-between;
    }
    .equipments-aside .tabs li{
        width: calc(50% - 10px);
        margin: 0 0 10px;
        margin-bottom: 20px;
        height: 44px;
        font-size: 13px;
        text-align: center;
        justify-content: center;
    }
    .equipments-aside .tabs li:last-of-type{
        margin-right: 0;
    }
    .equipments-main-column {
        width: 100%;
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .equipments-aside .tabs li{
        width: 100%;
        margin-bottom: 10px;
    }
}
/* /. equipments-columns */


/*** catalog category page ***/
.catalog-category-columns {
    display: flex;
    flex-wrap: wrap;
}
.catalog-category-columns .aside{
    width: 353px;
    padding-right: 20px;
}
.catalog-column{
    width: calc(100% - 353px);
    padding-left: 30px;
}
#mse2_results.projects{
    margin-bottom: 0;
}

/* ASIDE MENU */
.aside-block-title{
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
}
.aside-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.aside-menu{
    transition: all 200ms ease;
}
.aside-menu a {
    display: inline-block;
    text-decoration: none !important;
    color: #171717;
    padding: 10px 25px 10px 0;
    font-size: 17px;
    background: #ffffff;
    line-height: 1.3;
    font-weight: 500;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: none;
}
.aside-menu ul ul a{
    border-top: none;
}
.aside-menu li:hover > a,
.aside-menu .active > a{
    color: #F58B02 !important;
}
.aside-menu .open > a{
    color: #F58B02 !important;
}
.aside-menu ul ul > li:hover > a:before,
.aside-menu ul ul > li.open > a:before,
.aside-menu ul ul > li.active > a:before{
    background: #F58B02;
}
.aside-menu > ul ul{
    display: none;
    padding: 0 0 5px;
    background: #fff;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu .dropdown-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 17px;
    z-index: 10;
    cursor: pointer;
}
.aside-menu .dropdown-button:before{
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 1px;
    top: 50%;
    right: 0;
    background: #474747;
    transition: all 300ms ease-out;
}
.aside-menu .dropdown-button:after{
    content: "";
    display: block;
    position: absolute;
    height: 17px;
    width: 1px;
    top: calc(50% - 8px);
    right: 8px;
    background: #474747;
    transition: all 300ms ease-out;
}
.aside-menu .dropdown-button.active:after,
.aside-menu .dropdown-button.active:before{
    transform: rotate(45deg);
}

.aside-menu > ul ul .dropdown-button{
    height: 36px;
}
.aside-menu ul ul .dropdown-button:after{
    top: 10px;
}
.aside-menu ul ul .dropdown-button.active:after{
    top: 14px;
}
.aside-menu  ul ul a{
    padding: 8px 36px 8px 20px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}
.aside-menu  ul ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 15px;
    left: 8px;
    background: #777777;
}
.aside-menu  ul ul ul a{
    padding: 6px 36px 6px 30px;
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
/* /. ASIDE MENU */

/** catalog-filter **/
/* ui slider*/
.catalog-sidebar-filters .ui-slider{
    border: none !important;
    height: 6px;
    background: #E9E9E9;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
    right: -4px;
}
.catalog-sidebar-filters .ui-slider-range{
    background: #c1c1c1;
    border-radius: 0 !important;
}
.catalog-sidebar-filters .ui-slider-handle{
    width: 14px !important;
    height: 14px !important;
    margin-top: 0px !important;
    background: #fff !important;
    cursor: pointer !important;
    border: 1px solid #2e2e2e !important;
}
.catalog-sidebar-filters .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
}
.catalog-sidebar-filters .ui-corner-all, 
.catalog-sidebar-filters.ui-corner-top, 
.catalog-sidebar-filters .ui-corner-right, 
.catalog-sidebar-filters .ui-corner-tr{
    border-radius: 0 !important;
}
.catalog-sidebar-filters .ui-slider-handle.ui-state-default.ui-corner-all{
    border-radius: 2px !important;
    background: #F58B02 !important;
    border-color: #F58B02 !important; 
    top: -4px;
    opacity: 1 !important;
}
.number_slider_wrapper{
    padding: 0 11px 0 3px;
    background: #E9E9E9;
}
.mse2_number_inputs .form-control{
    height: 42px;
    background: #fff;
    margin-bottom: 10px;
}
.mse2_number_inputs label {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: -7px;
    left: 0;
    color: #757575;
    background: #fff;
    text-transform: lowercase;
    font-weight: 400;
    padding: 0 5px;
}
/*./ ui slider*/
.filter-item-slider + .filter-item-slider{
    margin-top: 20px;
}
.filter-item-wrapper{
    margin-top: 20px;
}
.filter-item-wrapper.mt0{
    margin-top: 0;
}
.filter-title{
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
}
.catalog-sidebar-filters{
    padding-top: 25px;
}
.filter-item-body .cols{
    display: grid;
    grid-gap: 10px;
}
.filter-item-body .cols.cols2{
    grid-template-columns: 1fr 1fr;
}
.filter-customcheck {
    position: relative;
    margin-bottom: 10px;
}
.filter-customcheck input[type=checkbox]{
    position: fixed;  
    top: -100000px;
}
.filter-customcheck input[type=checkbox] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}
.filter-customcheck input[type=checkbox] + label:before{
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 0px;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
	background: url(../images/filters-checked.svg) 0 0 no-repeat;
}
.filter-customcheck label:hover{
    color: #F58B02;
}
.filter-item-wrapper{
    display: none;
}
.filter-item-wrapper.full{
    display: block;
}
.boolean-filter .filter-customcheck:first-of-type + .filter-customcheck{
    display: none !important;
}

.not-boolean-filter .filter-customcheck{
    display: none;
}
.not-boolean-filter .filter-item-body > div > div:nth-of-type(1),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(2),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(3),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(4),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(5),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(6){
    display: block;
}
.not-boolean-filter.open .filter-item-body > div > div{
    display: block;
}

.filter-more-btn{
    display: inline-block;
    position: relative;
    color: #000;
    padding-left: 23px;
    cursor: pointer;
    transition: color ease-out 300ms;
    margin-top: 10px;
}
.filter-more-btn:before{
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/down-icon.svg);
    transition: opacity ease-out 300ms;
}

.filter-item-wrapper.open .filter-more-btn:after,
.filter-item-wrapper.open .filter-more-btn:before{
    transform: rotate(180deg);
}
.reset-filters-btn.hidden{
    display: none;
}
.reset-filters-btn{
    margin-top: 20px;
    border: none;
    padding: 0;
    background: transparent;
    color: #000;
}
.reset-filters-btn:hover{
    color: #F58B02;
}
.reset-filters-btn img {
    margin-top: -2px;
}
.reset-filters-btn.hidden + .filters-result-btn{
    display: none;
}
@media(min-width: 992px){
    .filters-result-btn{
        display: none !important;
    }
    .reset-filters-btn-wrapper{
        justify-content: flex-start !important;
    }
}
.reset-filters-btn-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filters-result-btn{
    order: 1;
    margin-top: 20px;
}
.reset-filters-btn{
    order: 2;
}
@media (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #F58B02 !important;
    }
    .filter-more-btn:after{
        content:"";
        width: 22px;
        height: 22px;
        position: absolute;
        top: 1px;
        left: 0;
        background: url(../images/down-icon2.svg);
        transition: opacity ease-out 300ms;
        opacity: 0;
    }
    .filter-more-btn:hover{
        color: #F58B02;
    }
    .filter-more-btn:hover:before{
        opacity: 0;
    }
    .filter-more-btn:hover:after{
        opacity: 1;
    }
}

@media(max-width:1559px){
    .catalog-category-columns .aside{
        width: 25%;
    }
    .catalog-column{
        width: 75%;
    }
    .aside-menu a{
        font-size: 15px;
    }
}
@media(max-width:1299px){
    .catalog-category-columns .aside{
        padding-right: 0;
    }
}
@media(max-width:1029px){
    .catalog-category-columns .aside{
        width: 250px;
    }
    .catalog-column{
        width: calc(100% - 250px);
    }
}
@media(max-width:991px){
    .catalog-category-columns .aside{
        width: 100%;
    }
    .catalog-column{
        width: 100%;
        padding-left: 0;
    }
    .aside-menu{
        display: none;
    }
    .mse2_number_inputs label {
        color: #ffffff;
        background: #2c3945;
    }
    .catalog-sidebar-inner {
        position: fixed;
        top: -30px;
        bottom: 0;
        padding: 100px 0 0;
        right: -320px;
        width: 320px;
        max-width: 100%;
        background-color: #2C3945;
        color: #fff;
        z-index: 600;
        transition: all ease-out 200ms;
    }
    .catalog-sidebar-inner.active{
        right: 0;
    }
    .catalog-sidebar-filters{
        position: relative;
        height: 100%;
        padding: 25px 0 20px;
    }
    .catalog-sidebar-filters form{
        height: 100%;
        overflow-y: auto;
        padding: 0 20px;
    }
    .catalog-sidebar-inner-overlay{
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: -100px;
        bottom: -100px;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
        transition: opacity ease-out 300ms;
    }
    .catalog-sidebar-inner.active + .catalog-sidebar-inner-overlay{
        z-index: 500;
        opacity: 1;
    }
    .catalog-sidebar-close-btn {
        display: block;
        background: #2c3945;
        cursor: pointer;
        top: 0;
        left: 0;
        position: absolute;
        height: 35px;
        width: 35px;
        transition: all 0.3s;
    }
    .catalog-sidebar-inner.active .catalog-sidebar-close-btn {
        left: -35px;
        width: 42px;
    }
    .catalog-sidebar-close-btn:before {
        transition: all 0.3s;
        height: 2px;
        width: 20px;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 18px;
        background: #fff;
        margin: -1px -10px;
        transform: rotate(45deg);
    }
    .catalog-sidebar-close-btn:after {
        transition: all 0.3s;
        height: 2px;
        width: 20px;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 18px;
        background: #fff;
        margin: -1px -10px;
        transform: rotate(-45deg);
    }
    .filters-open-btn{
        margin-bottom: 30px;
        display: none;
    }
    .filters-open-btn svg{
        margin-right: 15px;
    }
    .filters-open-btn.btn-visible{
        display: inline-flex;
    }
    .mse2_number_inputs .form-control {
        height: 42px;
        background: #2c3945;
        margin-bottom: 10px;
        border: 1px solid #fff;
        color: #fff;
    }
    .reset-filters-btn{
        color: #fff;
    }
    .catalog-sidebar-filters .ui-slider-range{
        background: #fff;
    }
    .catalog-sidebar-filters .ui-slider{
        background: #ccc;
    }
    .number_slider_wrapper {
        background: #cccccc;
    }
    .filter-customcheck label:hover{
        color: #fff;
    }
    .filter-customcheck input[type=checkbox]:checked + label:before {
        background: url(../images/filters-checked-white.svg) 0 0 no-repeat;
    }
}
@media(max-width: 767px){
    .filters-open-btn{
        width: 100%;
    }
    .filter-more-btn:before{
        background: url(../images/down-icon-white.svg);
    }
    .filter-more-btn{
        color: #fff;
    }
}
@media (max-width: 599px) {
    .catalog-sidebar-inner{
        width: 100%;
        right: -100%;
        top: -40px;
    }
    .catalog-sidebar-inner.active .catalog-sidebar-close-btn {
        left: auto;
        right: 0;
    }
    .catalog-sidebar-filters{
        padding: 40px 0 30px;
    }
}
/** /. catalog-filter **/
/*** /. catalog category page ***/





