
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
}
.header_menu_btn{
    background: #C59A3B;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    height: 4.188rem;
    width: 10.1rem;
    justify-content: center;
    border-radius: 30px;
}
.header_menu_btn:hover, .header_menu_btn.active{
    background: #e4b54c;
    color: white;
}
.header_menu_btn img{
    width: 1.188rem;
    margin-right: 0.8rem;
}
header{
    /*position: absolute;*/
}
header.shadow .header_box{
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
header.shadow .logo{
    width: 12.477rem;
}
.mob_menu{
    display: none;
}
.header_box{
    transition: all 0.35s;
    background: white;
    margin: 1.2rem;
    padding: 1rem 1.9rem;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.4);
}

.cart_btn{
    border: 1px solid #C59A3B;
    height: 4.188rem;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: white;
}
.cart_btn:hover{
    color: black;
}
.cart_btn:hover .cart_btn_icon{
    background: #e4b54c;
}
.cart_btn_icon{
    transition: all 0.35s;
    width: 4.188rem;
    height: 100%;
    background: #C59A3B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.cart_btn_icon img{
    width: 1.563rem;
}
.cart_btn span{
    width: 7.4rem;
    text-align: center;
    padding-right: 0.5rem;
}
.cart_count{
    position: absolute;
    right: 0.3rem;
    top: -0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: white;
    background: black;
    border-radius: 50%;
    font-size: 0.7rem;
}
.menu{
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 2.7rem;
}
.menu a{
    display: inline-block;
    margin-right: 2.8rem;
}
.log_btn{
    display: flex;
    align-items: center;
    margin-right: 3.6rem;
    position: relative;
}
.lang_btn .arrow{
    transition: all 0.35s;
}
.lang_drop{
    position: absolute;
    top: 80%;
    right: 0;
    width: max-content;
    background: white;
    text-align: right;
    padding: 0.5rem 1.2rem;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
    pointer-events: none;
    opacity: 0;
    transition: all 0.35s;
}
.lang_drop a{
    display: block;
}
.lang_drop a:not(:last-child){
    margin-bottom: 0.5rem;
}
.arrow{
    width: 1.275rem;
}
.user_img{
    width: 1.563rem;
    margin-right: 0.5rem;
}
.header_right .menu{
    margin-left: 0;
    margin-right: 3.7rem;
}
.header_right .menu a{
    margin-right: 0;
    margin-left: 3.5rem;
}
.logo{
    display: block;
    width: 21.477rem;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    /*filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));*/

}
#box-1{
    position: relative;
    background: black;
    overflow: hidden;
}
#box-1 .container{
    position: relative;
    z-index: 1;
}
#box-1 .ab_img{
    opacity: 0.6;
}
.box1{
    height: 59.063rem;
    padding-bottom: 2.3rem;
    color: white;
}
.box1_img{
    width: 13.75rem;
    margin-right: 3.5rem;
    position: relative;
}
.box1_img > .full{
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite; /* Makes it repeat forever */
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    to {
        transform: rotate(360deg); /* End at 360 degrees (one full rotation) */
    }
}
.box1_center_img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8.375rem;
}

.section_title{
    font-weight: 700;
    font-size: 3.25rem;
    letter-spacing: 0.065rem;
}
.container {
    width: 87.1rem;
}

#box-2{
    position: relative;
    z-index: 2;
    margin-top: -13.9rem;
    padding-bottom: 4rem;
}


