@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/Noto SerifRegular.eot');
    src: url('../fonts/Noto SerifRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Noto SerifRegular.woff2') format('woff2'),
    url('../fonts/Noto SerifRegular.woff') format('woff'),
    url('../fonts/Noto SerifRegular.ttf') format('truetype'),
    url('../fonts/Noto SerifRegular.svg#Noto SerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.none_point{
    pointer-events: none;
}
.similars_services{
    padding-bottom: 4rem;
}
.title{
    font-family: 'Noto Serif', sans-serif;
    line-height: 1;
    color: #2F4320;
}
body{
    line-height: 1.2;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-color: #FAF6F2;
    color: black;
}
.fixed_menu{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /*width: 68.625rem;*/
    width: max-content;
    border-radius: 30px 30px 0px 0px;
    border: 1px solid rgba(213, 98, 29, 0.30);
    background: #F5F1ED;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 15;
    height: 4.638rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
}
.fixed_menu a{
    display: inline-block;
    margin: 0 1.25rem;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
}

.container {
    width: 78.7rem;
}

header{
    position: fixed;
    padding: 1.45rem 0;
}
.header_box{
    border-radius: 16px;
    border: 1px solid rgba(213, 98, 29, 0.30);
    background: #F5F1ED;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
    padding: 0.7rem 1.7rem;
}
.logo{
    display: block;
    line-height: 1;
    width: 8rem;
}
.full{
    display: block;
}
.menu {
    padding-left: 1rem;
    display: flex;
    align-items: center;
}
.menu_item {
    margin-right: 1.7rem;
    position: relative;
    padding: 1rem 0;
}
.menu_item:last-child{
    margin-right: 0;
}

.phone_box a{
    display: block;
    padding: 0.638rem 1.875rem;
    font-size: 1.25rem;
    border-radius: 50px;
    background: #2F4320;
    color: white;
}
.phone_box a:hover{
    background: #D5621D;
    color: white;
}
.header_btns {
    margin-right: 1.1rem;
}
.header_btns a{
    display: inline-block;
    margin-left: 0.6rem;
    width: 2.5rem;
    position: relative;
}
.header_btns a:hover img{
    opacity: 0.5;
}
.header_btns a img{
    display: block;
    width: 100%;
    transition: all 0.35s;
}
.btn_count{
    width: 1.188rem;
    height: 1.188rem;
    border-radius: 50%;
    color: white;
    font-size: 0.625rem;
    line-height: 1;
    position: absolute;
    bottom: -0.3rem;
    right: 0.1rem;
    background: #D51D1D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping_btn .btn_count{
    right: -0.2rem;
}
#box-1{
    padding-top: 1.2rem;
}
.border_img{
    border-radius: 20px;
    overflow: hidden;
}
.shadow_box{
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.box1_text{
    padding-right: 1rem;
}
.section_title{
    font-family: 'Noto Serif', sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 2.1rem;
    color: #2F4320;
    text-transform: uppercase;
}
.box1_btns {
    margin-top: 3.4rem;
}
.box1_btns .btn{
    margin-right: 0.9rem;
}
.btn{
    display: inline-block;
    background: #F26009;
    color: white;
    font-size: 1rem;
    padding: 0.85rem 1.7rem;
    border-radius: 8px;
    min-width: 12.1rem;
    text-align: center;
    transition: all 0.25s;
}
.btn:hover{
    background: #D5621D;
    color: white;
}
.btn.gray{
    background: #7B7C7A;
}
.btn.gray:hover{
    background: #4C4C4B;
}
#box-2{
    padding-top: 5rem;
}
.main_about_text{
    padding-top: 1.5rem;
}
#box-3{
    padding-top: 4rem;
}
.service_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(213, 98, 29, 0.30);
    background: #F5F1ED;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.service_item:hover{
    box-shadow: 0px 0px 100px 0px transparent;
}
.service_item:hover .service_img img{
    transform: scale(1.05);
}
.service_item:hover .btn{
    background: #D5621D;
}
.service_text{
    color: black;
}
.service_title{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}
.service_img{
    border-radius: 17px;
    overflow: hidden;
    height: 14.8rem;
    margin-bottom: 1.2rem;
    background-color: #e8e8e8;
}
.service_img img{
    transition: all 0.25s;
}
.service_bottom{
    margin-top: 1.2rem;
}
.service_item .btn{
    padding: 1rem 0;
}
#box-4 {
    padding-top: 4.6rem;
}

