
body{
    line-height: 1.4;
    font-family: "Inter", serif;
    font-weight: 400;
    padding-top: 8.428rem;
    color: black;
}
.container {
    width: 83.7rem;
}
.header_top_item{
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.007rem;

}
.header_top_item a{
    color: rgba(0, 0, 0, 0.5);
}
.header_top_item a:hover{
    color: rgba(0, 0, 0, 1);
}
.header_top_item img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.header_bottom_flex{
    padding: 0.9rem 0;
}
.header_top_flex {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 1rem 0;
    padding-bottom: 0.5rem;
}
.logo{
    width: 12.938rem;
    display: block;
}
.box1_banner_text{
    opacity: 0.5;
}
.header_bottom_right_flex a{
    display: inline-block;
    margin-left: 1.5rem;
    width: 1.8rem;
    position: relative;
}
.header_bottom_right_flex a img{
    width: 100%;
}
.header_bottom_right_flex a:hover{
    opacity: 0.4;
}
.header_bottom_flex{
    position: relative;
}
.menu{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 0.875rem;
    font-weight: 500;
    width: max-content;
}
.menu a{
    display: inline-block;
    margin: 0 1.8rem;
    opacity: 0.7;
}
.menu a.active, .menu a:hover{
    opacity: 0.4;
}
header{
    transition: all 0.25s linear;
    background: white;
    position: fixed;
}
header.shadow{
    top: -3.3rem;
}
.box1_banner{
    text-align: center;
    padding: 2.5rem;
    padding-bottom: 2.1rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 1.2rem;
    overflow: hidden;
}
.section_title{
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1.1rem;
}
.btn{
    line-height: 1.4;
    display: inline-block;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-weight: 400;
    padding: 0.863rem 4.3rem;
    background-color: #212121;
    color: white;
    transition: all 0.35s;
    text-align: center;
}
.btn.purple{
    background: #FC8C8C;
    color: black;
}

.red_icon{
    position: absolute;
    bottom: 1.5rem;
    right: 1.7rem;
    width: 7.563rem;
    z-index: 3;
}
.box1_banner_top, .box1_banner_bottom{
    position: relative;
    z-index: 2;
}
.banner_img{
    position: absolute;
    left: 0;
    top: 0;
}
.preim_item{
    background: rgba(252, 140, 140, 0.20);
    height: 100%;
    padding: 1.25rem 1.2rem;
}
.preim_top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.preim_title{
    font-size: 1.5rem;
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    line-height: 1;
    width: calc(100% - 5rem);
}
.preim_icon{
    width: 4.938rem;
    height: 4.938rem;
    border-radius: 50%;
    overflow: hidden;
}
.preim_text{
    margin-top: 0.8rem;
    line-height: 1.2;
    opacity: 0.5;
}
#box-2 {
    padding-top: 3.3rem;
}
.border_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1.2rem;
}
.border_title .section_title{
    margin-bottom: 0;
}
.more_link{
    display: inline-block;
    text-transform: uppercase;
    opacity: 0.5;
    color: black;
}
.more_link:hover{
    color: black;
    opacity: 1;
}

.sort_data_text{
    opacity: 0.5;
}
.prod_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 1.25rem;
}
.prod_img {
    height: 18.7rem;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}
