<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 30px 0;
        background: transparent;
        transition: background 0.3s ease-in-out;
    }
    .header__wrapper {
        max-width: 100%;
        margin: 0 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__wrapper a {
        display: flex;
        align-items: center;
    }
    .header__logo {
        width: 180px;
        height: 16px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        object-position: left;
    }
    .header__nav {
        display: flex;
        gap: 34px;
    }
    .header__nav a {
        transition: color 0.3s ease-in-out;
        color: #f5f5f5 !important;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
        transition: -webkit-text-decoration 0.3s ease-in-out;
        transition: text-decoration 0.3s ease-in-out;
        transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
    }
    .header__nav a:hover {
        border-bottom: 1px solid #fff;
        transition: -webkit-text-decoration 0.3s ease-in-out;
        transition: text-decoration 0.3s ease-in-out;
        transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
    }
    .header__burger {
        display: none;
        flex-direction: column;
        gap: 4px;
    }
    .header__burger div {
        height: 2px;
        border-radius: 4px;
        width: 20px;
        background-color: #f5f5f5;
    }
    .header_scrolled .header__burger div {
        background-color: #242424;
    }
    .logo-footer-img {
        width: calc(100% - 60px* 2) !important;
        left: 60px !important;
        bottom: 0px !important;
        top: unset !important;
    }
    .header__tel {
    margin-left: 46px;
    }
    @media screen and (max-width: 1279px) {
        .header {
            padding: 20px 0;
        }
        .header__burger {
            display: flex;
        }
        .header__nav {
            background-color: #242424;
            position: absolute;
            right: 0;
            top: 0;
            padding: 20px;
            width: 100%;
            height: 100vh;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transform: translateX(100%);
            pointer-events: none;
            transition: transform 0.5s;
        }
        .header_opened .header__nav {
            transform: translateX(0%);
            transition: transform 0.5s;
            pointer-events: auto;
        }
        
        .header_opened .header__wrapper {
            justify-content: center;
        }
        
        .header_opened .header__wrapper a {
            z-index: 1;
        }
        
        .header_opened .header__burger {
            z-index: 2;
            position: absolute;
            top: 20px;
            right: 60px;
        }
        .header_opened .header__burger div:first-of-type {
            transform: rotate(45deg) translate3d(5px, 5px, 0px);
            transition: 0.2s;
        }
        
        .header_opened .header__burger div:last-of-type {
            transform: rotate(-45deg) translate3d(4px, -3px, 0px);
            transition: 0.2s;
        }
        .header_opened .header__burger div:nth-of-type(2) {
            opacity: 0;
            transition: 0.2s;
        }
        .logo-footer-img {
            width: calc(100% - 0px) !important;
            left: 0 !important;
        }
        .header__tel-wrapper {
	        display: flex;
	        flex-direction: column;
	        gap: 20px;
	        margin-top: 36px;
        }
        .header__tel {
            margin-left: 0px;
            margin-top: 0;
        }
        .header__tel-subtitle {
	        color: #fff;
	        margin-top: 10px;
        }
    }
    @media screen and (max-width: 639px) {
        .header__wrapper {
            margin: 0 20px;
        }
        .header_opened .header__burger {
            right: 20px;
        }
        
        .header_scrolled.header_opened .header__burger div {
            background-color: #f5f5f5 !important;
        }
    }
    .header_scrolled {
        background: linear-gradient(to bottom, #FFFFFF 98%, #DEDEDE 100%);
        transition: background 0.3s ease-in-out;
    }
    @media screen and (min-width: 960px) {
        .header_scrolled .header__nav a {
            transition: color 0.3s ease-in-out;
            color: #242424 !important;
        }
        .header_scrolled .header__nav a:hover {
            border-bottom: 1px solid #242424 ;
        }
    }
    
    .t-form-success-popup {
	    display: none !important;
    }
    
    .uc-zero-table .tn-molecule .tn-atom {
	    text-wrap-mode: nowrap;
    }
    
    /*Р&nbsp;РµРґР°РєС‚РёСЂРѕРІР°РЅРёРµ РєР°СЂС‚РѕС‡РєРё С‚РѕРІР°СЂР°*/
    .t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
        letter-spacing: unset !important;
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 1 !important;
        height: 24px !important;
        font-family: 'Jost', Arial, sans-serif !important;
    }
    .t-store__prod-popup__name {
        font-size: 28px;
    }
    .t-store__prod-popup__price {
        font-size: 22px;
    }
    .t-store__prod-popup__btn-wrapper {
        margin-bottom: 40px;
        margin-top: 30px;
        display: flex;
        gap: 10px;
    }
    .js-store-prod-all-charcs {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin-top: 0 !important;
    }
    .t-typography__characteristics.js-store-prod-charcs {
        font-size: 16px;
        line-height: 1.5;
    }
    .js-store-prod-dimensions, .js-store-prod-weight {
        display: none;
    }
    .t-slds__bgimg.t-bgimg.js-product-img.loaded {
        padding-bottom: 480px !important;
    }
    .t-slds.t-slds__thumbsbullets-with-gallery {
        max-height: 480px;
    }
    .t-slds__arrow_wrapper {
        height: 480px !important;
    }
    .t-slds__items-wrapper {
        height: 480px !important;
    }
    .t-store .t-store__tabs {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .t-store__tabs__item-title {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1;
    }
    .t-store .t-store__tabs__close:after {
        background-color: transparent !important;
    }
    .t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
        border-top: 1px solid #dadada !important;
    }
    .t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
        border-bottom: 1px solid #dadada !important;
    }
    .t-store__tabs__close-icon g g {
        fill: #232323 !important;
    }
    .t-store__prod-snippet__container {
        padding-bottom: 0;
        padding-top: calc(50px + 63px);
    }
    
    @media screen and (min-width: 960px) {
    .t-store__relevants__container {
        background: #f5f5f5;
        padding-bottom: 110px;
    }
    .t-store__relevants__title {
        margin-top: 80px;
    }
    .t-store__relevants-grid-cont {
        gap: 24px;
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0 auto;
        max-width: 1160px;
    }
    .js-product-relevant {
        margin: 0;
        background: #fff;
        border: 1px solid #dadada;
        max-width: unset !important;
        width: 100%;
        border-radius: 6px;
    }

	.js-product-relevant .t-store__card__imgwrapper {
		padding-bottom: 277px;
	}
    
    .js-product-relevant .t-store__card__btn {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        padding: 12px 24px;
        height: 44px;
        min-width: 132px;
    }
    .js-product-relevant .t-store__card__textwrapper, .js-product-relevant .t-store__card__btns-wrapper {
        padding-inline: 26px !important;
    }
    .js-product-relevant .t-store__card__btns-wrapper {
        justify-content: space-between;
        padding-bottom: 26px !important;
        margin-top: 0 !important;
    }
    
    .t-store__relevants__container {
	    background: #f5f5f5;
    }
    
    .js-product-relevant .store__card__wrap_txt-and-opts {
        padding-top: 26px !important;
        padding-bottom: 24px !important;
    }
    .js-product-relevant .t-store__card {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    .js-product-relevant .t-container::before, .js-product-relevant .t-container::after {
        content: none;
    }
    .js-product-relevant .t-store__load-more-btn {
        margin-top: 70px;
        width: 212px;
        height: 60px;
        font-size: 16px;
        line-height: 1;
    }
    .js-product-relevant .t-store__grid-separator {
        display: none;
    }
    .t-store__relevants-grid-cont:after {
        display: none !important;
    }
    .t-store__relevants__container .t-col {
        max-width: 1160px !important;
    }
    }
    @media screen and (max-width: 1199px) {
        .t-store__relevants__container .t-store__card__btn {
	        font-size: 10px !important;
	        margin: 0 10px 0 0 !important;
	        padding: 10px;
	        min-width: 120px;
        }
        .js-product-relevant .t-store__card__imgwrapper {
		    padding-bottom: 228px;
	    }
        .t-store__relevants__container .t-store__card__btn:last-of-type {
            margin: 0 !important;
        }
    }
    @media screen and (max-width: 959px) {
        .t-store__relevants__container {
	        background: #f5f5f5;
	        padding-bottom: 60px;
	        margin: 0 !important;
        }
        
        .t-store__relevants__container .js-product-relevant {
	        border: 1px solid #dadada;
	        border-radius: 6px !important;
        }
        
        .t-store__relevants__container .t-store__card__btn {
	        min-width: unset;
        }
        
        .t-store__relevants__container .t-store__card__btns-wrapper {
            margin-top: 0 !important;
            padding-inline: 10px !important;
            flex-wrap: nowrap;
        }
        
        .t-store__relevants__container .js-product.t-store__card.t-col.t-col_3.t-align_left.js-product-relevant.t-item {
	        margin-left: 0 !important;
        }
        
        .t-store__relevants__container .t-store__card__imgwrapper {
	        padding-bottom: 172px;
	        background: #fff;
        }
        .t-store__relevants__container .store__card__wrap_txt-and-opts {
	        padding-top: 26px !important;
	        padding-bottom: 24px !important;
        }
        .t-store__relevants__container .t-store__card__textwrapper {
	        padding-inline: 10px !important;
        }
        .t-store__relevants__container .t-store__card__wrap_txt-and-btns {
	        background-color: #fff !important;
	        border-bottom-left-radius: 6px !important;
	        border-bottom-right-radius: 6px !important;
        }
    }
    @media screen and (max-width: 640px) {
        .t-store__relevants__container .t-store__card__imgwrapper {
		    padding-bottom: 75%;
	    }
	    .t-store__relevants__container .t-store__card__btn {
	        margin: 0 0 10px 0 !important;
	    }
    }
    
    .t-store__tabs__item .t-descr_xxs {
        font-size: 16px;
        line-height: 1.5;
    }
    .breadcrumbs {
        max-width: 1160px;
        margin: 0 auto 32px auto;
        color: #8E8E8E !important;
    }
    .breadcrumbs__item {
        color: #8E8E8E !important;
        transition: color 0.3s;
    }
    .breadcrumbs__item:hover {
        transition: color 0.3s;
        color: #242424 !important;
    }
    .customButton {
        width: 130px;
        height: 50px;
        border: 1px solid #242424;
        background: #fff;
        border-radius: 4px;
        color: #242424 !important;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;      
    }
    .customButton:hover {
        transition: 0.3s;
        color: #fff !important;
        background: #242424;
    }
    .t-store__prod-popup__btn {
        height: 50px;
        background: #242424 !important;
        color: #fff !important;
    }
    .t-store__prod-popup__btn:hover {
        background: #fff !important;
        color: #242424 !important;
    }
    .t706__cartwin-prodamount-wrap.t-descr.t-descr_sm {
        display: none !important;
    }
    .t706__cartwin-bottom {
        padding: 0 !important;
    }
    .t706__cartwin-totalamount-wrap {
        display: none !important;
    }
    .t706__cartwin-content {
        border-radius: 6px;
    }
    .t706__product-del-wrapper {
        display: none !important;
    }
    .t706__product-amount.t-descr.t-descr_sm {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
    }
    @media screen and (max-width: 1200px) {
        .breadcrumbs {
		    max-width: 960px;
		    padding-inline: 10px;
        }
        .t-input-group.t-input-group_cb {
            position: relative !important;
            top: unset !important;
        }
        .uc-form-to-popup .main-form {
	        padding-top: 30px;
	        padding-bottom: 0px;
        }
    }
    
    @media screen and (max-width: 980px) {
        .breadcrumbs {
		    max-width: 640px;
		    padding-inline: 20px;
        }
    }
    
    @media screen and (max-width: 640px) {
        .breadcrumbs {
		    max-width: calc(100% - 40px);
		    font-size: 12px;
		    padding-inline: 0;
        }
        .uc-popupcalc .t868__code-wrap {
	        padding-top: 20px;
        }
        .t-store__prod-snippet__container {
	        padding-bottom: 0;
	        padding-top: calc(30px + 53px);
        }
        .t-store__relevants__container .t-store__card__btns-wrapper {
		    gap: 10px;
	    }
    }
    
    .t-store__card__mark {
    border-radius: 3px;
    width: 170px;
    font-size: 13px;
    font-family: Jost, sans-serif;
    line-height: 1.2;
    }</pre></body></html>