<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.link1[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* Ñ†Ð²ÐµÑ‚ ÑÑÑ‹Ð»ÐºÐ¸ Ð´Ð¾ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    color: #BF916D !important;
}

.link1[data-elem-type="text"] a:hover {
    /* Ñ†Ð²ÐµÑ‚ ÑÑÑ‹Ð»ÐºÐ¸ Ð¿Ð¾ÑÐ»Ðµ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    color: #000000 !important;
}

.link1[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ ÑÑÑ‹Ð»ÐºÐ¾Ð¹ Ð¸ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸ÐµÐ¼; 
    ÐµÑÐ»Ð¸ Ð½ÑƒÐ¶Ð½Ð¾ ÑÐ´ÐµÐ»Ð°Ñ‚ÑŒ Ñ€Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð±Ð¾Ð»ÑŒÑˆÐµ, Ñ‚Ð¾ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐ¹ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ðµ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ */
    margin-bottom: 0px;
    /* Ñ‚Ð¾Ð»Ñ‰Ð¸Ð½Ð° Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ */
    height: 0px;  
    /* Ñ†Ð²ÐµÑ‚ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    background: #bdbdbd; 
     
    opacity: 0;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
     
}

.link1[data-elem-type="text"] a:hover::after {
    /* Ñ†Ð²ÐµÑ‚ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ÑÐ»Ðµ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    background: #e42e3a;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}






.link2[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* Ñ†Ð²ÐµÑ‚ ÑÑÑ‹Ð»ÐºÐ¸ Ð´Ð¾ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    color: #BF916D !important;
}

.link2[data-elem-type="text"] a:hover {
    /* Ñ†Ð²ÐµÑ‚ ÑÑÑ‹Ð»ÐºÐ¸ Ð¿Ð¾ÑÐ»Ðµ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    color: #ffffff !important;
}

.link2[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ ÑÑÑ‹Ð»ÐºÐ¾Ð¹ Ð¸ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸ÐµÐ¼; 
    ÐµÑÐ»Ð¸ Ð½ÑƒÐ¶Ð½Ð¾ ÑÐ´ÐµÐ»Ð°Ñ‚ÑŒ Ñ€Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð±Ð¾Ð»ÑŒÑˆÐµ, Ñ‚Ð¾ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐ¹ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ðµ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ */
    margin-bottom: 0px;
    /* Ñ‚Ð¾Ð»Ñ‰Ð¸Ð½Ð° Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ */
    height: 0px;  
    /* Ñ†Ð²ÐµÑ‚ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    background: #bdbdbd; 
     
    opacity: 0;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
     
}

.link2[data-elem-type="text"] a:hover::after {
    /* Ñ†Ð²ÐµÑ‚ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ÑÐ»Ðµ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ */
    background: #e42e3a;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}

/*.t-store__filter__search, .t-store__filter__sort {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
     
}*/


.t-store__filter__search .t-store__filter__input {
    
    width: 268px;
    height: 40px;
    right: 376px;
    top: 317px;

    /* Second color */

   border: 1px solid #BF916D;
    box-sizing: border-box;
    border-radius: 32px;
    }
    
    

    .t-store__filter__item-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 63px;

    position: static;
    width: 89px;
    height: 35px;
    left: 72px;
    top: calc(50% - 35px/2);


    border: 1px solid #BF916D;
    box-sizing: border-box;
    border-radius: 32px;

   

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 0px;
  }



@media screen and (max-width: 880px) {
    
    .t-store__filter__item:first-child {
    border-top: 0px solid rgba(0,0,0,.2);
}
    
    .t-store__filter__item, .t-store__filter__item.t-store__filter__item_sort-mobile {
    display: block;
    margin: 0;
    padding: 0px 0;
    border-bottom: 0px solid rgba(0,0,0,.2);
}
    
    .t-store__filter__item-title{
  justify-content: left;
 padding: 0px 0;
border: 0px solid #BF916D;
    box-sizing: border-box;
    border-radius: 0px

/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
margin: 0px 0px;
  }
}
    
    
    
/*Ð˜ÐšÐÐžÐŸÐšÐ Ð’ ÐŸÐžÐ˜Ð¡ÐšÐ•*/
.t-store__search-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: calc(50% - 40px/2);

    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 36px */
    
  
    display: flex;
    align-items: center;
    text-align: center;

    /* Deep gray */


    color: #414447;
    }
    
    .t-store__filter__item-title:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: transparent #000 #000 transparent;
    position: absolute;
    transform: rotate(45deg);
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}






@media screen and (max-width: 1200px) {
    .t-container {
    /* max-width: 400px; */
}
}
   
@media screen and (max-width: 960px) {
    .t-container {
    max-width: 880px;
}
}