.post_main_products .hidden_prod{
    display: none;
}
/*.prod_img:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(252, 140, 140, 0.4);
    content: "";
    transform: rotate(360deg) scale(0);
    transition: all 0.35s;
}*/
.prod_img > img{
    transition: all 0.35s;
}
.sort_data{
    margin-bottom: 1.2rem;
}
.prod_info{
    padding-top: 1rem;
}
.prod_title{
    text-transform: uppercase;
    margin-bottom: 0.1rem;
    transition: all 0.35s;
}
.prod_price{
    font-size: 1.25rem;
}
.prod_bottom {
    padding-top: 1rem;
}
.prod_bottom .btn{
    width: 100%;
}
.prod_bottom .btn.purple{
    margin-bottom: 0.5rem;
}
.fav_btn{
    z-index: 1;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fav_btn img{
    width: 2rem;
}
.fav_btn .like{
    display: none;
}
.fav_btn.liked .like{
    display: block;
}
.fav_btn.liked .in_like{
    display: none;
}
.prod_more{
    text-align: center;
}
.box3_right.only_text .content{
    opacity: 0.5;
}
.btn.border{
    border: 1px solid rgba(0,0,0,0.7);
    color: rgba(0,0,0,0.7);
    min-width: 20rem;
    background: white;
}
.ac_order_date.red{
    color: red;
}
.ac_order_date.green{
    color: green;
}
.sort_select{
    position: relative;
}
.sort_drop{
    position: absolute;
    top: 120%;
    left: 0;
    width: max-content;
    padding: 1.3rem 1.3rem;
    background: white;
    z-index: 5;
    box-shadow: 0px 0px 5.7px 0px rgba(0, 0, 0, 0.25);
    min-width: 100%;
    display: none;
}
.sort_drop a{
    display: block;
    margin-bottom: 1rem;
    color: rgba(0,0,0,0.5);
}
.sort_drop a:hover{
    color: rgba(0,0,0,1);
}
.sort_drop a:last-child{
    margin-bottom: 0;
}
.sort_select_link{
    border: 1px solid rgba(0, 0, 0, 0.50);
    padding: 0.6rem 1.3rem;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0,0,0,0.5);
}
.sort_select_link:hover{
    color: rgba(0,0,0,0.5);
    border-color: black;
}
.sort_select_link.factive img{
    transform: rotate(-180deg);
}
.sort_select_link img{
    width: 1.5rem;
    transition: all 0.35s;
}
.box3_right{
    background: rgba(252, 140, 140, 0.20);
    padding: 2rem 1.4rem;
    text-align: center;
}
#box-3{
    padding-top: 5rem;
}
.box3_right_img{
    width: 18.1rem;
    height: 16.2rem;
    margin: 0 auto;
}
.box3_right_text{
    margin-top: 0.9rem;
    opacity: 0.5;
}
.box3_btns{
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    flex-wrap: wrap;
}
.box3_btns .btn.border{
    min-width: unset;
    width: 49.2%;
}
.h_100{
    height: 100%;
    overflow: hidden;
}
#box-4{
    padding-top: 4.9rem;
}
#box-5{
    padding-top: 4.9rem;
}
.box3_right.only_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 0.6rem;
}
.modal .prod_info{
    margin: 1rem 0;
    padding: 0;
}
.modal .prod_title {
    font-size: 1.2rem;
}
.modal_img{
    margin-bottom: 1rem;
    height: 14rem;
    overflow: hidden;
}
#box-6 {
    padding-top: 5.2rem;
}
#box-7 {
    padding-top: 4.8rem;
}
/*.prod_row .mb_30{*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.prod_row .mb_30 {*/
/*    margin-bottom: 2.4rem;*/
/*}*/
#box-8 {
    padding-top: 5rem;
}
#modal-success-msg .modal_title {
    font-size: 1.2rem;
    text-transform: none;
    line-height: 1.4;
}
.modal_title.sm{
    
    font-family: Cormorant, sans-serif;
    font-weight: 400;
}
.rev_item{
    background: rgba(252, 140, 140, 0.20);
    height: 100%;
    display: block;
    padding: 1.3rem;
}
.rev_icon{
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    overflow: hidden;
}
.rev_name{
    width: calc(100% - 3.625rem);
    padding-left: 1rem;
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}
.rev_text{
    margin-top: 1.4rem;
/*    height: 6.8rem;*/
    overflow: hidden;
}
.rev_text p{
    margin: 0!important;
}
.rev_text.factive{
    height: auto;
}
.rev_more{
    display: block;
    margin-top: -0.4rem;
    opacity: 0.5;
    color: black;
}
.rev_more:hover{
    opacity: 1;
    color: black;
}
#box-9 {
    padding-top: 3.8rem;
    padding-bottom: 3.7rem;
}
.contacts_data{
    border: 1px solid rgba(0, 0, 0, 0.50);
    padding: 1.8rem 1.2rem;
    padding-bottom: 0.6rem;
}
.cont_text{
    color: rgba(0, 0, 0, 0.5);
}
.section_title.big{
    font-size: 2.25rem;
}
.section_title.big2{
    font-size: 2.5rem;
}
.cont_items {
    padding-top: 0.9rem;
}
.cont_item {
    margin-bottom: 1.1rem;
}
.cont_title{
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}
.cont_item ul{
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    list-style-type: none;
}
.cont_item ul li {
    margin-bottom: 0.4rem;
}
.cont_item ul a{
    color: rgba(0, 0, 0, 0.5);
}
.cont_item ul a:hover{
    color: black;
}
.socs_row {
    margin-top: 1.5rem;
}
.soc_item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 12.6rem;
    padding: 1.1rem 1.2rem;
    align-items: flex-start;
    overflow: hidden;
}
.soc_item img{
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s;
}
.soc_title{
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.soc_link{
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
}
.footer_top{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.2rem;
    padding-bottom: 0.3rem;
}
.f_info {
    padding-top: 0.5rem;
}
.footer_logo{
    display: block;
    width: 12.938rem;
}
.f_title{
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.9rem;
}
.f_info ul{
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    list-style-type: none;
    font-size: 0.875rem;
}
.f_info ul li {
    margin-bottom: 0.8rem;
}
.f_info ul li a{
    color: rgba(0, 0, 0, 0.5);
}
.f_info ul li a:hover, .f_info ul li a.active{
    color: rgba(0, 0, 0, 1);
}
.footer_bottom{
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
    padding: 1.2rem 0;
}
.footer_bottom a{
    color: rgba(0, 0, 0, 0.5);
}
.footer_bottom a span{
    display: inline-block;
    border-bottom: 1px solid;
    transition: all 0.35s;
}
.footer_bottom a:hover{
    color: rgba(0, 0, 0, 1);
}
.footer_bottom a:hover span{
    border-color: transparent;
}
.about_banner{
    padding: 1rem 1.8rem;
    padding-bottom: 5.1rem;
    height: 25rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2rem;
}
.about_banner_text{
    position: relative;
    z-index: 1;
    width: 32rem;
    color: white;
}
.about_banner_text .content{
    opacity: 0.8;
}
.about_preims .preim_icon{
    width: 3.125rem;
    height: 3.125rem;
}
.about_preims .preim_title {
    width: calc(100% - 4rem);
}
.about_preims .preim_item {
    padding: 1.25rem 1.1rem;
}
.about_preims .preim_text {
    margin-top: 1.4rem;
}
.about_preims .preim_top {
    align-items: center;
}
.about_page_text {
    text-align: center;
    width: 56rem;
    margin: 0 auto;
}
#about_bg{
    padding-top: 2.6rem;
}

