
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.9;
}
.bona-nova-bold {
    font-family: "Bona Nova", serif;
    font-weight: 700;
    font-style: normal;
}
.container{
    width: 83.75rem;
}
.logo{
    width: 6.813rem;
    display: block;
}
header{
    top: 1.6rem;
    color: white;
    transition: all 0.2s linear;
}

header.shadow{
    top: 0;
    background: #1F2025;
}
header.shadow .header_box{
    border-color: #1F2025;
    background: #1F2025;
}
header.shadow .lang_drop_box{
    background-color: white;
}
header a{
    color: white;
}

.menu{
    display: flex;
    margin-left: 2rem;
}
.menu_item{
    margin-right: 1.25rem;
    font-size: 0.75rem;
}
.menu_item > a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.5rem;
}
.menu_item > a.active, .menu_item > a:hover{
    background: rgba(255, 255, 255, 0.20);
    color: white;
}
.menu_item > a img{
    width: 0.9rem;
    margin-left: 0.3rem;
}
.menu_item:last-child{
    margin: 0;
}
.header_phone{
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 0.6rem 1.2rem;
    background: linear-gradient(180deg, #988746 -40.14%, #DBCB91 75.7%, #988746 184.78%);
    color: #262626;
    position: relative;
    overflow: hidden;
}
.header_phone:hover{
    color: #262626;
}
.header_phone:hover:after{
    opacity: 0;
}
.header_phone span, .header_phone img{
    position: relative;
    z-index: 2;
}
.header_phone:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(93deg, #988746 -40.14%, #DBCB91 75.7%, #988746 184.78%);
    transition: all 0.35s;
}
.header_phone img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.header_links{
    margin-right: 1rem;
}
.header_links a{
    display: inline-block;
    margin-right: 0.8rem;
    position: relative;
}
.header_links a span{
    position: absolute;
    right: -0.3rem;
    top: 0.1rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}

.header_links a:hover{
    opacity: 0.7;
}
.header_links a img{
    width: 1.5rem;
}
.header_links a:last-child{
    margin: 0;
}
.langs{
    margin-right: 0.5rem;
    font-size: 0.75rem;
    position: relative;
}
.lang_drop{
    position: absolute;
    top: 120%;
    left: 0;
    padding-top: 0.4rem;
    width: 100%;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: all 0.35s;
}
.lang_drop_box{
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.lang_drop a{
    display: block;
    color: #988746;
    border-bottom: 1px solid transparent;
}
.lang_drop a:hover{
    color: black;
    border-color: black;
}
.lang_drop a:not(:last-child){
    margin-bottom: 0.5rem;
}
.active_lang{
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.35s;
}

.active_lang img{
    width: 0.9rem;
    margin-left: 0.3rem;
    transition: all 0.35s;
}
#box-1 {
    height: 39rem;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
}
#box-1 .container{
    position: relative;
    z-index: 2;
}
.box1_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box1_text h1{
    font-family: "Bona Nova", serif;
    font-weight: 400;
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: -0.04rem;
    margin: 0;
}
.box1_text h1 i{
    font-style: normal;
    display: block;
}
.box1_text h1 span{
    display: block;
    text-align: right;
}
.box1_text_anons{
    position: absolute;
    left: 0;
    bottom: 1.2rem;
    width: 28rem;
}
.box1_btns .btn{
    margin-left: 0.6rem;
    border: 1px solid white;
    min-width: 17.9rem;
}
.box1_btns .btn span{
    height: 3.025rem;
}
.btn{
    transition: all 0.35s;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    border-radius: 12px;
    background: #FFF;
    color: rgba(0,0,0,0.8);
    display: inline-block;
    padding: 0 1.65rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.btn:hover{
    background: rgba(0,0,0,0.8);
    color: white;
}
.btn.trans:hover{
    background: rgba(0,0,0,0.8);
    color: white;
}
.btn.min_width{
    min-width: 22rem;
}
.btn.min_width2{
    min-width: 27.4rem;
}
.btn.white_color{
    color: white!important;
}

.btn.gr:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(94deg, #988746 -14.02%, #DBCB91 48.37%, #988746 105.96%);
    transition: all 0.5s;
}
.btn.gr:hover:after{
    opacity: 0;
}
.btn.gr{
    color: #212121;
    background: linear-gradient(0deg, #988746 -14.02%, #DBCB91 48.37%, #988746 105.96%);
}
.btn.black{
    background: #27282A;
    color: white;
}
.btn.black:hover{
    background: #4b4b4b;
    color: white;
}
.btn.trans{
    border: 1px solid rgba(255,255,255,0.8);
    background: transparent;
    color: rgba(255,255,255,0.8);
}

.btn span{
    position: relative;
    z-index: 2;
    display: flex;
    height: 3.125rem;
    align-items: center;
    justify-content: center;
}
.box1_btns{
    padding-top: 0.6rem;
}
#box-2{
    padding-top: 5rem;
}
.section_title{
    font-family: "Bona Nova", serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 0.35rem;
}
.section_text{
    text-transform: uppercase;
    letter-spacing: -0.003rem;
    margin-bottom: 1.3rem;
}
.prod_item{
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.2rem;
    background-color: white;
}
.prod_top{
    display: block;
    color: black!important;
}
.prod_img{
    overflow: hidden;
    border-radius: 12px;
    height: 20.6rem;
}
.products_row{
    margin: 0 -5px;
}
.products_row .mb_30{
    padding: 0 5px;
}

.products_slider .slick-list{
    margin: 0 -5px;
    display: flex;
}
.products_slider .slick-track{
    display: flex;
}
.products_slider .slick-slide > div{
    height: 100%;
}
.products_slider .mb_30{
    margin: 0;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
    padding: 0 5px;
}
.prod_title{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prod_title_box{
    font-family: "Bona Nova", serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.25rem;
    width: 65%;
}
.prod_anons{
    margin-top: 0.8rem;
}
.prod_bottom{
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.prod_bottom .btn{
    padding: 0;
    width: 48.6%;
    min-width: unset;
}
#box-3 {
    padding-top: 4.9rem;
}
.form-control.big_pad{
    padding: 0 1.5rem;
}
.quiz{
    background-image: url("../img/quiz.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    margin-top: 1.6rem;
    border-radius: 16px;
    /*overflow: hidden;*/
    padding: 2.5rem 5.5rem;
    padding-right: 8.1rem;
}
.quiz.over{
    overflow: hidden;
}
.quiz_pag{
    display: flex;
}
.quiz_pag span{
    height: 5px;
    width: 9.125rem;
    border-radius: 10px;
    margin-right: 0.65rem;
    background: #F2F2F2;
}
.quiz_pag span.active{
    background: linear-gradient(90deg, #988746 0%, #DBCB91 51.5%, #988746 100%);
}
.quiz_num{
    text-transform: uppercase;
    margin-top: 2.8rem;
    margin-bottom: 1.2rem;
}
.quiz_title{
    font-family: "Bona Nova", serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}
.form-control{
    width: 100%;
    border-radius: 12px;
    border: 1px solid #CAB049;
    background: #FFF;
    height: 4.375rem;
    padding: 0 1rem;
    font-family: "Inter", sans-serif;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.3);
}
.quiz_bottom{
    margin-top: 2rem;
}
#box-4{
    padding-top: 5rem;
}
.border_img{
    border-radius: 16px;
    overflow: hidden;
}
.section_title.all_mar{
    margin-bottom: 1rem;
}
.section_title.sm{
    font-size: 2rem;
}
.preims_sub_row .mb_30:first-child .preim_item, .preims_sub_row .mb_30:last-child .preim_item{
    background-image: url("../img/preim_sub.jpg");
    background-size: cover;
    background-position: center center;
}
.preim_item{
    background-color: #1F2025;
    color: white;
    border-radius: 16px;
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 15rem;
}
.preim_title{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
}

#box-5 {
    padding-top: 3.8rem;
}
.box5_items{
    padding: 0 7rem;
}
.box5_title{
    font-family: "Bona Nova", serif;
    font-weight: 400;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}
.box5_text{
    margin-bottom: 1.6rem;
}
.box5_row > .mob_full:last-child .box5_item{
    padding-top: 2.7rem;
}
.box5_row > .mob_full:last-child .box5_item .border_img{
    margin-top: 1.3rem;
}
#box-6 {
    padding-top: 5.1rem;
}
#box-6 .section_title{
    margin-bottom: 0.9rem;
}
.about_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 5.9rem;
}
.about_right .border_img{
    margin-left: 6.5rem;
}
.about_right_bottom .content p{
    margin: 0;
}
.about_right_bottom .btn{
    margin-bottom: 0.7rem;
}
#box-7 {
    padding-top: 5.1rem;
}
.steps_row .mb_30{
    margin-bottom: 20px;
}
.step_item{
    background: linear-gradient(90deg, #988746 0%, #DBCB91 97.61%);
    border-radius: 12px;
    position: relative;
    padding: 1rem 1.2rem;
    height: 11.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 7rem;
}
.step_num{
    position: absolute;
    right: 1.3rem;
    top: -0.1rem;
    font-family: "Bona Nova", serif;
    font-size: 9.375rem;
    font-weight: bold;
    line-height: 0.7;
    color: #EEDC9D;
}
.steps_row .mb_30:nth-child(1)  .step_num,.steps_row .mb_30:nth-child(2) .step_num{
    font-size: 12.5rem;
    right: 1rem;
    top: -1.2rem;
}
.step_num span{
    display: block;
    line-height: 0.7;
}
.step_title{
    font-size: 1.5rem;
    font-family: "Bona Nova", serif;
    text-transform: uppercase;
    transition: all 0.35s;
}
.step_text{
    font-size: 0.875rem;
}
.step_item.last{
    background: transparent;
    padding: 1.3rem 2.8rem;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    background-image: url("../img/step.jpg");
    background-size: cover;
    background-position: center center;
}
.step_item.last .step_title{
    font-size: 2rem;
    margin-bottom: 0.9rem;
}
.step_item.last:hover .step_arrow{
    background: white;
}
.step_item.last:hover .step_arrow img{
    filter: brightness(0) invert(0);
}
.step_item.last:hover .step_title{
    opacity: 0.8;
}
.step_arrow{
    border: 1px solid white;
    border-radius: 12px;
    padding: 0.65rem 1.3rem;
    transition: all 0.35s;
}
.step_arrow img{
    width: 2.938rem;
    display: block;
    transition: all 0.35s;
}
.gallery_slider{
    width: 62.9rem;
    margin: 0 auto;
}
.gallery_slider .slick-list{
    margin: 0 -5px;
    overflow: unset;
}
.gallery_slider .slick-slide > div{
    padding: 0 5px;
}
.gallery_item{
    border-radius: 16px;
    overflow: hidden;
    height: 25.75rem;
}
#box-8{
    padding-top: 3.8rem;
}
#box-9{
    padding-top: 4.9rem;
}
#box-10{
    padding-top: 5.2rem;
}
.box10_box{
    width: 72.2rem;
    margin: 0 auto;
}
.box10_item{
    background: linear-gradient(143deg, #000 -25.46%, #27282A 83.61%);
    color: white;
    border-radius: 16px;
    padding: 1.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box10_bottom .content{
    margin-bottom: 1.3rem;
    opacity: 0.7;
}
#box-11{
    padding-top: 5.2rem;
}
.box11_item{
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 1.2rem 1.15rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box11_img{
    border-radius: 12px;
    overflow: hidden;
    width: 27.563rem;
    height: 16.688rem;
    margin: 0 auto;
}
.box11_title{
    text-align: center;
    font-family: "Bona Nova", serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}
.box11_prices{
    background-image: url("../img/price.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    border-radius: 16px;
    padding: 1rem;
    min-height: 27.8rem;
    margin-bottom: 1.3rem;
}
#box-12 {
    padding-top: 5.1rem;
}
.rev_item{
    background: linear-gradient(90deg, #DBCB91 0%, #EEDC9D 100%);
    border-radius: 12px;
    padding: 1.2rem 1.2rem;
}
.rev_img{
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    overflow: hidden;
}
.rev_title{
    font-family: "Bona Nova", serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-left: 0.9rem;
}
.all_mar2{
    margin-bottom: 1.5rem;
}
.rev_text{
    margin-top: 1.2rem;
}
.rev_more{
    display: inline-block;
    text-transform: uppercase;
    margin-top: 1rem;
    opacity: 0.5;
}
.rev_slider .slick-list{
    margin: 0 -5px;
    overflow: unset;
}
.rev_slider .slick-slide > div{
    padding: 0 5px;
}
.rev_slider .slick-arrow{
    top: -4.6rem;
}
#box-13{
    padding-top: 5.2rem;
}
.form-control2{
    font-family: "Inter", sans-serif;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    padding: 0 1.2rem;
    height: 2.813rem;
}

.form-control2::placeholder{
    color: rgba(0,0,0,0.4);
}
.form-group{
    margin-bottom: 0.4rem;
}
.box13_text{
    margin-bottom: 1.1rem;
}
.policy{
    margin-top: 1.1rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.result{
    font-size: 0.875rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.box13_row .result{
    min-height: 2.1rem;
}
#box-14 {
    padding-top: 5rem;
}
.faq_item{
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    overflow: hidden;
    transition: all 0.35s;
    margin-bottom: 1.2rem;
}
.faq_item.factive{
    background: #DBCB91;
}
.faq_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 0.3rem 2.1rem;
    min-height: 3.7rem;
}
.faq_title:hover{
    color: rgba(0,0,0,0.6);
}
.faq_title span{
    width: calc(100% - 1.5rem);
    padding-right: 0.5rem;
}
.faq_title.factive img{
    transform: rotate(-136deg);
}
.faq_title img{
    transition: all 0.35s;
    width: 1.5rem;
    transform: rotate(0deg);
}
.faq_content .content a{
    color: black;
}
#box-14 .section_title{
    margin-bottom: 3.5rem;
}
.faq_content{
    padding: 0 2.1rem;
    padding-bottom: 0.4rem;
    display: none;
}

#box-15{
    padding-top: 3.8rem;
    padding-bottom: 5rem;
}
.map{
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
}
.cont_box{
    border: 1px solid rgba(0, 0, 0, 0.30);
    border-radius: 16px;
    padding: 1.6rem 1.1rem;
}
.cont_item:not(:last-child){
    margin-bottom: 1rem;
}
.cont_list{
    margin-top: 1rem;
}
.cont_title{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: "Bona Nova", serif;
    font-weight: 400;
    margin-bottom: 0.8rem;
}
.cont_text{
    display: flex;
    flex-direction: column;
    color: rgba(0,0,0,0.5);
}
.cont_text a{
    color: rgba(0,0,0,0.5);
}
.cont_text a:hover{
    color: rgba(0,0,0,1);
}
.socials a{
    display: inline-block;
    margin-right: 1rem;
    font-size: 2.4rem;
    color: #988746;
}
.socials a:hover{
    opacity: 0.6;
}
.footer_logo{
    display: block;
    width: 13.438rem;
}
.footer{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.footer_title{
    font-family: "Bona Nova", serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2rem;
}
.footer_menu{
    list-style-type: none;
    margin: 0;
    font-size: 0.875rem;
}
.footer_menu li{
    margin-bottom: 1rem;
}
.footer_menu a{
    color: rgba(0,0,0,0.5);
}
.footer_menu a:hover, .footer_menu a.active, .footer_bottom a:hover{
    color: rgba(0,0,0,1);
}
.f1{
    padding-left: 4rem;
}
.footer_bottom{
    border-top: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    margin-top: 2.8rem;
    padding-top: 1.6rem;
    font-size: 0.875rem;
}
.footer_bottom a{
    color: rgba(0,0,0,0.5);
}
.page_banner{
    color: white;
    padding-top: 7.9rem;
    position: relative;
}
.page_banner .container{
    position: relative;
    z-index: 3;
}
.page_banner:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.80) 150.18%);
    z-index: 1;
}

