.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1340px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1340px) and (min-width:1240px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1240px) and (min-width:1140px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1140px) and (min-width:1040px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1040px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {
    .prod_bottom_btns{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prod_bottom_btns .btn{
        margin: 0!important;
        width: calc(50% - 5px);
        padding-left: 0;
        padding-right: 0;
        font-size: 0.8rem;
    }
    /*.scaled_img_banner{
        transform: scale(0);
    }*/
    .scaled_img{
        transform: scale(1.5);
    }
    .filter_title{
        margin-left: -0.1rem;
    }
    .filter_title:hover{
        color: rgba(0,0,0,0.5);
    }
    .about_slider_box{
        width: 41.5rem;
        margin: 0 auto;
    }
    .over{
        overflow: hidden;
    }
    .about_slider_box .slick-list{
        overflow: unset;
        display: flex;
        height: 29rem;
        padding: 0 80px!important;
    }
    .about_slider_item{
        height: 29rem;
    }
    .about_slider_box .slick-track{
        display: flex;
    }
    .about_slider_box .slick-slide > div{
        height: 100%;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .about_slider_box .slick-slide.slick-center .about_slider_item{
        transform: scale(1.1);
    }
    .about_slider_item{
        transition: all 0.5s;
        transition-delay: 0.5s;
        transform-origin: center center;
        transform: scale(0.6);
    }
    #about_bg{
        background-image: url("../img/flowers.jpg");
        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
    }
    .article_item:hover .btn{
        background: #424242;
        color: white;
    }
    .article_item:hover .article_title{
        opacity: 0.6;
    }
    .article_item:hover .article_img img{
        transform: scale(1.05);
    }
    .btn:hover{
        background: #424242;
        color: white;
    }
    .btn.purple:hover{
        background: #FFA9A9;
        color: black;
    }
    .btn.border:hover{
        background: #f4f4f4;
        color: black;
    }
    .prod_item:hover .prod_title{
        opacity: 0.5;
    }
    .soc_item:hover img{
        transform: scale(1.1);
    }
    .soc_item:hover .soc_link{
        border-color: transparent;
    }
    .prod_item:hover .prod_img > img{
        transform: scale(1.2);
/*        transform: rotate(-360deg) scale(1);*/
    }
}
.rev_slider .slick-prev{
    display: none!important;
}
.more_flex{
    display: flex;
    align-items: center;
    position: static;
    font-size: 1rem;
    width: auto;
    height: auto;
    border: none;
    transform: none;
}
.more_flex img{
    width: 2.438rem;
    margin-left: 0.4rem;
}
@media screen and (max-width:992px) {
    body {
        padding-top: 6rem;
        line-height: 1.4;
    }

	.box1_banner {
		height: 20.9rem;
	}
    .prod_row{
        margin: 0 -5px;
    }
    .prod_row .mb_30{
        padding: 0 5px;
        margin-bottom: 10px!important;
    }
    .prod_item{
        padding: 5px;
    }
    .btn:hover{
        background: #212121!important;
        color: white!important;
    }
    .btn.purple:hover{
        background: #FC8C8C!important;
        color: black!important;
    }


    .header_bottom_right_flex a {
        margin-left: 0.8rem;
        width: 2.4rem;
        opacity: 1!important;
    }
    .header_bottom_right_flex a.menu_toggle_link{
        width: 3.2rem;
        height: 3.2rem;
        position: relative;
        top: -0.1rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 10rem;
    }
    header{
        padding: 0.4rem 0;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
        transform: none;
    }
    .header_bottom_flex{
        position: static;
    }
    .menu a {
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
    }

    .box1_banner{
        padding: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .section_title {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }
    .btn {
        padding: 0.95rem 0.5rem;
        font-size: 1.2rem;
        width: 100%;
    }
    .box1_banner_bottom{
        margin-bottom: 1.5rem;
    }
    .red_icon {
        bottom: 15px;
        right: 15px;
        width: 6.563rem;
    }
    #box-1{
        padding-top: 15px;
    }
    .preims_row .mb_30{
        margin-bottom: 10px;
    }
    .preim_top{
        align-items: center;
    }
    .preim_icon {
        width: 3.938rem;
        height: 3.938rem;
    }
    .preim_title {
        font-size: 1.6rem;
    }
    .sort_data{
        display: block;
        width: 100%;
    }
    .sort_data_text{
        margin-bottom: 1rem;
    }
    .sort_data_text br{
        display: none;
    }
    .sort_select_link{
        width: 100%;
        justify-content: flex-start;
        padding: 0.5rem 0;
        border: none;
    }
    .sort_select_link img {
        margin: 0;
        margin-right: 0.7rem;
        width: 2rem;
        transform: none!important;
    }
    .preim_text {
        line-height: 1.4;
        font-size: 1rem;
    }
    .border_title {
        margin-bottom: 1rem;
        padding-bottom: 0.3rem;
    }
    #box-2 {
        padding-top: 2.2rem;
    }
    .prod_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .prod_img {
        height: 12rem;
    }
    .prod_bottom .btn {
        font-size: 1rem;
    }
    .prod_price {
        font-size: 1.35rem;
        margin-top: 0.2rem;
    }
    #box-3 {
        padding-top: 3.3rem;
    }
    .h_100 {
        height: auto;
        margin-bottom: 1.5rem;
    }
    .box3_right_text br{
        display: none;
    }
    .box3_btns{
        display: block;
    }
    .box3_btns .btn.border{
        width: 100%;
    }
    .box3_btns .btn.border:first-child{
        margin-bottom: 0.5rem;
    }
    .box3_right_img {
        width: 87%;
        height: auto;
    }
    #box-4 {
        padding-top: 3.5rem;
    }
    .more_link {
        font-size: 1rem;
    }
    #box-5 {
        padding-top: 3.3rem;
    }
    #box-6 {
        padding-top: 3.4rem;
    }
    #box-7 {
        padding-top: 3.5rem;
    }
    #box-8 {
        padding-top: 3.5rem;
    }
    .rev_text {
        margin-top: 1rem;
    }
    .rev_more {
        margin-top: 0.1rem;
    }
    .rev_row .mb_30, .socs_row .mb_30{
        margin-bottom: 10px;
    }
    #box-9 {
        padding-top: 3.3rem;
        padding-bottom: 2.5rem;
    }
    .contacts_row{
        flex-direction: column-reverse;
    }
    .cont_items {
        padding-top: 1.3rem;
    }
    .cont_item {
        margin-bottom: 1.8rem;
    }
    .socs_row {
        margin-top: 2.5rem;
    }
    footer{
        text-align: center;
    }
    .footer_logo {
        width: 13rem;
        margin: 0 auto;
    }
    .footer_top {
        padding-top: 3rem;
    }
    .f_info {
        padding-top: 0;
    }
    .f_title {
        margin-bottom: 1rem;
    }
    .menu_toggle_link .in_active{
        display: none;
    }
    .menu_toggle_link.factive .in_active{
        display: block;
    }
    .menu_toggle_link.factive .active{
        display: none;
    }
    .f_info ul {
        font-size: 1.1rem;
    }
    .f_title {
        margin-bottom: 1.2rem;
    }
    .f_info ul li {
        margin-bottom: 1rem;
    }
    .footer_bottom {
        font-size: 1rem;
    }

    .search_form{
        margin-top: 1.1rem;
        position: relative;
    }
    .search_form input{
        border-radius: 100px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #F8F8F8;
        padding: 1rem 1.3rem;
        width: 100%;
        font-size: 1.1rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
    }
    .search_form input::placeholder{
        color: rgba(0,0,0,0.5);
    }
    .search_form button{
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 2.3rem;
        background: transparent;
    }
    .about_banner_text{
        color: black;
        width: 100%;
    }
    .about_banner{
        padding: 1.8rem 0;
        padding-bottom: 1rem;
        margin: 0;
        height: auto;
        width: 100%;
    }
    .content p, .content img, .content ol, .content ul, .content table {
        line-height: 1.4;
    }
    .breadcrumbs {
        font-size: 1rem;
        margin-bottom: 1.6rem;
    }
    .about_preims .preim_icon {
        width: 3.938rem;
        height: 3.938rem;
    }
    .about_page_text {
        width: 100%;
    }
    .about_gallery_item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        height: 13rem;
    }
    .about_gallery_item_big{
        width: 76%;
        height: auto;
        margin: 0 auto;
    }
    #about_slider {
        padding-top: 3.2rem;
    }
    .about_slider_box .slick-list{
        margin: 0 -10px;
    }
    .about_slider_box .slick-slide > div{
        padding: 0 10px;
    }
    .about_slider_item {
        height: 20rem;
        overflow: hidden;
    }
    .filter_mob_toggle {
        display: flex;
        align-items: center;
        opacity: 0.6;
        margin-bottom: 1.5rem;
    }
    .filter_mob_toggle span{
        border-bottom: 1px solid transparent;
    }
    .filter_mob_toggle.factive{
        opacity: 1;
    }
    .filter_mob_toggle.factive span{
        border-color: black;
    }
    .filters{
        display: none;
        border: 1px solid #e8e8e8;
        padding: 1.8rem!important;
        margin-bottom: 2rem;
    }
    .filter_mob_toggle img{
        width: 2.2rem;
        margin-right: 0.8rem;
        position: relative;
        top: -0.1rem;
    }
    .filter_labels label input{
        width: 1.2rem;
        height: 1.2rem;
    }
    .filter_labels label span{
        width: calc(100% - 1.2rem);
        padding-left: 0.6rem;
        font-size: 1rem;
        transition: all 0.35s;
    }
    .filters {
        padding-top: 0;
        padding-right: 0;
    }
    .filter_title {
        font-size: 1.7rem;
        letter-spacing: 0;
    }
    .page {
        padding-bottom: 3.5rem;
    }
    .pagination a {
        font-size: 1rem;
        width: 2.9rem;
        height: 2.9rem;
    }
    .section_title.big2, .section_title.big {
        font-size: 2rem;
    }
    .card_info {
        margin-top: 1.8rem;
    }
    .mob_card_helper{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 1.5rem;
    }
    .card_price{
        margin: 0;
    }
    .counter button {
        font-size: 1.6rem;
        height: 2.7rem;
        width: 2.6rem;
    }
    .counter input {
        width: 2.6rem;
        font-size: 1.2rem;
    }
    .card_btns .btn{
        width: 100%;
    }
    .card_btns .btn:first-child{
        margin-bottom: 0.5rem;
    }
    .mob_direction{
        flex-direction: column-reverse;
        display: flex;
    }
    .mob_direction .content{
        margin-top: 2rem;
    }
    .similar {
        margin-top: 2.3rem;
    }
    .similar .section_title {
        margin-bottom: 1.9rem;
    }
    .prod_info{
        display: block;
    }
    .prod_count_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.5rem;
    }
    .prod_count_right{
        width: 100%;
    }
    .cart_row > .col-md-7{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cart_row > .col-md-5, .mob_half{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mob_45{
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .mob_50{
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .mob_50 div{
        position: static;
    }
    .order_right .cart_img {
        width: 100%;
    }
    .order_right .cart_info {
        width: 100%;
        padding-left: 0;
    }
    .order_right .cart_title, .order_right .cart_price {
        font-size: 1.2rem;
    }
    .cart_row > .col-md-5 div{
        position: static;
    }
    .cart_img {
        width: 100%;
    }
    .cart_info {
        width: 100%;
        padding-left: 0;
    }
    .cart_text {
        margin-top: 0.3rem;
        font-size: 0.8rem;
    }
    .cart_title {
        font-size: 1.3rem;
        padding-right: 2rem;
    }
    .cart_counter{
        margin: 0.7rem 0;
    }

    .cart_remove {
        width: 1.9rem;
        position: absolute;
        top: -0.4rem;
        right: 10px;
    }
    .cart_footer_box {
        width: 100%;
    }
    .cart_footer_top {
        font-size: 1.6rem;
    }
    .form-control {
        font-size: 1.1rem;
    }
    .order_right {
        padding: 1.8rem;
        margin-top: 1.5rem;
    }
    .order_right .section_title{
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }
    .order_bottom_flex {
        font-size: 1.9rem;
        margin-bottom: 1.3rem;
    }
    .policy{
        font-size: 1rem;
    }
    .order_right .policy{
        margin-bottom: 1rem;
    }
    .check_label, .mob_half > .form-group{
        height: 100%;
        margin: 0;
    }
    .check_label span {
        letter-spacing: -0.021rem;
        width: calc(100% - 1.5rem);
        line-height: 1.1;
        font-size: 1rem;
    }
    .mob_half{
        margin-bottom: 1rem;
    }
    .order_success_box {
        width: 100%;
        margin: 0 auto;
        padding-top: 0.9rem;
    }
    .del_page_row{
        flex-direction: column-reverse;
    }
    .del_page_row > .mob_full:last-child, .del_page_data_row > .mob_full:first-child{
        margin-bottom: 1.5rem;
    }
    .del_page_map {
        height: 23rem;
    }
    .section_title_ck {
        font-size: 2rem;
        margin-bottom: 1.4rem;
        line-height: 1.1;
    }
    .del_price_title {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .del_page_data_row {
        margin-top: 3rem;
    }
    .del_page_data_item .section_title {
        margin-bottom: 1.4rem;
        font-weight: 500;
    }
    .articles_row {
        padding-top: 0.5rem;
    }
    .article_text{
        line-height: 1.4;
    }
    .articles_row > .mb_30:last-child{
        margin-bottom: 10px;
    }
    .article_page_img {
        width: 100%;
        margin-top: 1.5rem;
    }
    .article_item_top:after {
        height: 16.5rem;
    }
    .article_page_body {
        width: 100%;
        padding-top: 2.3rem;
    }
    .article_gallery_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .article_gallery_row {
        padding: 1rem 0;
    }
    .article_item_page .similar {
        margin-top: 3.3rem;
    }
    .login_box {
        margin: 0 auto;
        width: 100%;
        padding-top: 2rem;
    }
    .form_bootom_text {
        padding-top: 1rem;
    }
    .top_minus *{
        font-size: 1rem!important;
    }
    .login_page:not(.account_page){
        background-image: url(../img/flowers_mob.jpg);
        background-size: 100%;
        background-position: top 3.7rem center;
        background-repeat: no-repeat;
    }
    .login_page:not(.account_page) .section_title.big2{
        margin-bottom: 2.5rem;
    }
    .profile_row {
        padding-top: 0.5rem;
        flex-direction: column-reverse;
    }
    .pad_topped {
        border-top: 1px solid #e8e8e8;
        margin-top: 1.5rem;
        padding-top: 0.9rem;
    }
    .pass_view img {
        width: 1.2rem;
    }
    .profile_menu {
        margin-top: 2rem;
    }
    .account_products_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .account_product_item {
        height: 7.5rem;
    }
    .account_order_item .btn {
        margin-top: 1.7rem;
    }
    .rev_text {
        height: 8.1rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 1rem;
    }
    .modal .prod_info {
        display: flex;
        justify-content: space-between;
    }
    .modal .prod_count_right {
        width: auto;
    }
    .modal .prod_count_left {
        width: auto;
        padding-right: 0;
        margin-bottom: 0;
    }
    .order_right .cart_img {
        
        height: 10rem;
    }
    .rev_slider{
        width: 85%;
    }
    .rev_slider .slick-list{
        overflow: unset;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
