<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* РЈРєР°Р¶Рё С†РІРµС‚ СЃРєСЂРѕР»Р»Р±Р°СЂР° */
        background: #00AEFF;
        /* РЈРєР°Р¶Рё СЂР°РґРёСѓСЃ СЃРєСЂСѓРіР»РµРЅРёСЏ СЃРєСЂРѕР»Р»Р±Р°СЂР° */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* РЈРєР°Р¶Рё С€РёСЂРёРЅСѓ РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ СЃРєСЂРѕР»Р»Р±Р°СЂР° */
        width: 10px;
        /* РЈРєР°Р¶Рё РІС‹СЃРѕС‚Сѓ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ СЃРєСЂРѕР»Р»Р±Р°СЂР° */
        height: 5px;
        /* РЈРєР°Р¶Рё С†РІРµС‚ С„РѕРЅР° РїРѕРґ СЃРєСЂРѕР»Р»Р±Р°СЂРѕРј */
        background: #EEEEEF;
    }    
        
     ::-webkit-scrollbar-thumb:hover {
    background: #747c5ff;
    transition: 0.2s;
    
    }
}

     /*РљР°СЃС‚РѕРјРёР·Р°С†РёСЏ РїРѕРёСЃРєР° РІ РєР°С‚Р°С‚Р°Р»РѕРіРµ С‚РѕРІР°СЂРѕРІ РЅР° Tilda: https://vladislav-land.ru/search*/ 
        
    .t-store__filter__btn, .t-store__filter__input {
        color: #393939 !important;
    }
     
     .t-store__search-icon path { fill: #0086d4 !important; } 
     
         .t-store__sort-select
     { background-color: #ffffff !important; border-radius: 8px !important;} 
     
     .t-popup .t-store__valign-buttons .t-item, .t-store__valign-buttons.js-store-grid-cont .t-item, .t-store__valign-buttons.js-store-grid-cont .t-item .t-store__card__wrap_all .t-store__card__wrap_txt-and-btns
     { display: flex;flex-direction: column; }  
     
     .t-store__card__btns-wrapper
     { display: flex; flex-direction: column; justify-content: flex-end; } 
     
     .geometka
     { pointer-events: none }
     
     /* С…РѕС‚СЊ РѕРґРЅР° РєРЅРѕРїРєР° */
     
     #preloader { 
position: fixed; 
left: 0; 
top: 0; 
width: 100%; 
height: 100%; 
z-index: 9999; 
background-color: white; 
display: flex; 
flex-direction: column; 
justify-content: center; 
align-items: center; 
} 

#preloader-logo { 
width: 70px; 
height: auto; 
} 

#preloader-quote { 
margin-top: 40px; 
width: 30%; 
text-align: center; 
font-size: 12pt; 
color: #black; 
max-width: 300px; 
opacity: .5; 
font-family: 'Inter'; 
letter-spacing: 1px; 
}

/* Р—Р°РєСЂСѓРіР»РµРЅРёРµ РїРѕРїР°Рї С„РѕСЂРјС‹ */
.t-popup__container, .t702, .t702__img  {
    border-radius: 30px; !important
}


/*  СЃРєСЂС‹С‚СЊ РєР°С‚РµРіРѕСЂРёРё 
@media (max-width: 719px)
    { .t-store__parts-switch-wrapper 
        {display:none !important; }  
             }           
*/


/* РЈРјРµРЅСЊС€РµРЅРёРµ С€РёСЂРёРЅС‹ Р±Р»РѕРєР° С‚РѕРІР°СЂРѕРІ */
@media (max-width: 959px) and (min-width: 660px) {
    .t776 {
	width: 620px !important ;
    margin-left: auto;
     margin-right: auto;
    }
}


@media (max-width: 479px) {
    .t776 {
	width: 340px !important ;
    margin-left: auto;
     margin-right: auto;
    }
}

/*СѓРјРµРЅСЊС€РµРЅРЅС‹Р№ С€СЂРёС„С‚ РєР°С‚РµРіРѕСЂРёР№*/
@media (max-width: 719px)
    { .t-store__parts-switch-wrapper .t-menu__link-item {
    font-size: 14.5px !important;
    margin-left: 5px !important; 
    margin-right: 5px !important;
    }
   }

