@charset "utf-8";
body{
    font-family: 'Montserrat', sans-serif;
    color: #616B70;
    font-size: 17px;
    line-height: 1.6;
}

h1,
.title-h1 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2,
.title-h2 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3,
.title-h3 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h4,
.title-h4 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h5,
.title-h5{
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}
h6,
.title-h6{
    font-size: 19px;
    line-height: 1.3;
    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: 40px;
    }
    h3,
    .title-h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    h4,
    .title-h4 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    h5,
    .title-h5{
        font-size: 20px;
    }
    h6,
    .title-h6{
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    h2,
    .title-h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    h3,
    .title-h3 {
        font-size: 25px;
    }
    h4,
    .title-h4 {
        font-size: 21px;
    }
    h5,
    .title-h5{
        font-size: 19px;
        margin-bottom: 15px;
    }
    h6,
    .title-h6{
        font-size: 17px;
        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: 26px;
    }
    h2,
    .title-h2 {
        font-size: 26px;
    }
    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: #E2CFA2;
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

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

.btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px 1px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    background: #E2CFA2;
    text-align: center;
    transition: all 300ms ease-out;
}
.btn:hover {
    filter: brightness(114%);
    color: #000;
}
.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%;
}

.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{
        height: 70px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
        width: 100%;
        min-width: inherit;
    }
    .btn.btn-lg{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
}

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


.btn.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: url(../images/ag-square.png) #F4F4F4;
}
.white-bg{
    background: #fff;
}
.section h1 span,
.section h2 span{
    color: #E2CFA2;
}

.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;
}
.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(44,57,69,0.2);
}
.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: #547874;
}
.base-template .header-main-wrapper{

}
.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: 75px;
}
.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{
    height: 45px;
}
.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: #E2CFA2;
}
.header-contacts{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 400px;
}

.header-contacts > .btn{
    margin-left: 30px;
}
.header-bar{
    margin-left: 20px;
}
.header-contacts .social-nav{
    margin-left: 20px;
}
.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;
}
.header-search-btn:hover path{
    fill: #E2CFA2;
}
.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: #E2CFA2;
    color: #fff;
    position: absolute;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 20px;
    width: 285px;
    top: 0;
    left: -20px;
    top: -20px;
    display: none;
}

.header-main-wrapper-push{
    display: none;
}
@media(min-width: 992px){
    .header-contacts-dropdown-wrapper:hover .header-contacts-dropdown{
        display: block;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed{
        position: fixed;
        bottom: 100%;
        left: 0;
        right: 0;
        background: #547874;
        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: #E2CFA2;
}
.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: 65%;
    padding-right: 25px;
    max-width: calc(100% - 450px);
}
.header-content-inner .col2{
    width: 30%;
    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;
    justify-content: space-between;
    width: 85%;
    position: relative;
}
.header-features.features-total-4:after {
    content: "";
    background: linear-gradient(0deg, #527BD400 0%, #fff 17%, #fff 85%, #293E6A00 100%);
    position: absolute;
    left: 48%;
    top: 10%;
    height: 80%;
    width: 1px;
    opacity: 0.8;
}
.header-features.features-total-4:before {
    content: "";
    background: linear-gradient(90deg, #527BD400 0%, #fff 15%, #fff 87%, #293E6A00 100%);
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 1px;
    opacity: 0.8;
}
.header-features .col{
    width: 46%;
    margin: 25px 0;
}
.header-features .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-features .item-icon{
    width: 70px;
}
.header-features .item-icon img{
    width: 100%;
}
.header-features .item-body{
    width: calc(100% - 70px);
    padding-left: 20px;
}
.header-features .item-title{
    font-size: 17px;
    line-height: 1.3;
    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 #E2CFA2;
}
.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 a:hover{
    color: #fff;
    text-decoration: underline;
}
.header-content h1 span{
    color: #E2CFA2;
}
.header-product-price{
    color: #E2CFA2;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
}
.mobile-menu li.active > a{
    color: #e2d0a2;
}
@media(min-width:1300px){
    .header-content h1{
        font-size: 55px;
    }
}
@media(min-width:1500px){
    .header-content h1{
        font-size: 56px;
    }
}
@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;
    }
}
@media(max-width: 991px){
    .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: #f5f5f5;
        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-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;
    }
    .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;
    }
}
@media(max-width: 767px){
    .mobile-menu>ul>li>a {
        font-size: 22px;
    }
    .header-logo .logo-inner img {
        height: auto;
    }
    .header-search-btn{
        bottom: -2px;
        position: relative;
    }
    .header-features .col{
        margin: 20px 0;
    }
    .header-features .item-icon{
        width: 50px;
    }
    .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 img + .logo-body{
        width: calc(100% - 35px);
        padding-left: 5px;
    }
    .header-logo .logo-title{
        font-size: 20px;
    }
}
@media(max-width: 599px){
    .header-content-inner .col2{
        margin-top: 50px;
    }
    .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: 100px;
    }

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

    .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%;
    }
}
@media(max-width: 359px){
    .header-bar{
        margin-left: 8px;
    }
    .header-contacts-title a,
    .header-contacts-title > span{
        font-size: 9px;
    }
    .header-contacts-title a:after,
    .header-contacts-title > span:after{
        top: 4px;
    }
}

