/*==========  Media  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .user_personal_seperator{
        position: relative;
        padding-right: 30px;
    }
    .user_personal_seperator:after{
        content: "";
        display: block;
        position: absolute;
        right: 11px;
        height: calc(100% - 50px);
        background: rgb(219, 219, 219);
        width: 1px;
        top: 40px;
    }
}

@media only screen and (max-width : 1440px) {
    .products_list.no_gutters, .fn_products_slide.products_list {
        padding: 0 0 50px;
        margin: 0
    }
    .article_list {
        padding: 0 0 20px;
        margin: 0
    }
    .block_about_img img {
        height: 430px;
        border: 0px solid rgb(243 243 243)
    }
    .block_about_img {
        width: 430px;
        left: 20px;
    top: 30px;
    }
    .block__abouts_us {
        padding: 60px 40px
    }
    /* select {
        width:100px
    } */
    .delivery_payment_item ul li div, .delivery_payment_item ul li {
        font-size: 14px
    }
    .product-page__details {
        width: calc(100% - 661px);
        margin-left: 20px;
    }
    .contacts_left_block {
        max-width: 380px
    }
    .contacts_wrapper {
        gap: 30px
    }
    .social_header {
        min-width: 220px;
    }
    .header-contact__item .dottes_icon {
        right: 20px;
    }
    .product_preview__variants .amount__input {
        width: calc(100% - 40px);
    }
    .product_preview__variants .amount__plus, .product_preview__variants .amount__minus {
        width: 20px;
    }
    .product_preview__variants {
        gap: 6px;
    }
    select {
        min-width: 75px;
            padding: 10px 8px;
            font-size: 13px;
    }
}
    