@media screen and (max-width: 960px) {
    .t-container {
    max-width: 880px;
}
}
    



    a.t-btn.t-btn_md {
        padding: 5px 15px;
    }
    
    .t228__rightcontainer {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    
    .t228__right_langs {
        padding-left: 20px;
    }
    
    .t228__right_buttons {
        padding-left: 20px;
    }
    
    .t228__right_langs_lang {
        padding: 0;
    }
    
    .t228__right_langs_lang + .t228__right_langs_lang {
        padding-left: 10px;
    }
    
    @media screen and (max-width: 980px) {
        .t228__mobile_text, .tmenu-mobile__text {
            background-image: url(https://static.tildacdn.com/tild3531-3263-4632-b963-316264356538/Type.svg);
            width: 50%;
            background-position: left;
            background-repeat: no-repeat;
        }
        
        .t228__leftside {
            display: none;
        }
    }
    
    .uc-engheader .t228__right_langs_lang:first-child &gt; a {
        opacity: 1!important;
    }
    
    .uc-engheader .t228__right_langs_lang:last-child &gt; a {
        opacity: .5!important;
    }
    
    .uc-rusheader .t228__right_langs_lang:first-child &gt; a {
        opacity: .5!important;
    }
    
    .uc-rusheader .t228__right_langs_lang:last-child &gt; a {
        opacity: 1!important;
    }
    
    .uc-engfooter .t-container.t-align_left .t-col_3:first-child {
        margin-right: 100px;
    }
    
    .uc-engfooter .t-container.t-align_left .t-col_3:nth-child(2) {
        max-width: 300px;
    }
    
    .uc-engfooter .t-container.t-align_left div .t-col_3:first-child {
        margin-right: 20px;
    }
    
    .uc-engfooter .t-container.t-align_left div .t-col_3, 
    .uc-engfooter .t-container.t-align_left div .t-col_3:nth-child(2) {
        max-width: 200px;
    }


.t-feed__parts-switch-btn.t-active {
    border: 3px solid #244b5a !important;
}

.t853__bgimg {
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
}

@media screen and (max-width: 960px) { 
    .t649 .t649__col.t-col_4:last-child, .t649 .t649__col.t-col_6:last-child {
        padding: 0 10px;
    }
    
    .uc-projectpost .t649 .t649__col.t-col_6 .t649__textwrapper, .t649 .t649__textwrapper {
        position: relative;
    }
    
    .uc-projectpost .t649 .t649__blockimg_1-1 {
        padding-bottom: 380px;
    }
    
    .uc-projectpost .t-btntext:after {
        content: " ";
        width: 45px;
        height: 45px;
        background-image: url(https://thumb.tildacdn.com/tild3933-6135-4433-b536-616433663835/-/cover/80x80/center/center/-/format/webp/Round_button_mobile.png);
        position: absolute;
        left: 0;
        bottom: 0;
        background-size: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .uc-projectpost .t-btntext:after {
        left: 30px;
        bottom: 20px;
    }
}

.uc-reviewsblock .t958__avatar {
        width: 54px;
        height: 54px;
    }
    
    .uc-reviewsblock .t958__item {
        width: 400px;
    }
    
    @media screen and (max-width: 425px) {
        .uc-reviewsblock .t958__item {
            width: 310px;
        }
        
        .uc-reviewsblock .t958__card, .uc-reviewsblock .t958__more-wrapper {
            max-width: 100%!important;
        }
    }
    
    .uc-reviewsblock .t958__previous {
        width: 15% !important;
        background-image: url(https://static.tildacdn.com/tild3639-3733-4531-a436-373931653438/Round_button.png);
        background-repeat: no-repeat;
        background-position: right;
        transition: .2s;
    }
    
    .uc-reviewsblock .t958__previous:hover {
        background-image: url(https://static.tildacdn.com/tild6663-3735-4434-b461-356261356261/Round_button_1.png);
    }
    
    .uc-reviewsblock .t958__next {
        width: 15% !important;
        background-image: url(https://thumb.tildacdn.com/tild6235-3035-4039-a138-626637363231/-/resize/80x/-/format/webp/Frame_61.png);
        background-repeat: no-repeat;
        background-position: left;
        transition: .2s;
    }
    
    .uc-reviewsblock .t958__next:hover {
        background-image: url(https://thumb.tildacdn.com/tild6662-3735-4635-a139-663330306363/-/resize/80x/-/format/webp/Frame_62.png);
    }
    
    .uc-reviewsblock .t958__more-dot {
        width: 6px;
        height: 6px;
        background: #fff;
    }
    
    @media screen and (max-width: 425px) {
        .uc-reviewsblock .t958__previous {
            width: 30% !important;
            background-image: none;
        }
        
        .uc-reviewsblock .t958__previous:hover {
            background-image: none;
        }
        
        .uc-reviewsblock .t958__next {
            width: 30% !important;
            background-image: none;
        }
        
        .uc-reviewsblock .t958__next:hover {
            background-image: none;
        }
    }

    @media screen and (min-width: 425px) and (max-width: 1024px) {
        .uc-reviewsblock .t958__previous {
            width: 15% !important;
            background-position: bottom;
        }
        
        .uc-reviewsblock .t958__next {
            width: 15% !important;
            background-position: bottom;
        }
    }
    
    @media screen and (min-width: 1440px) and (max-width: 1520px) {
        .uc-reviewsblock .t958__previous {
            background-position: 10%;
        }
    
        .uc-reviewsblock .t958__next {
            background-position: 90%;
        }
    }
    
    @media screen and (min-width: 1520px) and (max-width: 1860px) {
        .uc-reviewsblock .t958__previous, .uc-reviewsblock .t958__next {
            background-position: 50%;
        }
    }
    
    .uc-reviewsblock .t958__card {
        padding: 20px;
    }
    
    .uc-reviewsblock .t958__author {
        align-items: center;
    }
    
    .uc-reviewsblock .t958__author-name {
        margin-bottom: 0;
    }
    
    .uc-reviewsblock .t958__card_popup {
        padding: 40px;
        border: 2px solid white;
    }
    
    .uc-reviewsblock .t958__slider {
        margin-left: 0;
    }
    
    .uc-reviewsblock .t958__item .t-slds__wrapper {
        padding-right: 30px;
    }
    
    .uc-reviewsblock .t958__review {
        margin-top: 16px;
    }
    
    .t-rec_pt_30 {
        transition: .7s;
    }
    
    .uc-morebtn .t400 .t400__submit {
        transition: .4s;
    }
    
     .uc-morebtn .t400 .t400__submit:hover {
        background-color: #bf916d!important;
        color: white!important;
    }
    
    
    
/*    element.style {*/
/*    background-color: rgba(39,45,52,1);*/
/*}*/

    @media screen and (max-width: 980px) {
        .t228__mobile, .tmenu-mobile {
            background-color: #272D34 !important;
        }
    }
    
    
    
    .t898__btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    /* background: #08c; */
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%);
    overflow: hidden;
}

.tn-elem .t-slds__bullet_wrapper {
    /* display: flex !important; */
    box-sizing: border-box;
}


.t-form__successbox {
    text-align: center;
    background: #244B5A;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}


.uc-engfooter .t-container.t-align_left div .t-col_3, .uc-engfooter .t-container.t-align_left div .t-col_3:nth-child(2) {
    max-width: 200px;
}
@media screen and (max-width: 980px) {
    .uc-engfooter .t-container.t-align_left div .t-col_3, .uc-engfooter .t-container.t-align_left div .t-col_3:nth-child(2) {
        max-width: 225px
    }
}

.t853__bgimg {
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1);
}

@media screen and (max-width: 980px) {
    .t228__maincontainer { 
        height: 100%!important;
    }

    .t228 {
        height: 100%!important;
        z-index: 100001;
    }

    .t228__maincontainer.t228__c12collumns {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #rec471123112 .t228 {
        position: fixed!important;
        top: 64px;
    }

    .js-store-parts-select-container.t-store__grid-cont.t-container {
        max-width: 90%;
    }

    .js-store-grid-cont.t-store__grid-cont.t-container.t-store__grid-cont_mobile-grid.t-store__valign-buttons {
        max-width: 70%;
        justify-content: space-between;
    }
}

.t853__scroll-icon-wrapper { 
    display: none;
}

@media screen and (max-width: 640px) {
    .uc-engfooter .t420__col.t-col_3 {
        max-width: 100% !important;
        width: 100%;
    }
}

body, html, text, .uc-engfooter {
    word-break: break-word !important;
}
    
.t754__scroll-icon-wrapper {
    display: none;
}

.uc-categories a {
    min-width: 150px;
}

@media screen and (max-width: 640px) {
    .js-store-grid-cont.t-store__grid-cont.t-container.t-store__grid-cont_mobile-grid.t-store__valign-buttons {
        max-width: 100%;
        justify-content: space-between;
    }

    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 0;
    }

    .uc-categories .t142A__wraptwo {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .uc-categories a {
        min-width: fit-content;
        margin: 0 5px;
    }

    .uc-categories .t142A {
        padding: 0 10px;
    }

    .uc-categories .t142A__btn {
        margin-bottom: 10px;
    }

    .uc-categories .t142A__wraptwo {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 375px) {
    .uc-categories a {
        min-width: fit-content;
        margin: 0 5px;
    }
}

.uc-buybtn .t142 .t142__submit {
        height: 47px;
        width: 114px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .uc-buybtn .t142 .t142__text {
        height: fit-content;
    }
    
    @media screen and (min-width: 640px) and (max-width: 920px) {
        .uc-buybtn .t142 .t142__wrapone {
            margin-left: 30px;
        }
    }
    
    .uc-mobtextprod .t-descr_xs {
        font-size: 16px;
    }
    
.t-store__filter__item-title {
    left: 0;
    padding: 0px 39px 0px 24px !important;
    width: fit-content;
}

.t-store__filter__item-title:after {
    right: 22px !important;
    top: -7px !important;
}

.t-store__filter__search .t-store__filter__input {
    border-radius: 30px !important;
    padding-left: 20px !important;
    width: 100% !important;
}</pre></body></html>