/* top menu */
.top-menu{
    display: flex;
    width: calc(100% - 500px);
    padding: 0 30px;
    justify-content: center;
}
.top-menu > ul {
    display: flex;
}
.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: 300;
}
.top-menu li.active > a,
.top-menu a:hover{
    color: #e2d0a2;
}
.top-menu > ul > li > a{
    font-size: 16px;
    margin: 0 18px;
    white-space: nowrap;
    font-weight: 500;
}

.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: #E2CFA2;
}
.top-menu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 37px);
    left: 0;
    width: 240px;
    z-index: 300;
    background: #E2CFA2;
    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% - 400px);
    }
    .top-menu > ul > li > a {
        font-size: 20px;
        margin: 0 15px;
    }
    .top-menu > ul > li.down > a:after {
        width: 5px;
        height: 5px;
        margin: -7px 0 0 6px;
    }
    .top-menu ul ul a{
        font-size: 13px;
    }
    .top-menu ul ul li.down > a:after{
        width: 5px;
        height: 5px;
    }
}
@media(max-width: 991px){
    .top-menu{
        display: none;
    }
}
/* /. top menu */

/* search block */
.search-form-section{
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    right: 0;
    background: #E2CFA2;
    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: #E2CFA2;
}
.search-form-block-inner form{
    width: calc(100% - 20px);
    padding-right: 15px;
    position: relative;
}
.search-input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #eee;
    padding: 0 100px 0 15px;
    border: none;
    color: #555;
}
.search-submit-input{
    position: absolute;
    right: 15px;
    top: 0;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    background: #E2CFA2;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: all ease-out 300ms;
    color: #000;
}
.search-submit-input:hover{
    filter: brightness(114%);
    color: #000;
}
@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{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.nums .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.nums .item{
    height: 100%;
    padding: 25px 45px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 5;
}
.nums .item-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 76px;
    line-height: 1.2;
    color: #E2CFA2;
}
.nums .item-text{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
@media(max-width: 1299px){
    .nums .item{
        padding: 25px 35px;
    }
    .nums .item-title{
        margin-bottom: 15px;
        font-size: 56px;
    }
    .nums .item-text{
        font-size: 16px;
        line-height: 1.4;
    }
}
@media(max-width: 991px){
    .nums{
        margin-top: 0;
    }
    .nums .item{
        padding: 20px 25px;
    }
    .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;
    }
    .nums .item{
        padding: 20px;
    }
    .nums .item-title{
        margin-bottom: 10px;
        font-size: 36px;
    }
    .nums .item-text{
        font-size: 12px;
    }
}
@media(max-width: 599px){
    .nums .col{
        width: 100%;
        margin-bottom: 15px;
    }
}
/* /. 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 */

/* cases-section */
.cases-carousel > div:not(:first-of-type){
    display: none;
}
.cases-carousel{
    margin-left: -15px;
    margin-right: -15px;
}
.cases .item{
    position: relative;
    margin-bottom: 50px;
}
.cases .item:last-child{
    margin-bottom: 0;
}
.cases-carousel .item{
    padding: 10px 15px;
    margin-bottom: 0;
}