@media only screen and (max-width : 1199px) {
    .fn_categories.products_list {
        grid-template-columns: repeat(3, 33.33%);
    }
    .categories_nav .level_3 .subcategory .categories_menu__item {
        -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        height: 130px;
    }
    .product_preview__variants {
        display: flex;
        flex-wrap: wrap;
    }
    .product_preview__variants select:nth-child(2) {
        order: unset
    }
    .select_item {
        max-width: 48%;
        width: 100%;
    }
    .product_preview__variants .amount {
        min-width: 100px;
        max-width: 100%;
    }

    .catalog_button {
        -webkit-box-flex: 0;
        -webkit-flex: 1 0 300px;
        -ms-flex: 1 0 300px;
        flex: 1 0 300px;
        max-width: 300px;
    }
    .categories_nav {
        width: 300px
    }
    .main_banner {
        width: calc(100% - 315px);
    margin: 16px 0 15px 315px;
    }
    .logo__link {
        height: 95px;
        max-width: 230px;
        flex-shrink: 0;
    }
    .menu_group--header .menu_group__link {
        padding: 32px 8px;
    }
    .banner_group__title {
        font-size: 36px
    }
    .banner_group__description {
        font-size: 20px
    }
    .banner_group__link {
        font-size: 18px
    }
    h2, .h2 {
        font-size: 28px
    }
    h1, .h1 {
        font-size: 34px
    }
    .block_about_img {
        width: 330px;
        left: 0;
        top: 0;
        position: relative
    }
    .header__logo {
        flex-shrink: 0;
        margin-right: 10px;
    }
    .block__abouts_us {
        padding: 45px 30px;
        justify-content: space-between;
    }
    .block_about_img img {
        height: 330px;
        border: none;
    }
    .product_images {
        max-width: 420px
    }
    .product-page__details {
        width: calc(100% - 440px);
    }
    .feedback_title {
        font-size: 24px
    }
    .feedback_description {
        font-size: 14px
    }
    .feedback_form, .feedback_form.search_form {
        padding: 30px
    }
    .contacts_left_block {
        max-width: 280px;
        padding: 20px 15px;
    }
    .contacts_title_mini, .contact_link  {
        font-size: 16px
    }
    .footer_slogan {
        max-width: 230px
    }
    .footer__catalog {
        column-gap: 24px
    }
    .categories_nav .categories_menu__link .categories_menu__icon {
        width: 22px;
        height: 22px;
        margin-right: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 22px;
        -ms-flex: 0 0 22px;
        flex: 0 0 22px;
        max-width: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
       
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu_switcher {
        display: none !important;
    }
    .position_sticky{
        position: sticky;
        top: 70px;
    }
    /* Hover style elemets */
    .block__header_button:hover{
        background: #1F1F22;
        border-color: #1F1F22;
        color: #fff;
    }
    .readmore_article:hover span {
        border-bottom: 1px solid transparent;
    }
    .product-page__button:hover {
        color: #fff;
    }
    .block__header_button:hover .block__more{
        color: var(--button-text);
    }
    .filter__name:hover .filter__name_arrow{
        color: var(--basic-company);
    }
    .filter__selected_feature .filter__sf_link:hover{
        border-color: var(--basic-company);
    }
    .filter__selected_feature .filter__sf_link:hover .remove_icon{
        color: rgba(216, 31, 31, 1);
    }
    .filter__selected_feature_reset .filter__sf_reset:hover{
        border-color: transparent;
    }
    .banner_group__link:hover {
        border-bottom: 1px solid transparent;
    }
    .amount__plus:hover, .amount__minus:hover {
        color: var(--basic-company)
    }
    .filter__item:hover .filter__link {
        color: var(--basic-company);
    }
    .filter__link:hover .filter__label{
        color: var(--basic-company);
    }
    .filter__link:hover .filter__checkbox{
        border-color: var(--basic-company);
    }
    .anchor_comments__link:hover,
    .view_all_feature:hover,
    .anchor_comments__link:focus,
    .view_all_feature:focus{
        border-color: transparent;
    }
    .blog_catalog__switch:hover,
    .blog_catalog__link:hover,
    a.filter__catalog_link:hover{
        color: var(--basic-company);
    }
    a.filter__catalog_link:hover span{
        /* padding-right: 10px; */
    }
    .product_sort__link:not(.active_down):hover,
    .product_sort__link:not(.active_up):hover {
        color: var(--button-color);
        border-color: var(--button-color);
    }
    .form__button:hover, .register_btn.form__button:hover {
        /* background: var(--basic-company); */
        color: #fff;
    }
    input.form__button:hover {
        opacity: .7;
    }
    .checkbox:hover .checkbox__icon{
        border-color: var(--basic-company);
    }
    .breadcrumbs a:hover{
        color: var(--basic-company);
    }
    .account__link:hover, .header_informers__link:hover{
        opacity: .7;
        color: #fff
    }
    .switcher__visible:hover .switcher__name:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 0px;
    }
    .switcher__item:hover .switcher__hidden{
        display: block;
        z-index: 1;
    }
    .switcher__link:hover {
        text-decoration: none;
        color: var(--basic-company);
    }
    .callback:hover{
        color: var(--basic-company-text);
        background-color: var(--basic-company);
        border-color: var(--basic-company);
        opacity: 1;
    }
    .main_brands__image:hover img {
        opacity: 1;
    }
    .menu_group__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .menu_group--header .menu_eventer:hover .menu_group__list--2{
        display: block;
        z-index: 1;
    }
    .menu_group--header .menu_eventer:hover .menu_group__list--3{
        display: none;
    }
    .menu_group--header .menu_group__link[href^="discounted"]:hover{
        color: rgb(247, 76, 76);
    }
    .menu_group--header .menu_eventer:hover .menu_group__link:after {
        transform: rotate(-135deg);
        top: 2px;
    }
    .menu_group--header .menu_group__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .menu_group--footer .menu_group__link:hover{
        color: #cce0fa;
        text-decoration: none;
    }
    .header-contact__inner:hover{
        background: #fff;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        z-index: 1;
        height: auto;
    }
    .header-contact__inner--adress:hover{
        background: transparent;
        box-shadow: none;
        z-index: 1;
        height: auto;
    }
    .header-contact__inner:hover .header-contact__item{
        opacity: 1;
        visibility: visible;
        height: auto;
        position: relative;
    }
    .header-contact__inner:hover .header-contact__item--visible:after {
        content: none;
    }
    .header-contact__inner:hover .header-contact__item--visible a {
        color: var(--body-text);
    }
    .header-contact__inner:hover .header-contact__item--visible a:hover {
        color: var(--basic-company);
    }
    .header-contact--phone a:hover,
    .header-contact--email a:hover{
        color: var(--basic-company);
    }
    /* .header_informers__item:hover{
        color: var(--second-company-text);
        background: var(--second-company);
    } */
    .search__button:hover {
        opacity: 1;
    }
    .categories_nav li:hover > .categories_nav__subcategory {
        transform: translateX(284px) translateZ(0px);
        visibility: visible;
        opacity: 1;
    }
    .categories_nav .categories_menu__item .categories_menu__link:hover{
        color: var(--basic-company);
        text-decoration: none;
        
    }
    .categories_nav .categories_menu__item:hover {
        background: #f2f2f2;
    }
    .categories_nav .subcategory .categories_menu__item .categories_menu__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .categories_nav .subcategory .categories_menu__item:hover {
        background: #fff;
    }
    .categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .categories_nav__subcategory.level_4{
        display: none!important;
    }
    .author_list__item:hover .author_list__preview,
    .brand__item:hover .brand__preview{
        background: #fff;
        border-color: transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 15px #00000059;
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        box-shadow: 0 5px 15px #00000059;
        z-index: 3;
    }
    .product_preview__buttons .product_preview__button:hover {
        background: transparent;
        color: var(--basic-company);
        border-color: var(--basic-company);
    }
    .product_item:hover .product_preview {
        box-shadow: 0px 6px 18px 0px #4C5D7D29;

    }
    .product_preview__name a:hover {
        color: var(--basic-company);
    }
    .product_preview__button--pre_order:hover{
        background: rgb(127, 127, 127);
        border-color: rgb(127, 127, 127);
        color: #fff;
    }
    .product_preview__button--pre_order:hover{
        background: rgb(127, 127, 127);
        border-color: rgb(127, 127, 127);
        color: #fff;
    }
    .form__button--border:active,
    .form__button--border:hover,
    .form__button--border:focus{
        background: #1F1F22;
        border-color: #1F1F22;
        color: #fff;
    }
    a:hover,
    a:focus{
    color: var(--basic-company);
    outline-width: 0;
    text-decoration: none;
}
    .register_btn:hover {
        color: var(--basic-company);
        border-bottom: 1px solid var(--basic-company)
    }
    .product-page__button--preloader:hover,
    .product-page__button--preloader:focus{
        background: #7f7f7f;
        border-color: #7f7f7f;
        color: #fff;
    }
    .product_preview__button:not('.button--blick'):hover{
        opacity: 0.8;
    }
    .product_item:hover .product_preview__button .product_preview__button_text{
        visibility: visible;
        overflow: visible;
        opacity: 1;
        width: auto;
    }
    .product_preview__buttons .comparison_button:hover,
    .product_preview__buttons .fast_order_button:hover{
        color: var(--button-color);
        border-color: var(--button-color);
        opacity: 1;
    }
    .product_preview__center .wishlist_button:hover{
        opacity: 1;
    }
    /* .product_item:not(.no_hover):hover .product_preview__annotation,
    .product_item:not(.no_hover):hover .product_preview__variants{
        display: block;
    } */
    .article__button:hover{
        color: var(--button-color);
    }
    .article_item:hover .article__preview {
        box-shadow: 0px 6px 18px 0px #4C5D7D29;
    }
    .article__button:hover svg {
        left: 3px;
    }
    .details_boxed__other .fast_order_button:hover,
    .product-page__compare:hover,
    .product-page__wishlist:hover{
        border-color: var(--basic-company);
        color: var(--basic-company);
    }
    .product-page__compare:focus,
    .product-page__wishlist:focus{
        color: var(--button-color);
    }
    .tabs__link:hover{
        color: var(--basic-company);
    }
    .pager a:hover {
        text-decoration: none;
        color: var(--button-color);
        background: #fff;
        border-color: #dbdbdb;
    }
    .sidebar_card__link:hover,
    .browsed__link:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 1px 4px #8e8e8e;
        -moz-box-shadow: 0 1px 4px #8e8e8e;
        box-shadow: 0 1px 4px #8e8e8e;
    }
    .footer__contact_item .callback:hover{
        color: var(--basic-company-text);
        background-color: var(--basic-company);
        border-color: var(--basic-company);
    }
    .footer__contact_item .email:hover,
    .footer__contact_item .phone:hover{
        color: #cce0fa!important;
        text-decoration: none;
    }
    .footer__menu_link:hover{
        color: #cce0fa;
        text-decoration: none;
    }
    .form__button--subscribe:hover{
        opacity: 1;
    }
    .social__link:hover {
        background-color: var(--basic-company);
        border-color: var(--basic-company);
        color: var(--basic-company-text);
        opacity: 1;
    }
    .footer__copyright a:hover{
        color: #cce0fa!important;
        text-decoration: none
    }
    .compare_show a:hover{
        background: var(--basic-company);
        color: var(--second-company-text);
        text-decoration: none;
    }
    .purchase__name .purchase__name_link:hover {
        color: var(--basic-company);
    }
    .purchase__remove:hover{
        background: red;
        color: #fff;
        border-color: red;
    }
    .form__button--coupon:hover{
        opacity: 1;
    }
    .search__button:hover {
        opacity: .7;
        /* background: #fff; */
        /* color: #032756; */
    }

}

