<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-item-wrap .cart-item a{
	text-decoration: none;
}
.cart-item-wrap div.cart-item.cart-item-showLink .inner-container .innercont-item.ici-01 a:hover img {
    opacity: 1;
}
div.cart-item-wrap div.cart-item.cart-item-showLink .inner-container .innercont-item.ici-01 a, .customProduct__wrapper div.cart-item .inner-container .innercont-item.ici-01 a:not(.covered){
    width: 100%;
    max-width: 379px;
    height: 100%;
    max-height: 270px;
}
div.cart-item .inner-container .innercont-item.ici-01 a:not(.covered), .customProduct__wrapper div.cart-item .inner-container .innercont-item.ici-01 a:not(.covered) {
    /* width: 100%; */
    height:290px;
    border-radius: 20px;
    border: 4px solid #e6bb39;
    background-image: none !important;
    display: inline-block;
    overflow: hidden;
}
div.cart-item .inner-container .innercont-item.ici-01 a:not(.covered) img {
    display: inline-block;
    height:100%;
}
.cart-item-wrap div.cart-item.cart-item-showLink .inner-container .innercont-item.ici-01 a:hover::before{
	display: none;
}
.cart-item-wrap div.cart-item.cart-item-showLink .inner-container .innercont-item.ici-01 a{
	display: inline-block;
	max-width: 100%;
}
div.awards-logo-home {
    top: -80px;
}
div.cart-item .inner-container .innercont-item .article-button.cartItem__button_mobile{
	/*display: none;*/
    left: 20px;
    right: auto;
}
div.cart-item-wrap div.cart-item .inner-container .innercont-item .article-button__wrapper {
    margin-top: 10px;
}
div.cart-item-wrap div.cart-item .inner-container .innercont-item .article-button.article-button__attention {
    /*margin-bottom: 55px;*/
    /*margin-top: 10px;*/
    margin-top: 0;
}
div.cart-item-wrap div.cart-item .inner-container .innercont-item .article-button.article-button__attention.article-button__economy {
}
div.cart-item-wrap div.cart-item .inner-container .title.beforeimg{
    display: table;
    min-height: 60px;
    width: 100%;
    text-align: center;
}
.title__aligner {
    display: table-cell;
    vertical-align: middle;
}

.features-wrapper{
    margin: 10px 3% 30px 3%;
}

.features-list-wrap{
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 20px;
    margin: 25px 0;
}
.features-list-item__img{
    max-width: 100%;
    height: auto;
}
.item-page .features-list-item__title{
    background-color: #fab90f;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #001d67;
    padding: 0 5px;
    margin: 10px 0 5px 0
}

.item-page .article-content .features-list-item__text, .features-text__note{
    color: #001d67;
    font-size: 14px;
}

.features-note{
    color: red;
}

@media (max-width: 1024px){
	div.cart-item .inner-container .innercont-item .article-button.cartItem__button_mobile{
		display: inline-block;
        left: auto;
	}
	div.cart-item .inner-container .innercont-item .article-button.cartItem__button_desktop{
		display: none;
	}
	div.cart-item .inner-container .innercont-item .article-button.cartItem__button_withoutForm{
		display: inline-block;
	}  
}

@media (max-width: 915px){
    .features-list-wrap {
        grid-template: auto / repeat(2, 1fr);
    }
}

div.cart-item-wrap div.cart-item .inner-container .innercont-item.ici-01 img{
    height: 270px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	margin: 0;
    border-radius: 10px;
	object-fit: cover;
}
@media (max-width: 767px) {
    div.cart-item-wrap div.cart-item .inner-container .innercont-item.ici-01 img {
        height: auto;
    }
}
@media (max-width: 575px) {
    .features-list-wrap {
        grid-template: auto / auto;
    }
}
div.cart-item-wrap div.cart-item .inner-container .innercont-item.ici-01 img.lazy{
    height: 100%;
    width: 100%;
    max-width: 359px;
    max-height: 270px;
    margin: 0;
    border-radius: 10px;
}
/*@media all and (max-width: 538px) {
    div.cart-item-wrap div.cart-item .inner-container .innercont-item.ici-01 img {
        width: auto;
    }
}*/
div.cart-item-wrap .showRAF{
	display: block;
	margin: 10px auto 30px;
	position: static;
}