.cases .item-inner{
    background: #fff;
    padding: 50px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.cases.case-on-page .item-inner{
    padding: 0;
    box-shadow: none;
}

.cases .item-inner .col1{
    width: 502px;
}
.cases .item-inner .col1 + .col2{
    width: calc(100% - 502px);
    padding-left: 40px;
}
.case-slider{
    margin-bottom: 10px;
    border-radius: 5px;
}
.case-slider > div:not(:first-of-type),
.case-slider-thumbnails > div:not(:first-of-type){
    display: none;
}
.case-slider-item{
    overflow: hidden;
    position: relative;
}
.case-slider-item > a{
    display: block;
}
.case-slider-item > a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-slider-thumbnails-wrapper{
    width: 100%;
    overflow: hidden;
}
.case-slider-thumbnails-inner{
    margin-left: -5px;
    margin-right: -5px;
}
.case-slider-item-thumbnail{
    padding-left: 5px;
    padding-right: 5px;
}
.case-slider-item-thumbnail-inner{
    overflow: hidden;
    width: 164px;
    max-width: 100%;
}
.case-slider-thumbnails img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.cases .item-subtitle{
    margin-top: -10px;
    font-size: 24px;
}
.cases .item-description{
    margin-top: 30px;
    font-size: 17px;
}

.cases .item-prop{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 19px;
}
.cases .item-prop-value{
    margin-left: 20px;
    font-weight: 600;
}
.cases .item-summ .item-prop-value{
    color: #E2CFA2;
    font-size: 23px;
}

.cases .item-btn{
    margin-top: 40px;
}
.cases .item-btn .btn{
    min-width: 50%;
}

.case-slider-item .video-holder{
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-holder-icon{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.video-holder-icon a {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    z-index: 5;
}
.video-holder-icon .play-icon {
    display: inline-block;
    border-left: 24px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -8px;
    transition: all 200ms ease-out;
}
.video-holder-icon a:hover{
    background: #E2CFA2;
}
.video-holder-icon .animation-element{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    animation: video-section-type1-animaion 2s linear infinite;
    box-shadow: 0 0 0 5px #fff;
    transition: all 0.3s ease;
    z-index: -1;
}
@keyframes video-section-type1-animaion {
  0% {
    transform: scale(1);
    opacity: 0.0; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } 
}

@media(min-width:992px){
    .cases > div:nth-of-type(2n) .col1{
        order: 2;
    }
    .cases > div:nth-of-type(2n) .col2{
        order: 1;
        padding-left: 0 !important;
        padding-right: 40px;
    }
}
@media(max-width: 1569px){
    .cases-carousel .item-inner{
        padding-left: 90px;
        padding-right: 90px;
    }
    .cases-carousel .slick-prev{
        left: 25px;
    }
    .cases-carousel .slick-next{
        right: 25px;
    }
}
@media(max-width: 1229px){
    .cases .item-inner{
        padding: 40px;
    }
    .cases-carousel .slick-prev{
        left: 20px;
    }
    .cases-carousel .slick-next{
        right: 20px;
    }
    .cases .item-inner .col1{
        width: 400px;
    }
    .cases .item-inner .col1 + .col2{
        width: calc(100% - 400px);
        padding-left: 30px;
    }
    .case-slider-item-thumbnail-inner{
        width: 140px;
    }
    .cases .item-description {
        margin-top: 20px;
        font-size: 14px;
    }
    .cases .item .title-h3{
        font-size: 25px;
    }
    .cases .item-prop{
        font-size: 16px;
        margin-top: 5px;
    }
    .cases .item-summ .item-prop-value{
        font-size: 18px;
    }
    .cases .item-subtitle {
        margin-top: -15px;
        font-size: 20px;
    }
    .cases .item-btn{
        margin-top: 30px;
    }
}
@media(max-width: 991px){
    .cases .item-inner .col1{
        width: 100%;
        margin-bottom: 30px;
    }
    .cases .item-inner .col2{
        width: 100% !important;
        padding-left: 0 !important;
        margin-bottom: 1px;
    }
    .case-slider-item-thumbnail-inner {
        width: 218px;
    }
}
@media(max-width: 767px){
    .cases.cases-carousel .item-inner {
        padding: 100px 25px 40px;
    }
    .cases .item-inner {
        padding: 40px 25px;
    }
    .cases .item-inner .col1{
        margin-bottom: 20px;
    }
    .cases-carousel .slick-prev{
        top: 40px;
        left: 40px;
    }
    .cases-carousel .slick-next{
        top: 40px;
        left: 90px;
    }
}
@media(max-width: 499px){
    .cases.cases-carousel .item-inner {
        padding: 80px 15px 20px;
    }
    .cases .item-inner {
        padding: 20px 15px;
    }
    .cases-carousel .slick-prev {
        top: 30px;
        left: 30px;
    }
    .cases-carousel .slick-next{
        top: 30px;
        left: 80px;
    }
    .cases .item-prop{
        display: block;
    }
    .cases .item-prop-value{
        margin-left: 0;
    }
    .cases .item-btn .btn{
        width: 100%;
    }
    .cases .item .title-h3{
        font-size: 20px;
    }
    .cases .item-subtitle{
        font-size: 18px;
    }
}
/* /. cases-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;
}
.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: #E2CFA2;
}
.features-intro-head-info span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(93.8deg, #E2CFA2 -0.95%, #ffd642 99.26%);
    border-radius: 20px;
    height: 40px;
    padding: 0 25px;
    margin-bottom: 15px;
}
.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;
}
.features-section-items .item-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2CFA2;
    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: #E2CFA2;
}
.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: 30px;
    }
    .features-section-columns .col2{
        width: 100%;
    }
}
@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: 399px){
    .features-intro-head{
        align-items: flex-start;
    }
    .features-intro-head-img{
        width: 60px;
    }
    .features-intro-head-info {
        width: calc(100% - 60px);
    }
}
/* /. 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;
}
.reviews .item-img{
    width: 200px;
    position: relative;
}
.reviews .item-img img{
    width: 100%;
}
.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 */
.accordion{
    margin-bottom: 20px;
}
.accordion .item-body {
    display: none;
    padding: 35px 35px 15px;
    font-size: 20px;
}
.accordion .item{
   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: #F4F4F4;
    color: #000000;
    font-weight: 600;
    transition: all ease-out 300ms;
}
.accordion .item-title{
    font-size: 22px;
    line-height: 1.35;
    width: calc(100% - 25px);
}
.accordion .item-icon{
    position: relative;
}
.accordion .item-icon:after{
    content: "+";
    font-size: 26px;
    font-weight: 600;
}
.accordion .item.active .item-icon:after{
    content: "-";
}
.accordion .item:hover .item-head{
    background: #E1E1E1;
}
.accordion .item.active .item-head{
    background: #E2CFA2;
}

@media(max-width: 991px){
    .accordion .item-head{
        min-height: 80px;
        padding: 12px 24px;
    }
    .accordion .item-title{
        font-size: 20px;
    }
    .accordion .item-body{
        font-size: 16px;
        padding: 24px 24px 4px;
    }
}
@media(max-width: 767px){
    .accordion .item-head{
        min-height: 70px;
        padding: 10px 20px;
    }
    .accordion .item-title{
        font-size: 16px;
    }
    .accordion .item-body {
        padding: 20px 20px 0;
        font-size: 14px;
    }
}
/* /. faq */

/* Map */
.map {
    position: relative;
    margin-top: 60px;
}
.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;
}
.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: #E2CFA2;
}
.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 60px;
        box-shadow: none;
    }
}
/* /. Map */