/*СѓРјРµРЅСЊС€РµРЅРЅС‹Р№ С€СЂРёС„С‚ Р±РѕРєРѕРІРѕР№ РїР°РЅРµР»Рё*/
@media (max-width: 419px)
{.t450__menu .t450__list_item {
    font-size: 16px !important;
    }
}

/*С†РІРµС‚ Рё РЅРµРїСЂРѕР·СЂР°С‡РЅРѕСЃС‚СЊ РєРЅРѕРїРѕРє*/
.button{
    background: #00AEFF ;
    border-radius: 15px ;
    transition: 0.2s;
}

.button:hover {
    background: #FFF;
    transition: 0.2s;
    border-radius: 15px ;
}

.button-dop{
    background: #ffffff ;
    border-radius: 15px ;
    transition: 0.2s;
}

.button-dop:hover {
    background: #FFF;
    transition: 0.2s;
    border-radius: 15px ;
}

/*СЃС‚РёР»СЊ РїРѕРёСЃРєР°*/
.t-store__filter__search .t-store__filter__input {
    border-radius: 8px !important;
    background: #fff;
}


.uc-catalog .t-bgimg {
        border-radius: 15px;
}

.mainadress{
    transition: 0.3s;
}

.mainadress:hover {
    opacity: 0.6;
    transition: 0.3s;
}


/* Р·Р°РєСЂСѓРіР»РµРЅРёРµ СЃР»Р°Р№РґРµСЂР°*/
.owl-carousel .owl-stage-outer {
    border-radius: 15px;
}

.navigation {
    transition: 0.3s;
}

.navigation:hover {
    opacity: 0.3;
    filter: grayscale(100%);
}

/* РїР»Р°РІРЅС‹Рµ РґРѕС‚С‹*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
    transition: 0.5s;
}


@media (min-width: 1200px) {
/*РєР°СЂС‚РѕС‡РєРё РґРѕ С…РѕРІРµСЂР°*/
.js-product.t-store__card.t-col.t-col_4.t-align_left.t-item.t-animate.t-animate_started {
    transition: 0.2s !important;
    border: 1px solid #fff;
    border-radius: 20px;
    transition-delay: 0s;
    padding: 15px;
    margin-left: 4px;
    margin-right: 4px;
    box-shadow: 0px 2px 12px -10px rgba(34, 60, 80, 0.6);
    }
    
    .js-product.t-store__card.t-col.t-col_4.t-align_left.t-item.t-animate.t-animate_started:hover {
    border: 1px solid #FBFBFB;
    }
}




 /*РљРЅРѕРїРєРё РІ РєР°СЂС‚РѕС‡РєРµ РїСЂРѕРґСѓРєС‚Р°*/ 
 .js-store-prod-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 0px;
    border-radius: 10px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #00AEFF;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #24D400;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__prod-popup__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}


#rec341946690 {position: fixed; top: 0px; left: 0; width:100%; z-index: 9999;}

svg.t706__carticon-img {
    display: none;
}

.js-product-img.t-store__card__bgimg.t-store__card__bgimg_hover.t-bgimg.loaded {
    border-radius: 16px;
}
.js-product-img.t-store__card__bgimg.t-bgimg.loaded{
    border-radius: 16px;
}

.t-store__card__bgimg_second.t-bgimg.loaded{
    border-radius: 16px;
}

.t-slds__bgimg.t-bgimg.loaded {
    border-radius: 10px;
}

.t-store__prod-snippet__container {
    padding-top: 40px;
    padding-bottom: 120px;
}


 /*РўРµРЅСЊ РєР°СЂС‚РѕС‡РєРё С‚РѕРІР°СЂР°*/ 
.t-store__prod-snippet__container {
    padding-top: 0px !important;
}

