<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: 575px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size_title: 26px;
    }



    /*------------
        Notice
    ------------*/
    .notice
    {
        font-size: 15px;

        padding: 12px 0;
    }



    /*----------
        Tabs
    ----------*/
    .tabs
    {
        display: block;
        overflow: auto;

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

        white-space: nowrap;

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

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

        background-color: transparent !important;
    }

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


    .tabs button
    {
        display: inline-block;

        margin: 0;

        vertical-align: top;
        white-space: normal;
    }

    .tabs button + button
    {
        margin-left: 8px;
    }



    /*------------------
        Mob all link
    ------------------*/
    .mob_all_link
    {
        display: flex;
    }



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


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


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

        width: 40px;
        height: 40px;
    }


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



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

    header .info {
        padding: 15px 0;
    }

    header .bottom
    {
        padding-bottom: 32px;
    }

    header .logo, header .logo img {
        height: 65px;
    }
    
    header .logo-ng {
	    height: 89px;		
	}
    header .logo-ng img {
	    height: 100px;
	    margin-top: 0;
	    margin-bottom: 0;
	}


    header .contacts
    {
        position: absolute;
        z-index: 5;
        top: 96px;
        right: 24px;

        margin: 0;
    }

    header .contacts .phone
    {
        font-size: 16px;

        margin-top: 8px;
    }


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

    header .links a,
    header .links .lk_btn,
    header .links .mob_feedback_btn
    {
        width: 32px;
        height: 40px;
    }

    header .links .mob_feedback_btn .icon
    {
        width: 26px;
        height: 24px;
    }

    header .links .lk_btn .icon
    {
        width: 24px;
        height: 26px;
    }

    header .links .compare_link .icon
    {
        width: 28px;
        height: 20px;
    }

    header .links .favorite_link .icon
    {
        width: 27px;
        height: 26px;
    }

    header .links .cart_link .icon
    {
        width: 25px;
        height: 26px;
    }

    header .links .count
    {
        font-size: 13px;
        line-height: 20px;

        right: -8px;
    }


    header .search
    {
        width: 100%;
        margin-top: 12px;
    }

    header .search .title
    {
        display: none !important;
    }


    header .search .tags &gt; * {
        margin-bottom: 10px;
    }

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

    /*----------
        Menu
    ----------*/
    #menu .cols .col,
    #menu .cols.for-catalog .col
    {
        width: 100%;
        max-width: 100%;
    }


    #menu .cols .col:last-child
    {
        display: block;

        width: 100%;
    }

    #menu .cols .col:last-child &gt; *
    {
        width: 100%;
        max-width: 100%;
    }

    #menu .cols .col:last-child &gt; *:nth-child(2)
    {
        margin-top: 40px;
    }


    #menu .alphabet .item,
    .all-brands .alphabet .item
    {
        width: calc(50% - 24px);
    }
