/* 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 : 1320px) {
    .footer_info{
        max-width: 570px;
    }
}

@media only screen and (max-width : 1025px) {
    .footer__contact_wrapper{
        gap: 24px;
    }
    .blog_publications_posts{
        grid-template-columns: repeat(2, 1fr);
    }
    .all_news_item_link{
        flex-wrap: wrap;  
    }
    .all_news_item_name{
        margin: 2px 0 0 0;
        width: 100%;
    }
    .menu_group--header .menu_group__link{
        padding: 5px 10px;
    }
    .menu_group--header .menu_group__link.current::before{
        content: none;
    }
    .swiper-pagination{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        transition: visibility 0.5s, opacity 0.5s;
        bottom: 0!important;
    }
    .swiper-pagination-bullet{
        background: #D9D9D9;
        cursor: pointer;
        display: block;
        width: 100%;
        max-width: 70px;
        height: 6px;
        margin: 0;
        padding: 0;
        opacity: 1;
        position: relative;
        border-radius: 0;
        transition: background 0.5s;
        margin: 0!important;
    }
    .swiper-pagination-bullet:first-of-type{
        border-radius: 60px 0 0 60px;
    }
    .swiper-pagination-bullet:last-of-type{
        border-radius: 0 60px 60px 0;
    }
    .swiper-pagination .swiper-pagination-bullet:hover, 
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--basic-company);
    }
    .reels_item{
        padding: 30% 0%;
    }
    .post_container__wallpaper.post_container__video{
        height: 414px;
    }
    .blog_publications_posts.blog_video_wrapper{
        grid-template-columns: repeat(3, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }
    .reels_items{
        padding-left: 30px;
        padding-right: 30px;
    }
    .swiper-button-prev,
    .swiper-button-next{
        background: #D9D9D9;
        border-radius: 100%;
        width: 48px;
        height: 48px;
        opacity: .8;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        color: var(--basic-company);
        font-size: 22px;
        font-weight: 600;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-right{
        right: 0;
    }
    .all_news_item_date{
        min-width: 30px;
        margin-right: 4px;
    }

    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu_switcher {
        display: none !important;
    }
    .position_sticky{
        position: sticky;
        top: 20px;
    }
    .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: 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;
    }
    .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__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(--second-company-text);
        text-decoration: none;
        opacity: .7;
    }
    .menu_group--footer .menu_group__link:hover{
        color: var(--basic-company);
        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);
    }
    .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 {
        background: #fff;
        border-color: transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        z-index: 3;
    }
    .product_preview__name:hover {
        overflow: visible;
        z-index: 2;
    }
    .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 {
        background: rgb(255, 255, 255);
        border-color: transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        z-index: 3;
    }
    .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__menu_link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .form__button--subscribe:hover{
        opacity: 1;
    }
    .social__link:hover {
        background-color: var(--basic-company);
        border-color: var(--basic-company-text);
        color: var(--basic-company-text);
    }
    .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;
    }

}

@media only screen and (max-width : 991px) {
    h2, .h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .footer__hidden{
        display: none;
    }
    .main{
        padding-top: 100px;
    }
    .product-page__images{
        max-height: 320px;
    }
    .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;
    }
    .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;
        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;
    }
    .blog_container--left,
    .post_container--left,
    .products_container {
        margin-left: 0px;
        width: 100%;
    }
    .blog_container__boxed,
    .post_container__boxed{
        position: relative;
    }
    .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: 40px;
    }
    .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;
    }
    .product_item {
        margin-bottom: 0px;
        height: 299px;
        padding: 0px !important;
    }
    .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 {
        box-shadow: none;
        min-height: 300px;
        border-left: none !important;
    }
    .product_preview__top{
        display: none;
    }
    .product_preview__image {
        height: 150px;
        margin-bottom: 10px;
    }
    .product_preview__image a,
    .product_preview__image picture {
        height: 150px;
    }
    .product_preview__name {
        height: 34px;
    }
    .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;
        margin-bottom: 10px;
        box-shadow: none;
    }
    .article_list.no_gutters{
        border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
    }
    .article_list.no_gutters .article__preview {
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
    }
    .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: 350px;
        min-height: inherit;
    }
    .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: inherit;
    }

    header{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
    }
    .mobile_hidden{
        display: none!important;
    }
    .mobile_menu .desktop_hidden{
        display: flex!important;
    }
    .mobile_menu {
        position: absolute;
        top: 100%;
        background-color: var(--basic-company);
        width: 100%;
        height: 100vh;
        max-width: 380px;
        left: 0;
        flex-direction: column;
        z-index: 99;
        padding: 16px;
        display: none;
    }
    .mobile_menu.active{
        display: block;
    }
    .mobile_menu .menu_group--header{
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile_menu .menu_group--header .menu_group__item{
        width: 100%;
        border-bottom: 1px solid #016F7F;
        padding: 16px 0;
    }
    .mobile_menu .header_informers__item{
        width: 56px;
        height: 56px;
    }
    .mobile_menu .header_informers__item svg {
        width: 24px;
        height: 24px;
    }
    .mobile_menu .menu_group--header .menu_group__item:first-of-type{
        padding-top: 0;
    }
    .mobile_social_links{
        gap: 16px;
        margin-top: 24px;
    }
    .header_content{
        justify-content: space-between;
        width: 100%;
    }
    .fn_menu_toggle {
        display: block;
    }
    .menu_mobile_icon{
        display: block;
        width: 32px;
        height: 32px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.66675 23.5128C5.38341 23.5128 5.14591 23.4169 4.95425 23.2251C4.76258 23.0334 4.66675 22.7958 4.66675 22.5123C4.66675 22.2289 4.76258 21.9914 4.95425 21.8C5.14591 21.6085 5.38341 21.5128 5.66675 21.5128H26.3334C26.6167 21.5128 26.8542 21.6087 27.0459 21.8004C27.2375 21.9922 27.3334 22.2298 27.3334 22.5132C27.3334 22.7967 27.2375 23.0341 27.0459 23.2256C26.8542 23.417 26.6167 23.5128 26.3334 23.5128H5.66675ZM5.66675 16.9999C5.38341 16.9999 5.14591 16.9041 4.95425 16.7123C4.76258 16.5206 4.66675 16.283 4.66675 15.9995C4.66675 15.7161 4.76258 15.4786 4.95425 15.2872C5.14591 15.0957 5.38341 15 5.66675 15H26.3334C26.6167 15 26.8542 15.0959 27.0459 15.2876C27.2375 15.4794 27.3334 15.717 27.3334 16.0004C27.3334 16.2839 27.2375 16.5213 27.0459 16.7128C26.8542 16.9042 26.6167 16.9999 26.3334 16.9999H5.66675ZM5.66675 10.4871C5.38341 10.4871 5.14591 10.3913 4.95425 10.1995C4.76258 10.0078 4.66675 9.77018 4.66675 9.48671C4.66675 9.20327 4.76258 8.96583 4.95425 8.77438C5.14591 8.58291 5.38341 8.48718 5.66675 8.48718H26.3334C26.6167 8.48718 26.8542 8.58306 27.0459 8.77481C27.2375 8.96657 27.3334 9.20417 27.3334 9.48762C27.3334 9.77108 27.2375 10.0085 27.0459 10.2C26.8542 10.3914 26.6167 10.4871 26.3334 10.4871H5.66675Z' fill='white'/%3E%3C/svg%3E");
    }
    .fn_menu_toggle.active .menu_mobile_icon{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 17.4051L9.23585 24.1692C9.05125 24.3538 8.8192 24.4482 8.53972 24.4525C8.26025 24.4568 8.02394 24.3624 7.83078 24.1692C7.6376 23.976 7.54102 23.7418 7.54102 23.4666C7.54102 23.1914 7.6376 22.9573 7.83078 22.7641L14.5949 16L7.83078 9.23585C7.64616 9.05125 7.55172 8.8192 7.54745 8.53972C7.54316 8.26025 7.6376 8.02394 7.83078 7.83078C8.02394 7.6376 8.25812 7.54102 8.53332 7.54102C8.80852 7.54102 9.04269 7.6376 9.23585 7.83078L16 14.5949L22.7641 7.83078C22.9487 7.64616 23.1808 7.55172 23.4602 7.54745C23.7397 7.54316 23.976 7.6376 24.1692 7.83078C24.3624 8.02394 24.4589 8.25812 24.4589 8.53332C24.4589 8.80852 24.3624 9.04269 24.1692 9.23585L17.4051 16L24.1692 22.7641C24.3538 22.9487 24.4482 23.1808 24.4525 23.4602C24.4568 23.7397 24.3624 23.976 24.1692 24.1692C23.976 24.3624 23.7418 24.4589 23.4666 24.4589C23.1914 24.4589 22.9573 24.3624 22.7641 24.1692L16 17.4051Z' fill='white'/%3E%3C/svg%3E");
    }
    .fn_search_open.header_informers__item{
        border: none;
    }
    .fn_search_open.header_informers__item svg{
        width: 32px;
        height: 32px;
    }
    .featured_posts_first_item_link{
        font-size: 24px;
        line-height: 28px;
    }
    .section_title,
    h1.block__heading,
    .post__heading,
    .blog__heading{
        font-size: 32px;
        line-height: 40px;
    }
    .blog__heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .featured_posts_first_item_image{
        padding: 10% 0%;
    }
    .latest_news_right_items,
    .publications_bottom_wrapper .swiper-wrapper, 
    .publications_top_wrapper,
    .featured_posts_second_items{
        row-gap: 16px;
        column-gap: 16px;
    }
    .latest_news_wrapper{
        gap: 24px;
    }
    .publications_bottom_wrapper .swiper-wrapper, 
    .publications_top_wrapper,
    .featured_posts_second_items{
        grid-template-columns: repeat(2, 1fr);
    }
    .publications_tile_container{
        padding: 16px;
    }
    .publications_bottom_wrapper{
        padding-top: 16px;
    }
    .footer__contact_wrapper,
    .footer__content-left{
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer__content-left{
        gap: 40px;
    }
    .footer_info{
        text-align: center;
        align-items: center;
    }
    .copyright{
        margin-top: 20px;
        text-align: center;
    }
    .breadcrumbs .breadcrumbs__item{
        width: max-content;
        white-space: nowrap;
    }
    .breadcrumbs{
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .sidebar{
        margin-top: 24px;
    }
    .calendar_icon{
        display: block!important;
        width: 40px;
        height: 40px;
    }
    .video_wrapper .publications_top_wrapper .publications_top_item_link{
        gap: 16px;
        font-size: 24px;
        line-height: 30px;
    }
    .video_wrapper .publications_top_wrapper .video_post_item_name,
    .publications_top_item_name{
        line-height: 20px;
        font-size: 16px;
    }
    .video_post_item_name{
        -webkit-line-clamp: 4;
    }
    .reels_items{
        padding-bottom: 24px;
    }
    .reels_item {
        padding: 44% 0%;
    }
    .video_post_content{
        width: auto;
    }
}

/* 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 {
        display: none;
        position: absolute;
        margin: 0;
        width: 100%;
        top: 45px;
        left: 0;
        background: var(--second-company);
        padding: 0 7px 7px;
    }
    .search__input {
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 3px;
        height: 32px;
    }
    .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 .switch_mobile_filter,
    .post_container__header .switch_mobile_filter {
        width: 100px;
        padding: 0 5px;
    }
    .header__bottom,
    .fn_header__sticky{
        height: 45px;
    }
    .main{
        padding-top: 65px;
    }
    .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 .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: 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: 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{
        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;
    }
    .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: 5px;
        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{
        height: 250px;
    }
    .sidebar--user{
        width: 100%;
        position: static!important;
        float: none;
        margin-bottom: 5px;
    }
    .user_container{
        margin-left: 0;
        width: 100%;
    }
    .mobile_tab__content,
    .tabs__navigation--user .button__logout,
    .tabs__navigation--user .tabs__link {display: none;}
    .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;}

     .latest_news_wrapper{
         flex-direction: column;
         gap: 20px;
     }
     .latest_news_right_items{
        grid-template-columns: repeat(1, 1fr);
     }
     /* .latest_news_right_item .latest_news_item_top{
        justify-content: space-between;
     } */
     .more_link{
        margin: 16px auto 0;
     }
     .publications_top_wrapper, 
     .featured_posts_second_items{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 12px;
        column-gap: 12px;
     }
     header{
         padding: 12px 0;
     }
     .header__logo,
     .logo__link img{
        max-height: 38px;
     }
     .logo__link{
        display: block;
        max-height: 38px;
     }
     .section_title,
     .post__heading,
     .blog__heading{
         font-size: 24px;
         line-height: 32px;
         margin-bottom: 16px;
     }
     h1.block__heading{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
     }
     .featured_posts_first_item_link{
         flex-direction: column;
         gap: 8px;
     }
     .featured_posts_first_item_image {
        padding: 28% 0%;
    }
    .featured_posts_first_item_name{
        -webkit-line-clamp: 4;
    }
    .featured_posts_first_item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .section_main, 
    .section_video, 
    .section_reels{
        padding: 24px 0;
    }
    .section_latest_news,
    .section_publications{
        padding-bottom: 24px;
    }
    .publications_top_item_name{
        -webkit-line-clamp: 3;
    }
    .publications_tile_container,
    .blog_publications_posts .publications_tile_container{
        padding: 8px;
    }
    .featured_posts_second_item::before{
        width: 16px;
        height: 16px;
        min-width: 16px;
    }
    .featured_posts_second_item_link{
        font-size: 16px;
        line-height: 18px;
        -webkit-line-clamp: initial;
    }
    .featured_posts_second_item{
        gap: 12px;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 10px;
    }
    .advertising_wrapper{
        /* height: 100px; */
        /* height: 37px;
        max-width: 300px; */
        height: 45px;
        max-width: 350px;
    }
    .latest_news_item_top{
        gap: 4px;
    }
    .footer_logo svg{
        width: 100%;
        height: 100%;
    }
    .footer_logo {
        max-width: 240px;
        max-height: 76px;
    }
    .banner_about_items{
        padding-bottom: 50px;
        grid-template-columns: repeat(1, 1fr);
    }
    .other_pages{
        padding-bottom: 50px;
    }
    .publications_bottom_wrapper .swiper-wrapper{
        display: flex;
        gap: 0;
        padding-bottom: 24px;
    }
    .publications_bottom_wrapper{
        margin-right: -16px;
    }
    .publications_bottom_wrapper .swiper-wrapper .publications_top_item:first-of-type{
        display: block;
    }
    .publications_top_wrapper .publications_top_item:nth-of-type(2){
        display: none;
    }
    .views_icon{
        display: block;
    }
    .post_views_text{
        display: none;
    }
    .post_container__wallpaper{
        margin-bottom: 8px;
    }
    .post_container .bg_grey{
        padding: 16px;
    }
    blockquote{
        padding: 16px 16px 16px 48px;
    }
    blockquote::before{
        left: 16px;
        width: 24px;
        height: 20px;
        background-size: cover;
    }
    .block__description--style{
        line-height: 1.5;
    }
    .banner_photo_items{
        grid-template-columns: repeat(1, 1fr);
        padding: 16px;
    }
    .block__description--style .banner_photo_items img{
        margin: 0;
    }
    .block__description iframe{
        /* height: 190px; */
        height: auto;
    }
    .post_container__wrapper .advertising_wrapper{
        margin: 0 auto 24px;
    }
    .jssocials-shares{
        gap: 15px;
    }
    .post_container__footer{
        margin-bottom: 24px;
    }
    .sidebar .advertising_wrapper{
        margin: 0 auto;
    }
    .pagination{
        margin: 24px auto 16px;
    }
    .all_news_date{
        font-size: 18px;
        line-height: 24px;
    }
    .all_news_item_link{
        padding: 10px 0;
    }
    .all_news_items .advertising_wrapper{
        margin: 16px auto;
    }
    .calendar_heading{
        font-size: 18px;
        line-height: 24px;
    }
    .not_found{
        padding: 80px 0;
    }
    .video_wrapper .publications_top_wrapper .publications_top_item_link{
        flex-direction: column;
    }
    .video_wrapper .publications_top_wrapper .publications_top_item_img {
        padding: 30% 0%;
    }
    .video_wrapper .publications_top_wrapper .publications_top_item_link{
        gap: 10px;
        font-size: 24px;
        line-height: 28px;
    }
    .video_wrapper .publications_bottom_wrapper .video_post_item_name{
        -webkit-line-clamp: 3;
    }
    .reels_item{
        padding: 89% 0%;
    }
    .video_post_item_name{
        -webkit-line-clamp: inherit;
    }
    .video_wrapper .publications_top_wrapper .video_post_item_name{
        font-size: 22px;
        line-height: 26px;
    }
    .publications_bottom_wrapper .publications_top_item_name{
        line-height: 16px;
        font-size: 14px;
    }
    .post_videos_horizontal{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 16px;
        column-gap: 16px;
        margin-bottom: 24px;
    }
    .post_container__wallpaper.post_container__video {
        height: 220px;
    }
    .post_videos_vertical{
        grid-template-columns: repeat(2, 1fr);
    }
    .blog_publications_posts.blog_video_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .section_advertising .container{
        padding: 0;
    }

}
/* 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: 16px;
        font-weight: 500;
        margin: 0 auto 10px;
    }
    .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%;
    }
    .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;
    }
    .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 {
        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;
    }
    .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;
    }
    .blog_publications_posts{
        grid-template-columns: repeat(1, 1fr);
    }
    .blog_publications_posts .latest_news_item_top{
        margin-top: 4px;
    }
    .post_videos_vertical{
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (max-width : 480px) {
    body {
        line-height: 1.4;
    }
    h2, .h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .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;
    }
    .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;
    }
    .mobile_menu{
        max-width: 100%;
    }
    .block__description--style .banner_photo_items img{
        width: 100%;
    }
    .blog_publications_posts.blog_video_wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 24px;
        column-gap: 24px;
        margin-bottom: 40px;
    }
    .blog_video_wrapper .publications_top_item_img{
        padding: 28% 0%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
    .footer__social.header_informers{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile_social_links{
        flex-wrap: wrap;
        justify-content: center;
    }
    .jssocials-share{
        width: 45px;
        height: 45px;
    }
    .jssocials-shares{
        gap: 14px;
    }
    .jssocials.share__icons{
        min-height: 45px;
    }
}