/* Footer */
.footer{
    background: #fff;
}
.footer-main-top{
    padding: 50px 15px 0;
    color: #616B70;
}
.footer-main-top-inner{
    display: flex;
    justify-content: space-between;
}
.footer-main-top-left_part{
    width: 540px;
    padding-right: 40px;
}
.footer-main-top-right_part{
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 540px);
}
.footer-main-top-right_part .col{
    width: 350px;
    padding-right: 40px;
    margin-bottom: 35px;
}
.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: #E2CFA2;
}
.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: 28px 15px;
}
.footer-bottom-container{
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    background: #626b70;
    position: relative;
}
.footer-hr{
    background: #e2d0a2;
    height: 40px;
}
.footer-bottom-container-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-main-bottom-items{
    display: flex;
    justify-content: space-between;
    color: #616B70;
    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: #616B70;
}
.footer-main-bottom-items .item a:hover{
    color: #E2CFA2;
}
.footer-main-top-right_part .item-title-btn{
    display: none;
}
.development{
    margin-right: 30px;
}
.development a:hover{
    color: #616B70;
}
.footer-text{
    margin-bottom: 30px;
    font-size: 14px;
}
.footer-bottom-right-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 1299px){
    .footer-main-top-right_part .col{
        width: 300px;
        padding-right: 30px;
    }
}
@media(max-width:1229px){
    .footer-main-top-left_part {
        width: 480px;
        padding-right: 30px;
    }
    .footer-main-top-right_part{
        max-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 {
        max-width: calc(100% - 440px);
    }
    .footer-main-top-right_part .col {
        width: 50%;
        padding-right: 2.5vw;
    }
    .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;
}
.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 2px 14px rgba(0, 0, 0, .2);
}
.news .item:hover .item-img img{
    transform: scale(1.1);
}
.news .item:hover .item-title{
    color: #E2CFA2;
}
@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: #E2CFA2;
}
.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;
}
.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 */