.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.about_banner{
    height: 26.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2.4rem;
}
.about_banner .box1_btns{
    padding-top: 0;
}
.about_banner .box1_btns .btn {
    margin: 0;
    margin-right: 0.6rem;
}
.op_content{
    opacity: 0.8;
}
.page_padding{
    padding-top: 3rem;
}
.about_preims_row .mb_30:nth-child(odd) .about_preim_item{
    background-image: url("../img/api.jpg");
    background-size: cover;
    background-position: center center;
}
.about_preims_row .mb_30:nth-child(even) .about_preim_item{
    background: linear-gradient(90deg, #988746 0%, #DBCB91 100%);
}
.about_preim_item{
    color: white;
    border-radius: 12px;
    padding: 1.1rem 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 12.4rem;
}
.api_title{
    font-family: "Bona Nova", serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.about_mission{
    padding-top: 4.3rem;
}
.about_mission .content{
    width: 55rem;
    margin: 0 auto;
    margin-bottom: 3.8rem;
}
.am_img{
    width: 24.563rem;
    height: 22.688rem;
    overflow: hidden;
    border-radius: 12px;
}
.am_img_center{
    width: 30.625rem;
    height: 30.625rem;
}
.page #box-8 {
    padding-top: 4.7rem;
}
.page #box-7 {
    padding-top: 4.9rem;
}
.page #box-13 {
    padding-top: 3.9rem;
}
.page #box-15 {
    padding-top: 4.9rem;
}
.all_page{
    padding-bottom: 1.7rem;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center center;
}
.all_page:after{
    display: none;
}
.service_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #EFEFEF;
    border-radius: 30px;
    padding: 1rem 1.2rem;
}
.service_item:hover .service_img img{
    transform: scale(1.05);
}
.service_img img{
    transition: all 0.35s;
}
.service_img{
    height: 21.9rem;
    border-radius: 16px;
    overflow: hidden;
}
.service_title{
    font-family: "Bona Nova", serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}