#box-2 .container{
    position: relative;
    z-index: 1;
}
.sale_item{
    display: flex !important;
    align-items: flex-end;
    border-radius: 1.875rem;
    height: 29.8rem;
    position: relative;
    overflow: hidden;
    color: white;
}
.sale_item:after{
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.44%, rgba(0, 0, 0, 0.4) 100%);
}
.sm_row{
    margin-left: -5px;
    margin-right: -5px;
}
.sm_row > div{
    padding: 0 5px;
}
.sale_title{
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    color: white;
    transition: all 0.35s;
}
.sale_item:hover .sale_title{
    opacity: 0.8;
}
.sale_item .ab_img{
    transition: all 0.25s;
}
.sale_item:hover .ab_img{
    transform: scale(1.05);
}
.sale_anons{
    color: white;
}
.sale_text{
    padding: 1.2rem 1rem;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.sale_slider .slick-list{
    margin: 0 -5px;
}
.sale_slider .slick-slide > div{
    padding: 0 5px;
}
.box2_text{
    text-align: center;
    padding-top: 7.5rem;
    width: 71rem;
    margin: 0 auto;
    margin-bottom: 5.6rem;
}
.section_title2{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.section_text{
    font-weight: 500;
    color: #30964D;
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
}
.preim_item{
    background: #F2F2F2;
    border-radius: 15px;
    padding: 2.4rem 1.6rem;
    height: 100%;
    position: relative;
}
.preim_title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.preim_img{
    position: absolute;
    width: 5rem;
    top: -3.2rem;
    left: 1.6rem;
}
.section_title3{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}
#box-3 {
    padding-top: 1.7rem;
}
.prod_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: white;
    border-radius: 20px;
    padding: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px transparent;
}
.prod_item:hover{
    box-shadow: 0px 0px 20px 0px #00000024;
}
.prod_img{
    height: 21.5rem;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.prod_ings{
    display: flex;
    align-items: center;
    z-index: 1;
    position: absolute;
    bottom: 1rem;
    left: 0.9rem;
    padding: 0.4rem 0.6rem;
    border-radius: 25px;
    background: white;
}
.prod_ings img{
    width: 1.25rem;
    margin-right: 0.6rem;
}
.prod_ings img:last-child{
    margin-right: 0;
}
.prod_title{
    font-weight: 600;
    margin-bottom: 0.8rem;
    margin-top: 1.2rem;
}
.prod_preims{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    margin-bottom: 0.8rem;
    color: #8E8E93;
}
.prod_preim{
    display: flex;
    align-items: center;
    margin-right: 1.4rem;
}
.prod_preim:last-child{
    margin: 0;
}
.prod_preim img{
    width: 1rem;
    margin-right: 0.2rem;
}
.prod_sostav{
    color: #8E8E93;
    font-size: 0.875rem;
}
.prod_add, .item_counter{
    display: flex;
    align-items: center;
    width: 100%;
    background: #F2F2F2;
    border-radius: 0.875rem;
    margin-top: 1.5rem;
    justify-content: space-between;
    padding-left: 1rem;
}
.item_counter{
    background: transparent;
    padding: 0;
}
.item_counter input{

}
.item_counter button{
    background: #F2F2F2;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.35s;
}
.empty_cart{
    padding-top: 4rem;
}
.modal .item_counter button{
    background: #30964D;
    color: white;
}
.modal .item_counter button:hover{
    background: #44bf67;
    color: white;
}
.item_counter button:hover{
    background: #E5E5EA;
    color: #30964D;
}
.prod_add:hover .prod_add_btn{
    color: #30964D;
}
.item_counter_center{
    width: calc(100% - 6.5rem);
    text-align: center;
    color: black;
}
.item_counter_center p{
    font-weight: 600;
    margin: 0;
}
.item_counter_center span{
    font-size: 0.75rem;
}
.item_counter_center{
    text-align: center;
}
.prod_add_btn{
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.35s;
}
.prod_add_btn img{
    width: 0.938rem;
}

.prod_price{
    font-weight: 600;
    color: black;
}
.products_row .mb_30{
    margin-bottom: 0.8rem;
}
.btn{
    font-weight: 700;
    height: 3.188rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #30964D;
    color: white;
    padding: 0 3rem;
}
.btn.big{
    height: 3.75rem;
}
.btn.full{
    padding: 0!important;
    min-width: unset!important;
    width: 100%;
}
.btn.black{
    background: black;
    color: white;
}
.btn.black:hover{
    background: #C59A3B;
    color: white;
}
.btn:hover{
    color: white;
    background: #28b350;
}
.btn.min_w{
    min-width: 28.875rem;
}
.products_more{
    text-align: center;
    margin-top: 1.4rem;
}

.box4_img{
    border-radius: 18px;
    overflow: hidden;
    height: 19rem;
}
#box-4{
    padding-top: 7.7rem;
    padding-bottom: 0.6rem;
}
.container2{
    padding: 0 0.6rem;
}
.center_insta{
    text-align: center;
    padding-top: 3.7rem;
}
.center_insta_title{
    font-size: 1.25rem;
    font-weight: 500;
}
.center_insta a{
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    font-weight: 700;
}
.center_insta a img{
    width: 2.938rem;
    margin: 0 auto;
    margin-top: 1.9rem;
    margin-bottom: 0.5rem;
}