.about_page_text .content{
    opacity: 0.8;
    margin-bottom: 2.5rem;
}
.about_gallery_item{
    width: 22.7rem;
    height: 22.7rem;
}
.about_gallery_item_big{
    width: 33.3rem;
    height: 33.3rem;
}
.page #box-5 {
    padding-top: 3.7rem;
}
#about_slider {
    padding-top: 5.2rem;
    padding-bottom: 1rem;
}
.about_slider_top{
    text-align: center;
}


.about_slider_top .content{
    opacity: 0.8;
    margin-bottom: 2.5rem;
}

.page .prod_row .mb_30{
    margin-bottom: 20px;
}
.page{
    padding-top: 2rem;
    padding-bottom: 4.8rem;
}
.filter_title{
    font-family: "Cormorant SC", serif;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -0.05rem;
}
.filter_title.factive img{
    transform: rotate(-180deg);
}

.filters{
    padding-top: 1.7rem;
    padding-right: 0.9rem;
}
.filter_title img{
    transform: rotate(-180deg);
    width: 1.5rem;
    transition: all 0.35s;
}
.filter_title.factive img{
    transform: rotate(0deg);
}
.filter_labels {
    padding-top: 0.8rem;
}
.filter_labels label{
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-bottom: 1rem;
    cursor: pointer;
}
.filter_labels label input, .last_label input, .sm_check input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0,0,0,0.7);
    opacity: 0.7;
    width: 1rem;
    height: 1rem;
    position: relative;
}
.filter_labels label input:after, .last_label input:after, .sm_check input:after{
    width: 100%;
    height: 100%;
    background-image: url("../img/check.png");
    background-size: 0.6rem;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    transition: all 0.35s;
    opacity: 0;
}
.filter_labels label input:checked:after, .last_label input:checked:after, .sm_check input:checked:after{
    opacity: 1;
}
.filter_labels label span, .sm_check span{
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
    font-size: 0.875rem;
    transition: all 0.35s;
}
.sm_text{
    font-size: 0.875rem;
}
.filter_labels label:hover span{
    opacity: 0.5;
}
.filter_item {
    margin-bottom: 1.6rem;
}

