@media (max-width: 1024px)
{
    /*---------------
        Main styles
    ---------------*/
    body.menu_open
    {
        overflow: hidden;
    }

    body.filter_open
    {
        overflow: hidden;
    }


    .overlay
    {
        cursor: pointer;
    }

    .overlay.show
    {
        visibility: visible;

        pointer-events: auto;

        opacity: .7;
    }



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

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

    .page-title_bord
    {
        padding-bottom: 16px;
    }

    .small-title
    {
        font-size: 26px;
    }



    .page-head__text-block_marg
    {
        margin-top: 30px;
    }



    /*----------------
		Typography
	----------------*/
    .text-block ul li ul
    {
        margin-left: 20px;
    }

    .text-block h1,
    .text-block .h1
    {
        font-size: 36px;
    }

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




    /*-----------------
		Breadcrumbs
	-----------------*/
    .breadcrumbs
    {
        line-height: 1.5;

        padding-bottom: 30px;
    }



    /*-----------------
		Pagination
	-----------------*/



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



    /*------------
		Header
	------------*/
    .header
    {
        position: absolute;

        visibility: hidden;

        height: 100%;

        pointer-events: none;

        opacity: 0;
    }

    .header.show
    {
        visibility: visible;

        pointer-events: auto;

        opacity: 1;
    }

    .header .cont
    {
        height: 100%;
    }

    .header__bg
    {
        position: relative;

        display: block;
        overflow: hidden;
        overflow-y: auto;

        max-height: 100%;
        padding: 100px 14px 14px;

        background: #FFF;
        box-shadow: 0px 4px 16px rgba(31, 31, 31, .25);
    }

    .header__logo
    {
        display: none;
    }


    .header-menu__item
    {
        width: 100%;
    }

    .header-menu__item + .header-menu__item
    {
        margin: 20px 0 0;
    }

    .header-menu__link
    {
        font-size: 20px;
        line-height: normal;
    }

    .header-menu__link.sub
    {
        padding-right: 0;
    }

    .header-menu__link svg
    {
        display: none;
    }

    .header-menu__item:hover .header-menu__link
    {
        color: #111;
    }

    .header-menu__item .header-menu__link.act
    {
        color: #1F6885;
    }

    .sub-menu
    {
        position: static;
        top: 0;
        left: 0;

        display: none;
        visibility: visible;

        width: 100%;
        margin: 18px 0 0;
        padding: 0 0 0 14px;

        pointer-events: auto;

        opacity: 1;
        border-radius: 0;
        background: none;
    }

    .sub-menu.show
    {
        display: block;
    }

    .sub-menu a
    {
        color: rgba(31, 31, 31, .9);
        font-size: 16px;
        font-weight: 200;
    }


    .header-language
    {
        position: absolute;
        top: 90px;
        right: 20px;
    }


    .header__contact
    {
        display: block;

        margin-top: 60px;
    }

    .header__phone a
    {
        padding-left: 0;
    }

    .header__phone a::before
    {
        display: none;
    }

    .header__time
    {
        display: none;
    }


    .header__mini-modal-cont
    {
        display: none;
    }

    .search .search__input
    {
        height: 30px;
    }

    .search__submit
    {
        width: 24px;
        height: 30px;
        margin-left: -24px;
    }

    .search__submit svg
    {
        width: 14px;
        height: 14px;
    }



    .mob-header
    {
        display: block;
    }



    /*-----------------
		Btns
	-----------------*/
    .more-wrap
    {
        margin-top: 20px;
    }


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

    .main-slider__slide
    {
        min-height: 1px;
        padding-top: 100px;
    }

    .main-slider__bg
    {
        padding-top: 54px;
        padding-bottom: 26px;
    }

    .main-slider-info__coll
    {
        flex-wrap: nowrap;

        width: 100%;
        padding-top: 13px;
        padding-right: 0;

        border-top: 1px solid rgba(31, 31, 31, .2);
    }

    .main-slider-info__coll::after
    {
        display: none;
    }

    .main-slider-info__thumb
    {
        width: 62.74%;
    }

    .main-slider-info__colr
    {
        width: 100%;
        margin-top: 20px;
    }

    .main-slider-info__box
    {
        margin-top: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .main-slider-info__name
    {
        font-size: 20px;
    }


    .main-slider .slider-button-prev
    {
        right: 85px;
        left: auto;

        width: 30px;
        height: 30px;
        margin: 0 0 -22px 0;
    }

    .main-slider .slider-button-next
    {
        right: 40px;
        left: auto;

        width: 30px;
        height: 30px;
        margin: 0 0 -22px 0;
    }

    .main-slider .slider-button-prev svg,
    .main-slider .slider-button-next svg
    {
        width: 16px;
        height: 12px;
    }

    .main-slider .swiper-count
    {
        left: 40px;

        line-height: 30px;

        width: auto;
        margin: 0 0 -22px 0;

        transform: translateX(0);
    }

    .main-slider-info__more
    {
        margin-top: 20px;
    }

    .main-slider-info__more a
    {
        position: relative;

        color: #1F6885;
        font-size: 16px;
        line-height: 1.67;

        width: auto;
        padding: 0 40px 0 0;

        text-decoration: none;

        border-radius: 0;
        background: none;
    }

    .main-slider-info__more a svg
    {
        display: block;
    }

    .main-slider-info__more a:hover
    {
        background: none;
    }


    .information__name
    {
        font-size: 30px;
    }

    .information__desc
    {
        font-size: 14px;

        margin-top: 20px;
    }

    .information__img
    {
        padding-bottom: 53.1%;
    }


    .main-news__flex
    {
        min-height: 1px;
    }

    .main-news__thumb
    {
        order: 0;

        width: 100%;
    }

    .main-news__img
    {
        padding-bottom: 50%;
    }

    .main-news__img img
    {
        object-position: 50% 80%;
    }

    .main-news__box
    {
        width: 100%;
        margin-top: 20px;
        padding: 58px 20px 94px;
    }

    .main-news__slider .slider-button-prev
    {
        right: 50%;
        bottom: 24px;

        margin-right: 7px;
    }

    .main-news__slider .slider-button-next
    {
        right: auto;
        bottom: 24px;
        left: 50%;

        margin-left: 7px;
    }

    .main-news__slider .swiper-count
    {
        top: auto;
        right: auto;
        left: 50%;

        margin: 0 0 -45px;

        transition: none;
        transform: translateX(-50%);
    }



    .articles__slider
    {
        cursor: auto;
    }

    .articles__slider .article
    {
        cursor: pointer;
    }

    .cursor-slider
    {
        display: none;
    }



    .trends__bg
    {
        margin-top: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .trends-thumbs
    {
        display: none;
    }

    .trends__slider
    {
        width: 100%;
    }

    .trends__names
    {
        width: 43%;
    }



    /*-----------------
		Categories
	-----------------*/
    .categories__grid .categorie
    {
        width: calc(100%/2 - 20px);
    }

    .categorie__name
    {
        margin-top: 30px;
    }



    /*-----------------
		Products-big
	-----------------*/
    .products-big__grid .product-big
    {
        width: calc(100%/2 - 20px);
    }



    /*-----------------
		Inform
	-----------------*/
    .inform__coll
    {
        width: 100%;
    }

    .inform__colr
    {
        width: 100%;
        margin: 30px 0 0;
    }

    .inform__colr_big
    {
        padding-top: 0;
    }


    .list-dot
    {
        margin: 30px 0 0 50px;
    }



    /*-----------------
		Cats info
	-----------------*/
    .cats-info__bg
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cats-info__slider
    {
        padding: 0 50px;
    }

    .cats-info__slider .slider-pagination
    {
        margin-top: 30px;
    }

    .cats-info__block
    {
        flex-wrap: wrap;
    }

    .cats-info__thumb
    {
        width: 100%;
        max-width: 453px;
        margin: 0 0 30px;
    }

    .cats-info__block._flex .text-block
    {
        width: 100%;
    }



    /*---------------
		Page cats
	---------------*/
    .page-cats__grid
    {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;

        width: calc(100% + 40px);
        margin: 0 -20px -10px;
        padding: 0 20px 0 10px;

        scrollbar-color: transparent transparent;
        scrollbar-width: thin;
    }

    .page-cats__grid::-webkit-scrollbar
    {
        width: 1px;
        height: 1px;

        background-color: transparent;
    }

    .page-cats__grid::-webkit-scrollbar-thumb
    {
        background-color: transparent;
    }


    .page-cats__link
    {
        font-size: 14px;
        line-height: 1;

        margin: 0 0 10px 10px;
        padding: 13px;

        white-space: nowrap;

        border-radius: 12px;
    }



    /*-----------------
		Materials
	-----------------*/
    .materials__grid .material
    {
        width: calc(100%/2 - 20px);
    }



    /*-----------------
		stands
	-----------------*/
    .stands__grid .stand
    {
        width: calc(100%/2 - 20px);
    }



    /*-----------------
		Catalogs
	-----------------*/
    .catalogs__grid
    {
        margin-top: 0;
    }

    .catalogs__grid .catalog
    {
        width: calc(100%/2 - 20px);
    }

    .catalog
    {
        padding: 29px;
    }



    /*-----------------
		Schedule
	-----------------*/
    .schedule__slider
    {
        margin-top: 30px;
    }



    .specialists__title
    {
        font-size: 22px;
    }

    .specialists__list
    {
        margin-top: 20px;
    }

    .specialists__list li
    {
        font-size: 16px;
    }

    .specialists__list li + li
    {
        margin-top: 14px;
    }


    .banner-small + ._marg
    {
        margin-top: 40px;
    }



    /*-----------------
		About catalog
	-----------------*/
    .about-catalog__img
    {
        width: 250px;
    }



    /*-----------------
		Info catalog
	-----------------*/
    .info-catalog__flex
    {
        padding-right: 0;
    }

    .info-catalog__bg
    {
        width: 100%;
    }

    .info-catalog__slider
    {
        width: 620px;
        max-width: calc(100% - 20px);
        margin: 20px auto 0;
    }



    /*-----------------
		News
	-----------------*/
    .news__name
    {
        font-size: 18px;
    }

    .news__date
    {
        font-size: 14px;
    }

    .news__desc
    {
        font-size: 14px;
    }




    .pagination
    {
        margin-top: 40px;
    }

    .pagination a
    {
        font-size: 28px;
        line-height: 40px;
    }

    .pagination__dot
    {
        line-height: 40px;
    }

    .pagination a.prev,
    .pagination a.next
    {
        font-size: 16px;
    }



    /*-----------------
		Products
	-----------------*/
    .product
    {
        font-size: 16px;
    }

    .product__name
    {
        margin-top: 20px;
    }




    .page-news
    {
        margin-top: 30px;
    }

    .page-news__flex
    {
        margin-top: 20px;
    }

    .page-news__text-block
    {
        width: 100%;
        max-width: none;
    }

    .page-news__feature
    {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }

    .page-news__date
    {
        font-size: 18px;
    }



    .promotional-products__item
    {
        padding-right: 20px;
        padding-left: 20px;
    }


    .page-head__flex
    {
        flex-wrap: wrap;
    }

    .page-head__img
    {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .page-head__flex .text-block
    {
        order: 2;

        width: 100%;
        max-width: none;
        margin-top: 30px;
    }



    .contact-us__title
    {
        font-size: 18px;
    }

    .contact-us .wrap-btn
    {
        margin-left: 30px;
    }



    .links-info__link
    {
        width: calc(100%/3 - 20px);
    }



    .page-links__link
    {
        font-size: 18px;
    }



    .open-filter
    {
        display: block;
    }

    .filter
    {
        position: fixed;
        z-index: 121;
        top: 0;
        left: 0;

        visibility: hidden;
        overflow: hidden;
        overflow-y: auto;

        width: 375px;
        height: 100%;
        margin: 0;
        padding: 90px 20px 30px;

        pointer-events: none;

        opacity: 0;
        background: #FFF;

        transition: opacity .2s linear, visibility .2s linear;
    }

    .filter.show
    {
        visibility: visible;

        pointer-events: auto;

        opacity: 1;
    }

    .filter_marg
    {
        margin: 0;
    }

    .filter__head
    {
        position: fixed;
        z-index: 130;
        top: 0;
        left: 0;

        display: block;

        width: 375px;
        padding: 17px 20px;

        background: #FFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, .08);
    }

    .filter__title
    {
        color: #1F1F1F;
        font-size: 22px;
        font-weight: 300;
        line-height: 26px;
    }

    .folter__close
    {
        position: absolute;
        top: 20px;
        right: 20px;

        display: block;

        width: 20px;
        height: 20px;

        background: url(../images/ic_close.svg) 50% no-repeat;
    }

    .filter__show
    {
        min-width: 254px;
    }


    .filter__reset
    {
        margin-top: 14px;
    }

    .filter__item
    {
        margin-top: 14px;
        padding: 15px 12px;

        border-radius: 12px;
    }

    .filter__open
    {
        font-size: 24px;

        padding-right: 22px;
    }

    .filter__open svg
    {
        width: 16px;
        height: 8px;
        margin-top: -4px;
    }

    .filter .search .search__input
    {
        border-radius: 12px;
    }



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

    .content
    {
        width: 100%;
        max-width: none;
    }


    .sorting
    {
        padding-left: 0;
    }

    .sort__name
    {
        font-size: 16px;
    }

    .sort__link
    {
        font-size: 16px;

        margin-left: 16px;
    }



    .accordion-item_small
    {
        padding: 19px 20px;
    }

    .accordion-data_small
    {
        margin-top: 20px;
    }

    .how-get-list_small
    {
        width: 100%;
        max-width: 100%;
    }

    .img-map
    {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }

    .map
    {
        height: 390px;
    }


    .representation
    {
        margin-top: 40px;
    }

    .representation-table tr
    {
        position: relative;

        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;

        padding: 10px 0;

        border-top: 1px solid #1F1F1F;
        border-bottom: 1px solid #1F1F1F;
    }

    .representation-table tr:first-child
    {
        padding-top: 0;

        border-top: none;
    }

    .representation-table tr + tr
    {
        margin-top: -1px;
    }

    .representation-table tr td
    {
        display: block;

        width: calc(100%/3);
        padding: 10px 20px;

        border: none;
    }

    .representation-table tr td.representation-table__letter
    {
        font-size: 30px;

        padding: 50px 15px 10px;
    }

    .representation-table tr td:last-child
    {
        flex-grow: 1;
    }


    .representation__bord-btn
    {
        width: 100%;
        margin: 40px 0 0;
        padding: 0;
    }



    .gallery
    {
        margin-top: 20px;
    }


    .modal-ajax
    {
        padding-top: 40px;
    }

    .modal-ajax_vertical
    {
        max-width: 500px;
    }

    .fancybox__nav .carousel__button
    {
        width: 50px;
        height: 50px;
    }



    .product-accordion
    {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .product-accordion__flex
    {
        margin-top: -30px;
    }

    .product-accordion__feature
    {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }

    .product-accordion__thumb
    {
        width: 28%;
        margin-right: 20px;
    }

    .product-accordion__name
    {
        font-size: 22px;
    }

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

        margin-top: 10px;
    }



    .products__grid.big .product
    {
        width: calc(100%/3 - 20px);
    }


    .product-slider .slider-pagination
    {
        margin-top: 30px;
    }



    .tabs__button
    {
        font-size: 14px;

        height: 40px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .tabs__button + .tabs__button
    {
        margin-left: 0;
    }



    .product-inform__coll
    {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }

    .product-inform__colr
    {
        order: 3;

        width: 100%;
        max-width: none;
        margin-top: 30px;
    }

    .product-inform__small-title
    {
        order: 2;

        margin-top: 30px;
    }


    .product-info__link
    {
        margin-top: 40px;
    }


    .product-info__tabs-container
    {
        margin-top: 60px;
    }




    .models__top
    {
        margin-bottom: 20px;
    }

    .models__coll
    {
        width: 100%;
        padding: 30px 20px;
    }

    .models__colr
    {
        width: 100%;
        margin-top: 20px;
    }


    .models__top .tabs-text
    {
        margin-left: -20px;
    }

    .tabs-text
    {
        margin-left: -20px;
    }

    .tabs-text__button
    {
        font-size: 16px;

        margin-left: 20px;
    }


    .product-about__text-block
    {
        width: 100%;
    }

    .product-about__colr
    {
        width: 100%;
        margin-top: 30px;
    }



    .about_marg
    {
        margin-top: 40px;
    }



    /*------------
		Footer
	------------*/
    .footer__first
    {
        margin-bottom: 0;
    }

    .footer__last
    {
        width: calc(50% - 15px);
        margin-top: 17px;
    }

    .footer__box
    {
        width: calc(50% - 15px);
        margin-top: 17px;
    }



    .modal
    {
        width: 732px;
        padding-right: 30px;
        padding-left: 30px;
    }



    /* 16.06.2023 */
    .page-catalog__download
    {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;

        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 10px;
    }

    .page-catalog__download::-webkit-scrollbar-track
    {
        background-color: none;
    }

    .page-catalog__download::-webkit-scrollbar
    {
        width: 0;
        height: 0;

        background-color: none;
    }

    .page-catalog__download::-webkit-scrollbar-thumb
    {
        background-color: none;
    }

    .page-catalog__download-link
    {
        margin-top: 0;
    }

    .page-catalog__download-name
    {
        white-space: nowrap;
    }
}