div.cart-item-wrap .showRAF:hover{
    -webkit-box-shadow: 0 0 5px 1px rgba(155,155,155,0.5);
    box-shadow: 0 0 5px 1px rgba(155,155,155,0.5);
    text-decoration: underline;
}
.item-page .article-content .products-zoom .product-footer p{
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.item-page .article-content .products-zoom .product-footer p.title{
	font-size: 12px;
}
.item-page .article-content .products-zoom .product-footer p.price{
	margin-top: 10px;
}
.products-zoom .product-block-2 .product-block-inner .product-img img{
	width: 100%;
}
.productsTemplate_7 .products-zoom .product-block-inner span.product-img {
    height: 90px;
}
.productsTemplate_7 .products-zoom .product-block-inner span.product-img img {
    display: block;
}
/*.productsTemplate_7 .products-zoom .product-block-inner:hover span.product-img {
    height: 100px;
    margin-top: 5px;
}*/
.productsTemplate_7 .products-zoom .product-block-2 {
    height: 220px;
}
.productsTemplate_7 .products-zoom .product-block-2 .product-block-inner:hover {
    height: 220px;
}
.productsTemplate_7 .products-zoom .table {
    margin: 0;
    height: 80px;
}
.productsTemplate_7 .products-zoom .table td {
    color: #333333;
    font-size: 8px;
    padding: 5px;
    vertical-align: middle;
}
.productsTemplate_7 .products-zoom .table th.price {
    padding: 0;
    text-align: center;
}
.productsTemplate_7 .products-zoom .table td.price {
    font-size: 10px;
}
.productsTemplate_7 .products-zoom .table thead tr {
    height: 33px;
}
.productsTemplate_7 .table td {
    vertical-align: middle;
}
.productsTemplate_7 .table td.price {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.section_8__slider .swiper-container{
    padding-top: 0;
}
.section_8 div.cart-item{
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    display: none;
}
.section_8 div.cart-item.cart-item_selected{
    display: inline-block;
}
.section_8.cart-item-wrap{
    text-align: left;
}
.section_8 div.cart-item .inner-container .innercont-item .price{
    margin-top: 0;
}
.sectionsList{
    font-size: 16px;
    border-radius: 25px;
    background: #fff;
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
}
.sectionsList__top{
    font-size: 36px;
    color: #ffce2a;
    background: #002366;
    line-height: normal;
    padding: 20px;
}
.sectionsList__item{
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin: 10px 10px 20px;
    cursor: pointer;
}
.sectionsList__item.sectionsList__item_selected{
    cursor: default;
}
.sectionsList__name{
    margin: 10px 0 15px;
    font-size: 24px;
    color: #003b7e;
    border-bottom: 2px dashed #003b7e;
    display: inline-block;
}
.sectionsList__item_selected .sectionsList__name,
.sectionsList__item:hover .sectionsList__name{
    border-bottom: 2px dashed #fff;
}
.sectionsList .sectionsList__item img{
    display: inline-block;
}
.section_8 div.cart-item .inner-container .innercont-item.ici-01{
    height: 224px;
}
.productDetail__block div.cart-item-hideLink .inner-container .innercont-item .price {
    margin-top: 60px;
}
.article-content .section__hideContent{
    display: none;
}

.article-button + .article-button + .article-button__wrapper {
}
.text + .article-button + .price ,
.article-button + .article-button + .price {
    /* РµСЃР»Рё РЅРµС‚ РєРЅРѕРїРєРё "РІР°Р¶РЅР°СЏ РёРЅС„РѕСЂРјР°С†РёСЏ" РёР»Рё "Р·Р°РєР°Р·Р°С‚СЊ РґРµС‚Р°Р»СЊРЅС‹Р№ СЂР°СЃС‡РµС‚" */
    margin-top: 60px !important;
}

@media (min-width: 690px) {
    .productsTemplate_7 #product-11 {
        left: 50%;
    }
}
@media (min-width: 768px) {
    .productsTemplate_7 #product-11 {
        left: 0;
    }
}
@media (min-width: 992px) {
    .productsTemplate_7 #product-11 {
        left: 50%;
    }
}
@media (max-width: 1024px){
    .section_8 div.cart-item{
        width:47%;
    }
}
@media (max-width: 570px){
 
    .item-page .features-list-item__title{
        font-size: 15px;
    }
}



