
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    color: #6F5848;
    background-image: url("../img/bg.jpg");
    background-size: 100%;
    background-color: #F1F0EC;
}
@font-face {
    font-family: 'RAYDIS';
    src: url('../fonts/RAYDIS.otf');
    src: url('../fonts/RAYDIS.otf?#iefix') format('embedded-opentype'),
    url('../fonts/RAYDIS.woff2') format('woff2'),
    url('../fonts/RAYDIS.woff') format('woff'),
    url('../fonts/RAYDIS.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gogol';
    src: url('../fonts/Gogol.eot');
    src: url('../fonts/Gogol.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gogol.woff2') format('woff2'),
    url('../fonts/Gogol.woff') format('woff'),
    url('../fonts/Gogol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.container {
    width: 81.3rem;
}
.logo{
    width: 12.5rem;
    display: block;
}
header{
    padding: 1.2rem 0;
    transition: all 0.25s;
}
header.shadow{
    padding: 0.4rem 0;
    background: #F1F0EC;
}
.btn{
    display: inline-block;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 1.8rem;
    border-radius: 10px;
    background: #BE3A34;
    color: white;
    font-size: 0.875rem;
    transition: all 0.35s;
}
.btn:hover{
    color: white;
    background: #ce5d58;
}
.btn.gray{
    background: #A1948E;
}
.btn.gray:hover{
    background: #817671;
}
.btn.gray img{
    transform: rotate(-180deg);
    margin-left: 0;
    margin-right: 0.5rem;
}
.btn.min_width{
    min-width: 19.4rem;
}
.btn.min_width2 {
    min-width: 28.5rem;
}
.btn.default{
    text-transform: unset;
    font-weight: 400;
}
.btn.default span{
    height: 3.125rem;
}
.btn.full{
    width: 100%;
    padding-top: 0;
}
.btn.primary{
    background: #6F5848;
}
.btn.primary:hover{
    background: #867264;
}
.btn.sm span{
    height: 2.688rem;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
}
.btn .fa{
    font-size: 1.4rem;
    margin-left: 0.5rem;
}
.menu{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-weight: 500;
    font-size: 0.875rem;
    width: max-content;
}
.menu a{
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0.75rem;
}
.menu a span{
    position: relative;
    top: -0.1rem;
    letter-spacing: 0.05rem;
}
.menu a:hover, .menu a.active{
    color: #6F5848;
    opacity: 0.6;
}
.menu a.constructor_link{
    font-weight: 700;
    color: #BE3A34;
}
.section_title{
    font-family: RAYDIS, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
#box-1{
    padding-top: 8.95rem;
}
.box1_img{
    width: 33rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.box1_left, .box1_right{
    padding-top: 6.3rem;
}
.box1_title{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07rem;
    margin-bottom: 6.9rem;
}
.box1_title span{
    font-size: 1.25rem;
    display: block;
    letter-spacing: 0.01rem;
}
.box1_right .box1_title{
    margin-bottom: 3.2rem;
}
.italic_font{
    font-family: Gogol, sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.6rem;
}
.kaspi{
    width: 5rem;
    border-radius: 5px;
    overflow: hidden;
}
#box-2{
    padding-top: 4rem;
}
.gallery_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.gallery_slider .slick-slide > div{
    padding: 0 10px;
}
.gal_item{
    height: 29.313rem;
    display: block!important;
    border-radius: 16px;
    overflow: hidden;
}
.preim_row{
    padding-top: 2.3rem;
}
.preim_row .mb_30{
    margin-bottom: 2rem;
}
.preim_title{
    font-size: 1.563rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.preim_text{
    line-height: 1.1;
}
.choices[data-type*=select-one] .choices__input{
    font-size: 1rem;
}
.quiz_img{
    width: 72.188rem;
    margin: 0 auto;
}
#box-3{
    padding-top: 2.8rem;
}
.quiz{
    color: white;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    padding: 2rem 5.9rem;
    margin-top: -13.2rem;
}
.quiz_pag{
    display: flex;
}
.quiz_pag span{
    border-radius: 10px;
    width: 9.125rem;
    height: 5px;
    background: #F2F2F2;
    margin-right: 0.6rem;
    transition: all 0.35s;
}
.quiz_pag span.active{
    background: black;
}
.quiz_num{
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
}
.quiz_title{
    font-weight: 700;
    font-family: RAYDIS, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.quiz_alert{
    margin-bottom: 1.3rem;
}
.quiz_alert.error{
    color: red;
    animation: headShake 1s;
}
.mission_content *{
    margin: 0;
}
.quiz_item .form-control{
    background: white;
    height: 4.375rem;
    padding: 0 1.9rem;
}
.quiz_item .policy {
    margin-top: 0;
    margin-bottom: 20px;
}
.quiz_item .policy a{
    color: white;
}
.quiz_label{
    background: white;
    height: 4.375rem;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 1.9rem;
    color: #000000;
    cursor: pointer;
    transition: all 0.35s;
}
.quiz_label:hover{
    background: #e0e0e0;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.quiz_label input{
    width: 1.188rem;
    height: 1.188rem;
    border: 1px solid #D9D9D9;
    margin-right: 0.5rem;
    filter: grayscale(1);
    opacity: 0.9;
}
.btn.big{
    min-width: 22rem;
}
.btn.big span{
    height: 4.375rem;
}
.quiz_item{
    min-height: 23.8rem;
}
.quiz_item:not(.factive){
    display: none;
}
.q_or{
    width: 11.25rem;
    position: absolute;
    top: -11.1rem;
}
.q_or.left{
    left: -4.1rem;
}
.q_or.right{
    right: -4.1rem;
}
.q_arrow{
    position: absolute;
    left: -15rem;
    top: -11.9rem;
    width: 27.088rem;
    z-index: 2;
    pointer-events: none;
}
#box-4 {
    padding-top: 5.4rem;
}
.sm_line{
    line-height: 1;
}
.more_link{
    display: flex;
    align-items: center;
    color: #797979;
}
.more_link:hover .more_img{
    background: #BE3A34;
}
.more_img{
    background: #6F5848;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.3rem;
    transition: all 0.35s
}
.more_img img{
    width: 3.5rem;
}
.main_filters{
    margin-bottom: 3rem;
}
.main_filters a:hover, .main_filters a.active{
    background: #6F5848;
    color: white;
}
.main_filters a {
    background: #ffffff;
    color: black;
    display: inline-block;
    padding: 0.6rem 2.2rem;
    text-transform: uppercase;
    border-radius: 10px;
    margin-right: 0.3rem;
}
.section_title_flex{
    margin-bottom: 3.8rem;
}
.prod_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.prod_top{
    display: block;
}
.prod_img{
    overflow: hidden;
    background: white;
    border-radius: 10px;
    height: 19.3rem;
}
.prod_title{
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
    margin-top: 1.3rem;
    /*color: black;*/
}
.prod_bottom{
    margin-top: 0.7rem;
}
.prod_price{
    color: #2B2A29;
    margin-bottom: 1rem;
}
.prod_bottom .primary{
    margin-top: 0.2rem;
}
#box-5{
    padding-top: 3.5rem;
}
.service_slider{
    background-image: url("../img/service_bg.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    padding: 3.1rem 2.4rem;
    color: white;
}
.service_slider_img{
    border-radius: 16px;
    overflow: hidden;
    height: 26.2rem;
    margin-left: 2.1rem;
}
#box-5 .section_title_flex{
    margin-bottom: 1.9rem;
}
.service_slider_text{
    /*padding-top: 3.3rem;*/
    padding-right: 2.7rem;
}
.service_slider_title{
    font-family: RAYDIS, sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.8rem;
}
.service_slider_item .btn{
    margin-top: 0.7rem;
}
.btn.upper_btn{
    font-weight: 600;
    text-transform: uppercase;
}
.service_slider .slick-list{
    margin: 0 -10px;
}
.service_slider .slick-slide > div{
    padding: 0 10px;
}
#box-6{
    padding-top: 5rem;
}
.trade_in{
    filter: drop-shadow(0 4px 34px rgba(0, 0, 0, 0.25));
    border-radius: 16px;
    padding: 4rem 6rem;
    text-align: center;
    width: 67.5rem;
    margin: 0 auto;
    background-color: white;
    background-image: url("../img/trade_in.jpg");
    background-size: cover;
    background-position: center center;
}
.section_text{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.section_text2{
    margin-bottom: 2.5rem;
    color: #000;
}
.section_title.mar1{
    margin-bottom: 1rem;
}
.color_black{
    color: #000;
}
.form_text{
    margin-bottom: 3.2rem;
}
#box-7 {
    padding-top: 6.8rem;
    position: relative;
}
#box-7 .container{
    position: relative;
    z-index: 2;
}
.main_form{
    width: 34.6rem;
}
.form-group {
    margin-bottom: 0.9rem;
}
.form-control {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    height: 3.75rem;
    background: transparent;
    padding: 0 1.4rem;
}
.choices{
    font-size: 1rem;
    background: transparent;
    color: black;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: transparent;
    padding: 0 1.4rem!important;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    font-size: 1rem;
    height: 3.75rem;
    overflow: hidden;
}
.choices__list--single{
    height: 3.75rem;
    display: flex;
    align-items: center;
    padding: 0;
}
.form-control::placeholder{
    color: #2E2E2E;
    opacity: 0.7;
}
.btn.font14{
    font-size: 0.875rem;
}
.policy{
    margin-top: 1.9rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}