/* 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: 10px;
    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: 20px;
}
.application-block .col2{
    width: 450px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.application-form {
    height: 100%;
    padding: 30px;
    background: #E2CFA2;
    color: #fff;
}
.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: #E2CFA2;
    padding: 30px 30px 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
}
.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;
}
.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%;
    }
    .application-block .col2{
        width: 100%;
        padding-left: 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;
}
.content-blocks .item-img:before{
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    left: 80px;
    background: #F4F4F4;
}
.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-nav{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
}
.offers-nav .col{
    padding: 0 5px;
    margin-bottom: 10px;
    width: 250px;
}
.offers-nav .item{
    height: 40px;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    color: #E2CFA2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.offers-nav .item:hover{
    background: #E2CFA2;
    border-color: #E2CFA2;
    color: #fff;
}
.offers{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.offers .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.offers .item{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.offers .item-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.offers .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offers .item-img:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(44 57 69 / 87%) 19.5%, rgba(26, 30, 33, 0.2) 78.79%);
}
.offers .item-inner{
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    color: #fff;
}
.offers .item-price {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #E2CFA2;
    color: #E2CFA2;
    padding: 0 15px;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1px;
}
.offers .item-body{
    padding: 50px 0 20px;
}
.offers .item-title{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.offers .item-title a{
    color: #fff;
}
.offers .item-title a:hover{
    color: #E2CFA2;
}
.offers .item-introtext ul{
    margin: 0;
}
.offers .item-introtext li + li{
    margin-top: 7px;
}
.offers .item-buttons{
    margin: 20px -5px 0;
    display: flex;
    flex-wrap: wrap;
}
.offers .item-buttons-col{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.offers .item-buttons .btn{
    width: 100%;
    height: 46px;
    white-space: nowrap;
}
.offers .item-more a{
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}
.offers .item-more a:hover{
    text-decoration: none;
}

@media(max-width: 1299px){
    .offers-nav .col{
        width: auto;
    }
    .offers{
        margin-left: -10px;
        margin-right: -10px;
    }
    .offers .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .offers .item-buttons-col{
        width: 100%;
    }
    .offers .item-buttons-col + .item-buttons-col{
        margin-top: 10px;
    }
    .offers .item-title{
        font-size: 2.4vw;
        margin-bottom: 2vw;
    }
    .offers .item-inner{
        padding: 20px;
    }
    .offers .item-introtext li{
        font-size: 14px;
        line-height: 1.3;
    }
    .offers .item-price {
        left: 20px;
        top: 20px;
    }
}
@media(max-width: 991px){
    .offers .col{
        width: 50%;
    }
    .offers .item-buttons-col{
        width: 50%;
    }
    .offers .item-buttons-col + .item-buttons-col{
        margin-top: 0;
    }
    .offers .item-buttons .btn{
        font-size: 1.7vw;
    }
    .offers .item-title{
        font-size: 3vw;
    }
}
@media(max-width: 767px){
    .offers-nav .item {
        height: 30px;
        font-size: 11px;
        padding: 0 12px;
    }
    .offers{
        margin-left: -5px;
        margin-right: -5px;
    }
    .offers .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .offers .item-buttons-col{
        width: 100%;
    }
    .offers .item-inner{
        padding: 15px;
    }
    .offers .item-buttons-col + .item-buttons-col{
        margin-top: 10px;
    }
    .offers .item-buttons .btn{
        font-size: 2.5vw;
    }
    .offers .item-title{
        font-size: 3.5vw;
    }
    .offers .item-price{
        font-size: 2.5vw;
        left: 15px;
        top: 15px;
    }
}

@media(max-width: 599px){
    .offers-nav .item {
        height: 28px;
        font-size: 10px;
        padding: 0 10px;
    }
    .offers .item-inner{
        padding: 15px;
    }
    .offers .item-buttons{
        margin-top: 2vw;
    }
    .offers .item-buttons .btn{
        height: 34px;
        font-size: 2.6vw;
    }
    .offers .item-title{
        margin-bottom: 0;
    }
    .offers .item-introtext{
        display: none;
    }
    .offers .item-more a{
        font-size: 12px;
    }
    .offers .item-body {
        padding: 40px 0 10px;
    }
}
@media(max-width: 399px){
    .offers .col{
        width: 100%;
    }
    .offers .item-title{
        font-size: 7vw;
    }
    .offers .item-buttons .btn{
        height: 40px;
        font-size: 4vw;
    }
    .offers .item-price{
        font-size: 4vw;
    }
    .offers .item-more a{
        font-size: 14px;
    }
}
/* /. offers */


