<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print,
(max-width: 1279px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --sidebar_width: 280px;
        --font_size: 15px;
        --font_size_title: 32px;
    }


    html.custom_scroll ::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;
    }



    .content_flex
    {
        margin-bottom: 60px;
    }

    .content_flex .content
    {
        width: calc(100% - var(--sidebar_width) - 24px);
    }



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

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



    /*----------
        Tabs
    ----------*/
    .tabs
    {
        margin-bottom: 22px;
        margin-left: -12px;
    }


    .tabs button
    {
        font-size: 15px;
        line-height: 21px;

        height: auto;
        margin-bottom: 2px;
        margin-left: 12px;
        padding: 10px 16px 6px;
    }



    /*-----------------
        Search open
    -----------------*/
    .search_open header
    {
        /*
        position: fixed;

        height: 100% !important;
        min-height: -moz-available;
        min-height: -webkit-fill-available;
        min-height:         fill-available;
        max-height: 100% !important;
        */
    }



    /*----------------
        Pagination
    ----------------*/
    .pagination
    {
        margin-top: 48px;
    }


    .pagination &gt; * + *
    {
        margin-left: 12px;
    }


    .pagination a,
    .pagination span  /* my_added */
    {
        line-height: 46px;

        width: 44px;
        height: 44px;
    }


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



    /*------------
        Header
    ------------*/
    header
    {
        height: 210px;
    }

    header .bottom {
        padding: 16px 0 22px;
    }


    header .contacts
    {
        margin-left: 24px;
    }


    header .menu
    {
        width: 480px;
        margin-right: auto;
        margin-left: 8px;
    }

    header .menu &gt; *
    {
        margin-left: 20px;
    }


    header .feedback_btn
    {
        display: none;
    }

    header .links .wrap-mob-feedback {
        display: inline-block;
    }


    header .links &gt; *.hied
    {
        display: block;
    }

    header .links &gt; * + *
    {
        margin-left: 17px;
    }


    header .logo,
    header .logo img
    {
        width: 200px;
    }
    
    header .logo-ng img {
	    width: 220px;
	    margin-bottom: -5px;
	}


    header .search
    {
        width: calc(100% - 240px);
        margin-top: 12px;
    }

    header .search form .input
    {
        font-size: 22px;
		
        height: 64px;
        line-height: 64px; /* my_added */
    }

    header .search .tags,
    header .search .search-answers /* my_added */
    {
        margin-top: 27px;
        margin-left: -10px;
    }

    header .search .tags &gt; *,
    header .search .search-answers &gt; * /* my_added */
    {
        margin-left: 10px;
    }

    header .search .tags button,
    header .search .search-answers button /* my_added */
    {
        font-size: 13px;
        line-height: 18px;
        padding: 7px 13px 5px;
        letter-spacing: normal;
    }
    

   
    header .search {
        transition: .35s linear;
    }

    header .logo {
        transition: opacity 0.2s 0.5s linear;
    }
    .search_open header .logo {
        opacity: 0;
        transition: none;
    }
    .search_open header .search {
        width: 100%
    }


    /*----------
        Menu
    ----------*/
    #menu .cols .col
    {
        max-width: 300px;
    }


    #menu .cols .title
    {
        font-size: 18px;
        line-height: 24px;
    }


    #menu .cols .item + .item
    {
        margin-top: 40px;
    }


    #menu .cols .items a,
    #menu .alphabet .items a,
    .all-brands .alphabet .items a
    {
        font-size: 15px;
        line-height: 21px;
    }


    #menu .alphabet,
    .all-brands .alphabet
    {
        margin-bottom: -40px;
        margin-left: -24px;
    }

    #menu .alphabet .item,
    .all-brands .alphabet .item
    {
        width: calc(25% - 24px);
        margin-bottom: 40px;
        margin-left: 24px;
    }

    #menu .alphabet .letter,
    .all-brands .alphabet .letter
    {
        font-size: 20px;
    }



    /*-------------
        Sidebar
    -------------*/
    aside .filter
    {
        padding: 28px;
    }


    aside .filter .name
    {
        font-size: 20px;
    }

    aside .filter .name .icon
    {
        top: 2px;
    }


    aside .filter .submit
    {
        margin-top: 28px;
    }



    aside .categories
    {
        padding: 28px;
    }


    aside .categories .title
    {
        font-size: 21px;
    }


    aside .categories .items &gt; * + *
    {
        margin-top: 12px;
    }

    aside .categories .items a
    {
        font-size: 15px;
        line-height: 21px;
    }



    aside .anchors .items &gt; * + *
    {
        margin-top: 12px;
    }



    /*---------------
        Page head
    ---------------*/
    .page_head
    {
        padding: 44px 0;
    }


    .breadcrumbs .sep
    {
        margin: 0 8px;
    }


    .page_title
    {
        font-size: 44px;
    }


    .page_head .btns
    {
        margin-top: 28px;
    }


    .page_head .links
    {
        margin-top: 28px;
        margin-bottom: -4px;
    }

    .page_head .links &gt; *
    {
        margin-bottom: 4px;
    }


    .page_head .links {
        display: block;
        overflow: auto;
        width: calc(100% + 48px);
        margin-top: 0;
        padding: 24px 24px 10px 0;
        white-space: nowrap;
        flex-wrap: nowrap;
        scrollbar-color: transparent transparent !important;
        scrollbar-width: thin !important;
    }

    .page_head .links::-webkit-scrollbar
    {
        width: 0 !important;
        height: 0 !important;

        background-color: transparent !important;
    }

    .page_head .links::-webkit-scrollbar-thumb
    {
        background-color: transparent !important;
    }

    .page_head .links &gt; * {
        display: inline-block;
        max-width: none;
        margin: 0;
        vertical-align: top;
    }

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


    .block_head .title
    {
        line-height: calc(var(--font_size_title) + 4px);
    }



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



    /*----------------
        Typography
    ----------------*/
    .text_block
    {
        line-height: 23px;
    }


    .text_block blockquote
    {
        padding: 60px 164px;
    }

    .text_block blockquote:before
    {
        left: 64px;
    }

    .text_block blockquote:after
    {
        right: 64px;
    }



    /*-------------------
        First section
    -------------------*/
    .first_section &gt; .cont
    {
        padding-top: 432px;
        padding-bottom: 72px;
    }


    .first_section header
    {
        height: 400px;
    }

    .first_section header .bottom
    {
        padding: 52px 0;
    }


    .first_section .services
    {
        margin-bottom: -16px;
        margin-left: -16px;
    }

    .first_section .services &gt; *
    {
        width: calc(25% - 16px);
        margin-bottom: 16px;
        margin-left: 16px;
    }


    .first_section .services .service
    {
        font-size: 16px;
        line-height: 22px;

        min-height: 100px;
        padding: 20px 40px 20px 20px;
    }



    /*-----------------
        About block
    -----------------*/
    .about_block
    {
        margin-bottom: 64px;
        padding: 72px 0;
    }


    .about_block .data .title
    {
        font-size: 36px;
    }

    .about_block .data .sub_title
    {
        font-size: 24px;
        line-height: 26px;
    }


    .about_block .data
    {
        width: 100%;
        max-width: 100%;
    }

    .about_block .data .desc
    {
        font-size: 16px;
        line-height: 22px;

        width: calc(100% - 480px);
        margin-top: 28px;
    }


    .about_block .presentation
    {
        width: 440px;
        margin-top: -252px;
    }



    /*--------------
        Articles
    --------------*/
    .articles
    {
        margin-bottom: 64px;
    }


    .articles .row
    {
        margin-left: -24px;
    }

    .articles .row &gt; *
    {
        width: calc(33.333% - 24px);
        margin-left: 24px;
    }


    .articles .article .info
    {
        padding-top: 20px;
    }

    .articles .article .date
    {
        line-height: 14px;
    }

    .articles .article .name
    {
        font-size: 17px;
        line-height: 23px;
    }

    .articles .article .desc
    {
        margin-top: 12px;
    }



    /*-------------
        Banners
    -------------*/
    .banners
    {
        margin-bottom: 64px;
    }


    .banners .banner
    {
        height: 200px;
        padding-top: 64px;
        padding-right: 92px;
    }

    .banners .banner .info
    {
        width: 468px;
    }

    .banners .banner .name
    {
        font-size: 32px;
    }

    .banners .banner .price
    {
        font-size: 28px;
    }

    .banners .banner .desc
    {
        font-size: 18px;
        line-height: 26px;
    }



    /*-------------------
        Products head
    -------------------*/
    .products_head
    {
        margin-bottom: 20px;
    }


    .products_head .sort
    {
        margin-left: -24px;
    }

    .products_head .sort &gt; *
    {
        margin-left: 24px;
    }

    .products_head .sort .btn
    {
        font-size: 13px;
        line-height: 19px;
    }

    .products_head .sort .btn .icon
    {
        margin-left: 8px;
    }



    /*--------------
        Products
    --------------*/
    .products
    {
        margin-bottom: 64px;
    }


    .products .swiper-button-prev
    {
        left: -15px;

        opacity: 1;
    }

    .products .swiper-button-next
    {
        right: -15px;

        opacity: 1;
    }


    .products .row
    {
        margin-bottom: -24px;
        margin-left: -24px;

        --products_count: 3;
    }

    .products .row &gt; *
    {
        width: calc(33.333% - 24px);
    }


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

    .content .products .row &gt; *
    {
        width: calc(50% - 24px);
    }


    .products .product
    {
        padding: 19px;
    }

    .products .product .thumb
    {
        height: 180px;
    }

    .products .product .name
    {
        font-size: 17px;
        line-height: 23px;
    }

    .products .product .desc
    {
        font-size: 16px;

        margin-top: 12px;
    }

    .products .product .price
    {
        font-size: 20px;

        margin-top: 16px;
    }


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

    .products .product .btns .btn
    {
        width: 38px;
        height: 38px;

        opacity: 1;
    }



    .products .list .product .thumb
    {
        width: 160px;
        height: 156px;
    }


    .products .list .product .info
    {
        width: calc(100% - 344px);
    }


    .products .list .product .btns
    {
        width: 136px;
    }



    /*------------
        Brands
    ------------*/
    .brands
    {
        margin-bottom: 64px;
    }


    .brands .swiper-button-prev
    {
        left: -15px;

        opacity: 1;
    }

    .brands .swiper-button-next
    {
        right: -15px;

        opacity: 1;
    }


    .brands .row &gt; *
    {
        width: calc(20% - 24px);
    }

    .brands .row &gt; *:nth-child(5) ~ *
    {
        display: none;
    }


    .brands .item
    {
        height: 100px;
        padding: 8px;
    }



    /*------------
        Why we
    ------------*/
    .why_we
    {
        margin-bottom: 64px;
        padding: 72px 0;
    }


    .why_we .row
    {
        padding-top: 16px;
    }


    .why_we .item .icon
    {
        width: 52px;
    }

    .why_we .item .icon + div
    {
        width: calc(100% - 72px);
    }

    .why_we .item .name
    {
        font-size: 18px;
        line-height: 22px;
    }


    .why_we .item .desc
    {
        line-height: 20px;
    }



    /*-------------
        Experts
    -------------*/
    .experts
    {
        margin-bottom: 64px;
    }


    .experts .row &gt; *
    {
        width: 25%;
    }



    /*------------------
        Developments
    ------------------*/
    .developments
    {
        margin-bottom: 64px;
    }


    .developments .row
    {
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .developments .row &gt; *
    {
        width: calc(33.333% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }



    /*---------------
        Geography
    ---------------*/
    .geography
    {
        margin-bottom: 64px;
        padding: 72px 0;
    }



    /*-----------
        Certs
    -----------*/
    .certs .swiper-button-prev
    {
        left: -15px;

        opacity: 1;
    }

    .certs .swiper-button-next
    {
        right: -15px;

        opacity: 1;
    }


    .certs .row
    {
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .certs .row &gt; *
    {
        width: calc(16.666% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }


    .certs .cert .thumb
    {
        margin-bottom: 20px;
    }

    .certs .cert .thumb img
    {
        width: 100%;
        height: auto;
    }



    /*--------------
        Partners
    --------------*/
    .partners .swiper-button-prev
    {
        left: -15px;

        opacity: 1;
    }

    .partners .swiper-button-next
    {
        right: -15px;

        opacity: 1;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info
    {
        padding-top: 32px;
    }


    .product_info .head
    {
        margin-bottom: 32px;
    }


    .product_info .data
    {
        width: 100%;
        margin-top: 32px;

        order: 2;
    }


    .product_info .product_name
    {
        font-size: 40px;
    }


    .product_info .rating,
    .product_info .articul,
    .product_info .btns
    {
        margin-top: 24px;
    }


    .product_info .buy
    {
        padding: 24px 40px;

        align-items: center;
        align-content: center;
    }


    .product_info .buy .price .old
    {
        margin-bottom: 0;
    }

    .product_info .buy .price + *
    {
        display: flex;

        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        
        max-width: none; /* my_added */
    }


    .product_info .buy .buy_btn
    {
        width: auto;
        padding: 16px 40px 14px;
    }

    .product_info .buy .quike_buy_btn
    {
        width: auto;
        margin-top: 4px;
        margin-left: 40px;
    }


    .product_info .pluses
    {
        margin-top: 40px;
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .product_info .pluses &gt; *
    {
        width: calc(25% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }

    .product_info .pluses br
    {
        display: none;
    }


    .product_info .images
    {
        width: 100%;
    }

    .product_info .images .big .slide a
    {
        height: 680px;
    }



    /*------------------
        Product head
    ------------------*/
    .product_head
    {
        padding: 32px 0 24px;
    }


    .product_head .name
    {
        font-size: 22px;
    }


    .product_head .anchors
    {
        margin-left: 0;
    }

    .product_head .anchors div + div {
        margin-left: 12px;
    }

    .product_head .anchors .btn {
        font-size: 12px;
        line-height: 16px;
        padding: 0;
        letter-spacing: .01em;
    }


    .product_head .download_link
    {
        margin-left: 15px;
        padding: 12px 10px 10px;
        font-size: 12px;
        letter-spacing: 0;
    }
    .product_head .download_link .icon {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }



    /*----------------------
        Product overview
    ----------------------*/
    .product_overview
    {
        padding: 100px 0;
    }


    .product_overview .data
    {
        width: 516px;
    }


    .product_overview .title
    {
        font-size: 40px;
    }


    .product_overview .sub_title
    {
        font-size: 22px;
        line-height: 28px;

        width: 100%;
        margin-top: 16px;
    }


    .product_overview .desc
    {
        font-size: 16px;
        line-height: 24px;

        margin-top: 36px;
    }



    /*------------------------
        Product advantages
    ------------------------*/
    .product_advantages .spoler_btn,
    .product_features .spoler_btn /* my_added */
    {
        display: none;
    }


    .product_advantages .row
    {
        margin-bottom: -40px;
        margin-left: -24px;
    }

    .product_advantages .row &gt; *
    {
        width: calc(33.333% - 24px);
        margin-bottom: 40px;
        margin-left: 24px;
    }


    .product_advantages .thumb
    {
        height: 240px;
        margin-bottom: 24px;
    }


    .product_advantages .name
    {
        font-size: 20px;
    }


    .product_advantages .desc
    {
        line-height: 21px;
    }

    .product_advantages ul li:before
    {
        top: 8px;
    }


    .product_advantages .mob_spoler_btn,
    .product_features .mob_spoler_btn /* my_added */
    {
        display: flex;
    }



    /*----------------------
        Product features
    ----------------------*/
    .product_features .block_head .title
    {
        width: 100%;
    }


    .product_features .spoler_btn
    {
        margin-top: 12px;
        margin-left: 0;
    }


    .product_features .hide
    {
        max-height: 400px;
    }


    .product_features .section
    {
        margin-left: -24px;
    }


    .product_features .section .title
    {
        font-size: 18px;
        line-height: 22px;

        width: calc(33.333% - 24px);
        margin-left: 24px;
    }


    .product_features .section .items
    {
        width: calc(66.666% - 24px);
        margin-left: 24px;
    }


    .product_features .section .item + .item
    {
        margin-top: 12px;
    }

    .product_features .section .item
    {
        line-height: 22px;
    }


    .product_features .section .item .name,
    .product_features .section .item .val
    {
        width: calc(50% - 12px);
    }



    /*---------------
        Documents
    ---------------*/
    .documents .row
    {
        margin-bottom: -40px;
        margin-left: -24px;
    }

    .documents .row &gt; *
    {
        width: calc(33.333% - 24px);
        margin-bottom: 40px;
        margin-left: 24px;
    }


    .documents .document .thumb
    {
        width: 100px;
        height: 145px;
    }

    .documents .document .thumb .icon
    {
        width: 80px;
        height: 90px;
    }

    .documents .document .thumb + *
    {
        width: calc(100% - 120px);
        padding-top: 0;

        align-self: center;
    }


    .documents .document .name
    {
        font-size: 16px;
    }

    .documents .document .info
    {
        margin-top: 12px;
    }



    /*------------------
        Has question
    ------------------*/
    .has_question .data
    {
        width: calc(100% - 464px);
    }

    .has_question .data .title
    {
        font-size: 32px;
    }

    .has_question .data .desc
    {
        font-size: 15px;
        line-height: 21px;
    }


    .has_question .manager
    {
        width: 432px;
        padding: 27px;
    }


    .has_question .manager .photo
    {
        width: 140px;
        height: 140px;
    }

    .has_question .manager .photo + div
    {
        width: calc(100% - 164px);
    }


    .has_question .manager .name
    {
        font-size: 20px;
    }


    .has_question .manager .link a
    {
        font-size: 15px;
        line-height: 21px;
    }



    /*-----------------------------
        Educational center info
    -----------------------------*/
    .educational_center_info .head
    {
        padding: 60px 0;
    }


    .educational_center_info .head .title
    {
        font-size: 40px;
    }

    .educational_center_info .head .sub_title
    {
        font-size: 22px;
        line-height: 28px;

        width: 100%;
        margin-top: 16px;
    }

    .educational_center_info .head .desc
    {
        font-size: 16px;
        line-height: 24px;

        width: 628px;
        margin-top: 36px;
    }



    .educational_center_info .links
    {
        padding: 24px 0;
    }


    .educational_center_info .links .row
    {
        margin-bottom: -2px;
    }

    .educational_center_info .links .row &gt; *
    {
        margin-bottom: 2px;
    }




    /*----------------------
        Directions study
    ----------------------*/
    .directions_study .direction + .direction
    {
        margin-top: 40px;
    }


    .directions_study .thumb
    {
        width: calc(50% - 12px);
    }


    .directions_study .data
    {
        width: calc(50% - 12px);
    }

    .directions_study .data .name
    {
        font-size: 24px;
    }



    /*-------------------
        Services list
    -------------------*/
    .services_list .service .name
    {
        font-size: 21px;

        min-height: 64px;
        padding-left: 80px;
    }


    .services_list .service .icon
    {
        max-width: 60px;
        max-height: 60px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .head .links .row + .row /* my_added */
    {
        margin-top: 0;
    }


    .contacts_info .data
    {
        margin-bottom: 40px;
    }


    .contacts_info .data .company
    {
        font-size: 32px;
    }


    .contacts_info .info
    {
        margin-top: 32px;
        flex-wrap: wrap;
    }

    .contacts_info .info &gt; *
    {
        width: calc(50% - 12px);
    }

    .contacts_info .info &gt; *:last-child
    {
        width: 100%;
        margin-top: 32px;
        max-width: none;
    }


    .contacts_info .info .title
    {
        font-size: 20px;
    }

    .contacts_info .info .title .icon
    {
        max-height: 32px;
        margin-right: 12px;
    }


    .contacts_info .info .contacts
    {
        padding-left: 35px;
    }

    .contacts_info .info .contacts &gt; * + *
    {
        margin-top: 12px;
    }

    .contacts_info .info .contacts .name
    {
        font-size: 15px;
        line-height: 21px;
    }

    .contacts_info .info .contacts .val
    {
        font-size: 15px;
        line-height: 23px;
    }

    .contacts_info .info .contacts .exp
    {
        font-size: 12px;
        line-height: 16px;

        margin-top: 4px;
    }


    .contacts_info .info .time
    {
        font-size: 15px;
        line-height: 23px;

        padding-left: 44px;
    }


    .contacts_info .info .location
    {
        padding-left: 40px;
    }

    .contacts_info .info .location &gt; * + *
    {
        margin-top: 12px;
    }

    .contacts_info .info .location .name
    {
        font-size: 15px;
        line-height: 21px;
    }

    .contacts_info .info .location .val
    {
        font-size: 15px;
        line-height: 23px;
    }

    .contacts_info .info .location .exp
    {
        font-size: 12px;
        line-height: 16px;

        margin-top: 4px;
    }


    .contacts_info .map
    {
        height: 360px;
    }



    /*----------
        Team
    ----------*/
    .team .row &gt; *
    {
        width: calc(33.333% - 24px);
    }


    .team .person
    {
        padding: 23px;
    }



    /*-------------------------
        Service center info
    -------------------------*/
    .service_center_info .head
    {
        padding: 60px 0;
    }


    .service_center_info .head .title
    {
        font-size: 40px;
    }

    .service_center_info .head .desc
    {
        font-size: 16px;
        line-height: 24px;

        width: 628px;
        margin-top: 36px;
    }

    .service_center_info .head .link
    {
        margin-top: 32px;
    }

    .service_center_info .head .link a
    {
        font-size: 14px;
        line-height: 18px;
    }



    .service_center_info .links
    {
        padding: 24px 0;
    }


    .service_center_info .links .row
    {
        display: block;
        overflow: auto;

        width: calc(100% + 48px);
        margin-top: 0;
        padding: 24px 24px 24px 0;

        white-space: nowrap;

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

    .service_center_info .links .row::-webkit-scrollbar
    {
        width: 0 !important;
        height: 0 !important;

        background-color: transparent !important;
    }

    .service_center_info .links .row::-webkit-scrollbar-thumb
    {
        background-color: transparent !important;
    }


    .service_center_info .links .row &gt; *
    {
        display: inline-block;

        max-width: none;
        margin: 0;

        vertical-align: top;
    }

    .service_center_info .links .row &gt; * + *
    {
        margin-left: 4px;
    }


    /*-----------------------------
        Service center services
    -----------------------------*/
    .service_center_services .row
    {
        margin-left: -24px;
    }

    .service_center_services .row &gt; *
    {
        width: calc(50% - 24px);
        margin-left: 24px;
    }


    .service_center_services .title
    {
        font-size: 26px;

        margin-bottom: 20px;
    }


    .service_center_services .thumb
    {
        margin-bottom: 20px;
    }



    /*------------------
        Catalog info
    ------------------*/
    .catalog_info .breadcrumbs
    {
        margin-bottom: 40px;
    }


    .catalog_info .head .title
    {
        font-size: 40px;

        width: 628px;
    }


    .catalog_info .head .download_link
    {
        margin-top: 0;
    }

    .catalog_info .head .download_link a
    {
        line-height: 19px;

        padding: 10px 16px 8px;
    }


    .catalog_info .head .desc
    {
        font-size: 16px;
        line-height: 24px;

        width: 628px;
        margin-top: 36px;
    }



    .catalog_info .links
    {
        padding: 24px 0;
    }


    .catalog_info .links .row
    {
        margin-bottom: -2px;
    }

    .catalog_info .links .row &gt; *
    {
        margin-bottom: 2px;
    }



    /*----------------
        Brand info
    ----------------*/
    .brand_info .brand_name
    {
        font-size: 36px;
    }


    .brand_info .logo
    {
        padding-left: 28px;
    }


    .brand_info .desc
    {
        font-size: 21px;
        line-height: calc(100% + 6px);
    }


    .brand_info .cert
    {
        padding: 0 28px;
    }

    .brand_info .cert .thumb
    {
        margin-bottom: 16px;
    }



    /*------------------
        Landing head
    ------------------*/
    .landing_head
    {
        padding: 50px 0 60px;
    }


    .landing_head .title
    {
        font-size: 40px;

        width: 628px;
    }


    .landing_head .download_link
    {
        margin-top: 0;
    }

    .landing_head .download_link a
    {
        line-height: 19px;

        padding: 10px 16px 8px;
    }


    .landing_head .categories
    {
        margin-bottom: -16px;
        margin-left: -16px;
    }

    .landing_head .categories &gt; *
    {
        width: calc(25% - 16px);
        margin-bottom: 16px;
        margin-left: 16px;
    }


    .landing_head .categories .category
    {
        font-size: 16px;
        line-height: 22px;

        min-height: 100px;
        padding: 20px 40px 20px 20px;
    }



    /*-------------------
        Landing about
    -------------------*/
    .landing_about .data
    {
        width: calc(100% - 296px);
    }


    .landing_about .data .title
    {
        font-size: 32px;
    }


    .landing_about .manager
    {
        width: 272px;
        padding: 23px;
    }



    /*-------------------
        Articles head
    -------------------*/
    .articles_head
    {
        margin-bottom: 52px;
    }


    .articles_head .years
    {
        margin-top: 28px;
    }



    /*------------
        Events
    ------------*/
    .events .row
    {
        margin-bottom: -28px;
    }

    .events .row &gt; *
    {
        margin-bottom: 28px;
    }


    .events .event
    {
        padding: 23px;
    }


    .events .event .category
    {
        top: 19px;
    }


    .events .event .date
    {
        font-size: 14px;
        line-height: 18px;
    }


    .events .event .name
    {
        font-size: 18px;
        line-height: 22px;
    }



    /*------------------
        Photogallery
    ------------------*/
    .photogallery .row
    {
        margin-bottom: -48px;
        margin-left: -24px;
    }

    .photogallery .row &gt; *
    {
        width: calc(33.333% - 24px);
        margin-bottom: 48px;
        margin-left: 24px;
    }


    .photogallery .item .thumb
    {
        margin-bottom: 20px;
        padding: 28px 50px 0 0;
    }

    .photogallery .item .thumb div + div
    {
        bottom: 14px;
        left: 25px;

        width: calc(100% - 50px);
        padding-bottom: 56.04%;
    }

    .photogallery .item .thumb div + div + div
    {
        bottom: 28px;
        left: 50px;
    }


    .photogallery .item .count
    {
        margin-left: 24px;
    }


    .photogallery .item .name
    {
        font-size: 18px;
        line-height: 22px;
    }



    /*---------------
        Equipment
    ---------------*/
    .equipment .row
    {
        margin-bottom: -28px;
    }

    .equipment .row &gt; *
    {
        margin-bottom: 28px;
    }


    .equipment .item
    {
        padding: 23px;
    }


    .equipment .item .name
    {
        font-size: 18px;
        line-height: 22px;
    }



    /*------------------
        Article info
    ------------------*/
    .article_info
    {
        margin-bottom: 72px;
        padding-top: 40px;

        --sidebar_width: 100%;
    }


    .article_info .content_flex .content
    {
        width: 100%;
    }


    .article_info aside
    {
        margin-top: 52px;
        margin-bottom: 0;

        order: 2;
    }


    .article_info .article_title
    {
        font-size: 40px;
        line-height: 120%;
    }



    /*----------------
        Event info
    ----------------*/
    .event_info aside
    {
        display: flex;

        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }


    .event_info .logo
    {
        width: calc(50% - 24px);
    }


    .event_info .photogallery
    {
        width: calc(50% - 24px);
        margin-top: 0;
    }



    /*------------------
        Gallery info
    ------------------*/
    .gallery_info aside
    {
        display: none;
    }


    .gallery_info .images .row
    {
        margin-bottom: -16px;
        margin-left: -16px;
    }

    .gallery_info .images .row &gt; *
    {
        width: calc(16.666% - 16px);
        margin-bottom: 16px;
        margin-left: 16px;
    }



    /*----------------
        Equipment info
    ----------------*/
    .equipment_info aside
    {
        display: none;
    }



    /*------------
        Footer
    ------------*/
    .footer-offices-item {
        width: calc(100% / 4);
        flex: 0 0 calc(100% / 4);
    }
    .footer-menus-address {
        display: block;
    }
    .footer-address {
        text-align: left;
        width: 100%;
        margin-left: 0;
        position: relative;
        margin-top: 40px;
    }
    footer .phone {
        margin-top: 18px;
    }
    .footer-address-working .working {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 13px;
        text-align: right;
    }
    .footer-address .socials-links {
        position: absolute;
        right: 0;
        bottom: 23px;
        margin-top: 0;
        width: 150px;
    }
    .footer-address-working {
        margin-top: 30px;
    }
    footer .text {
        width: calc(100% - 380px);
    }



    .full-catalog-list-item {
        flex:  0 0 calc(50% - 40px / 2);
        margin: 0 40px 50px 0;
    }

    .full-catalog-list-item:nth-child(2n) {
        margin-right: 0;
    }

    .catalogs-list-item {
        flex: 0 0 calc(100% / 4 - 30px * 3 / 4);
        width: calc(100% / 4 - 30px * 3 / 4);
    }

    .press-catalog .catalogs-list-item:nth-child(5n) {
        display: none;
    }

    .compare_info .data {
        margin-right: -10px;
    }

    .compare_info .products .product {
        margin: 13px 10px 20px;
        padding: 27px 15px 15px;
    }

    header .search .tags {
        height: calc(42px * 3);
    }

    .cart-product .wrap-image {
        flex: 0 0 70px;
        width: 70px;
        margin-right: 15px;
    }

    .cart-product .wrap-info {
        width: calc(100% - 85px);
        flex: 0 0 calc(100% - 85px);
    }
    .cart-total-block {
        padding-left: 0;
        margin-top: 30px;
        text-align: right;
    }

    .cart-product .description {
        font-size: 13px;
        line-height: 16px;
    }

    .cart-product .name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .cart-product + .cart-product {
        margin-top: 25px;
    }

    .order-cart .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .order-cart {
        flex: 0 0 calc(50% - 20px);
    }

    .order-client {
        flex: 0 0 50%;
    }

    .form .input {
        height: 40px;
        padding: 0 10px;
    }

    .form .nice-select .current {       
        line-height: 38px;
        height: 40px;
        padding: 0 33px 0 10px;
    }

    .form .nice-select .current:after {
        top: -6px;
        right: 10px;
        width: 9px;
        height: 9px;
        transform-origin: 4px 6px;
    }

    .form .btn-add-phone {
        margin-left: 20px;
        width: 40px;
        height: 40px;
        font-size: 26px;
        line-height: 40px;
        flex: 0 0 40px;
    }

    .form .nice-select .list .list_item {
        padding: 7px 10px;
    }

    .form .customer-selector label {
        padding: 10px 10px;
        height: 40px;
    }

    .form .line-submit {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .form .submit_btn + .wrap-checkboxes {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .geography .map .point {
        width: 16px;
        height: 16px;
    }
    .geography .item .name {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .geography .item .desc {
        font-size: 13px;
        line-height: 19px;
    }
    .geography .item {
        width: 240px;
        padding: 20px 15px;
    }
    .geography .item .close_btn {
        top: 2px;
        right: 2px;
    }

    .geography .item.right {
        transform: translate(-214px, calc(-100% - 52px));
    }
    .geography .item.right.active {
        transform: translate(-214px, calc(-100% - 32px));
    }

    /* Bitrix24 form */

    .b24-form-style-classic .b24-form-control-string .b24-form-control, 
    .b24-form-style-classic .b24-form-control-text .b24-form-control, 
    .b24-form-style-classic .b24-form-field-list.b24-form-control-list .b24-form-control {
        padding: 10px 10px !important;
        height: 40px !important;
    }
    .b24-form-style-classic .b24-form-content .b24-form-field {
        margin-bottom: 30px !important;
    }
    .b24-form-style-classic .b24-form-control-list .b24-form-control-container {
        margin-top: 60px;
    }
    .b24-form-style-classic .b24-form-control-list-selector-item {
        padding: 7px 10px !important;
    }
    .b24-form-style-classic .b24-form-icon-before, .b24-form-icon-after {
        height: 40px !important;
    }
    .b24-form-style-classic .b24-form-field-agreement {
        margin-top: 30px;
    }
    /* end Bitrix24 form */

    .form-load-requisites .field {
        width: 130px;
        margin-right: 15px;
    }
    .form-load-requisites .btn-search-requisites {
        width: 140px;
        height: 40px;
        font-size: 10px;
    }

    .goods-questions .row {
        margin-left: 0;
    }
    .goods-questions-item {
        width: 100%;
        margin-left: 0;
    }
    .goods-questions,
    .page-content,
    .category-questions {
        margin-bottom: 52px;
    }

    .category-questions-item + .category-questions-item {
        margin-top: 40px;
    }

    .specialist-opinion {
        padding: 20px;
    }
}
</pre></body></html>