.service_bottom{
    margin-top: 1.2rem;
}
.service_bottom .btn:last-child{
    margin-top: 0.3rem;
}
.services_row .mb_30{
    margin-bottom: 1.3rem;
}
.service_top{
    display: block;
    min-height: 32.1rem;
    color: #000000!important;
}
.page{
    padding-bottom: 3.5rem;
}
.btn.color_yellow{
    color: #DBCB91;
}
.service_page_content{
    width: 55.6rem;
    margin: 0 auto;
    margin-bottom: 5.1rem;
}
.service_page_content .border_img{
    margin-bottom: 1rem;
}
.btns50{
    margin-top: 2.3rem;
}
.btn50{
    padding: 0;
    min-width: unset;
    width: 49.5%;
}
.text_and_images_row .content{
    margin-bottom: -1rem;
}
.text_and_images_row{
    margin-bottom: 2.3rem;
    align-items: center;
}

.service_price_row{
    align-items: center;
    justify-content: space-between;
}
.service_price_row > .mob_full:last-child{
    padding-left: 4.3rem;
}
.service_price_title{
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
}
.service_price{
    font-size: 1.25rem;
    font-weight: 700;
    padding-left: 4.2rem;
}
.service_price_item{
    background: linear-gradient(90deg, #222 0%, #3C3C3C 100%);
    color: white;
    border-radius: 12px;
    padding: 0.4rem 2.4rem;
    margin-bottom: 0.48rem;
}
.service_price_item.with_content{
    padding: 1.2rem 2.4rem;
}
.service_price_item .content{
    margin-top: 1rem;
}
.service_price_item .content p{
    margin-bottom: 0.4rem;
}
.service_price_item .content ul{
    margin-bottom: 0;
}
.service_price_item .content li{
    margin-bottom: 0.1rem;
}
.service_price_item:last-child{
    margin-bottom: 0;
}
.service_prices{
    padding-top: 2.8rem;
}
#projects{
    padding-top: 3.7rem;
}
.section_title_flex{
    margin-bottom: 1.9rem;
}
.section_more_link{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    opacity: 0.7;
}
.section_more_link img{
    width: 1.5rem;
    margin-left: 0.6rem;
}
.section_more_link:hover{
    color: black;
    opacity: 1;
}
.project_item{
    height: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}