.all-brands .alphabet .items a {
    font-size: 16px;
    line-height: 21px;
}


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

    .page_head.margin
    {
        margin-bottom: 48px;
    }


    .page_title
    {
        font-size: 32px;
    }


    .page_head .btns.tabs
    {
        width: calc(100% + 4px);
        margin: 20px 0 0 -4px;
        padding: 0;
    }

    .page_head .btns .btn
    {
        font-size: 14px;
        line-height: 18px;

        margin-left: 4px;
        padding-right: 15px;
        padding-left: 15px;
    }



    /*-------------
        Sidebar
    -------------*/
    aside .anchors .title
    {
        font-size: 22px;
        line-height: 28px;

        margin-bottom: 20px;
    }


    aside .anchors .items button
    {
        font-size: 16px;
        line-height: 22px;

        padding-left: 28px;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head .all_link
    {
        display: none;
    }



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



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

    .text_block h3
    {
        font-size: 20px;
        line-height: 24px;
    }


    .text_block blockquote
    {
        font-size: 17px;
        line-height: 25px;

        padding: 64px 24px;
    }

    .text_block blockquote:before
    {
        font-size: 90px;

        top: 12px;
        left: 12px;
    }

    .text_block blockquote:after
    {
        font-size: 90px;

        right: 12px;
        bottom: 12px;
    }


    .text_block figure figcaption
    {
        font-size: 14px;
        line-height: 20px;

        margin-top: 12px;
        padding: 0;
    }



    /*-----------------
        Main slider
    -----------------*/

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

    .first_section header .contacts
    {
        top: 86px;
    }


    .first_section &gt; .cont
    {
        padding-top: 380px;
        padding-bottom: 60px;
    }


    .first_section .services
    {
        /*display: block;*/
        flex-wrap: nowrap;
        overflow: auto;

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

        white-space: nowrap;

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

    .first_section .services::-webkit-scrollbar
    {
        width: 0;
        height: 0;

        background-color: transparent;
    }

    .first_section .services::-webkit-scrollbar-thumb
    {
        background-color: transparent;
    }


    .first_section .services .service
    {
        display: inline-block;

        width: 180px;
        flex: 0 0 180px;
        margin-bottom: 0;
        margin-left: 0;

        vertical-align: top;
        white-space: normal;

    }

    .first_section .services .service + .service
    {
        margin-left: 12px;
    }



    /*-----------------
        About block
    -----------------*/
    .about_block
    {
        padding: 60px 0;
    }


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

    .about_block .data .sub_title
    {
        font-size: 17px;
        line-height: 21px;
    }



    /*--------------
        Articles
    --------------*/
    .articles .row
    {
        margin-left: 0;
    }

    .articles .row &gt; *
    {
        width: 100%;
        margin-left: 0;
    }



    /*-------------
        Banners
    -------------*/
    .banners .swiper-container
    {
        padding-bottom: 33px;
    }

    .banners .swiper-button-next,
    .banners .swiper-button-prev
    {
        display: none;
    }

    .banners .swiper-pagination
    {
        display: flex;
    }


    .banners .banner
    {
        height: 240px;
        padding: 40px 40px 24px;
    }


    .banners .banner .info
    {
        color: #fff;

        width: 100%;

        text-align: center;

        justify-content: center;
    }


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


    .banners .banner .price
    {
        font-size: 22px;

        margin-left: 32px;
    }

    .banners .banner .price .sticker
    {
        font-size: 12px;
        line-height: 22px;

        top: -28px;
        left: 0;

        height: 20px;
        margin-left: 0;
        padding: 0 8px;
    }


    .banners .banner .desc
    {
        margin-top: 12px;
    }


    .banners .banner .bg
    {
        background-position: 0 50%;
    }

    .banners .banner .bg:after
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    }



    /*-------------------
        Products head
    -------------------*/
    .products_head .views
    {
        display: none;
    }



    /*--------------
        Products
    --------------*/
    .products .block_head .title.mini
    {
        max-width: 100%;
    }


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

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


    .products .product .stickers
    {
        top: 11px;
        left: -1px;
    }

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

    .products .product .name
    {
        font-size: 18px;
        line-height: 22px;
    }



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

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



    /*------------
        Why we
    ------------*/
    .why_we .row
    {
        margin-left: 0;
    }

    .why_we .row &gt; *
    {
        width: 100%;
        margin-left: 0;
    }



    /*-------------
        Experts
    -------------*/
    .experts .row &gt; *
    {
        width: 50%;
    }



    /*------------------
        Developments
    ------------------*/
    .developments .row
    {
        margin-bottom: -40px;
        margin-left: 0;
    }

    .developments .row &gt; *
    {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
    }

    .developments .row &gt; *:nth-child(2) ~ *
    {
        display: block;
    }


    .developments .item .thumb
    {
        margin-bottom: 20px;
    }



    /*---------------
        Geography
    ---------------*/
    .geography
    {
        padding: 60px 0;
    }



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



    /*------------------
        Product info
    ------------------*/
    .product_info .data
    {
        margin-top: 24px;
    }


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


    .product_info .desc
    {
        font-size: 18px;
        line-height: 21px;
    }


    .product_info .btns .btn + .btn
    {
        margin-left: 20px;
    }

    .product_info .btns .compare_btn .icon
    {
        width: 28px;
        height: 20px;
    }

    .product_info .btns .favorite_btn .icon
    {
        width: 28px;
        height: 27px;
    }

    .product_info .btns .share_btn .icon
    {
        width: 23px;
        height: 25px;
    }


    .product_info .buy
    {
        margin-top: 12px;
        padding: 24px;
    }


    .product_info .buy .price
    {
        width: 100%;

        text-align: center;
    }

    .product_info .buy .price + *
    {
        width: 100%;
        margin-top: 12px;
    }


    .product_info .buy .buy_btn
    {
        width: 100%;
    }

    .product_info .buy .quike_buy_btn
    {
        width: 100%;
        margin-top: 12px;
        margin-left: 0;
    }


    .product_info .pluses
    {
        font-size: 16px;
        line-height: 20px;
    }

    .product_info .pluses &gt; *
    {
        padding-left: 40px;
    }

    .wrap-popup-moscow-office {
        left:40px;
    }

    .product_info .pluses br
    {
        display: none;
    }


    .product_info .images .big
    {
        width: 100%;
    }

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

    .product_info .images .big .swiper-button-next,
    .product_info .images .big .swiper-button-prev
    {
        display: flex;
    }


    .product_info .images .thumbs.swiper-container
    {
        display: none;
    }



    /*------------------
        Product head
    ------------------*/
    .product_head .name
    {
        font-size: 20px;

        width: auto;
        margin: 0;
    }


    .product_head .anchors
    {
        display: none;
    }


    .product_head .download_link
    {
        margin-top: 10px;
        margin-left: 0;
        justify-content: center;
        width: 168px;
    }



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


    .product_overview .data
    {
        width: 100%;
    }


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


    .product_overview .sub_title
    {
        font-size: 18px;
        line-height: 24px;
    }


    .product_overview .desc
    {
        font-size: 14px;
        line-height: 20px;

        margin-top: 28px;
    }



    /*------------------
        Has question
    ------------------*/
    .has_question .manager .photo
    {
        width: 132px;
        height: 132px;
    }

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


    .has_question .manager .contacts
    {
        display: block;
    }

    .has_question .manager .contacts &gt; * + *
    {
        margin-top: 4px;
        margin-left: 0;
    }



    /*-----------------------------
        Educational center info
    -----------------------------*/
    .educational_center_info .head .title
    {
        font-size: 28px;
    }

    .educational_center_info .head .sub_title
    {
        font-size: 18px;
        line-height: 24px;
    }

    .educational_center_info .head .desc
    {
        font-size: 14px;
        line-height: 20px;

        margin-top: 28px;
    }



    /*-------------------
        Services list
    -------------------*/
    .services_list .row
    {
        margin-left: 0;
    }

    .services_list .row &gt; *,
    .services_list .row &gt; *:last-child
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }


    .services_list .service .name
    {
        font-size: 19px;

        min-height: 52px;
        padding-left: 72px;
    }

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



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .data .company
    {
        font-size: 26px;

        width: 100%;
    }


    .contacts_info .data .download_link
    {
        margin-top: 12px;
        margin-left: 0;
    }


    .contacts_info .info &gt; *
    {
        width: 100%;
    }

    .contacts_info .info &gt; * + *,
    .contacts_info .info &gt; *:last-child
    {
        margin-top: 28px;
    }


    .contacts_info .info .title
    {
        margin-bottom: 12px;
    }


    .contacts_info .info .location &gt; *
    {
        display: block;
    }

    .contacts_info .info .location .name
    {
		font-size: 16px;
        width: auto;
		font-weight: bold;
        padding-right: 0;
    }

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


    .contacts_info .map
    {
        height: 320px;
    }