footer{
    padding-top: 2rem;
    background: #F2F2F2;
}
.footer_menu{
    list-style-type: none;
    font-weight: 600;
}
.footer_menu li{
    margin-bottom: 1.4rem;
}
.footer_conts{
    list-style-type: none;
    font-size: 1.25rem;
    font-weight: 500;
}
.footer_conts li {
    margin-bottom: 1rem;
}
.socials{
    display: flex;
    justify-content: flex-end;
    padding-top: 1.5rem;
}
.socials a{
    width: 3rem;
    margin-left: 1.2rem;
}
.socials a:hover{
    opacity: 0.8;
}
.socials a img{
    width: 100%;
    display: block;
}
.footer_center{
    text-align: center;
    padding-right: 7.2rem;
}
.footer_logo{
    display: block;
    margin: 0 auto;
    width: 11.188rem;
    margin-bottom: 1rem;
}
.footer_slogan{
    font-size: 0.88rem;
    margin-top: 1.5rem;
}
.footer_bottom_links a{
    display: inline-block;
    margin-left: 2.8rem;
    color: #8E8E93;
}
.footer_bottom_links a:hover{
    color: black;
}
.footer_bottom{
    padding-top: 5.2rem;
    padding-bottom: 2rem;
    font-size: 0.875rem;
    color: #8E8E93;
}



.right_cart_header{
    border-bottom: 1px solid #E5E5EA;
    padding: 1.2rem 1.1rem;
    padding-bottom: 0.8rem;
}
.cart_clear{
    color: #5C5C5C;
    font-size: 0.75rem;
}
.cart_clear.hidden{
    display: none;
}
.right_cart_bg{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 140;
    display: none;
    cursor: pointer;
}
.right_cart{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
    position: fixed;
    right: -31rem;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    width: 31rem;
    z-index: 150;
    background: white;
    transition: all 0.5s;
    visibility: hidden;
}
.right_cart.factive{
    right: 0;
    visibility: visible;
}
.right_cart_title{
    font-weight: 700;
}
.cart_close{
    display: inline-block;
    width: 1.5rem;
}
.cart_close img{
    transition: all 0.35s;
}
.cart_close:hover img{
    transform: rotate(-180deg);
}
.right_cart_products{
    padding: 0.9rem 1.2rem;
    border-bottom: 1px solid #E5E5EA;
}
.rcp_img{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1rem;
    overflow: hidden;
}

.rcp_text{
    padding-left: 1.2rem;
}
.rcp_title{

}
.rcp_price{
    font-weight: 600;
}
.counter{
    width: 6.5rem;
    height: 2.375rem;
    border-radius: 30px;
    display: flex;
    border: 1px solid #E5E5EA;
    overflow: hidden;
    background: white;
}
.counter button:hover{
    color: #C59A3B;
}
.counter button{
    width: 2.5rem;
    background: white;
    color: #5C5C5C;
    font-weight: 400;
    font-size: 1.6rem;
    transition: all 0.35s;
}
.counter button.minus{
    font-size: 1.4rem;
    font-weight: 600;
}
.counter input{
    width: 1.5rem;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
}