.card_price {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.counter{
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: white;
    display: flex;
    width: max-content;
}
.counter input{
    font-family: Inter, sans-serif;
    font-weight: 400;
    width: 2.5rem;
    text-align: center;
    border-radius: 0;
}
.counter button{
    font-size: 1.2rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
    height: 2.4rem;
    width: 2.1rem;
    color: black;
    background: transparent;
    border-radius: 0;
    transition: all 0.35s;
}
.counter button:hover{
    opacity: 0.4;
}
.card_btns{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.card_btns .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
    padding: 0;
    width: 18.5rem;
    min-width: unset;
    margin-right: 0.7rem;
}
.card_btns .btn img{
    width: 2rem;
    margin-right: 0.5rem;
}
.similar{
    margin-top: 5.1rem;
}
.similar .section_title{
    margin-bottom: 2.5rem;
}

.card_info .section_title{
    margin-bottom: 2.5rem;
}
.card_info .content{
    color: rgba(0,0,0,0.8);
}
.section_title a{
    font-size: 0.875rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid;
    text-transform: none;
    opacity: 0.5;
}
.section_title a:hover{
    opacity: 1;
    border-color: transparent;
}
.prod_count_right{
    width: 6.8rem;
}
.prod_count_left{
    width: calc(100% - 6.8rem);
    padding-right: 0.5rem;
}
.op_link{
    display: inline-block;
    border-bottom: 1px solid;
    opacity: 0.5;
    font-size: 0.875rem;
}
.op_link:hover{
    opacity: 1;
    border-color: transparent;
}
.table_name{
    font-size: 0.875rem;
    opacity: 0.5;
}
.cart_remove{
    display: block;
    width: 1.5rem;
}
.cart_remove:hover{
    opacity: 0.5;
}
.cart_price{
    font-size: 1.5rem;
}
.cart_img{
    width: 12.938rem;
    display: block;
    background: #e8e8e8;
    height: 13rem;
    overflow: hidden;
}
.cart_info{
    width: calc(100% - 12.938rem);
    padding-left: 1.3rem;
}
.cart_title{
    font-size: 1.5rem;
    text-transform: uppercase;
}
.cart_text{
    opacity: 0.6;
    margin-top: 1rem;
}
.cart_top_row{
    margin-bottom: 1.1rem;
}
.cart_item{
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 1.2rem;
}
.cart_item:last-child{
    border-bottom: 0;
}
.cart_footer {
    display: flex;
    justify-content: flex-end;
}
.cart_footer_box {
    width: 34.1rem;
}
.cart_footer_box p{
    opacity: 0.7;
}
.cart_footer_top{
    font-size: 2rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.7rem;
}
.form_label{
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.021rem;
}
.order_form {
    padding-top: 0.55rem;
}
.form-group {
    margin-bottom: 0.7rem;
}
.form-control{
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    padding: 0.95rem 1.2rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.check_label{
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    padding: 0.85rem 1rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;

}
.check_label span{
    letter-spacing: -0.021rem;
}
.check_label input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid black;
    opacity: 0.7;
    width: 1rem;
    height: 1rem;
    position: relative;
    border-radius: 50%;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check_label input:after{
    border-radius: 50%;
    content: "";
    display: block;
    background: black;
    width: 0.5rem;
    height: 0.5rem;
    opacity: 0;
    transition: all 0.35s;
}
.check_label input:checked:after{
    opacity: 1;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.5);
}
.form_item{
    margin-bottom: 1.3rem;
}
.last_label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.25rem;
}
.last_label span{
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
}
.order_right{
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 2.5rem 1.4rem;
}
.order_right .section_title{
    margin-bottom: 1.9rem;
}
.order_right .cart_img {
    width: 6.938rem;
    height: 7rem;
}
.order_right .cart_info {
    width: calc(100% - 6.938rem);
    padding-left: 1rem;
}
.order_right .cart_title, .order_right .cart_price {
    font-size: 1rem;
}
.order_right .cart_item {
    padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
}
.order_delivers .filter_labels label input:after, .last_label input:after{
    background-size: 0.8rem;
}
.order_delivers .filter_labels{
    display: block!important;
    margin: 0;
    padding: 0;
}
.order_delivers .filter_labels label input, .last_label input{
    width: 1.5rem;
    height: 1.5rem;
}
.order_delivers .filter_labels label span, .last_label input span{
    width: calc(100% - 1.5rem);
    color: black;
}
.order_delivers {
    margin-top: -0.7rem;
    margin-bottom: 1.9rem;
}
.order_delivers .filter_labels label {
    margin-bottom: 1.25rem;
}
.order_bottom_flex{
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 1.7rem;
}
.policy{
    font-size: 0.875rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    opacity: 0.7;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.order_success_box{
    text-align: center;
    width: 49rem;
    margin: 0 auto;
    padding-top: 3.8rem;
}
.order_success_box .section_title{
    text-transform: none;
    font-family: "Cormorant SC", serif;
}
.success_box{
    background-image: url("../img/flowers.jpg");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.success_text{
    opacity: 0.8;
}
.section_title_ck{
    font-family: "Cormorant SC", serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.del_page_map{
    border: 1px solid rgba(0, 0, 0, 0.10);
    overflow: hidden;
    height: 33rem;
}
.del_page_info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.del_page_bottom{
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 1rem 1.2rem;
}
.del_price_title{
    font-family: "Cormorant SC", serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.del_color_item{
    padding-left: 1.9rem;
    position: relative;
    line-height: 1.2;
    margin-top: 1.3rem;
}
.del_color_item:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.del_color_item.green:after{
    background: #2AAE11;
}
.del_color_item.red:after{
    background: #EA5053;
}
.del_color_item.purple:after{
    background: #B82CF8;
}
.del_color_item.blue:after{
    background: #30A0FE;
}
.op_content{
    opacity: 0.8;
}
.del_page_data_row{
    margin-top: 5rem;
}
.del_page_data_row .mob_full:nth-child(even) .del_page_data_item{
    background: rgba(0, 0, 0, 0.10);
}
.del_page_data_item{
    background: rgba(252, 140, 140, 0.20);
    padding: 1.9rem 1.2rem;
    height: 100%;
    padding-bottom: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.del_page_data_item .section_title{
    margin-bottom: 5rem;
}
.del_page_data_row{
    margin-top: 5rem;
}
.article_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.article_img{
    overflow: hidden;
    height: 16.2rem;
}
.article_img img{
    transition: all 0.35s;
}
.articles_row{
    padding-top: 1.4rem;
}
.articles_row .mb_30{
    margin-bottom: 2.5rem;
}
.article_text {
    line-height: 1.2;
}
.article_title{
    font-size: 2rem;
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    margin-top: 1.4rem;
    margin-bottom: 0.5rem;
    transition: all 0.35s;
}
.article_item .btn{
    margin-top: 1.2rem;
    width: 100%;
}
.article_item_top{
    color: white;
    text-align: center;
    padding-top: 1.8rem;
    position: relative;
}
.article_item_top:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 19.8rem;
    content: "";
    background: #222;
}
.article_item_top .container{
    position: relative;
    z-index: 1;
}
.article_page_img{
    width: 39.1rem;
    margin: 0 auto;
    margin-top: 2.5rem;
}
.article_gallery_item{
    height: 27.063rem;
}
.article_page_body{
    width: 55.4rem;
    margin: 0 auto;
    padding-top: 3.2rem;
}
.article_gallery_row{
    padding: 1.5rem 0;
}
.similar .articles_row{
    padding-top: 0;
}
.similar .articles_row .mb_30{
    margin-bottom: 20px;
}
.page.contacts_page #box-9 {
    padding-top: 0;
    /*padding-bottom: 0;*/
}
.login_box{
    margin: 0 auto;
    width: 40rem;
    padding-top: 2.5rem;
}
.sm_check{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.login_box .form-group{
    margin-bottom: 1rem;
}
.top_minus{
    margin-top: -0.5rem;
}
.sm_check input{
    border: 1px solid rgba(0, 0, 0, 0.3)
}
.alert_box{
    display: none;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    background: #3fc13f;
    color: #ffffff;
}
.alert_box.red{
    background: #e43a3a;
    color: white;
}
.profile_menu{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 1.8rem 1.8rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.7rem;
    align-items: flex-start;
}
.profile_menu a{
    display: block;
    margin-bottom: 1rem;
    opacity: 0.6;
    border-bottom: 1px solid transparent;
}
.profile_menu a.active{
    opacity: 1;
    border-color: black;
}
.profile_menu a:hover{
    opacity: 1;
}
.profile_row{
    padding-top: 1.4rem;
}
.profile_right{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 1.8rem 1.8rem;
}
.profile_right .section_title_ck{
    font-size: 2rem;
}
.form_sm_title{
    opacity: 0.4;
    margin-bottom: 0.3rem;
    display: block;
}
.pad_topped{
    padding-top: 1.5rem;
}
.pass_view{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.pass_view img{
    width: 1.5rem;
}
.pass_view .in_active{
    display: none;
}
.pass_view.active .active{
    display: none;
}
.pass_view.active .in_active{
    display: block;
}
.ac_order_id{
    font-size: 0.75rem;
    opacity: 0.4;
    margin-bottom: 0.5rem;
}
.ac_order_date{
    font-weight: 600;
}
.account_order_item{
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 1.8rem;
}
.account_order_item .btn{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.9rem;
}
.account_order_item .btn img{
    width: 1rem;
    margin-left: 0.5rem;
}
.account_product_item{
    display: block;
    height: 5.5rem;
    overflow: hidden;
}
.account_product_item:hover{
    opacity: 0.6;
}
.account_order_item:not(:last-child){
    margin-bottom: 1.5rem;
}
.filter_item .filter_labels:not(.factive){
    display: none;
}
.none_point{
    pointer-events: none;
}
.header_btn_link{
    position: relative;
}
.header_btn_link span{
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    width: 1.1rem;
    height: 1.1rem;
    font-size: 0.65rem;
    line-height: 1;
    background-color: #FC8C8C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.btn.added{
    background-color: #8f8f8f;
    pointer-events: none;
}
.btn.purple.added{
    background: #FC8C8C;
    pointer-events: none;
}
.form_icon{
    width: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
.search_form_pc {
    position: absolute;
    right: -0.7rem;
    top: 42%;
    transform: translateY(-50%);
    width: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.search_form_pc.factive{
    width: 18rem;
}
.search_form_pc button{
    background: transparent;
    width: 1.8rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.search_form_pc .form-control{
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
}
.modal_cart_btns .btn{
    padding-left: 0;
    padding-right: 0;
}
.modal_cart_btns{
    width: 80%;
    margin: 0 auto;
}

.rev_slider .slick-list{
    margin: 0 -10px;
    display: flex;
}
.rev_slider .slick-track{
    display: flex;
}
.rev_slider .slick-slide > div{
    padding: 0 10px;
    height: 100%;
}
.prod_anons{
    opacity: 0.6;
    line-height: 1.2;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}
.prod_item .prod_price{
    margin-bottom: 1rem;
}
.prod_bottom{
    padding-top: 0;
}
.captcha_box{
   background: rgba(252, 140, 140, 0.20);
   border-radius: 10px;
   padding: 1rem;
   margin-bottom: 1rem;
}
.captcha_box p:first-child{
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.captcha_box p:last-child{
    margin: 0;
}
.captcha_box p span{
    font-weight: 500;
}
.captcha_box .form-control{
    display: inline-block;
    width: 4rem;
    margin-left: 0.4rem;
    padding: 0.4rem 0.3rem;
    text-align: center;
}