.service_item.sm .service_img{
    margin-bottom: 0;
}
#box-5{
    padding-top: 6rem;
}
.scale_img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.preim_item{
    border-radius: 20px;
    border: 3px solid #E2BF97;
    background: #F7F2EE;
    padding: 1rem 0.8rem;
    height: 100%;
    text-align: center;
}
.preim_img{
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto;
}
.preim_title{
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 1.7rem;
    margin-bottom: 1rem;
}
#box-6 {
    padding-top: 3rem;
}
.port_item{
    display: block;
    height: 22.5rem;
    border-radius: 20px;
    overflow: hidden;
}

.port_slider .slick-list{
    margin: 0 -15px;
    overflow: unset;
    width: 92%;
}
.port_slider .mb_30{
    margin: 0;
    padding: 0 15px;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}

#box-7 {
    padding-top: 4rem;
}

.form_text{
    border-radius: 20px;
    border: 1px solid rgba(213, 98, 29, 0.30);
    background: #F5F1ED;
    padding: 1.9rem 9.4rem;
    padding-right: 3rem;
}
.section_text{
    font-size: 12px;
    margin-bottom: 1rem;
}
.form_text form{
    display: block;
    width: 30rem;
}
.form-group{
    margin-bottom: 1rem;
}
.s_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    font-size: 0.9rem;
}
.form-control{
    background: white!important;
    font-family: "Jost", sans-serif!important;
    font-weight: 400!important;
    border: 1px solid #B0B0B0!important;
    width: 100%!important;
    border-radius: 10px!important;
    padding: 0.65rem 1.1rem!important;
    -webkit-appearance: none;
    color: black!important;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.4);
}
.policy{
    font-size: 12px;
    /*font-weight: 600;*/
    margin-top: -0.7rem;
    margin-bottom: 1.8rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.full_btn_sm{
    width: 100%;
    font-size: 1rem;
    padding: 1rem 0;
}
.box7_row .shadow_box{
    position: relative;
    width: 32.313rem;
    z-index: 3;
    top: 2rem;
}
#box-8{
    padding-top: 5rem;
}
.prod_text{
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.part_slider .slick-list{
    display: flex;
    align-items: center;
    margin: 0 10px;
    overflow: unset;
}
.part_slider .slick-track{
    display: flex;
    align-items: center;
}
.part_item{
    display: block;
    text-align: center;
}
.part_item img{
    max-width: 90%;
    margin: 0 auto;
    max-height: 8rem;
}
#box-9 {
    padding-top: 5rem;
}
.q_link{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.q_link.active img{
    transform: rotate(45deg);
}
.q_link span{
    width: calc(100% - 2.5rem);
    padding-right: 1rem;
}
.q_link img{
    width: 2.5rem;
    transition: all 0.25s;
}
.q_item{
    margin-bottom: 1.6rem;
}
.q_content{
    padding-top: 1rem;
    display: none;
}
#box-10 {
    padding-top: 2.6rem;
}
.rev_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
    padding: 1.8rem 1.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rev_top_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rev_date{
    opacity: 0.5;
}
.stars{
    display: flex;
    align-items: center;
}
.stars img{
    margin-left: 0.3rem;
}
.stars img.gray{
    filter: grayscale(1);
    opacity: 0.7;
}
.rev_text{
    padding-top: 1.5rem;
    line-height: 1.4;
}
.rev_icon{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin-right: 1rem;
    background-color: #F26009;
}
.rev_name{
    font-size: 1.25rem;
    font-weight: 700;
}
.rev_bottom{
    margin-top: 2.9rem;
}