.right_cart_product:not(:last-child){
    margin-bottom: 1.8rem;
}
.right_cart_dop_products{
    padding: 1.9rem 1.1rem;
    overflow: hidden;
}
.right_cart_dop_products_title{
    font-weight: 700;
    margin-bottom: 1rem;
}
.right_cart_dop_products_slider{
    width: 90%;
}
.sm_prod{
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    box-shadow: 0px 0px 20px 0px #00000024;
    height: 100%;
    padding: 0.4rem;
    border-radius: 7px;
}
.sm_prod:hover{
    box-shadow: 0px 0px 20px 0px transparent;
}
.sm_prod_img{
    height: 7rem;
    border-radius: 4px;
    overflow: hidden;
}
.sm_prod_title{
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
    text-align: center;
    margin-top: 0.6rem;
}
.sm_prod_btn{
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    background: #F2F2F2;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    color: black;
}
.right_cart_bonus{
    padding: 2rem 1.2rem;
    background: #F2F2F2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rcb_title{
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.rcb_price{
    font-size: 0.75rem;
}
.right_cart_bonus input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #8E8E93;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right_cart_bonus input:after{
    content: "";
    background: black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.35s;
    opacity: 0;
}
.right_cart_bonus input:checked:after{
    opacity: 1;
}
.right_cart_footer{
    padding: 1.5rem 1.2rem;
}
.right_cart_footer_data{

}
.right_cart_footer_data p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.7rem;
}
.right_cart_footer_data p.last{
    padding-top: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.right_cart_footer_data p span:first-child{

}
.right_cart_footer_data p span:last-child{
    font-weight: 600;
}

.right_cart_dop_products_slider .slick-list{
    margin: 0 -5px;
    display: flex;
    overflow: unset;
}
.right_cart_dop_products_slider .slick-track{
    display: flex;
}
.right_cart_dop_products_slider .slick-slide > div{
    padding: 0 5px;
    height: 100%;
}

.page_banner{
    padding-top: 12.3rem;
    padding-bottom: 2rem;
    min-height: 23rem;
    color: white;
    position: relative;
    background: black;
    overflow: hidden;
}
.page_banner .ab_img, #box-1 .ab_img{
    opacity: 0.6;
    animation: zoomAnimation 40s ease-in-out infinite;
}
@keyframes zoomAnimation {
    0% {
        transform: scale(1); /* Начальный размер */
    }
    50% {
        transform: scale(1.3); /* Увеличиваем до 1.5x */
    }
    100% {
        transform: scale(1); /* Возвращаем в исходный размер */
    }
}
.page_banner .section_title{
    margin-bottom: 0.7rem;
}
.page_banner .container{
    position: relative;
    z-index: 1;
}

.page_padding{
    padding-top: 3.7rem;
}
.page_cat_links{
    margin-bottom: 3.5rem;
}
.page_cat_links a{
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding: 0.83rem 1.77rem;
    background: #F2F2F2;
    border-radius: 30px;
}
.page_cat_links a.active{
    pointer-events: none;
    color: white;
    background: #C59A3B;
}
.page_cat_links a:hover{
    background: #D1D1D6;
    color: black;
}
.next_cat{
    padding-top: 1.8rem;
}
.next_cat_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C59A3B;
    border-radius: 80px;
    font-weight: 700;
    height: 5rem;
}
.next_cat_btn:hover{
    background: #D1D1D6;
    border-color: #D1D1D6;
    color: black;
}
.next_cat_btn:hover .next_btn_icon{
    background: #312b2b
}
.next_btn_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #C59A3B;
    margin-left: 1rem;
    transition: all 0.35s;
}
.next_btn_icon img{
    width: 0.875rem;
}
.page{
    padding-bottom: 7.4rem;
}

