/*==========  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 : 1399px) {
    .join_us1_img {
        margin-right: 0
    }
    .about_us1_image::after, .why_we1_image::after {
    top: -18%;
    right: -25px;
    max-width: 450px;
    height: calc(100% + 150px);
    }
    .right_about_us1 {
        padding-right: 30px
    }
    .why_we1_image::after {
        left: -25px;
        right: auto;
        height: calc(100% + 100px);
        top: -14%
    }
    .why_we1_left {
        padding-left: 30px
    }
    .contacts_grid {
        left: 0
    }
    .about_us2_image img {
        width: 450px;
        height: 450px
    }
    .menu_group--header .menu_group__link {
        padding: 18px 25px 24px
    }
    .contacts_lang {
        max-width: 530px
    }
    .left_about_us1 {
        width: 58%
    }
    /* .about2_bl .fn_readmore[data-readmore] {
        min-height: 230px;
    } */
}
    
@media only screen and (max-width : 1199px) {
    .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;
    }
    .menu_group--header .menu_group__link, .header__callback {
        font-size: 14px;
    }
    .menu_group--header .menu_group__link {
        padding: 18px 18px 24px
    }
    .header-contact__item--visible.header-contact--phone a, .header-contact--phone a, .header-contact--email a, .header-contact--time {
        font-size: 14px
    }
    .switcher__name, .search__input {
        font-size: 14px
    }
    .search {
        max-width: 300px
    }
    .contacts_lang {
        max-width: 445px;
    }
    .logo__link {
        height: 80px;
    }
    .why1_adv_item {
        padding: 15px
    }
    .why1_adv_icon {
        width: 70px;
        height: 70px
    }
    .why1_adv_title {
        font-size: 18px
    }
    .q1_text {
        font-size: 16px
    }
    .join_us1_img img {
        width: 300px;
        height: 300px
    }
    .our_work1_content {
        max-width: 600px
    }
    .about_us2_image img {
        width: 420px;
        height: 420px
    }
    .contacts_grid {
        gap: 16px;
        left: 0
    }
    .contact_bl_item {
        padding: 20px
    }
    .contacts_social {
        gap: 16px
    }
    .contacts_ttl {
        font-size: 20px
    }
    .menu_group--footer {
        column-gap: 70px;
    }
    .footer_last .contacts_social {
        gap: 22px;
    }
    .footer_slogan {
        max-width: 280px;
    }
    .form_contacts {
        padding: 50px 130px 50px 145px
    }
    .about_us1_image::after, .why_we1_image::after {
        top: -15%;
        right: -25px;
        max-width: 360px;
        height: calc(100% + 100px);
    }
    .right_about_us1 {
        padding-right: 30px;
        width: 48%;
    }
    .why_we1_image::after {
        right: auto;
        left: -25px;
    }
    .why_we1_left {
        padding-left: 30px
    }
    .why2_adv_title {
        font-size: 22px;
    }
    .block_advantages2 > .container {
        padding: 0
    }
    .provides_item {
        padding: 16px 12px 30px
    }
    .provides_left {
        width: 42%;
    }
    .provides_title {
        font-size: 20px;
        margin-left: 16px;
    }
    .subcategories_grid {
        gap: 16px
    }
    .category_annotation {
        font-size: 18px;
    }
    .subcategories_grid {
        margin: 50px 0 100px
    }
    .offer_item {
        padding: 12px
    }
    .subcategory_name {
        font-size: 20px;
    }
    .subcategory_item:hover .subcategory_name {
        font-size: 26px;
    }
    .products_container {
        width: calc(100% - 386px);
    }
    .product_sidebar {
        width: 360px
    }
    .product-page__details {
        width: 600px;
    }
    .product-page__gallery {
        width: calc(100% - 626px);
    }
    .fn_our_workers:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .fn_products_slide:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
        display: none;
    }
}