.success_box{
    min-height: 23.8rem;
    display: flex;
    align-items: center;
}
.success_box .quiz_title{
    margin-bottom: 1rem;
}
.form_img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39.7rem;
}
#box-8 {
    padding-top: 5.2rem;
}
.rev_slider_text{
    font-size: 1.25rem;
    margin-bottom: 2.9rem;
}
.rev_item{
    border-radius: 10px;
    background: #5A595C;
    color: white;
    padding: 1rem 1.2rem;
}
.rev_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.rev_stars{
    display: flex;
}
.rev_stars img{
    width: 0.85rem;
    margin-right: 0.3rem;
}
.rev_top{
    border-bottom: 1px solid #3A3535;
    padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
}
.rev_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.rev_slider .slick-slide > div{
    padding: 0 10px;
}
.arrows_top .slick-prev{
    background-color: #6F5848;
    background-image: url("../img/left2.png");
    background-size: 100%;
    transform: none;
    left: unset;
    right: 4rem;
    top: -6rem;
}
.arrows_top .slick-next{
    background-color: #6F5848;
    background-image: url("../img/right2.png");
    background-size: 100%;
    transform: none;
    right: 0;
    top: -6rem;
}
#box-9 {
    padding-top: 5.3rem;
}
.youtube_slider{
    width: 67.5rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
    height: 30.6rem;
}
.zamer{
    border-radius: 16px;
    filter: drop-shadow(0 4px 34px rgba(0, 0, 0, 0.25));
    background: white;
    width: 50rem;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 6rem;
    position: relative;
    z-index: 1;
}
#box-10{
    padding-top: 5.1rem;
}
.zamer .section_title{
    margin-bottom: 1.8rem;
}
.btn img{
    width: 3rem;
    margin-left: 0.5rem;
}
.zamer_bg{
    border-radius: 16px;
    overflow: hidden;
    margin-top: -23.1rem;
}
#box-11 {
    padding-top: 4.6rem;
    padding-bottom: 2.5rem;
}
.map{
    border-radius: 16px;
    height: 22.1rem;
    overflow: hidden;
}
.section_title.all_mar{
    margin-bottom: 2.2rem;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.cb2{
    padding-left: 1.9rem;
}
.cb3 {
    padding-left: 3.8rem;
}
.cont_row{
    margin-top: 1.7rem;
    font-size: 1.25rem;
    color: black;
}
.cont_context a{
    color: black;
}
.cont_context a:hover{
    color: #BE3A34;
}
.cont_item{
    margin-bottom: 1.1rem;
}
.cont_title{
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.socials a{
    display: inline-block;
    font-size: 2.4rem;
    margin-right: 1.2rem;
}
.footer_logo{
    display: block;
    width: 12.5rem;
    margin-bottom: 1.3rem;
}
footer{
    padding-top: 2.5rem;
    background: #6F5848;
    color: white;
}
footer a{
    color: white;
}
footer .cont_context a{
    color: white;
}
.footer_menu{
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
}
.footer_menu li{
    margin-bottom: 1.7rem;
}
.f2{
    margin-left: -3rem;
    padding-top: 0.6rem;
}
.f3{
    margin-left: -1.6rem;
    padding-top: 0.6rem;
}
.f4{
    margin-left: -0.7rem;
}
.cont_context{
    display: flex;
    flex-direction: column;
}
.cont_context a:not(:first-child){
    margin-top: 0.6rem;
}
footer .socials a{
    font-size: 2rem;
}
.footer_bottom {
    border-top: 1px solid #ffffff;
    padding-top: 1.3rem;
    margin-top: 3.6rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5rem;
    color: rgba(255,255,255,0.5);
}
.footer_bottom a{
    color: rgba(255,255,255,0.5);
}
.footer_bottom a:hover{
    color: rgba(255,255,255,1);
}
.footer_bg{
    position: absolute;
    right: -1rem;
    bottom: 0;
    width: 54.125rem;
}
footer a:hover, footer a.active{
    color: white!important;
    opacity: 0.5;
}

#box-5 .q_or{
    top: unset;
    bottom: -11.4rem;
}
.left2{
    left: -4.3rem;
}
.right2{
    right: -4.3rem;
}
#box-9 .q_or{
    top: -5.6rem;
}
#box-9 .q_or.left{
    left: -4.4rem;
}
#box-9 .q_or.right{
    right: -4.4rem;
}
.swiper-button-prev{
    left: 4.9rem;
}
.swiper-button-next{
    right: 4.9rem;
}
.swiper-button-prev, .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 10px;
    border: 1px solid #BE3A34;
    background: #BE3A34;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    opacity: 0.8;
}
.swiper-button-prev img, .swiper-button-next img{
    width: 1.5rem;
}
.swiper-button-prev:after, .swiper-button-next:after{
    display: none;
}
.swiper-slide:not(.swiper-slide-active) iframe {
    pointer-events: none;
}
.swiper{
    overflow: unset;
}

