@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    body
    {
        font-size: 14px;
    }

    .cont
    {
        padding: 0 10px;
    }


    ._marg
    {
        margin-top: 30px;
    }

    ._marg-big
    {
        margin-top: 30px;
    }



    /*---------------
		Page head
	---------------*/
    .main-title
    {
        font-size: 24px;
    }


    .page-title
    {
        font-size: 24px;
    }


    .tabs__text
    {
        font-size: 24px;
    }

    .tabs__text + .tabs__text
    {
        margin-left: 30px;
    }



    /*----------------
		Typography
	----------------*/
    .text-block h1,
    .text-block .h1
    {
        font-size: 24px;

        margin-bottom: 20px;
    }

    .text-block h2
    {
        font-size: 20px;
    }

    .text-block h4
    {
        font-size: 14px;
    }

    .text-block ul li::before
    {
        top: 10px;
    }



    /*------------------
		Form elements
	------------------*/



    /*------------
		Header
	------------*/
    .header__head
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .search-mini-modal
    {
        padding-right: 10px;
        padding-left: 10px;
    }


    .catalog-list-sub-menu
    {
        padding: 10px 20px 30px 40px;
    }

    .catalog-list-sub-menu__col
    {
        width: 100%;
        max-width: none;
    }

    .catalog-list-sub-menu__col div
    {
        margin-top: 20px;
    }



    /*------------------------
		Slider controls
	------------------------*/



    /*-----------------
		Main section
	-----------------*/
    .first-section
    {
        margin-top: 5px;
    }

    .main-slider
    {
        overflow: visible;

        padding-right: 20px;
    }

    .main-slider .slider-button-prev,
    .main-slider .slider-button-next
    {
        display: none;
    }

    .main-slider__slide
    {
        min-height: 300px;
        padding: 60px 0 20px;
    }

    .main-slider__img
    {
        display: none;
    }

    .main-slider__imgmob
    {
        display: block;
    }

    .main-slider__box
    {
        max-width: 304px;
        margin: 0 0 auto;
        padding: 10px 20px;

        background: rgba(255, 255, 255, .6);
    }

    .main-slider__name
    {
        font-size: 24px;
    }

    .main-slider__desc
    {
        font-size: 16px;
    }

    .main-slider__code
    {
        font-size: 16px;

        margin-top: 6px;
    }

    .main-slider__more
    {
        margin-top: 20px;
        padding: 0 20px;
    }

    .main-slider__more .btn-black
    {
        width: auto;
        padding: 0 24px;
    }



    .brand__img
    {
        height: 80px;
    }

    .brand__name
    {
        font-size: 14px;

        margin-top: 6px;
    }


    .news__slider
    {
        padding-right: 20px;
    }

    .news-item__name
    {
        font-size: 14px;

        margin-top: 10px;
    }

    .news-item__date
    {
        margin-top: 10px;
    }

    .news__slider .slider-progressbar
    {
        width: calc(100% + 20px);
    }

    .news__grid
    {
        margin-left: -10px;
    }

    .news__grid .news-item
    {
        width: calc(100%/2 - 10px);
        margin-left: 10px;
    }

	.brand__grid .brand-item {
    width: calc(100%/2 - 20px);
	}

    .main-about-info__desc
    {
        font-size: 14px;

        max-width: 400px;
    }


    .main-about__items
    {
        margin-top: -10px;
    }

    .main-about__name
    {
        font-size: 17px;
    }

    .main-about__desc
    {
        line-height: 1.5;

        margin-top: 10px;
    }



    .products__slider
    {
        padding-right: 20px;
    }

    .products__slider .slider-progressbar
    {
        width: calc(100% + 20px);
    }

    .products__grid
    {
        --products_marg: 10px;
    }

    .products__grid
    {
        --products_number: 2;
    }

    .content .products__grid
    {
        --products_number: 2;
    }

    .product-list__wrapthumb
    {
        position: relative;
        top: 0;
        left: 0;
    }

    .product-list__block
    {
        margin-top: 10px;
    }

    .product-list__top
    {
        min-height: 1px;
        padding-left: 0;
    }

    .product-list .product-btns
    {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .product-list__colr
    {
        margin: 15px 0 0;
    }

    .product-list__coll
    {
        order: 0;
    }

    .product-list__coll
    {
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .product-list__info
    {
        display: block;

        margin: 0 0 0 16px;

        text-align: right;
    }

    .product-list__name
    {
        font-size: 14px;
    }

    .product-list-brand
    {
        line-height: 1.2;

        justify-content: flex-end;

/* order: 2; */

        margin: 0;
    }

    .product-list-brand__name
    {
        min-width: 1px;
        margin-left: 10px;
    }

    .product-list__number
    {
        line-height: 1.2;

        margin: 5px 0 0;

        white-space: nowrap;
    }

    .product-list__price
    {
        text-align: right;
    }

    .product-list__bot
    {
        flex-wrap: wrap;

        margin-top: 10px;
    }

    .product-list__box
    {
        width: 100%;
        max-width: none;
    }

    .product-list__link
    {
        margin-top: 10px;
    }

    .product-list__links
    {
        width: 100%;
        margin: 20px 0 0;
    }

    .product-addcart,
    .product-quickbuy
    {
        width: calc(100%/2 - 5px);
        padding: 0;
    }

    .products-info__items
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .products-info__item
    {
        width: calc(50% - 10px);
    }

    .product-list-small
    {
        align-content: stretch;
        align-items: stretch;

        padding: 10px;
    }

    .product-list-small__box
    {
        align-content: stretch;
        align-items: stretch;
        flex-direction: column;
    }

    .product-list-small__stickers
    {
        margin-bottom: 10px;
    }

    .product-list-small__price
    {
        font-size: 14px;
        line-height: 1.5;

        margin: auto 0 0;

        text-align: right;
    }

    .product-list-small__name
    {
        font-size: 14px;
        line-height: 1.5;

        padding: 0;
    }

    .product-table__colr
    {
        flex-wrap: wrap;
    }

    .product-table .product-btns
    {
        margin: 10px auto 0 -10px;
    }

    .product-table__open-features
    {
        margin-top: 10px;
    }

    .products .features
    {
        margin-top: 9px;
    }

    .features
    {
        column-gap: 0;
        columns: 1;
    }

    .feature__item
    {
        font-size: 14px;
    }

    .product-table__name
    {
        font-size: 14px;
    }

    .product-table__number
    {
        font-size: 14px;
    }

    .product-table__price
    {
        font-size: 14px;

        min-width: 78px;
    }


    .products-info__info
    {
        flex-wrap: wrap;
    }

    .products-info__info .products-info__desc
    {
        max-width: none;
        margin-right: 0;
    }

    .download-catalog
    {
        width: 100%;

        text-align: center;
    }

    .download-catalog__link
    {
        width: 100%;
        padding: 0;
    }


    .pagination
    {
        justify-content: center;
    }

    .pagination__info
    {
        display: none;
    }


    .top-slider
    {
        overflow: visible;

        padding-right: 20px;
    }

    .top-slider .slider-progressbar
    {
        width: calc(100% + 20px);
    }

    .top-slider__info
    {
        flex-wrap: wrap;
    }

    .top-slider__title
    {
        font-size: 26px;
    }

    .top-slider__number
    {
        width: 100%;
        margin: 36px 0 0;

        text-align: right;
    }


    .section-seo__box
    {
        position: relative;

        overflow: hidden;

        max-height: 150px;
    }

    .section-seo__box.show
    {
        max-height: none;
    }

    .section-seo__box.shadow:before
    {
        content: "";

        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 50px;

        background: linear-gradient(360deg, #F9F9F8 12.5%, rgba(249, 249, 248, 0) 90.44%);
    }

    .section-seo__box.shadow.show:before
    {
        display: none;
    }

    .more-text.show
    {
        display: inline-block;
    }



    .catalog-cats .slider-progressbar
    {
        display: none;
    }


    .product-images .slider-button-prev
    {
        top: auto;
        bottom: 20px;
        left: 20px;

        margin-top: 0;
    }

    .product-images .slider-button-next
    {
        top: auto;
        right: 20px;
        bottom: 20px;

        margin-top: 0;
    }

    .product-info .product-addcart
    {
        width: 100%;
    }

    .product-info .product-quickbuy
    {
        margin: 10px 0 0;
    }

    .product-info .product-btns
    {
        margin-top: 10px;
    }



    .categories__grid
    {
        margin: 0 0 0 -10px;
    }

    .category
    {
        width: calc(100%/2 - 10px);
        margin: 30px 0 0 10px;
    }



    .page-error
    {
        padding-top: 40px;
    }

    .page-error__bot
    {
        display: none;
    }

    .main-subtitle
    {
        font-size: 16px;
    }



    .contacts__coll .contacts__title
    {
        margin-top: 20px;
    }

    .contacts__time
    {
        font-size: 14px;
        line-height: 1.64;

        margin-top: 10px;
    }


    .contacts__bg
    {
        padding: 20px;
    }

    .contacts-items
    {
        margin: 3px 0 -10px;
    }

    .contacts-items_columns
    {
        column-gap: 0;
        columns: 1;
    }

    .contacts-item a + a
    {
        margin-left: 16px;
    }

    .contacts-item
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .contacts__title
    {
        font-size: 17px;
        line-height: 1.18;
    }

    * + .contacts__title
    {
        margin-top: 40px;
    }


    .contacts__wrap-btb
    {
        margin-top: 20px;
    }



    .route-view__flex
    {
        margin-top: -10px;
    }

    .route-view__link
    {
        font-size: 17px;

        width: 100%;
        min-height: 70px;
        margin-top: 10px;
        padding: 20px 19px;
    }



    .for-dealers__bg
    {
        padding: 23px 13px;
    }

    .for-dealers__title
    {
        font-size: 17px;
        line-height: 1.18;
    }

    .for-dealers__mail
    {
        font-size: 17px;
        line-height: 1.18;

        margin-top: 20px;
    }


    .compare-info__checkbox
    {
        width: calc(50% - 5px);
        max-width: none;
        margin-right: 10px;
    }

    .compare-info__btn-bord
    {
        width: calc(50% - 5px);
        max-width: none;
    }

    .compare-info__slide
    {
        width: calc(50% - 5px);
        max-width: none;
    }


    .favorite-head
    {
        align-content: flex-start;
        align-items: flex-start;
    }

    .favorite-head__box
    {
        display: block;
    }

    .favorite-head__number
    {
        margin: 10px 0 0;
    }

    .favorite-head__checkbox
    {
        display: none;
    }



    .profile-order thead
    {
        display: none;
    }

    .profile-order tr
    {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;

        padding: 5px 0 18px;

        border-top: 2px solid #EEE;
        border-bottom: 2px solid #EEE;
    }

    .profile-order tr + tr
    {
        margin-top: -2px;
    }

    .profile-order tr td
    {
        display: block;

        width: calc(100%/3);
        padding-bottom: 0;

        border: none;
    }

    .profile-order tr td:nth-child(3n)
    {
        padding-right: 0;
    }

    .profile-order tr td::before
    {
        content: attr(data-label);

        font-size: 12px;
        font-weight: 400;

        display: block;

        margin-bottom: 6px;

        opacity: .5;
    }

    .profile-order tr td:last-child
    {
        text-align: left;
    }

    .profile-order__btn
    {
        justify-content: flex-start;
    }


    .info-order-table
    {
        margin-top: 0;
    }

    .info-order-table__item
    {
        width: calc(100% - 20px);
    }

    .info-order-table__text
    {
        margin-top: 6px;
    }

    .info-order-table__btn
    {
        width: calc(100% - 20px);
    }

    .info-order + .wrap-btn
    {
        margin-top: 20px;
    }


    .info-order .order__item + .order__item
    {
        margin-top: 20px;
        padding-top: 18px;
    }

    .order__flex
    {
        flex-wrap: wrap;
    }

    .orders__top
    {
        justify-content: space-between;
    }

    .order__wrap-btn
    {
        width: 100%;
        margin: 20px 0 0;
    }

    .btn-back
    {
        font-size: 16px;
    }

    .total-order
    {
        margin-top: 20px;
    }

    .total-order__item
    {
        font-size: 14px;

        margin-top: 10px;
    }



    .table-otder thead
    {
        display: none;
    }

    .table-otder tr
    {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;

        padding-top: 5px;
        padding-bottom: 18px;

        border-top: 2px solid #EEE;
        border-bottom: 2px solid #EEE;
    }

    .table-otder tr + tr
    {
        margin-top: -2px;
    }

    .table-otder tr td
    {
        font-size: 14px;

        display: block;

        width: calc(100%/4);
        padding-top: 13px;
        padding-bottom: 0;

        border: none;
    }

    .table-otder tr td::before
    {
        content: attr(data-label);

        font-weight: 400;

        display: block;

        width: 100%;
        margin-bottom: 6px;

        opacity: .5;
    }

    .checkout .table-otder tr td::before
    {
        display: none;
    }

    .table-otder tr .table-otder__thumb
    {
        width: 120px;
        padding-top: 37px;
    }

    .table-otder tr .table-otder__thumb::before
    {
        display: none;
    }

    .table-otder tr td.table-otder__info
    {
        width: calc(100% - 120px);
        padding-right: 0;
    }

    .total-order__item > span
    {
        min-width: 130px;
    }

    .total-order__item .ndc
    {
        font-size: 80%;
    }

    .table-otder__brand
    {
        margin-top: 10px;
    }


    .checkout .table-otder tr:last-child
    {
        padding-bottom: 0;

        border-bottom: 0;
    }

    .checkout .table-otder tr .table-otder__thumb
    {
        width: 150px;
    }

    .checkout .table-otder tr .table-otder__img
    {
        height: 100px;
        padding: 10px;
    }

    .checkout .table-otder tr td.table-otder__info
    {
        width: calc(100% - 150px);
    }

    .checkout .table-otder__box
    {
        min-height: 100px;
    }

    .checkout .table-otder tr td
    {
        padding-top: 13px;
    }

    .checkout .table-otder tr:first-child td
    {
        padding-top: 13px;
    }


    .info-order__head
    {
        font-size: 14px;

        padding: 12px 18px;
    }


    .lk-links
    {
        margin: -10px 0 0 -10px;
    }

    .lk-links__link
    {
        width: calc(100%/2 - 10px);
        margin: 10px 0 0 10px;
        padding: 18px;
    }

    .lk-links__name
    {
        margin-top: 28px;
    }


    .lk-form__box .form__line
    {
        margin-bottom: 10px;
    }

    .form .form__input
    {
        height: 40px;
    }

    .form-submit .form-submit__btn.small
    {
        min-width: 1px;
    }

    .form * + .form__title
    {
        margin-top: 20px;
    }

    .lk-form__box .form__title
    {
        margin-bottom: 10px;
    }

    .form__title
    {
        font-size: 16px;
    }

    .form-flex .form__line
    {
        width: 100%;
    }


    .order__btn
    {
        font-size: 14px;

        margin-left: 20px;
    }


    .order__head
    {
        font-size: 14px;

        padding: 12px 18px;
    }

    .orders .order__item + .order__item
    {
        margin-top: 30px;
    }


    .checkout-head
    {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .checkout__item.active .checkout-head__number
    {
        font-size: 14px;
    }

    .checkout-head__name
    {
        font-size: 16px;
    }


    .apply-coupon
    {
        margin-top: 20px;
        padding-top: 18px;
    }

    .apply-coupon__title
    {
        font-size: 16px;
    }

    .apply-coupon__form
    {
        max-width: none;
    }

    .apply-coupon__input
    {
        height: 40px;
        padding-right: 49px;
    }

    .apply-coupon__btn
    {
        width: 30px;
        height: 30px;
        margin-left: -36px;

        background-size: 8px auto;
    }

    .checkout-bot
    {
        margin-top: 20px;
    }

    .radio-choice__box
    {
        font-size: 16px;
    }

    .radio-choice__icon
    {
        height: 60px;
    }

    .radio-choice__name
    {
        margin-top: 10px;
    }

    .choice__title
    {
        font-size: 16px;
    }

    .checkout .form__line
    {
        margin-bottom: 20px;
    }

    .form__label
    {
        font-size: 14px;

        margin-bottom: 6px;
    }


    .ndc
    {
        font-size: 90%;
    }



    /*------------
		Aside
	------------*/
    .sorting
    {
        margin-top: 30px;
    }


    .filter
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .filter__head
    {
        padding-right: 10px;
        padding-left: 10px;
    }



    /*------------
		Footer
	------------*/
    .footer._marg-big
    {
        margin-top: 60px;
    }

    .footer__top
    {
        margin-top: -40px;
		justify-content: space-evenly;
    }

    .footer-menu
    {
        width: calc(100%/2 - 10px);
        margin-top: 40px;
    }

    .footer-menu__title + .footer-menu__title
    {
        margin-top: 26px;
    }

    .footer__last
    {
        width: calc(100%/2 - 10px);
        margin-top: 40px;
    }



    /*------------
		Modal
	------------*/
    .modal
    {
        width: 460px;
        padding: 30px;
    }

    .modal .form
    {
        margin-top: 20px;
    }

    .modal .form-flex .form__line
    {
        width: 100%;
    }

    .modal .form__agree br
    {
        display: none;
    }

    .subscribe .form__line,
    .subscribe .form-submit
    {
        width: 100%;
    }

    .subscribe .form__line
    {
        margin-bottom: 20px;
    }

	.tabs-container{
display: none;
	}
}