@media (max-width: 1024px) {
    .logo__link {
        height: 72px;
    }
    .why2_adv_title {
        font-size: 20px;
    }
    .about_us2_image img {
        width: 395px;
        height: 395px;
    }
    .left_about_us1 {
        width: 54%;
    }
    .form_contacts {
        padding: 50px 70px 50px 145px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu_switcher {
        display: none !important;
    }
    .position_sticky{
        position: sticky;
        top: 130px;
    }
    .post_item_sidebar:hover, .post_item_sidebar:hover .article__title {
        color: var(--basic-company)
    }
    /* Hover style elemets */
    .block__header_button:hover{
        background: var(--button-color);
        border-color: var(--button-color);
        color: var(--button-text);
    }
    .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: rgba(216, 31, 31, 1);
    }
    .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;
    }
    .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 {
        color: var(--button-second-text);
    }
    .checkbox:hover .checkbox__icon{
        border-color: var(--basic-company);
    }
    .breadcrumbs a:hover{
        color: var(--basic-company);
    }
    .account__link:hover{
        color: var(--basic-company);
        opacity: 1;
    }
    .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--header .menu_eventer:hover .menu_group__list--2{
        display: block;
    }
    .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__link:hover span::after {
        width: 100%
    }
    .banner_group__link:hover, .main_btn:hover {
        background-color: var(--button-color-hover);
    }
    .technical_support a:hover {
        text-decoration: none;
    }
    .fn_readmore + [data-readmore-toggle]:hover::after {
        background-color: transparent;
    }
    a:hover{
    color: #fff;
    outline-width: 0;
    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__callback:hover, .footer_last .social__link:hover {
        opacity: 0.5
    }
    
    .header-contact__inner--adress:hover{
        background: transparent;
        box-shadow: none;
        z-index: 1;
        height: auto;
    }
    .share__icons .jssocials-share-link:hover {
        color: var(--basic-company);
        opacity: 0.6
    }
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        box-shadow: 0px 3px 12px 0px #07004024;
    }
    .header-contact__inner:hover .header-contact__item{
        opacity: 1;
        visibility: visible;
        height: auto;
        position: relative;
    }
    .btn_underline:hover {
        color: var(--basic-company);
        border-color: transparent;
    }
    .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;
        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;
    }
    .fn_products_slide .product_item{width: 264px;}
    .product_item:not(.no_hover):hover .product_preview {
        border-color: #F0F0F0;
        -webkit-box-shadow: 0px 4px 26px 0px #10003F1F;
        -moz-box-shadow: 0px 4px 26px 0px #10003F1F;
        box-shadow: 0px 4px 26px 0px #10003F1F;
        z-index: 3;
    }
    .product_item:not(.no_hover):hover .product_preview__name {
        color: var(--basic-company)
    }
    .product_link:hover {
        color: var(--basic-company);
        border-color: transparent;
    }
    .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: rgb(127, 127, 127);
        border-color: rgb(127, 127, 127);
        color: #fff;
    }
    .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 {
        -webkit-box-shadow: 0px 4px 20px 0px #10003F12;
        -moz-box-shadow: 0px 4px 20px 0px #10003F12;
        box-shadow: 0px 4px 20px 0px #10003F12;
    }
    .article__body:hover {
        color: var(--basic-company)
    }
    .article_more:hover {
        border-color: transparent
    }
    .form_button:hover {
        background-color: #8176C0;
        color: #fff
    }
    .article__button:hover svg {
        left: 3px;
    }
    .details_boxed__other .fast_order_button:hover,
    .product-page__compare:hover,
    .product-page__wishlist:hover{
        border-color: var(--button-color);
        color: var(--button-color);
    }
    .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: var(--basic-company)!important;
        text-decoration: none;
    }
    .footer__menu_link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .form__button--subscribe:hover{
        opacity: 1;
    }
    .contacts_content a:hover {
        color: var(--basic-company)
    }
    .contacts_content .social__link:hover{
        background: var(--basic-company);
    }
    .contact_bl_item .contacts_content .social__link:hover svg {
        color: #fff
    }
    .autocomplete-suggestions a:hover {
        color: var(--basic-company)
    }

    /* .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: var(--basic-company)!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;
    }
    .why1_adv_item:hover {
        box-shadow: 0px 4px 20px 0px #10003F12;
    }
    .contour_btn:hover {
        background: var(--basic-company);
        color:#FAFAFA
    }
    .contour_btn:hover::before {
        content: url("data:image/svg+xml,%0A%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 23.3334H21M14 4.66675V18.6667M14 18.6667L18.0833 14.5834M14 18.6667L9.91667 14.5834' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
    .workers_preview:hover{
        box-shadow: 0px 3px 12px 0px #07004024;
    }
    



}

@media only screen and (max-width : 991px) {
    h2, .h2, h1, .h1, .h1_category, .h1_product, .h1_page {
        font-size: 35px;
        margin: 0 0 20px;
    }
    .header{
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .footer__hidden{
        display: none;
    }
    /* .main{
        padding-top: 60px;
    } */
    .product-page__images{
        max-height: 320px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .header__center {
        padding: 10px 0
    }
    .sidebar:not(.sidebar--user, .sidebar_blog) {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        padding: 45px 5px 5px;
        overflow-y: auto;
        transition: .3s;
        background: #fafafa;
    }
    .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: fixed;
        top: 0px;
        width: 310px;
        right: -300px;
        transition: .3s;
        height: 45px;
        background: #212121;
        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: -20px 0 20px 0 #0000001f;
    }
    .sidebar__header.opened {
        right: 5px;
        z-index: 5;
    }
    .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;
        -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-left: auto;
        display: inline-block;
        height: 25px;
        position: relative;
        width: 25px;
    }
    .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;
    }
    .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: 130px;
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .block_explanation{
        margin-top: 20px;
        padding-left: 0;
    }
    footer {
        padding-top: 50px;
    }
    .footer__title:before {
        content: none;
    }
    .footer__title {
        border: 1px solid #e2e2e2;
        margin-bottom: 10px;
        padding: 0 15px;
        border-radius: 3px;
        background: #eee;
        line-height: 36px;
        text-transform: uppercase;
        color: #222;
        font-weight: 500;
        font-size: 13px;
    }
    .footer__content {
        margin-bottom: 20px;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .block__abouts_us {
        border-right: none;
        padding-right: 0px;
        border-bottom: 1px solid;
        border-color: var(--border-color);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .product_preview__top{
        display: none;
    }
    .product_preview__image {
        height: 250px;
    }
    .product_preview__name {
        font-size: 18px
    }
    .product_preview__annotation {
        line-height: 1.4;
        max-height: 100%;
        height: 150px
    }
    .product_preview__annotation ul li {
        font-size: 14px
    }
    .product_preview__prices {
        margin-top: 5px;
    }
    .product_preview__bottom {
        margin: 5px 0 0;
    }
    .product_preview__prices .price {
        font-size: 16px;
        font-weight: 600;
    }
    .product_preview__prices .old_price {
        margin: 0 5px 0 0;
        font-size: 13px;
        font-weight: 400;
    }
    .categories_nav{
        display: none!important;
    }
    .main_banner {
        display: block;
        width: 100%;
        margin-left: 0px;
        box-shadow: none;
    }
    .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;
    }
    .tabs {
        margin-bottom: 10px;
    }
    .pager {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .products_container__boxed {
        padding: 20px 20px 10px;
        margin-bottom: 10px;
    }
    .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;
        padding: 1px 5px;
        margin-top: 10px;
    }
    .gallery_image picture,
    .gallery_image a{
        height: 440px;
        min-height: inherit;
    }
    .product-page__details .product_content_item:last-child {
        padding: 0 12px 0;
        margin-bottom: 0
    }
    .gallery_image img{
        max-height: 100%;
    }
    .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: 78vh;
    }
    .banner_group__title, .fn_banner_main2 .banner_group__title {
        font-size: 35px
    }
    .banner_group__description {
        font-size: 16px
    }
    .banner_group__link {
        font-size: 14px
    }
    .why_we1_left, .why1_advantages_block {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }
    .right_about_us1, .left_about_us1 {
        width: 100%;
        padding-right: 0;
    }
    .header_flex_top {
        padding-top: 0;
    }
    .about_us1_block {
        flex-direction: column;
        gap: 30px
    }
    .about_us1_image img, .why_we1_image img {
        max-width: 100%
    }
    .about_us1_image img, .why_we1_image img {
        max-width: 600px;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    }
    .about_us1_image picture {
        display: flex
    }
    .switcher__name {
        font-size: 18px;
    }
    .about_us1_image::after, .why_we1_image::after {
        top: -11%;
        right: -25px;
        max-width: 75%;
        height: calc(100% + 100px);
    }
    .banner_advantages__title {
        font-size: 32px
    }
    .banner_advantages__description {
        font-size: 14px
    }
    .banner_advantages__icon {
        max-width: 60px;
        min-height: 60px
    }
    .our_work1_title, .join_us1_title, .join_us2_title {
        font-size: 24px
    }
    .our_work1_img {
        max-height: 200px;
    }
    .our_work1_img img {
        border-radius: 20px
    }
    .our_work1_content {
        max-width: 450px;
        margin-right: 20px;
    }
    .why_we1_bl {
        flex-direction: column;
    }
    .why_we1_image picture {
        margin-left: auto
    }
    .why_we1_left {
        padding: 35px 0 80px 30px
    }
    .why1_adv_icon, .why2_adv_icon {
        width: 70px;
        height: 70px
    }
    .why1_adv_icon svg, .why2_adv_icon svg {
        width: 50px;
        height: 50px
    }
    .why1_adv_item {
        flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 4px 20px 0px #10003F12;
    }
    .main_btn {
        padding: 0 60px
    }
    .join_us1_item {
        padding: 40px 30px
    }
    .join_us1_img {
        margin-right: 50px;
    }
    .join_us1_img img {
        width: 280px;
        height: 280px;
    }
    .form_contacts {
        padding: 50px;
        width: 100%;
    
    }
    .contacts_ttl {
        font-size: 16px;
        margin-bottom: 12px
    }
    .form_contacts .contacts_ttl{
        margin-bottom: 20px;
    }
    .contacts_content a {
        font-size: 14px
    }
    body {
        font-size: 14px
    }
    .contacts_grid {
        gap: 15px;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
        position: relative;
        top: 0;
    }
    .menu_group--footer .menu_group__item {
        margin-bottom: 16px
    }
    .menu_group--footer {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact_bl_item svg {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }
    .menu_group__list .menu_group__item:first-child .menu_group__link {
        padding-left: 20px
    }
    .menu_group__list.menu_group__list--2 .menu_group__item:first-child .menu_group__link, .menu_group__list.menu_group__list--2 .menu_group__item:last-child .menu_group__link {
        padding-left: 16px;
        padding-right: 16px
    }
    .search {
        width: 350px;
        max-width: 350px
    }
    .social__link svg {
        margin-bottom: 0;
        width: 20px;
        height: 20px;
    }
    .contact_block {
        align-items: start;
        flex-direction: column-reverse;
        width: 100%;
        gap: 30px;
        padding: 0;
    }
    .contact_bl_item {
        padding: 16px;
    }
    .mini_title {
        top: -22px
    }
    .block_advantages2 .banner_advantages {
        padding: 0 15px;
        gap: 12px
    }
    .our_mission_block {
        flex-wrap: wrap;
    }
    .our_mission_item {
        width: 52%;
        max-width: 500px
    }
    .our_work1_heading {
        max-width: 600px
    }
    .our_mis_item_1 {
        z-index: 1
    }
    .our_mis_item_3 {
        margin-top: -25px;
        width: 100%;
        max-width: 100%;
        z-index: 0;
        margin-left: 0
    }
    .why2_advantages_block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
    .padding-block3 {
        padding: 80px 0
    }
    .contact2_bl_item svg {
        margin-left: 0
    }
    .contact2_bl_item {
        padding-bottom: 16px;
        margin-bottom: 16px
    }
    .form_contacts2 {
        padding: 40px 50px
    }
    .contacts2_content a {
        font-size: 14px
    }
    .menu_group--footer {
        column-gap: 55px
    }
    .about_us2_image img {
        width: 330px;
        height: 330px;
    }
    .desc_pop_up {
        max-width: 660px;
    }
    .banner_group__variant1 .banner_group__content, .banner_group__variant2 .banner_group__content {
        left: 3%
    }
    .banner_group__variant1 .banner_group__text, .banner_group__variant2 .banner_group__text {
        max-width: 700px
    }
    .popup__heading {
        font-size: 25px
    }
    .popup__description {
        font-size: 14px
    }
    .popup_title {
        font-size: 24px;
        margin-bottom: 24px
    }
    .content_pop_up.fancybox-content, .desc_pop_up {
        padding: 40px 24px
    }
    .popup_content {
        max-height: 100%
    }
    .btn_close_popup {
        top: 40px;
        right: 24px
    }
    .form__title {
        font-size: 24px
    }
    .popup {
        padding: 40px!important
    }
    .faq1_item {
        width: 100%;
        margin-bottom: 12px;
        box-shadow: 0px 5px 9px 0px #10003F0F;

    }
    .f1_answer {
        font-size: 14px
    }
    .f2_answer {
        max-width: 100%;
        font-size: 14px;
    }
    .see_more2_icon {
        width: 34px;
        height: 34px
    }
    .see_icon {
        width: 26px;
    }
    .see_icon::before {
        height: 26px;;
        top: -11px;
        left: 12px;
    }
    .faq-list {
        width: 100%
    }
    .about2_bl .fn_readmore[data-readmore] {
        max-height: 230px;
        min-height: 230px;
    }
    .main {
        padding-top: 90px
    }
    .menu_group--footer .menu_group__item:first-child .menu_group__link {
        padding-left: 0
    }
    .category_annotation {
        font-size: 16px;
        margin-bottom: 26px
    }
    .subcategories_grid {
        margin: 26px 0 90px;
        grid-template-columns: repeat(2, 1fr);
    }
    .h2_category, .h3_category {
        margin-bottom: 26px
    }
    .offer_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .offer_item {
        width: 30%;
        min-height: 165px
    }
    .provides_item {
        flex-wrap: wrap;
    }
    .provides_left, .provides_description {
        width: 100%
    }
    .provides_description {
        margin-left: 76px;
        padding-top: 0
    }
    .h3_category {
        font-size: 28px
    }
    .product_page {
        flex-direction: column;
        gap: 24px
    }
    .product-page__details, .product-page__gallery {
        width: 100%;
        margin-right: 0
    }
    .post_block {
        flex-direction: column-reverse;

    }
    .sidebar_blog {
        width: 100%
    }
    .left_head {
        width: calc(100% - 240px);
    }
    .right_head {
        width: 220px;
        position: sticky;
        top: 100px;
    }
    .about_btns {
        flex-wrap: wrap;
        justify-content: center;
    }
    .text_bottom_heading, .about_bg_block .bottom_annotation {
        margin-bottom: 26px
    }
    .about_us_block h2.text_bottom_title {
        font-size: 45px
    }
    .products_container__sort {
        margin-bottom: 20px
    }
    .product_item {
        height: 440px
    }
    .product_mini_item {
        height: 360px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .header__bottom {
        width: 100%;
        height: 60px;
    }
    .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) {
    .search {
        width: 280px
    }
    .header_flex_top {
        padding-top: 0;
    }
    .logo__link {
        height: 70px;
    }
    .search__button {
        border-radius: 3px;
        right: 6px;
        top: 0px;
    }
    .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;
    }
    .blog_container__boxed .switch_mobile_filter,
    .post_container__header .switch_mobile_filter {
        width: 100px;
        padding: 0 5px;
    }
    .post_information__item{
        margin: 5px 25px 5px 0;
        font-size: 12px;
    }
    .header__bottom,
    .fn_header__sticky{
        height: 45px;
    }
    /* .main{
        padding-top: 45px;
    } */
    .header__bottom_panel {
        position: static;
    }
    /* .menu_switcher {
        margin: 0px;
    } */
    .menu_switcher__heading{
        height: 30px;
    }
    .header_informers__item svg {
        width: 24px;
        height: 24px;
    }
    #wishlist svg {
        width: 26px;
        height: 26px;
    }
    .header_informers__item {
        min-width: 60px;
        padding: 0 10px;
    }
    .header_informers__item .compare_counter,
    .header_informers__item .wishlist_counter,
    .header_informers__item .cart_counter {
        right: 5px;
        top: -5px;
    }
    .header__bottom_panel{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 44px;
    }
    .block__header--promo .block__heading,
    .block__header--promo .block__title {
        padding-right: 0px;
    }
    .block__header_button {
        max-width: auto;
        position: relative;
        padding: 2px 0px;
        background: transparent;
        border: none;
        color: var(--basic-company);
    }
    .products_container__boxed {
        border-radius: 0px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .products_container__sort {
        border-bottom: none;
        margin-bottom: 0px;
    }
    .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;
    }

    .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: 440px
    }
    .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;
    }
    .article__title {
        font-size: 16px
    }
    .article__image_link {margin: 0 10px; height: 200px}
    .tabs__content {
        padding: 10px 0px;
    }
    .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__button--buy .product_preview__button_text{
        display: none;
    }
    .product_preview__buttons .product_preview__button:before {
        font-size: 20px;
    }
    .product-page__images{
        margin-top: 10px;
    }
    .product-page__image {
        display: block!important;
        max-width: 100%;
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    .product-page__img {
        padding: 0;
    }
    .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{
        height: 380px;
    }
    .sidebar--user{
        width: 100%;
        position: static!important;
        float: none;
        margin-bottom: 5px;
    }
    .user_container{
        margin-left: 0;
        width: 100%;
    }
    .profile {border-bottom: none;}
    .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: 15px;}
     .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;}
    
    
     .banner_group__description {
        font-size: 14px;
    }
    .about_us1_image::after, .why_we1_image::after {
        height: calc(100% + 85px)
    }
    .banner_advantages {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .banner_advantages__item {
        max-width: 100%
    }
    .why1_adv_item {
        row-gap: 10px;
        column-gap: 8px;
        padding: 16px;
    }
    .why1_adv_title {
        font-size: 18px
    }
    .join_us1_block {
        flex-direction: column;
        gap: 30px
    }

    .contacts_grid {
        position: relative;
        padding-top: 0;
        width: 100%;
        padding-bottom: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .form_contacts {
        width: 100%;
        padding: 40px
    }
    .why2_adv_title {
        font-size: 18px;
        margin-bottom: 12px
    }
    .footer_slogan {
        max-width: 240px;
    }
    .block_advantages2 .banner_advantages__item {
        width: 100%
    }
    .our_mission_item {
        width: 100%;
    }
    .our_mission_item {
        max-width: 750px;
        padding: 35px 40px 50px 40px
    }
    .our_mission_block {
        margin-top: 40px
    }
    .our_mis_item_2 {
        margin-left: 0;
        margin-top: -40px
    }
    .our_mis_item_3 {
        z-index: 5
    }
    .join_us2_item {
        flex-direction: column;
    }
    .join_us2_cont_block, .join_us2_img {
        width: 100%;
    }
    .join_us2_cont_block {
        padding: 40px 15px
    }
    .join_us2_content {
        margin-left: 0
    }
    .join_us2_img img {
        height: 310px
    }
    .contact_block2 {
        flex-direction: column;
    }
    .contacts_flex, .form_contacts2 {
        width: 100%
    }
    .form_contacts2 {
        margin-top: 40px
    }
    .about2_bl {
        flex-direction: column-reverse;
        gap: 30px
    }
    .right_about_us1 {
        /* padding: 0; */
        position: relative;
        top: 0;
        padding-right: 0;
        width: 100%
    }
    .left_about_us1 {
        width: 100%
    }
    .about_us2_image {
        display: flex
    }
    .about_us2_image picture {
        margin: 0 auto
    }
    .about_us2_image img {
        width: 550px;
        height: 550px
    }
    .about_mission_block::after {
        width: 70%;
        left: auto;
        right: -40px
    }
    .block_advantages2 .banner_advantages {
        margin-bottom: 0;
        bottom: auto;
        top: -125px
    }
    .padding-block2 {
        padding: 150px 0 60px;
        overflow: hidden
    }
    .block_advantages2 {
        margin-bottom: 130px
    }
    .our_work1_bl {
        flex-wrap: wrap;
        row-gap: 20px
    }
    .our_work1_content {
        max-width: 650px
    }
    .our_work1_img {
        margin-left: 100px
    }
    .menu_group--footer {
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }
    .footer_last {
        order: 2;
        width: 46%
    }
    .footer_cont .d-flex:nth-child(2) {
        order: 3;
        width: 100%
    }
    .footer_cont {
        gap: 40px
    }
    .footer_cop {
        gap: 10px
    }
    .desc_pop_up {
        max-width: 550px;
    }
    .pagination_main2.swiper-pagination-bullets {
        right: -25px
    }
    .why1_advantages_block {
        grid-template-columns: repeat(2, 1fr);
    }
    .news_header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .our_work1_heading h2 {
        margin-bottom: 24px;
    }
    .footer_last .social__link {
        width: 35px!important
    }
    .offer_item {
        width: 45%;
        min-height: 145px;
    }
    .offer_title {
        font-size: 38px;
        line-height: 100%;
    }
    .head_wrapper {
        flex-direction: column;
        gap: 30px
    }
    .left_head, .right_head {
        width: 100%
    }
    .right_head {
        max-width: 300px;
        margin: 0 auto
    }
    .head_annotation {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .about_us_block h2.text_bottom_title {
        font-size: 38px;
    }
    .about_btns {
        margin-top: 16px;
        gap: 12px
    }
    .fn_our_workers:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .fn_products_slide:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3) {
        display: none;
    }
}
/* 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;
    }
    .form--boxed {
        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: 15px;
    }
    .form__title {
        font-size: 20px;
        margin: 0 0 24px;
    }
    .form__header::after {
        top: 35%;
    }
    .delivery__name_price {
        font-weight: 600;
        font-size: 10px;
    }
    .form__title svg{
        display: none;
    }
    .form__group {
        margin-bottom: 10px;
    }
    .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: 12px;
        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: 10px;
    }
    .details_boxed__amount {
        margin-bottom: 10px;
    }
    .details_boxed__prices {
        margin-bottom: 10px;
        padding: 0;
        margin-right: 15px;
    }
    .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%;
    }
    .sidebar_blog_heading {
        font-size: 24px
    }
    .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;
    }
    .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: 45px;
    } */
    .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;
    }

    .main_banner .banner_group__item, .main_banner {
        height: 70vh;
    }
    .banner_group__title, .fn_banner_main2 .banner_group__title {
        font-size: 28px;
    }
    .mini_title {
        font-size: 14px;
    }
    .main_banner {
        margin-bottom: 35px;
    }
    h2, .h2{
        font-size: 28px;
        margin: 0 0 16px;
    }
    h1, .h1, .h1_category, .h1_product, .h1_page {
        font-size: 30px;
        margin: 0 0 16px;
    }
    .about_us1_image::after, .why_we1_image::after {
        top: -9%;
        max-width: 88%;
        height: calc(100% + 55px)
    }
    .block_advantages1 {
        margin: 40px 0
    }
    .why1_advantages_block {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        margin-bottom: 40px;
    }
    .why1_adv_item {
        column-gap: 16px;
        box-shadow: 0px 5px 20px 0px #10003F1F;
    }
    .why1_adv_icon {
        width: 60px;
        height: 60px
    }
    .why1_adv_icon svg {
        width: 40px;
        height: 40px
    }
    .join_us1_item {
        padding: 24px
    }
    .our_work1_heading h2 {
        margin-bottom: 16px;
    }
    .contacts_ttl {
        font-size: 18px
    }
    .contact_bl_item svg {
        width: 34px;
        height: 34px
    }
    .social__link svg {
        margin-bottom: 0;
        width: 20px;
        height: 20px;
    }
    .contacts_social {
        gap: 10px;
    }
    .fn_banner_main2 .banner_group__description {
        font-size: 14px;
    } 
    .banner_advantages__icon {
        max-width: 45px;
        min-height: 45px;
    }
    .banner_advantages__title {
        font-size: 25px;
    }
    .block_advantages2 .banner_advantages__item {
        padding: 12px
    }
    .block_advantages2 .banner_advantages {
        top: -110px
    }
    .padding-block2 {
        padding: 70px 0 50px
    }
    .about2_bl .right_about_us1 {
        padding-right: 0
    }
    .about_us2_image img {
        width: 450px;
        height: 450px;
    }
    .why2_adv_title {
        font-size: 18px;
        margin-bottom: 16px
    }
    .our_mission2_annotation {
        font-size: 14px
    }
    .our_mission_item {
        padding: 24px
    }
    .our_mis_item_2, .our_mis_item_3 {
        margin-top: -20px
    }
    .our_work_container {
        padding: 40px 15px
    }
    .our_work2_title {
        font-size: 18px
    }
    .our_work2_sl {
        height: 530px
    }
    .our_work2_block {
        margin: 35px 0
    }
    .why2_advantages_block {
        grid-template-columns: repeat(1, 1fr);
    }
    .why2_adv_item {
        gap: 12px;
        box-shadow: 0px 4px 16px 0px #10003F21;
        padding: 16px
    }
    .padding-block3 {
        padding: 70px 0;
    }
    .our_work2_block .swiper-container {
        padding-bottom: 60px
    }
    .join_us1_img {
        margin-right: 0px;
    }
    .pagination_main2.swiper-pagination-bullets {
        left: 42%;
        right: auto;
        bottom: 20%;
    }
    .footer__copyright {
        margin-top: 40px
    }
    .footer_last {
        gap: 26px;
    }
    .footer_last .social__link {
        width: 25%!important
    }
    .footer_logo {
        margin-bottom: 20px;
    }
    footer {
        padding-top: 40px;
    }
    .footer_cont {
        flex-direction: column;
        gap: 30px
    }
    .footer_cont .d-flex:last-child {
        order: 3;
        width: 100%
    }
    .footer_cont .d-flex:nth-child(2) {
        order: 2;
        width: 100%
    }
    .menu_group--footer {
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }
    footer .header__callback {
        width: 100%
    }
    .logo__link {
        height: 65px;
    }
    .main {
        padding-top: 85px;
    }
    .svg_number svg {
        color: #FFE1DA
    }
    .popup_title {
        font-size: 20px
    }
    .desc_pop_up {
        max-width: 450px;
    }
    .footer_slogan {
        max-width: 100%
    }
    .popup {
        padding: 40px 24px!important;
    }
    .q1_text {
        font-size: 16px
    }
    .see_more1_icon {
        width: 30px;
        height: 30px
    }
    .see_more1_icon svg {
        width: 18px;
        height: 18px
    }
    .f1_question, .f2_question, .faq1__content {
        margin: 0 12px
    }
    .f1_answer, .f2_answer {
        padding: 12px 0
    }
    .q2_text {
        font-size: 16px
    }
    .see_more2_icon {
        width: 30px;
        height: 30px;
    }
    .see_icon {
        width: 24px;;
        height: 2px
    }
    .see_icon::before {
        height: 24px;
        width: 2px
    }
    .news_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .our_work1_heading {
        max-width: 475px;
    }
    .fn_articles_slide, .fn_partners_slide{
        padding: 0 0 86px;
        margin: 0 ;
    }
    .pagination_buttons {
        margin: 0
    }
     .search {
        display: none;
        position: absolute;
        margin: 0;
        width: 100%;
        top: 45px;
        left: 0;
        background: var(--second-company);
        padding: 0 7px 7px;
    }
    .header_search__item {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        border: 1px solid var(--basic-company);
        color: var(--basic-company);
        margin-right: 15px
    }
    .header_search__item svg {
        width: 25px;
        height: 25px
    }
    .fn_serch_mobile.form_search {
        background: #000000b0;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        backdrop-filter: saturate(180%) blur(20px);
        display: none;
        margin: 0;
        max-width: 100%
    }
    .search_close {
        color: #ffffff80;
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: color .5s;
        -webkit-tap-highlight-color: #0000;
    }
    .form_search_content {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 660px;
        height: fit-content;
        padding: 0 20px;
        height: 0;
        position: relative;
        z-index: 20;
        margin: 0 auto;
        max-width: 380px;
    }
    .text_search {
        color: #fff9;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        height: 20px;
        line-height: 20px;
        margin: 15vh 0 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .form_search_mobile {
        display: block;
        width: 100%;
        height: 60px;
        margin: 20px 0 0;
        position: relative;
    }
    .form_search_mobile input {
        background: var(--bg);
        border: none;
        color: var(--body-text);
        height: 50px;
        width: 100%;
    }
    .search__button {
        height: 50px;
    }
    .search_close svg {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .category_annotation {
        font-size: 14px
    }
    .subcategories_grid {
        gap: 7px;
    }
    .subcategory_name {
        font-size: 18px;
    }
    .h3_category {
        font-size: 24px;
    }
    .features__value {
        width: 220px
    }
    .features__name, .features__value {
        font-size: 14px
    }
    .h3_product {
        font-size: 24px
    }
    .about_us_block h2.text_bottom_title {
        font-size: 32px;
    }
    .h_about {
        margin-bottom: 30px;
    }
    .fancybox-slide--html .fancybox-close-small {
        right: 20px!important;
        top: 30px!important;
        width: 40px;
        height: 40px;
    }
    h1,.h1,
    h2,.h2,
    h3,.h3,
    h4,.h4,
    h5,.h5,
    h6,.h6{
        color: #922d8b!important
    }
    h1,.h1{color: #414141;}

}

@media only screen and (max-width : 480px) {
    body {
        line-height: 1.4;
    }
    h1, .h1, .h1_category, .h1_product, .h1_page {
        font-size: 28px;
    }
    .form--boxed{
        padding: 5px 0px;
        box-shadow: none;
    }
    .form--boxed.popup{
        padding: 10px;
    }
    .block__title {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 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 5px;
    }
    .header_informers__item.icon-search {
        min-width: 35px;
        height: 24px;
    }
    .product_preview__prices {
        margin-top: 10px;
    }
    .product-page__button {
        font-size: 12px;
    }
    .header_informers__item .compare_counter,
    .header_informers__item .wishlist_counter,
    .header_informers__item .cart_counter {
        right: 3px;
        top: -5px;
    }
    .scroll_products .scroll_products__item {
        width: 160px;
    }
    .product_preview {
        padding: 10px 10px 10px;
    }
    .product_preview__prices .price .currency {
        font-size: 10px;
        font-weight: 500;
    }
    .block_explanation__header {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .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;
    }
   .fn_banner_main2 .banner_group__title {
        margin-bottom: 16px
    }
    .about_us1_image::after, .why_we1_image::after {
        top: -12%
    }
    .our_work1_title, .join_us1_title, .join_us2_title {
        font-size: 20px;
        margin-bottom: 16px
    }
    .our_work1_img {
        margin-left: 0
    }
    .svg_number {
        margin-right: 16px;
        margin-bottom: auto
    }
    .svg_number svg {
        height: 60px;
        width: 47px
    }
    .contacts_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact_bl_item {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px 24px;
        align-items: center;
        row-gap: 6px
    }
    .contact_bl_item svg {
        margin-bottom: 0;
        margin-right: 12px
    }
    .contacts_ttl {
        width: 80%;
        margin-bottom: 0
    }
    .contacts_content {
        margin-left: 46px;
        text-align: left;
    }
    .form_contacts {
        padding: 30px 16px
    }
    .about_us2_image img {
        width: 350px;
        height: 350px;
    }
    .form_contacts2 {
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0
    }
    .footer__copyright {
        margin-top: 25px
    }
    .our_work2_description {
        height: 140px
    }
    .pagination_main2.swiper-pagination-bullets {
        width: 18%;
        left: 41%;
        bottom: 16%
    }
    .mob_menu_content .menu_group__link {
        padding: 12px 20px;
        font-size: 20px
    }
    .mobile__link img {
        height: 70px
    }
    .mobile__link {
        padding: 20px
    }
    .banner_group__link {
        padding: 0 70px
    }
    .why1_adv_icon {
        width: 50px;
        height: 50px;
    }
    .why1_adv_title {
        font-size: 16px;
    }
    .why1_adv_item {
        row-gap: 7px
    }
    .q1_text {
        font-size: 14px;
    }
    .swiper_btns {
        display: none
    }
    .fn_articles_slide, .fn_partners_slide {
        padding: 0 0 65px;
        margin: 0;
    }
    .fn_our_workers .swiper-slide{
        padding: 0 0 65px;
    }
    .pagination_buttons {
        bottom: 0;
        margin: 0
    }
    input, textarea, .form__textarea, .form__input {
        font-size: 14px
    }
    .padding-block {
        margin: 70px 0;
    }
    .social__link svg {
        margin-right: 0;
        width: 20px;
        height: 20px;
    }
    .subcategories_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px
    }
    .offer_flex {
        gap: 10px
    }
    .offer_item {
        width: 48%
    }
    .provides_left picture {
        width: 45px;
        height: 45px
    }
    .provides_title {
        font-size: 18px
    }
    .provides_description {
        margin-left: 60px;
        padding-top: 5px;
    }
    .provides_description li {
        margin-bottom: 7px
    }
    .product_item {
        float: left;
    width: 100%;
    height: fit-content
    }
    .features__value {
        width: auto
    } 
    .post_share {
        padding: 5px 0
    }
    .text_about_bottom h2 {
        text-align: center;
    }
    .about_us_block h2 {
        font-size: 24px;
    }
    .product_preview__annotation {
        height: fit-content
    }
    .fn_our_workers:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .fn_products_slide:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+2) {
        display: none;
    }
    .workers_name{margin-right: auto;}
    .workers_position{min-height: auto;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
    .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;
    }
    .join_us1_img img {
        width: 250px;
        height: 250px;
    }
    .join_us1_img::before {
        right: -20px;
    }
    .offer_item {
        width: 100%;
        min-height: 120px
    }
    .provides_description {
        margin-left: 0;
        padding-top: 24px;
    }
    .provides_item {
        padding: 16px 0 22px;
    }
}