div#rec710446390 {
    background-color: #fbfbfb !important;
    box-shadow: -1px 4px 12px -10px rgb(0 0 0 / 15%) inset;
}
.js-store-product.js-product.t-store__product-snippet{
    background-color: #fbfbfb;
    padding-bottom: 80px;
    box-shadow: -1px -4px 12px -10px rgb(0 0 0 / 15%) inset;
}


 
 /*РўРµРЅСЊ Р±Р»РѕРєР° РІ РєР°СЂС‚РѕС‡РєРµ С‚РѕРІР°СЂР°*/ 
 @media (min-width: 1200px) {
 .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5{
    border-radius: 20px;
    background-color: #fff;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    max-width: 500px;
    box-shadow: 0px 2px 12px -10px rgba(34, 60, 80, 0.6);
}
 /*РіР°Р»Р»РµСЂРµСЏ РїРѕР±РѕР»СЊС€Рµ*/ 
.t-slds__thumbsbullet.t-slds__bullet {
    width: 75px;
}
 }
 @media (min-width: 980px) and (max-width: 1199px) {
 .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5{
    border-radius: 20px;
    background-color: #Fff;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    box-shadow: 0px 2px 12px -10px rgba(34, 60, 80, 0.6);
}

.t-descr_xxs {
    line-height: 1.7;
}
 }
  @media (max-width: 979px) {
 .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5{
    background-color: #FBFBFB;
    margin-top:30px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
}

.js-store-product.js-product.t-store__product-snippet{
    background-color: #fbfbfb;
    padding-bottom: 30px;
    box-shadow: -1px -4px 12px -10px rgb(0 0 0 / 15%) inset;
}
 }
 
 
   /*С…РѕРІРµСЂ "РЎРњРћРўР&nbsp;РРўР• РўРђРљР–Р•"*/  
  .js-product.t-store__card.t-col.t-col_3.t-align_left.js-product-relevant.t-item.t-animate.t-animate_started.t-animate__chain_showed {
    transition:0.2s !important;
}
  
  .js-product.t-store__card.t-col.t-col_3.t-align_left.js-product-relevant.t-item.t-animate.t-animate_started.t-animate__chain_showed:hover {
    background-color: #FBFBFB;
    transition:0.2s !important;
 }
 

 @media (max-width: 561px) {
 /*СЂРѕРІРЅС‹Р№ СЂР°Р·РјРµСЂ СЃР»Р°Р№РґР° РіР°Р»Р»РµСЂРµРё РЅР° РјРѕР±РёР»РєРµ*/ 
.t-slds__main {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
}
}
 
 
  /*С…РѕРІРµСЂ РєРЅРѕРїРєРё РєР°СЂС‚РѕС‡РєРё С‚РѕРІР°СЂР°*/  
.js-store-prod-btn.t-store__card__btn.t-btn:hover {
    color: white !important;
    background-color: #00aeff !important;
    border: 1px solid #00aeff !important;
    transition:0.2s;
}

.js-store-prod-btn.t-store__card__btn.t-btn {
    transition:0.2s;
}




/*С‚РµРЅСЊ РЎРњРћРўР&nbsp;РРўР• РўРђРљР–Р•*/
.js-product.t-store__card.t-col.t-col_3.t-align_left.js-product-relevant.t-item.t-animate {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 2px 12px -10px rgba(34, 60, 80, 0.6);
    margin-left: 3px;
    margin-right: 3px;
}
}
/*РїРѕРјРµРЅСЊС€Рµ РЎРњРћРўР&nbsp;РРўР• РўРђРљР–Р• РЅР° РјРѕР±РёР»РєРµ*/
.t__slds-wrapper.t-slds__wrapper.t-slds__wrapper_100 {
    margin: 20px;
}
.t__slds-wrapper.t-slds__wrapper.t-slds__wrapper_100 {
    margin-left: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 960px) {
.t-store__relevants__title {
    margin: 40px 0 25px;
    }
}
@media screen and (min-width: 960px) {
.t-slds__container {
    border-radius: 20px;
    }
}




/*Р°РєС‚РёРІРЅС‹Р№ СЂР°Р·РґРµР»*/
.t-store__parts-switch-btn.t-active {
    border-radius: 20px;
    padding-top: 10px;
    padding-right: 15px !important;
    padding-bottom: 10px;
    padding-left: 15px !important;
    background-color: #f5f5f5;
}
.t-store__parts-switch-btn {
    transition:0.2s;
    padding-top: 10px;
    padding-bottom: 10px;
}</pre></body></html>