@media (max-width: 510px){
    .section_8 div.cart-item{
        width: 98%;
    }
    
}

.products-zoom .product-block-2 {
    width: calc(25% - 10px);
}

@media all and (max-width: 1130px) {
    .products-zoom .product-block-2 {
        width: calc(33.33% - 10px);
    }
}

@media all and (max-width: 768px) {
    .products-zoom .product-block-2 {
        width: calc(50% - 10px);
    }
}

@media all and (max-width: 575px) {
    .products-zoom .product-block-2 {
        width: 100%;
    }
}
.ai-c{
    align-items: center;
}
.article-button.cartItem__button_desktop{
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 7px 0 0 7px;
    line-height: 40px;
    position: relative;
    color: #003b7e!important;
}
div a.article-button:after {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top: 20px solid transparent;
    border-left: 10px solid rgba(230, 187, 57, 0.5);
    border-bottom: 20px solid transparent;
}


.svayaCatalog-list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 30px 0;
}
.svayaCatalog-list .svayaElement-list{
    width: 30%;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 20px;
}
.svayaCatalog-list .svayaElement-list.svayaCatalog-list-2-column {
    width: 47%;
}
.svayaCatalog-list .svayaElement-list .title-box{
    width: 100%;
    background: #002366;
    color: #ffce2a;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 0.8em 10px;
    font-size: 1.4em;
    font-weight: 600;
    min-height: 81px;
}
.svayaCatalog-list .svayaElement-list .title-box a{
    color: #e6bb39;
    text-decoration: none;  
    padding: 10px;
    text-transform: uppercase;
    font-family: "PFIsotextPro", Arial, sans-serif;
}
.svayaCatalog-list .svayaElement-list .image-box a{
    width: 100%;
    padding: 10px;
    display: inline-block;
}
.svayaCatalog-list .svayaElement-list .image-box img{
    border: 4px solid #e6bb39;
    border-radius: 20px;

}
.svayaCatalog-list .svayaElement-list .price-box{
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #003b7e;
}
.svayaCatalog-list .svayaElement-list .link-box{
    width: 100%;
    height: 65px;
    background: #002366;
    border-radius:0 0 20px 20px;
    padding: 0.8em 0.5em;
    text-align: center;
}
.svayaCatalog-list .svayaElement-list div.link-box a.article-button{
    background:#e6bb39;
    color: #000000!important;
}
.svayaCatalog-list .svayaElement-list div.link-box a.article-button:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(155,155,155,0.5);
    box-shadow: 0 0 5px 1px rgba(155,155,155,0.5);
}
.svayaCatalog-list .svayaElement-list div.link-box a.article-button:after{
    border-color: transparent transparent transparent #e6bb39;
}