.project_item:hover .project_img img{
    transform: scale(1.05);
}
.project_item:hover .btn.black{
    background: #4b4b4b;
    color: white;
}
.project_img{
    border-radius: 10px;
    overflow: hidden;
    height: 16.25rem;
}
.project_img img{
    transition: all 0.35s;
}
.project_title{
    font-size: 1.5rem;
    font-family: "Bona Nova", serif;
    text-transform: uppercase;
    margin-top: 1.3rem;
    margin-bottom: 0.4rem;
}
.project_text{
    margin-bottom: 1rem;
    color: black;
    opacity: 0.8;
}
.project_item .btn{
    border-radius: 5px;
    color: #FFE5E5;
}
.all_page_padding{
    padding-bottom: 5.4rem;
}


.filter_top_close:hover span{
    text-decoration: none;
}
.filter_title{
    display: flex;
    align-items: center;
    /*font-family: "Bona Nova", serif;*/
    font-size: 1.25rem;
    text-transform: uppercase;
}
.filters{
    padding-top: 4rem;
}
.filter_top_close_title{
    font-family: "Bona Nova", serif;
    font-size: 2rem;
    text-transform: uppercase;
}
.filter_top_close span{
    display: flex;
    align-items: center;
    text-decoration: underline;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
}
.filter_top_close img{
    width: 1.5rem;
    margin-left: 0.5rem;
}
.filter_title span{
    width: calc(100% - 1.5rem);
    padding-right: 0.5rem;
}
.filter_title img{
    transition: all 0.35s;
    width: 1.5rem;
}
.labels{
    padding-top: 1.2rem;
    display: none;
}
.filter_title.factive img{
    transform: rotate(-180deg);
}
.labels.factive{
    display: block;
}
.labels ul{
    list-style-type: none;
    margin: 0;
}
.labels ul li{
    margin-bottom: 0.9rem;
}
.labels ul li a{
    display: flex;
    align-items: center;
}
.labels ul li a .fa{
    font-size: 0.7rem;
    margin-right: 0.8rem;
}
.labels ul li:last-child{
    margin-bottom: 0;
}
.labels label{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 100px;
    padding: 0.625rem 1.25rem;
    font-weight: 600;
    height: 3.75rem;
}
.labels label:last-child{
    margin-bottom: 0;
}
.labels label input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9A9A9A;
}
.labels label input:checked{
    background: #CAB049;
}
/*.labels label input:checked:after{
    opacity: 1;
}
.labels label input:after{
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    font-size: 0.7rem;
    transition: all 0.35s;
    opacity: 0;
}*/
.labels label span{
    width: calc(100% - 1rem);
    padding-left: 2rem;
}
.labels label span i{
    font-style: normal;
    font-size: 0.75rem;
    opacity: 0.5;
    margin-top: 0.2rem;
    display: block;
}
.filter_item{
    margin-bottom: 2rem;
}
.filter_btns a.btn{
    margin-top: 0.35rem;
}
.page_prod_item{
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.page_prod_img{
    border-radius: 12px;
    height: 25rem;
    overflow: hidden;
}
.prod_page_title{
    font-family: "Bona Nova", serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}
.prod_page_price{
    margin-bottom: 0.3rem;
    opacity: 0.7;
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
.prod_page_text{
    font-size: 0.875rem;
    opacity: 0.8;
    color: black;
}
.prod_page_bottom{
    margin-top: 1rem;
}
.prod_page_bottom .btn:last-child{
    margin-top: 0.4rem;
}
.prod_row .mb_30{
    margin-bottom: 20px;
}

.card_info{
    padding-left: 0.6rem;
}
.card_info .content li {
    margin-bottom: 0.26rem;
}
.card_info .content{
    margin-bottom: 2rem;
}
.card_price{
    font-size: 2rem;
    font-family: "Bona Nova", serif;
    margin-bottom: 2rem;
}
.counter{
    width: max-content;
    display: flex;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    overflow: hidden;
}
.counter button{
    background: white;
    width: 1.7rem;
    height: 2.1rem;
    font-size: 1.3rem;
    transition: all 0.35s;
}
.counter button:hover{
    color: rgba(0,0,0,0.4);
}
.counter input{
    pointer-events: none;
    text-align: center;
    background: white;
    width: 2.5rem;
}
.card_info .btns50 {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.no_img{
    background-color: #e8e8e8;
    width: 100%;
    height: 100%;
}
.no_img:after{
    content: "";
    background-image: url(../img/footer_logo.png);
    background-size: 9.7rem;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: grayscale(1);
}
.cat--unit__for{
    border-radius: 16px;
    overflow: hidden;
}
.cat--unit__for a{
    display: block!important;
    height: 31.8rem;
}
.cat--unit__nav{
    margin-top: 13px;
}
.cat--unit__nav .slick-list{
    margin: 0 -5px;
}
.cat--unit__nav .slick-slide > div{
    padding: 0 5px;
}
.nav_item{
    display: block!important;
    border-radius: 12px;
    height: 12.8rem;
    overflow: hidden;
    transition: all 0.35s;
}
.slick-current .nav_item{
    opacity: 0.8;
}
.similars{
    margin-top: 5.2rem;
}
.similar_slider .slick-list{
    margin: 0 -5px;
    display: flex;
}
.similar_slider .slick-track{
    display: flex;
}
.similar_slider .slick-slide > div{
    height: 100%;
}
.similar_slider .mb_30{
    margin: 0;
    -ms-flex: none;
    flex: none;
    max-width: unset;
    height: 100%;
}
.cart_row{

}
.cart_title{
    font-size: 0.875rem;
}
.cart_title a{
    font-size: 1rem;
    text-transform: uppercase;
}
.cart_img{
    width: 13.563rem;
    height: 13.563rem;
    overflow: hidden;
    border-radius: 12px;
    display: block;
}
.cart_header{
    margin-bottom: 3.5rem;
    color: rgba(0,0,0,0.5);
}
.cart_text{
    width: calc(100% - 13.563rem);
    padding-left: 1.3rem;
}
.cart_text .content{
    margin-top: 1rem;
    opacity: 0.7;
}
.cart_text_title, .cart_price{
    font-size: 1.5rem;
    font-family: "Bona Nova", serif;
    text-transform: uppercase;
}
.cart_text .content *{
    margin-bottom: 0.3rem;
}
.cart_delete{
    width: 1.5rem;
    display: inline-block;
}
.cart_delete:hover{
    opacity: 0.6;
}
.cart_item:not(:last-child){
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 1.2rem;
    margin-bottom: 1.3rem;
}
.cart_bottom_data{
    width: 34.5rem;
    margin-top: 1.8rem;
}
.cart_bottom_data p{
    margin-bottom: 0.8rem;
    opacity: 0.7;
}
.cart_bottom_top_flex{
    font-size: 2rem;
    font-family: "Bona Nova", serif;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.upper{
    text-transform: uppercase;
}
.order_title{
    margin-bottom: 1.2rem;
}
.order_item .form-control2, .form-control2.big {
    border-radius: 7px;
    padding: 0 1.2rem;
    height: 3.125rem;
}
.choices{
    font-size: 1rem;
    background: transparent;
    color: black;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: white;
    padding: 0 1rem!important;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    font-size: 1rem;
    height: 4.375rem;
    overflow: hidden;
}
.choices__list{
    padding: 0.5rem;
}
.choices__item{
    font-size: 1rem;
    border-radius: 12px;
    padding: 0!important;
}
.choices__item--choice{
    padding: 1rem!important;
}
.choices{
    position: relative;
    z-index: 3;
}
.choices__item.is-highlighted{
    background: rgba(219, 203, 145, 0.50)!important;
}
.choices__input{
    display: none!important;
}
.choices__list--single{
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0;
}
#modal-success-msg .section_title{
    padding: 2rem 0;
}
.order_item{
    margin-bottom: 1.9rem;
}
.del_label{
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0;
    border-radius: 7px;
    padding: 0 0.9rem;
    height: 3.125rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: white;
    cursor: pointer;
}
.del_label input{
    width: 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 1rem;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.del_label input[type="radio"]:after{
    width: 0.6rem;
    height: 0.6rem;
    content: "";
    border-radius: 50%;
    background: black;
    transition: all 0.35s;
    opacity: 0;
}

.del_label input[type="checkbox"]:after, .order_del_lables input:after{
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    font-size: 0.8rem;
    transition: all 0.35s;
    opacity: 0;
    color: gray;
}

.del_label input:checked:after, .order_del_lables input:checked:after{
    opacity: 1;
}
.del_label.checkbox input{
    border-radius: 4px;
    width: 1.3rem;
    height: 1.3rem;
}
.del_label.checkbox span{
    width: calc(100% - 1.3rem);
    padding-left: 0.7rem;
}
.del_label span{
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
}
.order_item .form-group {
    margin-bottom: 0.7rem;
}
.order_right{
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 1.9rem 1.3rem;
}
.order_right .section_title{
    margin-bottom: 1.4rem;
}

.order_right .cart_item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
}
.order_right .cart_img{
    width: 7.063rem;
    height: 7.063rem;
}
.order_right .cart_text{
    width: calc(100% - 7.063rem);
}
.order_del_title{
    margin-bottom: 0.9rem;
}
.order_del_lables label{
    display: flex;
    align-items: center;
    margin-bottom: 1.1rem;
    cursor: pointer;
}
.order_del_lables label input{
    border-radius: 4px;
    width: 1.3rem;
    height: 1.3rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_del_lables label span{
    width: calc(100% - 1.3rem);
    padding-left: 0.7rem;
}
.order_del_content.content *{
    margin-bottom: 0.2rem;
}
.order_del{
    padding-top: 1rem;
}
.order_del .section_title{
    margin-bottom: 1rem;
}
.order_del_content{
    margin-bottom: 1.5rem;
}
.order_bold{
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 0.9rem;
}
.order_right .cart_bottom_top_flex{
    margin-top: 2rem;
}
.order_success{
    padding-top: 3rem;
    width: 55rem;
    margin: 0 auto;
}
.order_success .btn{
    margin-top: 1rem;
}
.del_page_row .mob_full:last-child .del_page_item{
    background: #D9D9D9;
}
.del_page_item{
    background: linear-gradient(90deg, #978545 0.41%, #C6B67C 105.94%);
    border-radius: 16px;
    padding: 1.2rem 1.2rem;
    height: 100%;
}
.del_page_item .section_title{
    margin-bottom: 4rem;
}
.content p.sm_mar{
    margin-bottom: 0;
}
.del_page_item .content li{
    margin-bottom: 0.5rem;
}
.projects_page .projects_row .mb_30{
    margin-bottom: 2.5rem;
}
.projects_page .projects_row{
    margin-bottom: -2.5rem;
}
.project_body .border_img{
    width: 41.7rem;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.project_body{
    width: 69.6rem;
    margin: 0 auto;
}
.project_body .content h2{
    margin-top: 1.8rem;
}
.page_gallery_item{
    border-radius: 16px;
    overflow: hidden;
    height: 28.313rem;
}
.page_gallery_row{
    margin-top: 2.4rem;
}
.part_page .page_gallery_row {
    margin-top: 1.9rem;
}
.part_page_btn{
    margin-top: 1.8rem;
}
.part_page .del_page_row{
    margin-top: 4.7rem;
    margin-bottom: 1.2rem;
}
.order_del_lables label.disabled{
    opacity: 0.6;
    pointer-events: none;
}
.part_page .del_page_row .mob_full:first-child .del_page_item{
    background: #D9D9D9;
}
.part_page .del_page_row .mob_full:last-child .del_page_item{
    background: linear-gradient(90deg, #978545 0.41%, #C6B67C 105.94%);
}
.part_page .del_page_item{
    min-height: 31.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart_img .no_img:after {
    background-size: 5rem;
}
.cont_content{
    opacity: 0.5;
}

.labels:has(input[type="checkbox"]:checked) {
    display: block;
}
.btn.added{
    pointer-events: none;
    opacity: 0.6;
}

.quiz_label{
    height: 4.375rem;
    border-radius: 12px;
    border: 1px solid #CAB049;
    background: #FFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 0.5rem 1.5rem;
}
.quiz_label input{
    width: 1.188rem;
    height: 1.188rem;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz_label input:after{
    content: "";
    width: 0.78rem;
    height: 0.78rem;
    background: #b1b0b0;
    border-radius: 50%;
    transition: all 0.35s;
    opacity: 0;
}
.quiz_label input:checked:after{
    opacity: 1;
}
.quiz_label span{
    width: calc(100% - 1.188rem);
    padding-left: 0.8rem;
}
.quiz_checks_row {
    color: black;
}
.quiz_forms_list{
    min-height: 11rem;
}
.quiz_back{
    text-transform: uppercase;
    color: white;
    margin-bottom: 0.5rem;
}
.quiz_back img{
    display: block;
    width: 1.625rem;
    margin-bottom: 0.45rem;
}
.quiz_item:not(.factive){
    display: none;
}
.quiz_suc_box .quiz_title{
    font-size: 3rem;
}
.quiz_suc_box{
    min-height: 22rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 45rem;
    position: relative;
    z-index: 1;
}
.quiz_success_img{
    position: absolute;
    right: -8.2rem;
    bottom: -2.5rem;
    height: 95%;
}
.choices [hidden]{
    display: block!important;
    width: 1px!important;
    height: 1px!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    position: absolute!important;
    bottom: 0!important;
    left: 50%!important;
    overflow: hidden!important;
    padding: 0!important;
    border: none!important;
    background: transparent!important;
}
.quiz_alert{
    margin-bottom: 1rem;
}
.quiz_alert.error{
    color: red;
    animation: headShake 1s;
}
.file_icon{
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    pointer-events: none;
}
#file_input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.news_cat_items a{
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.875rem;
    border: 1px solid rgba(30, 30, 30, 0.20);
    margin-right: 0.4rem;
    margin-bottom: 0.7rem;
}
.news_cat_items a.active, .news_cat_items a:hover, .show_filter_btn:hover{
    border-color: #988746;
    color: black;
}
.news_cat_items{
    width: 60rem;
}

.show_filter_btn{
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
    font-size: 0.875rem;
    border: 1px solid rgba(30, 30, 30, 0.20);
    font-weight: 500;
}
.show_filter_btn img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.new_cat_top{
    margin-bottom: 2rem;
}

.filter_top_close{
    position: fixed;
    top: 0;
    left: -30.188rem;
    width: 100%;
    padding: 2rem;
    background: white;
    width: 30.188rem;
    z-index: 1;
    transition: all 0.5s;
}
#filter_form.factive .filter_top_close{
    left: 0;
}
#filter_form{
    position: fixed;
    top: 0;
    left: -30.188rem;
    z-index: 20;
    width: 30.188rem;
    background: white;
    padding: 2rem;
    height: 100vh;
    overflow-y: auto;
    /*display: none;*/
    transition: all 0.5s;
}
#filter_form.factive{
    left: 0;
}
.filter_drop.factive{
    display: block;
}
.filter_drop{
    display: none;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 19;
}

.char_title{
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 0.5rem;
    color: black;
}
.char_box{
    margin-top: 0.6rem;
}
.char_data{
    
}
.char_data button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.875rem;
    border: 1px solid rgba(30, 30, 30, 0.20);
    margin-right: 0.3rem;
    margin-bottom: 0.5rem;
    background: white;
    font-family: "Inter", sans-serif;
    transition: all 0.35s;
}
.char_data button span{
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    margin-right: 0.4rem;
}
.char_data button:hover, .char_data button.active{
    border-color: #988746;
    color: black;
}
#bg_video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}