.modal.prod_modal{
    overflow-y: auto;
}
.modal.prod_modal .modal__block{
    width: 72.5rem;
    border-radius: 20px;
    padding: 1.6rem 1.8rem;
    text-align: left;
}
.cat--unit__for{
    border-radius: 16px;
    overflow: hidden;
}
.cat--unit__for_item{
    height: 28.2rem;
    display: block!important;
}
.modal_card_slider{
    padding-right: 2rem;
}
.modal_card_slider .prod_ings {
    bottom: 1.2rem;
    left: 1.2rem;
}
.cat--unit__nav{
    margin: 0 auto;
    margin-top: 8px;
    width: calc(100% - 4rem);
}
.cat--unit__nav .slick-list{
    margin: 0 -4px;
    overflow: unset;
}
.cat--unit__nav .slick-slide{
    padding: 0 4px;
}
.over_hidden{
    overflow: hidden;
    position: relative;
}
.over_hidden:after, .over_hidden:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
    content: "";
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1;
}
.over_hidden:before{
    left: unset;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.cat--unit__nav .slick-arrow{
    width: 1rem;
    height: 1rem;
    background-color: transparent!important;
    border-radius: 0!important;
}
.cat--unit__nav .slick-prev{
    left: -2rem;

}
.cat--unit__nav .slick-next{
    right: -2rem;
}
.nav_item{
    height: 6.2rem;
    border-radius: 16px;
    overflow: hidden;
    background: black;
    cursor: pointer;
}
.slick-current .nav_item img{
    opacity: 0.5;
}
.nav_item img{
    transition: all 0.35s;
}
.modal_card_info{
    padding-top: 3.2rem;
    margin-left: -0.4rem;
    padding-right: 5.4rem;
}
.modal_sostav{
    margin-bottom: 2rem;
}
.modal_card_info .prod_preims{
    margin-bottom: 2rem;
}
.modal_sostav p{
    font-size: 0.875rem;
    margin-bottom: 0.6rem;
    color: #8E8E93;
}
.prod_modal .content{
    margin-bottom: 1.8rem;
}
.prod_modal .prod_preim{
    width: 50%;
    margin: 0;
}
.modal_card_price{
    font-weight: 600;
    margin-bottom: 2rem;
}
.modal_card_btn .btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 14px;
    padding: 0 1.5rem;
    width: 100%;
}
.modal_card_btn .btn img{
    width: 1rem;
}

.form_title{
    font-weight: 600;
}

.form_item{
    margin-bottom: 0.9rem;
}
.form-control{
    font-family: "Inter", sans-serif;
    border: 1px solid #C7C7CC;
    background: transparent;
    width: 100%;
    height: 3.125rem;
    padding: 0 1rem;
    border-radius: 8px;
}
.form-control::placeholder{
    color: #8E8E93;
}
.form_item > .col-md-9{
    padding-left: 2.4rem;
}
.order_labels{
    display: flex;
    flex-wrap: wrap;
}
.order_labels label{
    border: 1px solid #C7C7CC;
    cursor: pointer;
    padding: 1.5rem 1.9rem;
    display: flex;
    width: 14rem;
    margin-right: 0.8rem;
    border-radius: 8px;
    transition: all 0.35s;
}
.order_labels label:has(:checked){
    border-color: #C59A3B;
}
.order_labels input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #8E8E93;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_labels input:after{
    content: "";
    background: black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.35s;
    opacity: 0;
}
.order_labels input:checked:after{
    opacity: 1;
}
.form_item.marged{
    padding-top: 1.6rem;
}
.form_item.marged .form_title{
    padding-top: 1rem;
}
.order_label_text{
    width: calc(100% - 18px);
    padding-left: 1rem;
}
.order_label_text br{
    display: none;
}
.order_labels p{
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.order_labels span{
    color: #808080;
    font-size: 0.875rem;
}
.order_labels.long{
    justify-content: space-between;
}
.order_labels.long label{
    width: 49%;
    margin: 0;
}
.order_labels.single label{
    width: 100%;
    margin: 0;
    background: #F2F2F2;
    border: none;
}

.order_right{
    box-shadow: 0px 3px 15px 0px #0000001A;
    border-radius: 20px;
    padding: 2.4rem 1.8rem;
    margin-left: -0.7rem;
    margin-top: -4.1rem;
    padding-bottom: 1.8rem;
}
.order_right_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.9rem;
}
.order_right_item{
    border-bottom: 1px solid #E5E5EA;
    margin-bottom: 1.8rem;
    padding-bottom: 0.5rem;
}
.order_prod{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.4rem;
}