.contacts_info .info .time span {
    line-height: 20px;
	font-size: 16px;
}
.contacts_info .info .location .exp {
    font-size: 16px;
    line-height: 18px;
}


    /*----------
        Team
    ----------*/
    .team .row
    {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .team .row &gt; *
    {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }


    .team .person
    {
        display: flex;

        padding: 23px;

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


    .team .person .photo
    {
        width: 136px;
        height: 136px;
        margin: 0;
    }

    .team .person .photo + *
    {
        width: calc(100% - 160px);
    }

    .team .person .name
    {
        font-size: 18px;
        line-height: 22px;
    }

    .team .person .link
    {
        margin-top: 12px;
    }

    .team .person .location,
    .team .person .link a
    {
        font-size: 16px;
        line-height: 18px;
    }

    .team .person .link .icon
    {
        margin-left: 4px;
    }

    .team .person .contacts
    {
        font-size: 16px;
        line-height: 20px;
    }
    .team .person .post
    {
        font-size: 16px;
        line-height: 20px;
    }	
	.team .person .desc
    {
        font-size: 16px;
        line-height: 20px;
    }	



    /*-------------------------
        Service center info
    -------------------------*/
    .service_center_info .head .title
    {
        font-size: 28px;
    }

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

        margin-top: 28px;
    }



    /*------------------
        Catalog info
    ------------------*/
    .catalog_info .head .title
    {
        font-size: 28px;
    }


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


    .catalog_info .head .desc
    {
        font-size: 18px;
        line-height: 20px;

        margin-top: 28px;
    }



    /*----------------
        Brand info
    ----------------*/
    .brand_info
    {
        padding-top: 24px;
    }


    .brand_info .breadcrumbs
    {
        margin-bottom: 28px;
    }


    .brand_info .brand_name
    {
        font-size: 30px;
    }


    .brand_info .desc
    {
        font-size: 18px;
    }



    /*------------------
        Landing head
    ------------------*/
    .landing_head .breadcrumbs
    {
        margin-bottom: 32px;
    }


    .landing_head .title
    {
        font-size: 28px;
    }


    .landing_head .download_link
    {
        margin-top: 24px;
        margin-left: 0;
    }


    .landing_head .categories
    {
        display: block;
        overflow: auto;

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

        white-space: nowrap;

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

    .landing_head .categories::-webkit-scrollbar
    {
        width: 0;
        height: 0;

        background-color: transparent;
    }

    .landing_head .categories::-webkit-scrollbar-thumb
    {
        background-color: transparent;
    }


    .landing_head .categories .category
    {
        display: inline-block;

        width: 180px;
        margin-bottom: 0;
        margin-left: 0;

        vertical-align: top;
        white-space: normal;
    }

    .landing_head .categories .category + .category
    {
        margin-left: 12px;
    }



    /*-------------------
        Landing about
    -------------------*/
    .landing_about .data .title
    {
        font-size: 25px;
    }


    .landing_about .manager
    {
        width: 320px;
        padding: 31px;
    }



    /*-------------------
        Articles head
    -------------------*/
    .articles_head
    {
        padding: 40px 0;
    }


    .articles_head .page_title
    {
        width: 100%;
    }


    .articles_head .subscribe_btn
    {
        margin-top: 16px;
        margin-left: 0;
        padding-right: 20px;
        padding-left: 20px;
    }


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



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


    .events .event .info
    {
        width: 100%;

        order: 2;
    }


    .events .event .date
    {
        padding-left: 0;
		font-size: 16px;
		line-height: 18px;
    }

.events .event .location {
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
}
.events .event .desc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
}

    .events .event .thumb
    {
        width: 100%;
        min-height: 0;
        margin-bottom: 20px;
        padding-bottom: 50%;
    }



    /*------------------
        Photogallery
    ------------------*/
    .photogallery .row
    {
        margin-bottom: -52px;
        margin-left: 0;
    }

    .photogallery .row &gt; *
    {
        width: 100%;
        margin-bottom: 52px;
        margin-left: 0;
    }


    .photogallery .item .thumb
    {
        padding: 50px 88px 0 0;
    }

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

        width: calc(100% - 88px);
        padding-bottom: 54.38%;
    }


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



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


    .equipment .item .info
    {
        width: 100%;

        order: 2;
    }


    .equipment .item .thumb
    {
        width: 100%;
        min-height: 0;
        margin-bottom: 20px;
        padding-bottom: 50%;
    }



    /*------------------
        Article info
    ------------------*/
    .article_info .breadcrumbs
    {
        margin-bottom: 32px;
    }


    .article_info .article_title
    {
        font-size: 32px;

        margin-bottom: 32px;
    }



    /*----------------
        Event info
    ----------------*/
    .event_info .head .location
    {
        width: calc(100% + 24px);
		font-size: 16px;
		line-height: 20px;		
    }


    .event_info .invite
    {
        padding: 36px;
    }

    .event_info .invite .title
    {
        font-size: 22px;
        line-height: 28px;
    }

    .event_info .invite .desc
    {
        font-size: 14px;
        line-height: 20px;
    }



    .event_info .logo
    {
        width: 100%;
    }


    .event_info .photogallery
    {
        width: 100%;
        margin-top: 40px;
    }



    /*------------------
        Gallery info
    ------------------*/
    .gallery_info .images .row &gt; *
    {
        width: calc(33.333% - 16px);
    }



    /*------------
        Footer
    ------------*/





    .full-catalog-list-item {
        flex: 0 0 100%;
        margin: 0 0 40px 0;
    }

    .product_info .brand {
        display: none;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }
    .product_info .head {
        margin-bottom: 0;
    }

    .product_head .cont {
        display: block;
    }
    .catalogs-list-item {
        flex: 0 0 calc(50% - 30px  / 2);
        width: calc(50% - 30px / 2);
    }
    .catalogs-list-item:nth-child(2n) {
        margin-right: 0;
    }

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

    .press-catalog {
        margin-bottom: 60px;
    }

    .search-results-item .wrap-image {
        width: 80px;
        flex: 0 0 80px;
        margin-right: 15px;
    }
    .search-results-item .title {
        margin-bottom: 10px;
    }
    .search-results-item .link-more {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
    }
    .search-results-item .title a {
        font-size: 18px;
        line-height: 22px;
    }
    .search-results-item + .search-results-item {
        margin-top: 30px;
    }

    .modal_title {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .cities-group .cities-list-item {
        width: calc(50% - 10px / 2);
        flex: 0 0 calc(50% - 10px / 2);
    }
    .cities-group .cities-list-item:nth-child(2n) {
        margin-right: 0;
    }

    .compare_info .compare_features,
    .compare_info .products .product .sep
    {
        display: none;
    }

    .compare_info .products
    {
        width: 100%;
    }


    .compare_info .products .product .features &gt; *
    {
        position: relative;

        padding-top: 25px;
    }

    .compare_info .products .product .features &gt; *:after
    {
        color: var(--text_color);
        font-size: 12px;
        font-weight: normal;
        line-height: 13px;

        position: absolute;
        top: 0;
        left: 0;

        display: flex;

        width: 100%;
        height: 25px;
        padding: 0 10px;

        content: attr(data-column);
        text-align: left;
        white-space: nowrap;
        letter-spacing: 0;
        text-transform: none;

        opacity: .4;

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


    header .search .wrap-search-question .search-answer .delete-search-answers-btn {
        width: 24px;
        height: 24px;
        margin-left: 3px;
    }
    header .search .wrap-search-question .search-answer .delete-search-answers-btn svg {
        width: 24px;
        height: 24px;
    }

    header .close_search_btn {
        top: 12px;
        right: 12px;
    }

    header .search .search-contaner {
        padding-right: 10px;
    }


    .search_open header {
        /*min-height: -webkit-fill-available !important;*/
        position: fixed;
        z-index: 9000;
        top: 0;
        bottom: 0;
    }

    header .search .search-contaner {
        max-height: calc(100vh - 160px);
        max-height: calc(var(--app-height) - 160px);
        /*height: -webkit-fill-available;*/
    }

    header .wrap-search-products-list {
        scrollbar-color: transparent transparent;
        scrollbar-width: thin;
    }

    header .wrap-search-products-list::-webkit-scrollbar
    {
        width: 0;
        height: 0;

        background-color: transparent;
    }

    header .wrap-search-products-list::-webkit-scrollbar-thumb
    {
        background-color: transparent;
    }

    .cart-product .description {
        display: none;
    }

    .cart-product .delete-product {
        right: -5px;
    }
    .cart-product {
        padding-right: 20px;
    }

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

    .order-cart {
        padding: 20px 15px;
    }

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

    .cart-total-block {
        margin-top: 20px
    }

    .order-cart .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .form .columns {
        margin-left: 0;
    }
    .form .columns &gt; * {
        width: 100%;
        margin-left: 0;
    }

    .cart-product .wrap-info {
        width: calc(100% - 70px);
        flex: 0 0 calc(100% - 70px);
    }

    .form .submit_btn {
        width: 230px;
        height: 42px;       
        font-size: 14px;
        line-height: 18px;        
        padding: 12px 0;
        margin-left: auto;
        margin-right: auto;
    }

    .order-page,
    .profile-page {
        margin-bottom: 40px;
    }

    .profile-settings {
        flex-direction: column;
    }

    .profile-settings &gt; * {
        width: 100%;
    }

    .orders-history .order-cart .title {
        display: block;
    }

    .orders-history .order-cart .title {
        font-size: 24px;
    }

    .orders-history .order-cart .title .btn-repeat {
        display: none;
    }

    .orders-history .wrap-btn-repeat-mob {
        display: block;
        text-align: right;
        margin-top: 20px;
    }


    .text_block * + h2, .text_block * + h3 {
        margin-top: 10px;
    }

    .text_block .image-align-left {
        float: none;
        margin:0 0 10px 0;
    }

    .text_block .image-align-right {
        float: none;
        margin:0 0 0 10px;
    }

    .btn-red {
        font-size: 12px;
        line-height: 18px;
        padding: 9px 10px 7px;
        margin: 3px;
    }

    .text_block #trio &gt; div {
        width: 100%;
        flex: 0 0 100%;
    }
    .text_block #trio {
        flex-wrap: wrap;
    }

    /* Bitrix24 form */
    .b24-form-style-classic .b24-form-btn {
        width: 230px !important;
        min-height: 42px !important;
        height: 42px !important;
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 12px 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    .b24-window-close {
        width: 30px !important;
        height: 30px !important;
    }
    .b24-window-close:after, 
    .b24-window-close:before {
        height: 18px !important;
    }
    .b24-form-style-classic .b24-window-popup-body .b24-form-btn-container {
        flex-direction: column !important;
    }
    .b24-form-style-classic .b24-window-popup-body .b24-form-btn-container .b24-form-btn-block + .b24-form-btn-block {
        margin-top: 20px;
    }
    .b24-form .b24-form-style-classic  .b24-window-scrollable {
        padding-bottom: 0 !important;
    }
    .b24-form-style-classic .b24-window-popup-wrapper {
        padding: 40px 25px 30px 25px !important;
    }
    /* end Bitrix24 form */

    .goods-questions-item {
        display: block;
    }
    .goods-questions-item .info {
        width: 100%;
    }

    .goods-questions-item .thumb {
        width: auto;
        height: 140px;
        margin-bottom: 20px;
        display: block;
    }
    .goods-questions-item .thumb img {
        max-height: 100%;
    }
.text_block {
	font-size: 18px;
    line-height: 23px;
}	
.breadcrumbs {
    color: #163047;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.product_info .articul {
    color: #163047;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
    align-self: center;
}
.opinions {
    font-size: 16px;
}
.discussion {
    font-size: 16px;
}
    .has_question .data .desc
    {
        font-size: 16px;
        line-height: 21px;
    }
    .has_question .manager .link a
    {
        font-size: 16px;
        line-height: 21px;
    }	
.has_question .manager .contacts {
        font-size: 16px;
}	
.product_features .spoler_btn {
	font-size: 15px;
}
.product_head .download_link {
    font-size: 14px;
    letter-spacing: 0;
}	
.documents .document .info {
    font-size: 16px;
    line-height: 19px;
}
footer .bottom {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    background: #f0f0f0;
}
.equipment .item .desc {
    font-size: 16px;
    line-height: 20px;
}
.equipment .item .person {
    color: #ce171e;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px;
}
.equipment .item .date {
    color: #163047;
    font-size: 14px;
    line-height: 20px;
}
.articles_head .subscribe_btn {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 16px 6px;
}
.equipment .item .name {
    font-size: 20px;
    line-height: 22px;
}
.photogallery .item .date {
    color: #163047;
    font-size: 16px;
    line-height: 20px;
}
.photogallery .item .count {
    font-size: 16px;
    line-height: 20px;
}
.photogallery .item .name {
    font-size: 20px;
    line-height: 22px;
}
.gallery_info .head .date {
    color: #163047;
    font-size: 16px;
    line-height: 20px;
}
.gallery_info .head .count {
    font-size: 16px;
    line-height: 20px;
    margin-left: 34px;
}
.catalogs-list-item .meta-info {
    position: absolute;
    bottom: 19px;
    left: 5px;
    right: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #163047;
}
.articles .article .date {
    color: #163047;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    white-space: nowrap;
}
.article_info .date {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 24px;
}
.services_list .service .desc {
    line-height: 21px;
    margin-top: 16px;
	font-size: 18px;
}
.block_head .desc {
    font-size: 18px;
    line-height: 25px;
    width: 1000px;
    margin-top: 20px;
}
.certs .cert {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.why_we .item .desc {
	font-size: 16px;
    line-height: 20px;
}
.experts .item .desc {
	font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
}
.text_block .about-list p {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
}
.text_block .pcat-table td {
font-size: 16px;	
}	
    .contacts_info .info .contacts .exp
    {
        font-size: 16px;
        line-height: 18px;
        margin-top: 0;
    }
.contacts_info .info .contacts .name {
    font-size: 16px;
    line-height: 21px;
}	
.contacts_info .info .time {
    font-size: 16px;
    line-height: 23px;
    padding-left: 44px;
}
.events .event .name {
    font-size: 20px;
    line-height: 22px;
}
}
</pre></body></html>