@media only screen and (max-width : 991px) {
    .fn_validate_feedback_search .form__footer {
        padding-right: 5px;
        padding-left: 5px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    .header{
        position: sticky;
        width: 100%;
        top: -105px;
        left: 0px;
        box-shadow: 0px 5px 30px 0px #000C1D1F;
    }
    .mobile_header_bottom {
        height: 60px;
        display: flex !important;
        align-items: center;
        padding: 0;
        position: fixed;
        z-index: 20;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--second-company);
        font-size: 12px;
        line-height: 15px;
        color: #032756;
        border-top: 1px solid #3e71df29;
        box-shadow: 0px -5px 30px 0px #000C1D1F;
    }
    .mobile_header_bottom .header_informers__item {
        width: 33.3%
    }
    .mobile_header_bottom .header_informers__item .header_informers__link,
    .mobile_header_bottom .account__link {
        color: #032756;
        width: 100%;
        justify-content: center;
        padding: 10px 0;
        background: transparent;
    }
    .mobile_header_bottom .header_informers__item:not(:last-child) {
        border-right: 1px solid #3e71df29
    }
    .mobile_header_bottom .header_informers__item svg {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }
    .header_informers__item .wishlist_counter, .header_informers__item .cart_counter {
        border-color: var(--second-company);
        right: -10px;
        top: -6px;
        background: #032756;
        color: #fff;
    }
    .to_top {
        bottom: 65px;
    }
    .header_icon {
        position: relative
    }
    .footer__hidden{
        display: none;
    }
    .product-page__images{
        max-height: 320px;
    }
    .sidebar:not(.sidebar--user){
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        padding: 0;
        overflow-y: auto;
        transition: .3s;
        background: #fff;
    }
    .blog_container--left,
    .post_container--left{
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .sidebar__header{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        top: 0px;
        width: 320px;
        right: 0;
        transition: .3s;
        height: 45px;
        background: var(--basic-company);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
        color: #fff;
        border-radius: 0px;
        padding: 5px 5px;
        max-width: calc(100vw - 55px);
    }
    .sidebar.opened{
        right: 0;
        overscroll-behavior: none;
        box-shadow: -8px 0px 20px 3px #000a2f30;
    }
    .sidebar__header.opened {
        right: 0;
        z-index: 5;
    }
    .product_title {
        margin-bottom: 26px;
    }
    .sidebar__header--close{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        height: 35px;
        color: #fff;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .sidebar__header--close svg {
        margin-right: 5px;
        display: inline-block;
        height: 18px;
        position: relative;
        width: 18px;
    }
    .sidebar__header--reset{
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .mobile_filter__reset{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        background: transparent;
        border: none;
        height: 35px;
        color: #fff;
        width: 100%;
    }
    .mobile_filter__reset svg {
        margin-right: 8px;
        display: inline-block;
        height: 15px;
        position: relative;
        width: 15px;
    }
    .sidebar__boxed {
        margin-bottom: 5px;
        border: none
    }
    .share__icons .jssocials-share-link {
        padding: 5px
    }
    .form__button {
        height: 40px;
        font-size: 14px
    }
    .block_purchases {
        margin-bottom: 20px
    }
    .contacts_wrapper {
        flex-direction: column;
    }
    .contacts_left_block {
        position: relative;
        max-width: 100%;
        top: 0;
    }
    .blog_container--left,
    .post_container--left,
    .products_container {
        margin-left: 0px;
        width: 100%;
    }
    .blog_container__boxed,
    .post_container__boxed{
        position: relative;
    }
    .blog_container__boxed .blog__heading,
    .post_container__boxed .post__heading{
        padding-right: 150px;
    }
    .blog_container__boxed .switch_mobile_filter,
    .post_container__header .switch_mobile_filter{
        width: 150px;
    }
    h3, .h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .block_explanation{
        margin-top: 20px;
        padding-left: 0;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .footer__title:before {
        content: none;
    }
    .footer__title {
        border-bottom: none;
        margin-bottom: 0;
        padding: 0 15px;
        border-radius: 0;
        background: transparent;
        line-height: 36px;
        font-weight: 700;
        font-size: 16px;
        padding: 20px 0 0;
    }
    .footer_column {
        max-width: 100%;
        width: 100%;
        border-top: 1px solid #ffffff36;
        margin-top: 20px;
    }
    .footer_column:last-child .footer__title {
        border-bottom: none;
        padding-bottom: 0;
    }
    .footer_column:first-child {
        border-top: 0;
        margin-top: 0;
    } 
    .footer__content {
        margin-bottom: 20px;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_item {
        min-height: 370px;
        padding: 0 3px;
    }
    .product_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .sort_filters {
        width: 100%;
    }
    .block__header_button {
        font-size: 14px
    }
    .banner_group__title {
        font-size: 32px;
    }
    .banner_group__description {
        font-size: 18px;
    }
    .banner_group__link {
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 32px;
    }
    .block__header {
        margin-bottom: 24px
    }
    .product_preview__top{
        display: none;
    }
    .product_preview__image {
        height: 190px;
    }
    .product_preview__image a,
    .product_preview__image picture {
        height: 190px;
    }
    .product_preview__name {
        font-size: 15px
    }
    .product_preview__buttons .product_preview__button, .product_preview__out_stock {
        height: 40px;
    }
    .product_preview__button .product_preview__button_text, .product_preview__out_stock {
        font-size: 14px
    }
    .product_preview__bottom {
        margin: 5px 0 0;
    }
    .product_preview__prices .old_price {
        margin: 0 5px 0 0;
        font-size: 13px;
        font-weight: 400;
    }
    select {
        font-size: 13px;
    }
    .categories_nav{
        display: none!important;
    }
    .main_banner {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
        box-shadow: none;
    }
    .article__title  {
        font-size: 15px;
    }
    .brand__item {
        margin-bottom: 10px;
    }
    .block--cart_purchases{
        margin-bottom: 15px;
    }
    .block__header--boxed {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .block {
        margin-bottom: 10px;
    }
    .block--boxed {
        padding: 15px;
    }
    .brand {
        margin-bottom: -10px;
    }
    .product_wrapper {
        flex-direction: column;
    }
    .product_images {
        max-width: 100%;
    }
    .product-page__details {
        width: 100%;
        margin-left: 0
    }
    .tabs {
        margin-bottom: 10px;
    }
    .pager {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .products_container__sort {
        margin-bottom: 24px
    } */
    .block__header--boxed .block__header_promo,
    .block__header--boxed .block__header_button {
        right: inherit;
        top: inherit;
    }
    .block__header--promo .block__heading,
    .block__header--promo .block__title {
        padding-right: 0px;
        margin: 0 0 0px;
    }
    .block__header_promo {
        position: relative;
        max-width: inherit;
    }
    .gallery_image picture,
    .gallery_image a{
        max-height: 350px;
        height: 100%;
        min-height: inherit;
    }
    .gallery_image img{
        max-height: 100%;
            width: auto;
    object-fit: contain;
    }
    .menu_switcher__heading .catalog_icon {
        margin-right: 5px;
        display: inline-block;
        position: relative;
    }
    .menu_switcher__heading .catalog_icon svg {
        width: 20px;
        height: 20px;
    }
    /* .main_banner .banner_group__item,
    .main_banner {
        height: inherit;
    } */
    .block__abouts_us {
        flex-direction: column-reverse;
        gap: 26px;
        border-radius: 0
    }
    .block_about_content {
        max-width: 100%
    }
    .block_about_img {
        width: 500px;
        margin: 0 auto
    }
    .block_about_img img {
        height: 500px
    }
    .search {
        margin: auto 40px auto 20px
    }
    .footer_mobile {
        flex-direction: column;
    }
    .footer_slogan {
        max-width: 50%;
    }
    .switcher__item {
        padding: 5px 0;
        min-width: unset;
    }
    .header__bottom {
        background: var(--second-company);
    }
    .order_drug_container {
        margin-left: 0;
        width: 100%;
    }
    span.write_to_us {
        margin-right: 0;
        margin-bottom: 7px;
    }
    .main-description {
        margin-top: 20px; 
    }
    .product_preview__variants .amount__input {
        width: calc(100% - 50px);
    }
    .product_preview__variants .amount__plus, .product_preview__variants .amount__minus {
        width: 25px;
    }
    .footer__content_contacts .social__link {
        margin-right: 18px;
        width: 35px;
        height: 35px;
    }
    .footer_logo {
        margin: 0 auto 20px;
    }
    .footer__content_contacts .social_header {
        justify-content: center;
    }
    .footer__content_contacts .social__link:last-child {
        margin-right: 0;
    }
    .features .features__value {
        width: 220px
    }
    .features__name, .features__value {
        font-size: 15px;
    }
    .categories_nav__menu {
        background: #fff;
        display: none;
        position: fixed;
        bottom: 60px;
        left: 0;
        width: 100%;
        height: 35vh;
        z-index: 10;
        padding: 30px 15px;
        opacity: 1;
        visibility: visible;
        border-radius: 10px 10px 0 0;
    }
    .categories_nav_mobile {
        font-size: 16px;
    }
    .categories_nav_mobile .categories_menu__link {
        gap: 10px;
    }
    .categories_nav_mobile .categories_menu__item {
        margin-bottom: 25px;
    }
    .close_cat_bg{
        content: '';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000099;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
    .fn_catalog_menu_mobile.active .close_cat_bg {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
   .mobile_bottom_ttl {
    line-height: 1;
    margin-top: 2px;
}
.social_messengers_footer {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
span.footer_messengers {
    max-width: unset;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .header__bottom {
        width: 100%;
        height: 76px;
    }
    .header__bottom_panel {
        height: 76px
    }
    .product-page__img .swiper-button-prev, 
    .product-page__img .swiper-button-next {
        display: none;
    }
    .user_tab__switch{
        cursor: inherit;
    }
    .user_tab__switch:after{
        display: none;
    }
}
@media only screen and (max-width : 767px) {
     .banner_group__variant1 .banner_group__text, .banner_group__variant2 .banner_group__text {
        max-width: 430px;
        max-height: 250px;
    }
    .search {
        margin: auto 20px;
    }
    .block__description .video,
    .block__description .mce-object-iframe{
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
    }
    .blog_container__boxed .blog__heading,
    .post_container__boxed .post__heading {
        padding-right: 110px;
        font-size: 22px;
    }
    .readmore_article {
        font-size: 14px
    }
    .post_information__item{
        margin: 5px 25px 5px 0;
        font-size: 12px;
    }
    .header__bottom,
    .fn_header__sticky{
        height: 76px;
    }
    .header__bottom_panel {
        position: static;
    }
    .menu_switcher {
        margin: 0px;
    }
    .header_informers {
        margin-left: auto
    }
    .header_informers__item svg {
        width: 24px;
        height: 24px;
    }
    .header_informers__item {
        min-width: 60px;
        padding: 0 10px;
    }
    .header__bottom_panel{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 76px;
    }
    .block__header--promo .block__heading,
    .block__header--promo .block__title {
        padding-right: 0px;
    }
    .products_container__boxed {
        padding: 0;
    }
    .products_sort {
        display: block;
    }
    .product_sort__form {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 8px 0px 0px;
    }
    .product_sort__link {
        padding: 0;
        font-weight: 500;
        margin: 0;
        border: none;
    }
    .advantages {
        border-top: 1px solid;
        border-left: 1px solid;
        border-color: #dbdbdb;
    }

    .block__abouts_us {
        padding: 30px 20px;
        flex-direction: column-reverse;
        gap: 26px
    }
    .block_about_img {
        width: 420px;
        margin: 0 auto
    }
    .block_about_img img {
        height: 420px
    }
    .product_wrapper {
        flex-direction: column;
    }
    .product_images {
        max-width: 100%;
    }
    .product-page__details {
        width: 100%;
        margin-left: 0;
    }
    .product-page__tabs  {
        margin: 40px 0
    }
    .advantages__item:last-child .advantages__preview {
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-color: #dbdbdb;
    }

    .advantages__item .advantages__preview {
        border-bottom: 1px solid;
        border-color: #dbdbdb;
    }
    .advantages__preview {
        padding: 20px 5px;
    }
    .advantages__icon svg {
        width: 60px;
        height: 60px;
        color: #058d27;
    }
    .advantages__title {
        font-size: 14px;
        line-height: 1.2;
        height: 35px;
        overflow: hidden;
    }
    .article_list:not(.fn_articles_slide){
        margin-bottom: -10px;
    }
    .article_item {
        margin-bottom: 10px;
        height: 320px;
    }
    .block__title--order{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
    }
    .block__title--order span:last-child{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .block__title--order .order_number {
        color: #1dc116;
        padding: 3px 5px;
        display: inline-block;
        font-size: 16px;
        border: 2px solid #1dc116;
        border-radius: 4px;
        line-height: 1;
        margin: 0px 5px;
    }
    .tabs__content {
        padding: 20px 0 30px;
        border-radius: 8px;
    }
    .tab {
        display: block!important;
        padding: 0px 20px;
    }
    .footer__payments {
        text-align: center;
        margin-bottom: 15px;
    }
    .payments__list,
    .copyright{
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_preview__buttons .product_preview__button:before {
        font-size: 20px;
    }
    .product-page__images{
        min-height: 1px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    .product-page__images{
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .product-page__image {
        display: block!important;
        max-width: 100%;
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    .product-page__img {
        padding: 0;
    }
    .product-page__images-item{
        margin: 0;
        float: left;
    }
    .purchase__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75px;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        max-width: 75px;
    }
    .gallery_image{
        overflow: hidden;
    }
    .gallery_image picture,
    .gallery_image a{
        max-height: 300px;
        padding: 15px;
    }
    .gallery_image picture {
        display: flex
    }
    .feedback_flex {
        flex-direction: column;
    }
    .feedback_right {
        max-width: 100%
    }
    .sidebar--user{
        width: 100%;
        position: static!important;
        float: none;
        margin-bottom: 5px;
    }
    .user_container{
        margin-left: 0;
        width: 100%;
    }
    .tabs__navigation--user .button__logout,
    .tabs__navigation--user .tabs__link {display: none;}
    .profile {border-bottom: none; padding: 0}
    .sidebar__boxed--user {padding:16px  16px 0}
    .user_container .tab:first-child .mobile_tab__content {display: block;}
     .user_container__boxed {margin-bottom: 0;}
     .user_tab__switch .block__header{min-height: 40px;padding: 20px; margin-bottom: 0; border-top: 1px solid #dbdbdb}
     .user_tab__switch .h1{font-size: 16px;font-weight: 500;}
     .boxed_no_comments {padding: 40px 20px;}
     .boxed_no_comments__icon {margin-bottom: 15px;}
     .boxed_no_comments__title {font-size: 16px;margin-bottom: 0px;}
     body {
        font-size: 14px
     }
     .profile__information {display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .footer__title {
        line-height: 18px;
        padding: 20px 0 16px;
        font-size: 18px;
    }
    .footer__title_arrow{
        display: none;
    }
    .footer__content {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .footer__copyright {
        margin-top: 0;
    }
    .menu_group--footer .menu_group__link, .footer__menu_link,
    .footer__contact_item .email, .footer__contact_item .open_hours, .footer__contact_item .phone {
        font-size: 14px;
    }
    .footer__contact_item .open_hours, .footer__contact_item .open_hours p, .footer__contact_item .open_hours span {
        font-size: 14px!important;
    }
    .footer__contact_item .email svg, .footer__contact_item .open_hours svg, .footer__contact_item .phone svg {
        width: 20px;
        height: 20px;
    }
    .profile__logout {margin: 0}
    .social__link {
        margin-right: 12px;
    }
    .order_feedback_left {
        max-width: 100%;
    }
}

@media only screen and (max-width : 680px) {
    .fn_categories.products_list {
        grid-template-columns: repeat(2, 50%);
    }
}


/* Extra Small Devices, Phones */
@media (max-width : 576px) {
    h6, .h6 {
        font-size: 14px;
        margin: 0px 0 15px;
        font-weight: 600;
    }
    .message_error{
        margin: 10px 0 20px;
    }
    .boxed__description img{
        display: block;
        float: none!important;
    }
    .coupon__title{
        font-size: 13px;
        margin: 3px 0 5px;
        font-weight: 400;
        display: inline-block;
        border-bottom: 1px dashed;
        line-height: 1.3;
        font-style: italic;
        opacity: 0.7;
        cursor: pointer;
    }
    .coupon__group{
        margin-top: 10px;
        display: none;
    }
    .block {
        margin: 0 0 10px;
    }
    .block--boxed {
        box-shadow: none;
        padding: 10px;
    }
    .block__header--boxed {
        padding: 10px;
        margin-bottom: 10px;
    }
    .form__header {
        margin-bottom: 10px;
    }
    .form_cart .form__header {
        margin-bottom: 10px;
    }
    .form_cart{
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .form__title {
        font-size: 16px;
        font-weight: 500;
        margin: 0 auto 15px;
    }
    .form__header::after {
        top: 35%;
    }
    .delivery__name_price {
        font-weight: 600;
        font-size: 10px;
    }
    .form__title svg{
        display: none;
    }
    .form__group {
        margin-bottom: 15px;
    }
    .delivery {
        margin-bottom: 40px;
    }
    .fn_validate_cart .form__button {
        margin-top: 10px;
    }
    .cart_block {
        margin-bottom: 70px;
    }
    .form--boxed {
        padding: 30px 15px
    }
    .form--boxed_cart,
    .form__button{
        width: 100%;
        margin-left: 0;
    }
    .pager li:first-child{
        margin-bottom: 10px;
    }
    .purchase__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 75px);
        -ms-flex: 0 0 calc(100% - 75px);
        flex: 0 0 calc(100% - 75px);
        max-width: calc(100% - 75px);
        padding-left: 10px;
    }
    .purchase__amount,
    .purchase__price {
        padding-right: 10px;
    }
    .delivery__image{
        display: none;
    }
    .delivery__name{
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        font-size: 14px;
        font-weight: 500;
    }
    .details_boxed__buttons > * {
        max-width: inherit;
        padding-right: 0px;
    }
    .details_boxed__buttons > * {
        width: calc(100% - 150px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 150px);
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
    }
    .details_boxed__other{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
    }
    .details_boxed__other .fast_order_button,
    .product-page__compare,
    .product-page__wishlist{
        margin-right: 0;
        margin-left: 10px;
    }
    .form__button--subscribe {
        width: auto!important;
    }
    .details_boxed__item--one,
    .details_boxed__item {
        padding: 16px 0;
    }
    .details_boxed__price_amount {
        padding-top: 16px
    }
    .delivery_payment_item {
        padding: 16px;
        margin: 16px 0
    }
    .delivery_payment_item ul li div, .delivery_payment_item ul li {
        font-size: 13px;
    }
    .features__name, .features__value {
        font-size: 14px
    }
    .features__item {
        padding: 0
    }
    .post__heading {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .post_container__boxed {
        padding: 15px 5px
    }
    .post_container__body {
        margin-bottom: 0
    }
    .details_boxed__old_price {
        font-weight: 400;
        margin: 0px 10px 0 0;
        font-size: 16px;
    }
    .details_boxed__old_price .currency {
        font-weight: 400;
        font-size: 11px;
    }
    .details_boxed__price {
        font-size: 28px;
    }
    .details_boxed__price .currency{
        font-size: 13px;
    }
    .mobile_tab__content .comment{
        margin-bottom: 10px;
    }
    .comment__inner {
        margin-bottom: 10px;
    }
    .comment__icon {
       display: none;
    }
    .comment__boxed {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab {
        padding: 0px 15px;
    }
    .details_boxed__no_brand .details_boxed__title{
        display: block;
    }
    .cell {
        padding: 10px 5px;
        line-height: 1.1;
        font-size: 10px;
        font-weight: 500;
    }
    .comparison_block__left {
        width: 40%;
    }
    .comparison_block__products {
        width: 60%!important;
    }
    .form__input {
        height: 40px
    }
    .products_list{
        position: relative;
    }
    .products_list:before{
        content: "";
        height: 100%;
        width: 1px;
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        z-index: 1;
        background: #fff;
    }
    .product_preview__button--pre_order{
        padding: 0;
        line-height: 1px;
    }
    .product_preview__button--pre_order .product_preview__button_text {
        padding: 0px 5px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        display: block;
    }
    body,
    .boxed__description{
        font-size: 14px;
        line-height: 1.3;
    }
    .advantages__preview {
        padding: 10px 5px;
    }
    .advantages__title {
        font-size: 12px;
        line-height: 1.2;
        height: 30px;
        min-height: 30px;
    }
    .advantages__icon svg {
        width: 50px;
        height: 50px;
    }
    .xzoom-thumbs {
        text-align: center;
        margin-bottom: 0px;
    }
    .anchor_comments__link {
        margin-top: 5px;
        margin-bottom: 3px;
    }
    .hc-offcanvas-nav ul.bottom-nav li a.nav-item{
        font-size: 16px;
    }
    .password_remind {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .hc-offcanvas-nav ul.top-nav .mobile__link img {
        max-height: 95px;
    }
    .hc-offcanvas-nav ul.top-nav .account__link {
        font-size: 11px;
    }
    .block__description--style {
        font-size: 14px;
    }
    .block__description {
        padding: 0rem;
    }
    .block__description--style p {
        line-height: 1.6;
        margin: 0 0 1rem;
    }
    .block__description--style .table {
        margin: 0;
    }
    .block__description--style .table__cell{
        margin: 1rem 0;
    }
    .block__description--style img {
        margin: 0 0 1rem;
    }
    .block__description--style ol,
    .block__description--style ul {
        margin-bottom: 1rem;
        margin-left: 1rem;
    }
    .block__description--style ul li,
    .block__description--style ol li {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0 0 0.8rem;
    }
    .block__description--style blockquote {
        margin: 1rem 0 1rem;
        padding: 15px 10px 15px 40px;
    }
    .block__description--style blockquote::before {
        font-size: 55px;
        left: -5px;
    }
    .block__description--style blockquote p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 0.5rem;
    }
    .details_boxed_pct {
        top: -20px;
    }
    .details_boxed__prices {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .author_card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .author_card__info,
    .author_card__image{
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .author_card__image{
        padding: 0 0 20px;
        min-height: auto;
    }
    .author_card__info{
        padding: 0;
    }
    .purchase__price {
        order: 1;
        padding: 0 0 0 5px;
    }
    .purchase__amount {
        order: -1;
    }
    .purchase__price {
        order: 1;
    }
    .pager a {
        height: unset;
        min-height: 45px;
    }

    .product_preview__name {
        font-size: 14px;
        height:55px
    }
    .wishlist_button {
        top: 6px;
        right: 6px
    }
    .stickers_product-page, .stickers {
        top: 6px;
        left: 6px
    }
    .sticker, .wishlist_button {
        height: 38px;
        width: 38px;
        font-size: 12px
    }
    .product_preview__annotation {
        font-size: 12px
    }
    .products_list .swiper-button-next, .products_list .swiper-button-prev {
        display: none
    }
    .main-products, .main-articles{
        margin: 70px 0;
    }
    .main-description {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .block_about_img {
        width: 400px
    }
    .block_about_img img {
        height: 400px
    }
    .article__info_item, .article__annotation p {
        font-size: 12px;
    }
    .article__title, .anchor_comments__link {
        font-size: 14px;
    }
    .article_item {
        min-height: 455px
    }
    .product_item {
        padding: 0 5px;
        min-height: 400px
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 8px
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 8px
    }
    .block__header_promo, .available__no_stock, .available__in_stock, .product-page__wishlist {
        font-size: 14px
    }
    .details_boxed__title {
        font-size: 12px
    }
    .feedback_title {
        font-size: 20px;
        margin-bottom: 16px
    } 
    .page_block {
        margin-bottom: 80px
    }
    .main_banner .banner_group__item, .main_banner {
        height: 350px;
    }
    .banner_group__title {
        font-size: 24px;
    }
    .banner_group__description {
        font-size: 16px;
    }
    .banner_group__link {
        font-size: 18px;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 5px
    }
    .block__abouts_us {
        padding: 30px 10px
    }
    .swiper-pagination-bullet {
        width:14px;
        height: 14px;
        margin: 0 8px!important
    }
    .block__header_button {
        font-size: 12px;
        padding: 12px
    }
    .fancybox-content {
        padding: 24px!important
    }
    .cart_purchase_title {
        font-size: 20px;
        margin: 0 0 20px
    }
    .purchase_detail__item {
        justify-content: center;
        gap: 16px
    }
    .purchase__group_content {
        min-height: 1px
    }
    footer {
        padding-bottom: 60px
    }
    .to_top {
        bottom: 70px
    }
    .footer_slogan {
        max-width: 100%;
    }
    .comment__name {
        font-size: 14px;
    }
    .comment__date {
        font-size:12px
    }
    .product-page__img .swiper-button-next, .product-page__img .swiper-button-prev {
        display: none
    }
    /* .fn_search_toggle {
        padding: 0 25px
    } */
    .amount {
        max-width: 130px;
    }
    .amount__plus, .amount__minus {
        width: 30px;
    }
    .amount__input {
        width: calc(100% - 60px)
    }
.details_boxed__select select {
    width: 200px;
}
.search {
        display: none;
        position: absolute;
        margin: 0;
        width: 100%;
        top: 60px;
        left: 0;
        background: var(--second-company);
        padding: 10px 7px;
    }
    .search__button {
        right: 11px;
        top: 14px;
        font-size: 14px;
        height: 32px;
    }
    .autocomplete-suggestions {
        top: calc(83% + 1px);
    }
    .autocomplete-suggestion {
        height: 50px;
        font-size: 12px;
    }
    .header_informers {
        gap: 20px;
    }
    .header__bottom, .header__bottom_panel {
        height: 60px;
    }
    .header_site_name {
        font-size: 18px;
        white-space: nowrap;
    }
    .header_mini_ttl, .header_ttl {
        font-size: 12px;
        text-align: center;
    }
    .banner_group__variant1 .banner_group__text, .banner_group__variant2 .banner_group__text {
        max-width: 350px;
        max-height: 190px;
    }
    .product_preview__variants {
        flex-wrap: wrap;
        column-gap: 7px;
        display: flex
    }
    .product_preview__variants .amount {
        max-width: 180px;
    }
    .product_preview__variants select:nth-child(2) {
        order: unset;
    }
    .features .features__value {
        width: 140px;
    }
    .product-page__tabs {
        background: transparent;
        padding: 0 0 40px;
    }

}


@media only screen and (max-width : 480px) {
    .logo__link {
        height: 80px;
    }
    body {
        line-height: 1.4;
    }
    h1, .h1 {
        font-size: 26px;
        line-height: 1.1;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .form--boxed.popup{
        padding: 10px;
    }
    .block__title {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 10px;
    }
    .order_payment {
        flex-wrap: wrap;
        gap: 10px
    }
    .details_boxed__select .select2-container {
        width: 100% !important;
    }
    .header_informers__item i {
        width: 24px;
        height: 24px;
    }
    .header_informers__item i::before {
        font-size: 24px;
        line-height: 1;
    }
    .header_informers__item.icon:before{
        font-size: 28px;
        line-height: 1;
    }
    .header_informers__item i.icon-balance-scale::before {
        font-size: 20px;
        line-height: 1;
    }
    .header_informers__item.icon::before {
        font-size: 26px;
        line-height: 1;
    }
    .header_informers__item {
        min-width: 50px;
        padding: 0 25px;
    }
    .header_informers__item.icon-search {
        min-width: 35px;
        height: 24px;
    }
    .product_preview__bottom {
        padding: 0 10px 10px;
    }
    .product_item {
        min-height: 395px
    }
    .product-page__button {
        font-size: 12px;
    }
    .scroll_products .scroll_products__item {
        width: 160px;
    }
    .block_explanation__header {
        font-size: 12px;
        font-weight: 600;
    }
    .product_preview__buttons .comparison_button,
    .product_preview__buttons .fast_order_button {
        margin-left: 3px;
    }
    .header_informers__link i.fa-balance-scale:before{
        font-size: 24px;
    }
    .block_about_img {
        width: 300px;
    }
    .block_about_img img {
        height: 300px;
    }
    .fn_banner_main .swiper-button-next, .fn_banner_main .swiper-button-prev {
        display: none
    }
    .details_boxed__price_amount, .variant_amount {
        gap: 10px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .variant_amount {
        flex-shrink: 0;
    }
    .product-page__button {
        min-width: 180px;
    }
    .details_boxed__select select {
        width: 100%
    }
    .amount {
        max-width: 115px
    }
    .details_boxed__item .delivery_it ul{
        margin: 0
    }
    .details_boxed__item .delivery_it li{
        display: flex;
        justify-content: space-between;
    }
    .tarif_delivery {
        width: 100px
    }
    .order_details_flex {
        gap: 0
    }
    .order_ttl {
        font-size: 18px
    }
    .copyright_content {
        flex-direction: column;
        gap: 7px
    }
    .footer__copyright {
        font-size: 13px;
    }
    .post_information {
        row-gap: 7px
    }
    .post_information .post_information__item:nth-child(2) {
        margin: 5px 0
    }
    .header_site_name {
        font-size: 16px;
        white-space: wrap;
        text-align: center;
    }
    .header__bottom_panel .social__link {
        width: 25px;
        height: 25px;
    }
    span.write_to_us {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .details_boxed__select {
        gap: 12px;
    }
    .details_boxed__item .select_item {
        flex-grow: 1;
    }
    .social_messengers_footer {
        flex-direction: row;
        gap: 0;
        align-items: center;
        justify-content: space-between;
    }
    span.footer_messengers {
        font-size: 12px;
    }
}
@media only screen and (max-width : 450px) { 
     .product_preview__variants {
        flex-wrap: unset;
    }
    .product_preview__variants .amount {
        max-width: 100px;
    }
    .select_item {
        max-width: 33%;
    }
    .fn_categories.products_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    select {
        padding: 10px 8px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 380px) {
    .banner_group__variant1 .banner_group__text, .banner_group__variant2 .banner_group__text {
        max-width: 90%;
        max-height: 180px;
    }
    .menu_switcher__heading {
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_preview__out_stock {
        white-space: normal;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.1;
    }
    .menu_switcher__heading svg {
        height: 20px;
        width: 20px;
    }
    /* .details_boxed__price_amount {
        gap: 14px
    } */
    .logo__link {
        height: 80px;
    }
    .header_site_name {
        font-size: 14px;
        white-space: wrap;
        text-align: center;
    }
    .header {
        top: -90px;
    }
}