.order_right_item2 .order_prod{
    margin-bottom: 0.6rem;
}
.order_prod_left{

}
.order_prod_left span{
    display: inline-block;
    margin-left: 0.4rem;
    color: #8E8E93;
}
.order_prod_sum{
    font-weight: 600;
}
.order_prod.last{
    margin-top: 1.9rem;
    font-weight: 600;
}

.cart_steps{
    width: 26.3rem;
    margin: 0 auto;
    margin-top: 2.3rem;
}
.cart_step{
    text-align: center;
}
.cart_step_icon{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 50%;
    font-weight: 700;
}
.cart_step_icon img{
    width: 0.688rem;
}
.cart_step span{
    font-size: 0.875rem;
}
.cart_step.disabled{
    opacity: 0.6;
}
.w_lines{
    position: relative;
}
.w_lines:after{
    position: absolute;
    right: calc(100% + 1rem);
    top: 50%;
    height: 1px;
    border-bottom: 1px solid white;
    content: "";
    width: 6.1rem;
}
.w_lines:before{
    position: absolute;
    left: calc(100% + 1rem);
    top: 50%;
    height: 1px;
    border-bottom: 1px dashed white;
    content: "";
    width: 6.8rem;
}
.about_page_img{
    margin-left: 6.8rem;
    width: 51.9rem;
    border-bottom-left-radius: 34px;
    overflow: hidden;
}
.pt-1{
    padding-top: 1.4rem;
}
.about_page_row2{
    margin-top: 3.6rem;
}
.about_page_img.second_img{
    border-radius: 0;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    margin-left: -16rem;
}
.about_slider{
    width: 87.1rem;
    margin: 0 auto;
    margin-top: 5rem;
}
.about_slider_item{
    overflow: hidden;
    height: 49rem;
    border-radius: 34px;
    transition: all 0.35s;
    transform-origin: center center;
}
.about_certificate{
    width: 73rem;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.cert_img{
    padding-right: 1.8rem;
}
.about_slider .slick-list{
    overflow: unset;
}

.about_slider .slick-slide:not(.slick-active) .about_slider_item{
    transform: scale(0.9);
    opacity: 0.6;
}

.map{
    height: 35.6rem;
    margin-left: 6.4rem;
    width: 70rem;
}
.contacts_img{
    margin-left: -16.2rem;
    margin-right: 6.8rem;
}

.cont_data{
    /*padding-top: 5rem;*/
}
.cont_item{
    margin-bottom: 2.7rem
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.cont_title{
    color: #8E8E93;
    font-size: 0.875rem;
    margin-bottom: 0.8rem;
}
.cont_text{
    font-size: 1.25rem;
    font-weight: 500;
}
.cont_item .socials {
    padding-top: 0;
    justify-content: flex-start;
}
.cont_item .socials a{
    margin-left: 0;
    margin-right: 1.1rem;
}

.form_box{
    padding-top: 7.4rem;
    margin-left: -0.5rem;
}
textarea.form-control{
    height: auto;
    padding: 1rem;
}
.form_box form{
    display: block;
    width: 36rem;
    margin-top: 1.4rem;
}
.form-group{
    margin-bottom: 1rem;
}

.form_flex .g-recaptcha{
    transform: scale(0.8);
    transform-origin: left top;
    width: 10rem;
}
.form_text2{
    margin-bottom: 1.5rem;
}
.profile_page .page_banner .ab_img{
    opacity: 1;
}
.profile_menu{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px #0000001A;
    background: white;
    font-weight: 600;
    width: 21.3rem;
}
.profile_menu a{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E5E5EA;
    padding: 1.2rem 1.3rem;
}
.profile_menu a.active{
    background: #F2F2F2;
    color: black;
}
.profile_menu a:last-child{
    border-bottom: none;
    margin-top: 3.5rem;
}
.pm_icon{
    width: 1.625rem;
    margin-right: 0.6rem;
}
.pm_icon img{
    width: 100%;
}
.profile_form{
    width: 50.3rem;
}

.profile_form .form_item {
    margin-bottom: 1.8rem;
    align-items: flex-start;
}
.profile_form .form_title{
    margin-top: 1rem;
}
.form_alert{
    font-size: 0.875rem;
    margin-top: 0.5rem;
    color: #8E8E93;
}
.form_alert a{
    color: #30964D;
    display: inline-block;
    border-bottom: 1px solid;
}
.form_alert a:hover{
    border-color: transparent;
}
.brown_box{
    margin-bottom: 3.6rem;
    border-radius: 1.25rem;
    padding: 1.9rem 1.7rem;
    display: flex;
    width: 36rem;
    background: #C59A3B;
    color: white;
}
.brown_box_left{
    width: 12.8rem;
}
.brown_title{
    font-size: 0.875rem;
    margin-bottom: 0.7rem;
}
.brown_price{
    font-size: 2rem;
    font-weight: 700;
}
.code{
    display: inline-flex;
    align-items: center;
    color: white;
    border: 1px dashed white;
    padding: 0.65rem 0.9rem;
    font-weight: 700;
    border-radius: 6px;
}
.code:hover{
    color: white;
    border-color: #30964D;
    background:  #30964D;
}
.code img{
    width: 1.125rem;
    margin-left: 0.35rem;
}
.history_title3{
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
}

.transactions{
    margin-bottom: 3rem;
}
.transaction_item{
    border-bottom: 1px solid #E5E5EA;
    padding-bottom: 1.8rem;
    margin-bottom: 1.9rem;
}
.ti_title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.9rem;
}
.ti_right{
    font-weight: 600;
}
.ti_right.green{
    color: #30964D;
}
.green_link{
    display: inline-block;
    border-bottom: 1px solid;
    color: #30964D;
    margin-top: 1rem;
}
.green_link:hover{
    border-color: transparent;
    color: #30964D;
}
.content h1, .content h2, .content h3, .content h5, .content h6{
    padding-top: 0.8rem;
    margin-bottom: 1rem;
}
.hidden_content{
    display: none;
}
.transaction_form{
    width: 43.2rem;
}
.p_order_title{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.p_order_flex img{
    width: 1rem;
    transition: all 0.5s;
}
.p_order_status{
    background: rgba(48, 150, 77, 0.1);
    color: #30964D;
    font-size: 0.875rem;
    padding: 0.55rem 0.8rem;
    border-radius: 30px;
    margin-right: 0.9rem;
}
.p_order_status.orange{
    background: #f4a447;;
    color: white;
}
.p_order_status.red{
    background: #ff0000;
    color: white;
}
.p_order_top{
    color: black!important;
    display: block;
}
.p_order_top.factive img{
    transform: rotate(-180deg);
}
.p_order_data {
    margin-top: 1.5rem;
    display: none;
}
.p_order_data .order_right_item {
    margin-bottom: 1.3rem;
    padding-bottom: 0.1rem;
}

.p_order_data .order_prod.last {
    margin-top: 1.2rem;
}
.p_order_btn{
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.7rem 1rem;
    border-radius: 30px;
    background: #F2F2F2;
    margin-top: 1.2rem;
}
.p_order_btn:hover{
    background: #dad7d7;
    color: black;
}
.result{
    font-size: 0.9rem;
}
.p_order_btn img{
    width: 1.1rem;
    margin-left: 0.5rem;
}
.p_order_item{
    border-bottom: 1px solid #E5E5EA;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.form-control:disabled{
    background: #e8e8e8;
    cursor: not-allowed;
}
.p_order_item:last-child{
    margin-bottom: 0;
}
.login_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    font-size: 1.1rem;
}
.login_bottom .green_link{
    margin-top: 0.3rem;
}
.red_text{
    color: red;
}
/*.over_hidden_body{*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*    margin-right: 16px;*/
/*    position: relative;*/
/*}*/