@media print, (max-width: 1279px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size_title: 32px;
    }


    .swiper-button-next
    {
        right: -20px;
    }

    .swiper-button-prev
    {
        left: -20px;
    }


    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction
    {
        bottom: -32px;
    }

    .swiper-pagination-bullet + .swiper-pagination-bullet
    {
        margin-left: 16px !important;
    }



    /*----------------
        Pagination
    ----------------*/
    .pagination .box a,
    .pagination .box .sep
    {
        margin: 0 2px;
    }



    /*----------
        Tabs
    ----------*/
    .tabs
    {
        margin-bottom: 32px;
    }

    .tabs button
    {
        padding-right: 24px;
        padding-left: 24px;
    }



    /*---------------
        Accordion
    ---------------*/
    .accordion .item .head,
    .accordion .item .data
    {
        padding-right: 60px;
    }


    .accordion .all_link a
    {
        padding: 0 20px;
    }



    /*------------
        Header
    ------------*/
    header .logo
    {
        padding: 32px 0 28px;
    }

    header .logo a,
    header .logo img
    {
        width: 180px;
    }


    header .data
    {
        width: calc(100% - 220px);
    }

    header .data .row + .row
    {
        margin-top: 20px;
    }


    header .links
    {
        padding: 0 32px;
    }

    header .links > * + *
    {
        margin-left: 44px;
    }


    header .contacts .phone
    {
        font-size: 20px;
        line-height: 26px;
    }

    header .contacts .time .hide
    {
        display: block;
    }

    header .contacts .time .hide ~ br
    {
        display: none;
    }


    header .sep
    {
        height: 68px;
        margin: 0 24px;
    }


    header .btns > * + *
    {
        margin-left: 24px;
    }



    header .catalog
    {
        width: 204px;
        margin-left: -24px;
    }

    header .catalog .btn
    {
        width: 100%;
        min-height: 56px;
        padding: 8px 24px;
    }


    header .catalog .mini_modal
    {
        width: 100vw;
        max-width: 100vw;
    }

    header .catalog .mini_modal .row
    {
        margin-bottom: -28px;
        margin-left: -28px;
        padding: 24px;
    }

    header .catalog .mini_modal .row > *
    {
        width: calc(25% - 28px);
        margin-bottom: 28px;
        margin-left: 28px;
    }

    header .catalog .mini_modal .title
    {
        line-height: 17px;
    }


    header .catalog .mini_modal .bottom_links .row
    {
        padding: 20px 24px;
    }



    header .menu
    {
        width: 320px;
        margin-left: 40px;
    }

    header .menu .item > a
    {
        font-size: 15px;
        line-height: 23px;
    }


    header .search
    {
        width: 400px;
        padding: 8px 0;
    }



    /*-------------
        Sidebar
    -------------*/



    /*---------------
        Page head
    ---------------*/
    .page_head
    {
        margin-bottom: 32px;
        padding-top: 20px;
    }


    .breadcrumbs
    {
        display: none;
    }


    .page_title
    {
        line-height: 100%;

        margin-top: 0;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head
    {
        margin-bottom: 32px;
    }

    .block_head .title
    {
        line-height: 100%;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .columns > *.width1of4,
    .form .columns > *.width3of4
    {
        width: calc(50% - var(--form_columns_offset));
    }



    /*----------------
        Typography
    ----------------*/
    .text_block h2
    {
        font-size: 30px;
        line-height: 34px;
    }

    .text_block h3
    {
        font-size: 26px;
        line-height: 30px;
    }

    .text_block h4
    {
        font-size: 22px;
        line-height: 26px;
    }

    .text_block h5
    {
        font-size: 19px;
        line-height: 23px;
    }


    .text_block * + h2,
    .text_block * + h3,
    .text_block * + h4,
    .text_block * + h5
    {
        margin-top: 40px;
    }


    .text_block figure
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .text_block figure figcaption
    {
        width: calc(50% - 22px);
    }


    .text_block .bottom_line
    {
        padding-bottom: 25px;
    }


    .text_block .columns
    {
        column-gap: 40px;
    }


    .text_block blockquote,
    .text_block q
    {
        font-size: 16px;
        line-height: 24px;

        margin-top: 32px;
        margin-bottom: 32px;
        padding: 20px 28px;
    }


    .text_block .cols .col
    {
        width: calc(50% - 20px);
    }


    .text_block ul li + li,
    .text_block ol li + li
    {
        margin-top: 12px;
    }


    .text_block hr
    {
        margin-top: 40px;
        margin-right: -24px;
        margin-bottom: 40px;
        margin-left: -24px;
    }


    .text_block table th,
    .text_block table td
    {
        padding: 10px 16px;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider
    {
        margin-bottom: 92px;
    }



    /*------------
        Sports
    ------------*/
    .sports .row
    {
        margin-bottom: -12px;
        margin-left: -12px;
    }

    .sports .row > *
    {
        width: calc(33.333% - 12px);
        margin-bottom: 12px;
        margin-left: 12px;
    }


    .sports .sport .name
    {
        font-size: 24px;
        line-height: 110%;

        padding: 28px;
    }

    .sports .sport .name b
    {
        font-size: 44px;
        line-height: 110%;
    }



    /*--------------
        Articles
    --------------*/
    .articles .article .name
    {
        font-size: 16px;
        line-height: 22px;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .images
    {
        width: 45%;
        padding: 40px 24px;
    }

    .product_info .data
    {
        width: calc(55% + 1px);
    }


    .product_info .data .section
    {
        padding: 16px;
    }


    .product_info .data .favorite_btn
    {
        margin-right: 0;
        margin-left: 32px;
    }


    .product_info .data .price_wrap
    {
        display: block;
    }

    .product_info .data .price
    {
        font-size: 24px;
        line-height: 30px;

        display: flex;

        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .product_info .data .price .old
    {
        margin-left: 16px;
    }


    .product_info .data .retails_price
    {
        margin-left: 0;
    }


    .product_info .data .rating > * + *
    {
        margin-left: 6px;
    }


    .product_info .data .size .titles
    {
        white-space: normal;
    }


    .product_info .data .size .line + .line
    {
        margin-top: 8px;
    }

    .product_info .data .size .col_availability
    {
        width: 80px;
        min-width: 80px;
    }

    .product_info .data .size .col_minimum
    {
        width: 92px;
        min-width: 92px;
    }

    .product_info .data .size .col_buy
    {
        width: 234px;
        min-width: 234px;
    }

    .product_info .data .size .line .col_availability,
    .product_info .data .size .line .col_minimum
    {
        font-size: 13px;
        line-height: 21px;
    }

    .product_info .data .size .buy_btn
    {
        font-size: 13px;
        line-height: 19px;

        width: calc(100% - 106px);
        padding: 8px 16px;
    }

    .product_info .data .size .buy_btn .icon
    {
        width: 20px;
        height: 19px;
        margin-right: 8px;
    }

    .product_info .data .size .inform_btn
    {
        font-size: 12px;
        line-height: 20px;

        padding: 8px 16px;
    }



    /*--------------------
        Prod. features
    --------------------*/
    .prod_features .item
    {
        line-height: 20px;

        padding: 12px 16px;
    }

    .prod_features .item .name
    {
        width: 332px;
    }

    .prod_features .item .val
    {
        width: calc(100% - 332px);
    }



    /*--------------
        Products
    --------------*/
    .products .swiper-button-prev,
    .products .swiper-button-next
    {
        top: -71px !important;
    }



    .products .row
    {
        --products_count: 4;
    }

    .products .row > *
    {
        width: calc(25% - 20px);
    }


    .content .products .row
    {
        --products_count: 3;
    }

    .content .products .row > *
    {
        width: calc(33.333% - 20px);
    }


    .products .product .rating
    {
        margin-top: 8px;
    }

    .products .product .rating > * + *
    {
        margin-left: 6px;
    }


    .products .product .btns > * + *
    {
        margin-top: 16px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info table thead th
    {
        padding: 8px 16px;
    }

    .cart_info table tbody td,
    .cart_info table tfoot td
    {
        padding: 16px;
    }


    .cart_info table tbody td.amount
    {
        width: 92px;
        min-width: 92px;
    }


    .cart_info table tfoot td .back_link
    {
        width: 100%;
        margin-bottom: 8px;
    }

    .cart_info table tfoot td .back_link + *
    {
        margin-left: 0;
    }


    .cart_info table tfoot td .promocode .form
    {
        width: 312px;
        margin-left: 24px;
    }

    .cart_info table tfoot td .promocode .form .input
    {
        width: calc(100% - 142px);
    }

    .cart_info table tfoot td .promocode .form .submit_btn
    {
        font-size: 14px;
        line-height: 22px;

        padding: 8px 20px;
    }


    .cart_info table tfoot td.total_price
    {
        font-size: 22px;
        line-height: 28px;
    }



    /*-------------------
        Checkout info
    -------------------*/
    .checkout_info .block_head .desc
    {
        line-height: 20px;

        margin-top: 20px;
    }


    .checkout_info .form
    {
        margin-bottom: -20px;
        margin-left: -20px;
    }

    .checkout_info .form .col
    {
        width: calc(33.333% - 20px);
        margin-bottom: 20px;
       /* margin-left: 20px; */
        padding: 24px 24px 12px;
    }

    .checkout_info .form .total_price .val
    {
        font-size: 22px;
        line-height: 26px;

        min-width: 132px;
    }

    .checkout_info .form .submit_btn
    {
        width: 100%;
    }



    /*-------------------
        Products head
    -------------------*/
    .products_head
    {
        border-radius: 0;
        background: none;
        box-shadow: none;
    }
	
	.reviews .products_head
    {
        border-radius: 20px;
		background: #fff;
		box-shadow: 0 0 5.36px 2.64px rgba(51, 51, 51, .1);
    }


    .products_head .view,
    .products_head .sort
    {
        padding: 0;
    }
	
	.reviews .products_head .sort {
		padding: 5px 21px;
	}
	
    .products_head .view > * + *
    {
        margin-left: 32px;
    }


    .products_head .pagination
    {
        display: none;
    }



    /*------------------
        Compare info
    ------------------*/
    .compare_info
    {
        --sidebar_width: 240px;
    }

    .compare_info .compare_features .title
    {
        font-size: 22px;
        line-height: 26px;
    }



    /*-------------
        LK info
    -------------*/
    .lk_info .cont > .data
    {
        padding: 24px 32px;
    }



    /*------------------------
        LK info - Personal
    ------------------------*/
    .lk_info .personal .form
    {
        width: 680px;
    }



    /*-----------------------
        LK info - Orders
    -----------------------*/
    .lk_info .orders .cart_info table tfoot td.repeat
    {
        width: 180px;
        min-width: 180px;
        padding-right: 16px;
    }



    /*-------------
        Reviews
    -------------*/
    .reviews .add_review .form .columns > *.width1of4
    {
        width: calc(40% - var(--form_columns_offset));
    }



    /*------------
        Footer
    ------------*/
    footer .info .col_left
    {
        display: none;
    }


    footer .bottom
    {
        margin-top: 40px;
    }


    footer .contacts .items > * + *
    {
        margin-top: 20px;
    }

    footer .contacts .socials
    {
        display: flex;
    }


    footer .bottom .col_left
    {
        width: calc(100% - 584px);
    }



    /*-----------
        PopUp
    -----------*/
	
	.rozn_products .col_price {
		width: 100%;
	}
	
	
	/*
	#modal_form_need_feedback .products .product {
		margin: 10px;
		width: calc(33.3% - 20px);
	}*/
}


    /*----------------
        Advantages
    ----------------*/
    .advantages .row
    {
        margin-bottom: -49px;
        margin-left: -49px;
    }

    .advantages .row > *
    {
        width: calc(33.333% - 49px);
        margin-bottom: 49px;
        margin-left: 49px;
    }


    .advantages .swiper-container
    {
        padding: 23px;
    }


    .advantages .item
    {
        padding: 24px 0;
    }

    .advantages .item:before
    {
        margin-right: 24px;
    }

    .advantages .item:after
    {
        width: calc(100% + 49px);
        margin-top: 24px;
    }


    .advantages .item .icon
    {
        width: 76px;
        height: 76px;
        margin-bottom: 20px;
    }


    .advantages .item .name
    {
        font-size: 18px;
    }


    .advantages .item .desc
    {
        font-size: 14px;
    }