.red_text{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    text-transform: none;
    color: #BE3A34;
    display: inline-block;
    vertical-align: top;
}
.red_color{
    color: #BE3A34;
}
.about_title{
    padding-left: 5.7rem;
}
.page h1.section_title{
    margin-bottom: 2.5rem;
}
.section_title.mar25{
    margin-bottom: 2.5rem;
}
.as_item{
    border-radius: 16px;
    height: 29.3rem;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.1rem 2rem;
    line-height: 1;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.as_item.as_img{
    padding: 0;
}
.as_item.as1{
    background-image: url("../img/about_bg1.jpg");
}
.as_item.as2{
    background-image: url("../img/about_bg2.jpg");
    color: white;
}
.as_title{
    font-size: 1.5rem;
    font-weight: 700;
}
.about_slider_top .slick-list, .team_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.team_slider .slick-slide > div{
    padding: 0 10px;
}
.about_slider_top .col-md-4{
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.history{
    margin-top: 4.8rem;
}
.history_box{
    border-radius: 16px;
    padding: 6.1rem 13.7rem;
    position: relative;
    overflow: hidden;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.history_content{
    background: #FFF;
    border-radius: 16px;
    padding: 4rem 3.8rem;
    padding-bottom: 3.2rem;
    font-size: 1.25rem;
    text-align: center;
    position: relative;
    z-index: 2;
}
.history_content .content *{
    line-height: 1.2;
}
.team {
    margin-top: 5.1rem;
}
.team_slider .slick-list{
    padding-bottom: 6rem;
}
.team_slider .slick-arrow{
    background-color: #6F5848;
    transform: none;
    top: unset;
    bottom: 0.4rem;
}
.team_slider .slick-prev{
    left: unset;
    right: calc(50% + 0.3rem);
    background-image: url(../img/left2.png);
    background-size: 100%;
}
.team_slider .slick-next{
    right: unset;
    left: calc(50% + 0.3rem);
    background-image: url(../img/right2.png);
    background-size: 100%;
}
.team_item{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 25rem;
    display: flex !important;
    align-items: flex-end;
    padding: 1.3rem 1.3rem;
}
.team_box {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 1.2rem 1.3rem;
    width: 100%;
}
.team_title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.team_postion{
    font-size: 0.75rem;
    font-style: italic;
}
.mission{
    margin-top: 5rem;
}
.border_img{
    border-radius: 16px;
    overflow: hidden;
}
.mission_img{
    width: 62.625rem;
    margin-left: -8.1rem;
}
.mission_content{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}
.cert_slider .slick-list{
    margin: 0 -10px;
}
.cert_slider .slick-slide > div{
    padding: 0 10px;
}
.certs{
    margin-top: 5rem;
}
.cert_item{
    display: block!important;
    border-radius: 12px;
    overflow: hidden;
    height: 37.1rem;
}
.history .q_or{
    width: 9.65rem;
    position: absolute;
    top: -4rem;
}
.history .q_or.left{
    left: -3.2rem;
}
.history .q_or.right{
    right: -3.2rem;
}
.filter_top_title{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
    color: #5A595C;
    font-family: 'Inter', sans-serif;
    text-transform: unset;
}
.filter_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
}
.filter_title span{
    width: calc(100% - 1.5rem);
    padding-right: 0.5rem;
}
.filter_title.factive img{
    transform: rotate(-180deg);
}
.filter_title img{
    width: 1.5rem;
    transition: all 0.35s;
}

.label_item{
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #3f3f3f;
}
.label_item input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.label_item input:after{
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    font-size: 0.7rem;
    color: white;
    transition: all 0.35s;
    opacity: 0;
}
.label_item input:checked{
    background: #BE3A34;
    border-color: #BE3A34;
}
.labels:not(.factive){
    display: none;
}

.labels a{
    display: block;
    margin-bottom: 1rem;
    color: #3f3f3f;
    margin-left: 1rem;
}
.labels a:hover, .labels a.active{
    color: #BE3A34;
}
.label_item input:checked:after{
    opacity: 1;
}
.label_item span{
    width: calc(100% - 1rem);
    padding-left: 0.6rem;
}
.filter_item{
    border-bottom: 1px solid #D9D9D9;
    /*padding-bottom: 0.7rem;*/
    /*margin-bottom: 1.3rem;*/
    margin-bottom: 1.1rem;
}
.filter_item:last-child{
    border: none;
    margin-bottom: 0;
}

.filter_btns{
    margin-top: 2rem;
    margin-bottom: 1.3rem;
}
.const_link{
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #BE3A34;
    color: white;
    padding: 1.5rem 1.4rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
}
.const_link:hover{
    color: rgba(255,255,255,0.7);
}
.const_link img{
    width: 3rem;
}
.const_text{
    width: calc(100% - 3rem);
    padding-left: 1rem;
}
.const_title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.const_content{
    font-size: 0.875rem;
}
.range_prices{
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.page{
    padding-bottom: 5.5rem;
}
.section_title.sm{
    font-size: 2rem;
}
.card_slider_left{
    width: 12.563rem;
}
.card_slider_right{
    width: calc(100% - 12.563rem);
    padding-left: 1.2rem;
}
.nav_item{
    height: 10.5rem!important;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 0.4rem !important;
    transition: all 0.35s;
}
.slick-current .nav_item{
    opacity: 0.6;
}
.card_slider_right_box a{
    display: block !important;
    overflow: hidden;
    border-radius: 12px;
    height: 33.1rem;
}
.card_text{
    padding-top: 1rem;
}
.card_text .content *{
    line-height: 1.2;
}
.card_text .content{
    margin-bottom: 1.8rem;
}
.char_list{
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.9rem;
}
.char_list li{
    position: relative;
    left: 0;
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
}
.char_list li:after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/check.png");
    background-size: 100% 100%;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
}
.card_price{
    font-size: 2rem;
    margin-bottom: 1.7rem;
}
.card_tabs_top_flex{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 1.8rem;
}
.card_tabs_top_flex a{
    font-size: 1.875rem;
    font-family: RAYDIS, sans-serif;
    width: 33%;
    text-align: center;
    padding: 0.9rem 0;
    color: black;
    border-bottom: 1px solid transparent;
}
.card_tabs_top_flex a:hover{
    color: #BE3A34;
}
.card_tabs_top_flex a.active{
    border-color: rgba(0, 0, 0, 0.40);
    color: #BE3A34;
}
.card_tabs{
    margin-top: 4rem;
}
.char_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.9rem;
}
.chars_row{
    margin-bottom: -1.9rem;
}
.char_item span:first-child{
    color: #000;
    width: 50%;
}
.char_item span:last-child{
    color: #6F5848;
    font-weight: 600;
    width: 48.4%;
}
.char_item i{
    display: block;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 400;
}
.similars{
    margin-top: 4rem;
    margin-bottom: -1rem;
}
.card_tabs_body_item:not(.factive){
    display: none;
}
.page_services_row{
    margin-top: -0.9rem;
}
.page_services_row .mb_30{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.slick-current .page_service_item{
    color: white;
    background: #5A595C;
}
.slick-current .page_service_item .page_service_arrow{
    filter: grayscale(0);
    opacity: 1;
}
.page_service_item{
    background: white;
    height: 32.2rem;
    border-radius: 12px;
    padding: 3.9rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.35s;
}
.page_service_title{
    font-family: RAYDIS, sans-serif;
    font-size: 1.125rem;
    position: relative;
    z-index: 3;
}
.page_service_title span{
    display: block;
    font-size: 1.563rem;
}
.page_service_img{
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    bottom: -1.4rem;
    right: -5.1rem;
    width: 17.438rem;
    height: 15rem;
    transform: rotate(-12.85deg);
}
.page_service_arrow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 0.35s;
}
.page_service_or{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
}
.page_services_text1_box{
    border-radius: 16px;
    background: #5A595C;
    color: white;
    padding: 2.8rem 6.9rem;
    font-size: 1.25rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2.6rem;
}
.page_services_text1{
    margin-top: 1.2rem;
}
.content p.ul_title{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.page_service_btns .btn{
    width: 49.1%;
}
.cont_zak {
    font-style: normal;
    font-weight: 600;
    margin-left: 0.4rem;
    letter-spacing: 0.08rem;
    position: relative;
    top: -0.1rem;
}
.weight400{
    font-weight: 400;
}
.service_tradin{
    margin-top: 5.7rem;
}
.trade_text1{
    text-align: center;
}
.trade_text{
    color: black;
    margin-bottom: 2.8rem;
}
.services_page .as_title{
    font-size: 2rem;
    text-transform: uppercase;
}
.services_page .as_text{
    font-size: 1.25rem;
}
.services_page_btn{
    text-align: center;
    margin-top: 2.4rem;
}
.services_page_btn .btn{
    min-width: 50%;
}
.news_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFF;
    height: 100%;
    border-radius: 16px;
    padding: 1.2rem;
}
.news_img img{
    transition: all 0.25s;
}
.news_item:hover .news_img img{
    transform: scale(1.05);
}
.news_item:hover .btn{
    background: #ce5d58;
}
.news_img{
    overflow: hidden;
    border-radius: 12px;
    height: 16.3rem;
}
.news_anons{
    color: rgba(0, 0, 0, 0.8);
}
.news_title{
    font-size: 1.563rem;
    font-family: RAYDIS, sans-serif;
    margin-top: 1.3rem;
    line-height: 1.1;
    margin-bottom: 0.7rem;
}
.news_date{
    text-align: right;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
}
.news_bottom{
    border-top: 1px solid #D9D9D9;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
}
.news_content{
    width: 56.2rem;
    margin: 0 auto;
    margin-top: -0.3rem;
    color: black;
}
.news_content .content p, .news_content .content img, .news_content .content ol, .news_content .content ul, .news_content .content table {
    margin-bottom: 0.9rem;
    line-height: 1.25;
}
.news_content .content p, .news_content .content ul, .news_content .content ol{
    opacity: 0.8;
}
.news_content h3{
    font-size: 1.5rem;
    margin-top: 1.7rem;
    margin-bottom: 1.3rem;
}
.news_gal_item{
    border-radius: 16px;
    display: block;
    overflow: hidden;
    height: 20.938rem;
}
.news_gallery{
    margin: 2rem 0;
}
.news_page_date{
    opacity: 0.6;
    text-align: right;
    font-size: 0.875rem;
}
.news_similars{
    margin-top: 4rem;
}
.content.sm *{
    line-height: 1.2;
}
.section_title.sm2{
    font-size: 2.25rem;
    margin-bottom: 0.8rem;
}
.white_after{
    position: relative;
}
.white_after:after{
    position: absolute;
    top: 1.2rem;
    bottom: 1.2rem;
    content: "";
    left: -1000px;
    right: -1000px;
    background: white;
}
.client_red_box{
    border-radius: 12px;
    border: 1px solid #013362;
    background: #BE3A34;
    color: white;
    padding: 1.8rem 1.5rem;
    margin-top: 1.2rem;
    padding-bottom: 0.6rem;
}
.client_red_box .content table{
    border: none!important;
    margin-bottom: 0.3rem;
}
.client_red_box .content table td{
    border: none!important;
    padding: 0!important;
}
.client_red_box .content table td:last-child{
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    padding-bottom: 0.5rem!important;
}
.clent_page_row{
    position: relative;
    z-index: 2;
}
.payment{
    margin-top: 5rem;
    margin-bottom: -1rem;
}
.payment .section_title{
    margin-bottom: 1.6rem;
}
.payment_item{
    display: flex;
    align-items: center;
}
.payment_icon{
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 12px;
    border: 1px solid #6F5848;
    background: #BE3A34;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment_icon .scale_img{
    max-width: 71%;
    max-height: 37%;
}
.payment_text{
    width: calc(100% - 5.625rem);
    padding-left: 1.4rem;
}
.payment_title{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.payment_content, .black_color{
    color: black;
}
.contacts_page #box-11{
    padding-top: 0;
}
.vv_page_title{
    font-size: 1.563rem;
    font-weight: 600;
    color: black;
    text-align: center;
}
.vv_lables{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.vv_lables a{
    display: block;
    border-radius: 12px;
    border: 1px solid #6F5848;
    color: #6F5848;
    padding: 0.95rem 1.7rem;
    margin: 0 0.65rem;
    margin-top: 0.7rem;
}
.vv_lables a:hover, .vv_lables a.active{
    color: white;
    background: #6F5848;
}
.vv_page_item{
    margin-top: 1.6rem;
}
.vv_pages{
    margin-bottom: 2.6rem;
}

.vv_page .prod_row .mb_30{
    margin-bottom: 2.5rem;
}
.trade_btn .btn{
    min-width: 40.1rem;
}
.trade_btn{
    padding-bottom: 1rem;
}
.vv_page .prod_row .prod_top{
    color: black;
}
.vv_page .prod_row .btn{
    font-size: 1rem;
}
.page_services_slider .slick-list{
    margin: 0 -10px;
}
.page_services_slider .slick-slide > div{
    padding: 0 10px;
}
.no_img{
    width: 100%;
    height: 100%;
    background-image: url("../img/logo.png");
    background-size: 12.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.3;
}
.card_slider_right .no_img{
    height: 30rem;
    background-color: white;
}
.card_slider_right.full_width{
    width: 100%;
    padding: 0;
}
.card_slider_right.full_width a{
    height: auto;
}
.card_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.labels:has(> a.active) {
    display: block;
}


.labels:has(input[type="checkbox"]:checked) {
    display: block;
}