/* call-to-action-section */
.call-to-action-section{
    position: relative;
    background: url(../images/az-subtle.png) #E2CFA2;
}
.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 .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: 60px;
    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: 90px;
    line-height: .815;
    color: #E2CFA2;
    width: 115px;
}
.call-to-action-steps .item-title{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    width: calc(100% - 120px);
}
.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: #fff;
    padding: 37px 45px 45px;
    position: relative;
}
.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: 8vw;
        width: 9vw;
    }
    .call-to-action-steps .item-title {
        font-size: 1.8vw;
        width: calc(100% - 12vw);
    }
    .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: 6vw;
        align-items: flex-start;
    }
    .call-to-action-section .content-item{
        width: 100%;
        margin-bottom: 50px;
    }
    .call-to-action-section .form-item{
        width: 100%;
        padding: 25px 35px 25px 20px;
    }
    .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-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(44 57 69 / 70%) 19.5%, rgb(44 57 69 / 70%) 78.79%);
    backdrop-filter: blur(2px);
    
}
.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: 100px;
}
.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-section */
.gallery-carousel-section{
    width: 100%;
    overflow: hidden;
}
.gallery-carousel{
    margin-left: -10px;
    margin-right: -10px;
}
.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: #E2CFA2;
}
.gallery-carousel .slick-dots li.slick-active,
.gallery-carousel .slick-dots li:hover{
    background: #E2CFA2;
}
.gallery-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.gallery-carousel .slick-slide {
    height: inherit;
}
.gallery-carousel .item-inner{
    height: 100%;
}
.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-section */

.wrapper-collection {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.wrapper-collection .item{
    width: 50%;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}
.title-collection{
    text-transform: uppercase;
    padding: 30px 0;
    font-weight: 300;
    color: #616B70;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
}
.page-h1{
    margin: 40px 0;
    border-top: 1px solid #616B70;
    border-bottom: 1px solid #616B70;
    padding: 30px 0;
    color: #616B70;
    font-size: 28px;
}
.page img{
    width: 100%;
    height: 100%;
}
.wrapper-collection .item a{
    display: inline-block;
    position: relative;
}
.wrapper-collection .item a .body{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    height: 90px;
    flex-direction: column-reverse;
    /*background: rgb(0,0,0);
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7198529069831057) 48%, rgba(255,255,255,0.2436624307926295) 100%);*/
}
.wrapper-collection .item a:hover .body{
    display: flex;
}
.wrapper-collection .item a .body p{
    margin-bottom: 5px;
}
.rum-address{
    margin: 60px auto;
}
.rum-address .address{
    margin: 40px auto;
    width: 60%;
    border-top: 1px solid #616B70;
    border-bottom: 1px solid #616B70;
    text-align: center;
    padding: 20px 0;
}
.rum-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 80px 0;
    position: relative;
}
.rum-wrapper .item{
    width: 50%;
    padding: 0;
}
.rum-wrapper .item img{
    height: auto;
    width: 100%;
}
.rum-wrapper .border-right:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 300px;
    right: 0;
    border-top: 1px solid #616B70;
}
.rum-wrapper .border-right{
    padding-left: 40px;
}
.rum-wrapper .border-left{
    padding-right: 40px;
}
.rum-wrapper .border-left:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 300px;
    left: 0;
    border-top: 1px solid #616B70;
}
.rum-wrapper.text .item:last-child{
    padding-left: 30px;
}
.rum-wrapper.text .item:first-child{
    padding-right: 30px;
}
.footer-info{
    display: flex;
    align-items: center;
}
.footer-info > div{
    width: 33%;
}
.footer-info .logo img {
    height: 45px;
}
.footer-info .text {
    font-size: 18px;
    font-weight: 300;
}
.footer-info .data {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
.footer-info .data a{
    color: #fff;
}
@media screen and (max-width: 860px) {
    .footer-info {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-info > div {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-info .data {
        text-align: center;
    }
    .wrapper-collection {
        width: 100%;
    }
    .wrapper-collection .item{
        width: 100%;
        padding: 0 20px;
    }
    .rum img{
        width: 100%;
        height: auto;
    }
    .rum-address .address {
        width: 100%;
    }
    .rum-wrapper .item {
        width: 100%;
    }
    .rum-wrapper .border-right,
    .rum-wrapper .border-left,
    .rum-wrapper.text .item:last-child,
    .rum-wrapper.text .item:first-child{
        padding-left: 0px;
    }

}