.rev_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
    height: 100%;
}
.rev_slider .slick-slide{
    height: auto;
}
.rev_slider .slick-slide > div{
    height: 100%;
}
.rev_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.rev_slider .slick-track{
    display: flex;
}
#box-11{
    padding-top: 4.4rem;
    padding-bottom: 4.2rem;
}
.map{
    height: 25.6rem;
    border-radius: 20px;
    overflow: hidden;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.cont_text{
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 0.8rem;
}
.cont_item{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.cont_icon{
    width: 2.5rem;
}
.cont_item_text{
    width: calc(100% - 2.5rem);
    padding-left: 0.6rem;
    font-size: 1.5rem;
}
.socials a{
    display: inline-block;
    margin-right: 1rem;
    filter: brightness(0) invert(0);
}
.socials a:hover{
    filter: none;
}
.socials a img{
    width: 1.875rem;
}
.footer_logo{
    display: block;
    width: 13rem;
}
footer {
    padding-top: 2.5rem;
    padding-bottom: 5.7rem;
    background-color: #2F4320;
    color: white;
}
footer a{
    color: white;
}
.footer_links{
    display: flex;
    flex-direction: column;
    margin-top: 4.9rem;
}
.footer_links a {
    margin-bottom: 1.5rem;
}
.footer_item {
    padding-top: 0.9rem;
}
.footer_item ul{
    margin: 0;
    list-style-type: none;
}
.footer_item ul li{
    margin-bottom: 1.5rem;
}
.footer_title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2.2rem;
}
.footer_item .cont_item_text{
    font-size: 1rem;
    width: calc(100% - 1.5rem);
    padding-left: 0.8rem;
}
.footer_item .cont_icon{
    width: 1.5rem;
}
.cont_icon img{
    width: 100%;
}
.footer_socs {
    margin-top: 2.1rem;
}
.footer_socs .footer_title {
    margin-bottom: 1.4rem;
}
footer .socials a{
    filter: brightness(0) invert(1);
}
.bubbles{
    position: absolute;
}
.b1{
    width: 14.5rem;
    right: 0;
    top: 1rem;
}
.z1{
    position: relative;
    z-index: 1;
}
main{
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 9.025rem;
}

.about_page_btn{
    margin-top: 3rem;
}
.about_preims_row {
    margin-top: 5.5rem;
}
.padding_r{
    padding-right: 2rem;
}
.about_preim_item{
    height: 100%;
    text-align: center;
    padding: 1rem 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #9EA361;
    background: #F5F1ED;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.about_preim_item span:first-child{
    font-size: 2.5rem;
    font-family: 'Noto Serif', sans-serif;
}
.about_preim_item span:last-child{
    font-size: 1.25rem;
    margin-left: 0.7rem;
}
.about_page_row2 {
    margin-top: 3.9rem;
}
.section_title.sm{
    font-size: 2rem;
}
.about_page_row3{
    margin-top: 3.9rem;
}
.about_team_bottom {
    text-align: center;
    margin-top: 3.5rem;
}
.page #box-6 {
    padding-top: 1rem;
}
#box-7.page_form{
    padding-bottom: 5.8rem;
}
.service_about_row{
    margin-top: 4.3rem;
}
.service_about_image_row .shadow_box{
    height: 100%;
}
.service_about_image_row .shadow_box img{
    height: 100%;
    object-fit: cover;
}
.long_service_item {
    border-radius: 20px;
    border: 1px solid rgba(213, 98, 29, 0.30);
    background: #F5F1ED;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 1.3rem 0.6rem;
    padding-bottom: 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.long_services_row{
    margin-top: 4rem;
}
.long_service_item .content * {
    margin-bottom: 0.44rem;
    line-height: 1.4;
}
.lsi_total{
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2.8rem;
}
.lsi_total p{
    margin-bottom: 0.5rem;
}
.lsi_total p:last-child{
    margin: 0;
}
.lsi_bottom {
    font-weight: 600;
    /*margin-top: 6.9rem;*/
    margin-top: 3rem;
}
.lsi_bottom_price{
    display: flex;
    align-items: flex-end;
    line-height: 1;
    justify-content: center;
}
.lsi_bottom_price span:first-child{
    font-size: 2rem;
}
.lsi_bottom_price span:last-child{
    font-size: 1.5rem;
    padding-left: 0.3rem;
}
.lsi_bottom_total {
    margin-top: 0.2rem;
    margin-bottom: 1.3rem;
}
.lsi_alert{
    font-weight: 500;
    font-style: italic;
}
.lsi_bottom .btn {
    width: 95%;
    margin-top: 1.2rem;
}
.service_about_row .section_title{
    margin-bottom: 1.5rem;
}
.anim_row{
    margin-top: 5rem;
}
.anim_row .service_img {
    height: 12.5rem;
}
.service_preims{
    margin-top: 5rem;
}
.cat_menu {
    border-radius: 20px;
    border: 2px solid #E2BF97;
    background: #F7F2EE;
    padding: 2.4rem 1.8rem;
    padding-bottom: 1rem;
}
.cat_menu_title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.8rem;
}
.cat_menu_box ul{
    list-style-type: none;
    margin: 0;
    font-size: 1.25rem;
}
.cat_menu_box ul li {
    margin-bottom: 1.25rem;
}
.cat_menu_box ul li a.active{
    font-weight: 500;
    color: black;
    pointer-events: none;
}
.cat_filter_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
}
.filter_lables{
    margin-top: 1.8rem;
    display: none;
}
.cat_filter_title.factive img{
    transform: rotate(-180deg);
}
.cat_filter_title img{
    width: 1.5rem;
    transition: all 0.25s;
}
.cat_filter_title span{
    width: calc(100% - 1.5rem);
    padding-right: 1rem;
}
.filter_lables label {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
    font-weight: 400;
    cursor: pointer;
}
.filter_lables label input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid black;
    width: 1.063rem;
    height: 1.063rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_lables input:checked:after{
    opacity: 1;
}
.filter_lables input:after{
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    color: white;
    font-size: 0.8rem;
    background: black;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.25s;
}
.filter_lables label span{
    width: calc(100% - 1.063rem);
    padding-left: 0.5rem;
}
.cat_filter_item {
    /*margin-bottom: 3.1rem;*/
    margin-bottom: 2rem;
}
.cat_filter_item:last-child{
    margin-bottom: 1rem;
}
.cat_filters{
    margin-top: 3.3rem;
    font-size: 1.25rem;
}
.cat_menu_call {
    margin-top: 2rem;
}
.prod_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    height: 100%;
    border-radius: 20px;
    border: 2px solid #E2BF97;
    background: #F7F2EE;
}
.btn.added{
    pointer-events: none;
    background: #D5621D;
    opacity: 0.7;
}