.svayaCatalog-list .wrap-description{
    width: 90%;
    margin: 0 auto 15px;
}
.mb15{margin-bottom: 15px;}
.text-blue {color: #002366;font-weight: 700;}
.vintovye-vash {
    box-shadow: none;
    background: #002366;
    color: #e6bb39!important;
    font-weight: normal;
    position: relative;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    padding: 0 10px 0 10px;
    line-height: 26px;
    margin-left: 10px;
}
@media (max-width: 360px){
.link-button {
    font-size: 0.7em !important;
}

.d-inline-block {
    display: inline-block!important;
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.catalog-list-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.column-4{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 358px;
    margin-right: 2%;
    margin-bottom: 5%;
}
.column-4:nth-child(3n){margin-right: 0px;}

.mb-05{margin-bottom: 0.5em !important;}
.mb-1{margin-bottom: 1em !important;}
.mb-15{margin-bottom: 1.5em !important;}
.mb-2{margin-bottom: 2em !important;}
.mb-25{margin-bottom: 2.5em !important;}
.mb-0{margin-bottom: 0em !important;}

.element-box{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 70px;
    background-color: var(--white);
}
.element-head{
    width: 100%;
    height: 60px;
    padding: 1% 15px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    background-color: -webkit-var(--blue-breand);
    background-color: var(--blue-breand);
}
.element-head a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 0.9;
    font-family: -webkit-var(--font-family-breand-h);
    font-family: var(--font-family-breand-h);
    color: -webkit-var(--yellow-breand);
    color: var(--yellow-breand);
}
.element-head a:hover, .element-head a:visited, .element-head a:focus{
    color: -webkit-var(--yellow-breand);
    color: var(--yellow-breand);
    text-decoration: none;
}
.images-wrap{
    padding: 5%;
}
.images-wrap a{
    border: 5px solid var(--yellow-breand);
    border-radius: 15px;
    height: 210px;
    overflow: hidden;
}
.images-wrap a img{
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    border-radius: 10px;
}
.description{
    width: 100%;
    height: auto;
    position: relative;
    padding-left:5%;
    padding-right:5%;
    padding-bottom: 60px;
}
.button-box{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left:0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.button-box a{
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    padding: 0 0 0 10px;
    background: rgba(230, 187, 57, 0.5);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    border-radius: 7px 0 0 7px;
    color: -webkit-var(--blue-breand);
    color: var(--blue-breand) !important;
}
.button-box a:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid rgba(230, 187, 57, 0.5);
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 100%;
}
.button-box a:hover{
    text-decoration: none;
    background: rgba(230, 187, 57, 1);
}
.button-box a:hover:before{
    border-left: 10px solid rgba(230, 187, 57, 1);
}
.element-footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: -webkit-var(--blue-breand);
    background-color: var(--blue-breand);
    color: -webkit-var(--yellow-breand);
    color: var(--yellow-breand);
    font-size: 1.2em;
    border-radius: 0px 0px 10px 10px;
}
.customProduct__wrapper {
    font-size: 16px;
    border-radius: 25px;
    background: #fff;
    margin: 50px 0;
    overflow: hidden;
}
.customProduct__wrapper div.cart-item .inner-container .innercont-item.ici-01, .customProduct__wrapper div.cart-item .inner-container .innercont-item.ici-02
{
    background-color: #eeefee;
}
.customProduct__name {
    font-size: 36px;
    color: #e6bb39;
    background: #002366;
    text-align: center;
    line-height: normal;
    padding: 10px;
    margin-bottom: 20px;
}

}

div#zabor-iz-profnastila-standart-masterovit,
div#zabor-iz-profnastila-premium {
    position: absolute;
    top: -160px;
}
/* С‚СЂРё СЂСЏРґР° */
.item-cols-3 div.cart-item {
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
}
.item-cols-3 .button_box a {
    font-size: 14px;
}
.item-cols-3 .showRAF {
    font-size: 1em;
}

.item-page h2.style-h1 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 2em;
    text-align: center;
    font-family: "PFIsotextPro", Arial, sans-serif;
    font-weight: 500;
    line-height: 135%;
    color: #000000;
}

.item-page .h2-div-group {}
.item-page .h2-div-group h2 {
    text-align: center;
}

.split-text-h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
}

@media (max-width: 575px) {
    .svayaCatalog-list .svayaElement-list.svayaCatalog-list-2-column {
        width: 95%;
    }
}
.dop-text p {
    position: relative;
}</pre></body></html>