.prod_img img{
    transition: all 0.35s;
}
.prod_row{
    margin-top: 2.5rem;
}
.prod_img {
    height: 15.7rem;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-color: #e8e8e8;
}
.fav_btn{
    width: 2.063rem;
    height: 2.063rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    z-index: 1;
    right: 1rem;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.fav_btn img{
    width: 1.438rem;
    display: block;
}
.fav_btn .active{
    display: none;
}
.fav_btn.liked .active{
    display: block;
}
.fav_btn.liked .in_active{
    display: none;
}
.prod_title{
    margin-top: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prod_title span:first-child{
    font-size: 1.25rem;
    font-weight: 500;
    width: calc(100% - 4,6rem);
}
.prod_title span:nth-child(2){
    width: 4,6rem;
    text-align: right;
    opacity: 0.4;
    color: black;
}
.prod_bottom {
    margin-top: 0.5rem;
}
.prod_person {
    margin-bottom: 0.5rem;
    opacity: 0.4;
    color: black;
}
.prod_price{
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: black;
}
.prod_pagination {
    margin-top: 1rem;
}
.prod_pagination .btn {
    width: 19rem;
}
.page_padding{
    padding-bottom: 4.8rem;
}

.card_weight {
    font-size: 1.5rem;
    margin-top: -1.7rem;
    margin-bottom: 1.9rem;
}
.card_des {
    margin-bottom: 1.7rem;
}
.des_title{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
}
.card_text .prod_price{
    font-size: 2rem;
    margin-bottom: 2rem;
}
.card_btn .btn {
    min-width: 16.3rem;
}
.similars {
    margin-top: 4.4rem;
}
.bron_form{
    padding: 1.8rem;
    border: 2px solid rgba(213, 98, 29, 0.30);
    background: #F3EEEA;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: 52rem;
    margin: 0 auto;
    margin-top: 3.1rem;
}
.bron_form .section_title {
    margin-bottom: 1.3rem;
}
.bron_form .content{
    margin-bottom: 2rem;
}
.g_title{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.bron_form .filter_lables{
    display: block;
}
.filter_lables input[type="radio"]{
    border-radius: 50%;
    overflow: hidden;
}
.filter_lables input[type="radio"]:after{
    content: "";
}
.top_pad{
    padding-top: 1rem;
}
.bron_btn{
    margin-top: 1rem;
}
.other_pages {
    padding-top: 1.7rem;
}
.fav_item{
    padding: 1.8rem 1.8rem;
    margin-bottom: 1.2rem;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #F3EEEA;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.fav_img{
    width: 9rem;
    height: 9rem;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e8e8e8;
}
.fav_info{
    width: calc(100% - 9rem);
    padding-left: 1.2rem;
}
.fav_cat {
    font-size: 1.25rem;
    margin-bottom: 0.55rem;
    opacity: 0.4;
}
.fav_title{
    font-size: 2rem;
    font-weight: 500;
}
.fav_weight {
    font-size: 1.25rem;
    margin-top: 0.55rem;
    opacity: 0.4;
}
.counter{
    display: flex;
    border: 1px solid #BBB;
    border-radius: 30px;
    overflow: hidden;
}
.counter button{
    width: 2.2rem;
    font-size: 1.5rem;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    height: 2.3rem;
    transition: all 0.35s;
}
.counter button:hover{
    color: #D5621D;
}
.counter input{
    width: 2.2rem;
    text-align: center;
    font-size: 1.2rem;
    background: transparent;
    border-radius: 0;
    pointer-events: none;
}
.fav_price{
    font-size: 1.5rem;
    font-weight: 500;
}
.fav_right{
    padding-left: 1.4rem;
}
.fav_btn2{
    width: 2.5rem;
    background: transparent;
}
.fav_price{
    width: calc(100% - 6.6rem - 2.5rem);
    padding: 0 1rem;
    text-align: center;
}
.counter .plus{
    padding-right: 0.55rem;
}
.counter .minus{
    padding-left: 0.55rem;
}
.fav_bottom_info{
    margin-top: 2rem;
    text-align: right;
}
.fav_bottom_info .btn{
    padding: 1.2rem 0;
    width: 18.8rem;
}
.fav_bottom_info_price{
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.9rem;
}



.fav_item.sm .fav_title{
    font-size: 1.5rem;
}
.counter{
    width: max-content;
}
.fav_info .counter{
    margin-top: 1rem;
}
.cart_right .fav_price{
    width: 100%;
    padding: 0;
    text-align: right;
}
.cart_right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.cart_info_box{
    border-radius: 30px;
    border: 2px solid rgba(213, 98, 29, 0.30);
    background: #F3EEEA;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
}
.cart_info_products{

}
.cart_info_product{
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.45rem;
    align-items: center;
}
.cart_info_product span{
    width: 49%;
}
.cart_info_product span:last-child{
    text-align: right;
}
.cart_info_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
}
.cart_info_total span{
    font-size: 2rem;
    font-weight: 500;
}
.cart_delete{
    width: 2.5rem;
    display: inline-block;
}
.cart_delete:hover img{
    transform: rotate(-180deg);
}
.cart_delete img{
    width: 100%;
    transition: all 0.35s;
}
.order_title{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}
.fav_item.order_cart_item{
    padding: 1.2rem;
}
.order_cart_item .fav_img {
    width: 7.3rem;
    height: 7.3rem;
}
.order_cart_item .fav_info {
    width: calc(100% - 7.3rem);
}
.form-control2{
    width: 100%;
    border: 1px solid #BBB;
    border-radius: 30px;
    background-color: transparent;
    padding: 0.75rem 1.3rem;
    font-size: 1.25rem;
}
.form-control2::placeholder{
    color: #BBB;
}
.order_group{
    margin-bottom: 2.5rem;
}
.order_lables{
    display: flex;
}
.order_lables label{
    cursor: pointer;
    border: 1px solid #BBB;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    min-width: 13.5rem;
    margin-right: 1.3rem;
}
.order_lables input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 0.938rem;
    height: 0.938rem;
    border: 1px solid black;
    position: relative;
    border-radius: 50%;
}
.order_lables input:checked:after{
    opacity: 1;
}
.order_lables input:after{
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: black;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    opacity: 0;
}
.order_lables label span{
    width: calc(100% - 0.938rem);
    padding-left: 0.5rem;
    font-weight: 600;
}
.success_text{
    margin-top: 4rem;
    padding-bottom: 3rem;
}
.success_text .btn{
    margin-top: 2rem;
}
.modal_title.sm {
    font-size: 1.4rem;
    line-height: 1.5;
}
#degustation {
    margin-top: 4rem;
}
.degustation_box{
    background: linear-gradient(85.31deg, #AF4A0E 0%, #D5621D 101.8%);
    border-radius: 30px;
    padding: 2.4rem 2.4rem;
    color: white;
    box-shadow: 0px 0px 100px 0px #00000026;
}
.degustation_text{
    padding-top: 1rem;
}
.degustation_btn {
    margin-top: 1.4rem;
}
#post_products_box .prod_row{
    margin-top: 0;
}
.btn.orange{
    padding: 1.1rem;
    min-width: 23rem;
    background: #E2BF97;
    color: #2C2A2A;
}
.btn.orange:hover {
    background: #f7b76e;
}
.section_title.with_img{
    display: inline-block;
    color: white;
}
.with_img img{
    width: 100%;
    display: block;
    margin-top: 0.4rem;
    margin-bottom: -1.5rem;
}
.service_item.parent{
    padding: 1.7rem 1.9rem;
}
.pc_br_none br{
    display: none!important;
}
.service_item.parent .service_img{
    height: 14.5rem;
}
.service_item.parent .service_bottom{
    margin-top: 0;
}
.service_parent_text{
    color: black;
    margin-bottom: 1.2rem;
}
.new_policy{
    font-size: 0.875rem;
}
.new_policy a{
    text-decoration: underline;
}
.new_policy a:hover{
    text-decoration: none;
}
.btn_pag{
    margin-top: 1.7rem;
    text-align: center;
}
.btn_pag .btn{
    min-width: 15rem;
}
.new_service_box:not(:last-child){
    padding-bottom: 3.5rem;
}
.new_service_box .service_about_row {
    margin-top: 0;
}
.new_blocks{
    padding-top: 4rem;
}

.page #degustation {
    margin-top: 2.5rem;
}
.call_btns_flex .btn.orange{
    min-width: 18.1rem;
    margin-right: 1rem;
}
.white_shadow{
    border-radius: 10px;
    background: white;
    padding: 1.5rem;
    display: block;
}
.white_shadow .fa{
    display: block;
    font-size: 3rem;
    color: #25d366;
    margin-bottom: 1rem;
}


#degustation.all_page_d {
    margin-top: 0;
    padding-bottom: 5rem;
}
.main_service_price{
    font-weight: 600;
    margin: 0;
    margin-top: 0.9rem;
    font-size: 1.2rem;
}
.menu_top_data_flex{
    padding-left: 2.3rem;
}
.menu_top_data_flex .cont_item{
    margin: 0;
    margin-right: 1.6rem;
    margin-bottom: -0.5rem;
}
.menu_top_data_flex .cont_icon{
    filter: invert(1);
    width: 1.5rem;
}
.menu_top_data_flex .cont_item_text {
    font-size: 1rem;
    width: auto;
}

#box-text{
    padding-top: 4rem;
    padding-bottom: 1rem;
}