

/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog/main/style.css?15906222611122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/style.css?177548226652973*/
img.need_foto {
	width: 150px;
    right: 0;
    position: absolute;
}
.instok-block{
    transform: translateY(8px);
    position: relative;
    z-index: 2;
}
.js-detail-main-slider a + a,
.detail-greeting__slider-nav a + a {
    display: none;
}

.detail-greeting__slider-nav a {
    max-width: 120px;
}

svg use {
    pointer-events: none;
}
.video-thumb{
    position: relative;
    height: 68px;
    overflow: hidden;
}
.video-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 480px) {
    .detail-page.container {
        padding: 0;
    }
}

.js-open-modal * {
    pointer-events: none;
}

.js-color-trigger::after {
    content: ':';
}

@media (max-width: 767px) {
    .js-color-trigger::after {
        content: '';
        width: 8px;
        height: 12px;
        display: inline-block;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 13.5L7.5 7.5L1.5 1.5' stroke='%23005CC2' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    }
}

.link {
    color: #005cc2;
    border-bottom: 1px dashed;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.d-i-footer__row-links .link--payment {
	color: #565b61;
    margin-left: 20px;
    margin-right: 10px;
}
.d-i-footer__row-links .link--delivery {
    color: #565b61;
    margin-left: 35px;
    margin-right: 10px;
}

.icon-payment,
.icon-delivery {
    position: absolute;
    bottom: 0;
    left: -20px;
}

.link:hover {
    border-color: transparent;
}

.link-descr {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.link-descr a {
    font-size: 15px;
}

.link-descr p {
    color: #565b61;
    font-size: 13px;
    margin-top: 2px;
}

.d-btn i,
.d-btn .svg {
    margin-right: 10px;
}

.d-btn i {
    color: #fff;
}

.d-btn .svg-icon-rules {
    width: 20px;
    height: 20px;
}

.d-btn .svg-icon-calc {
    width: 15px;
    height: 20px;
}

.d-btn .svg-icon-point-map {
    width: 17px;
    height: 20px;
}

.choice-block {
    position: relative;
}

.choice-block__value {
    outline: none;
    border: none;
    width: calc(100% - 23px);
    background-color: transparent;
}

@media (max-width: 767px) {
    .choice-block__value {
        width: 100%;
    }
}

.choice-block__buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 23px;
    border-left: 1px solid #d7dee4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .choice-block__buttons {
        /*display: none;*/
    }
}

.choice-block__button {
    width: 100%;
    height: 50%;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.choice-block__button:first-child i {
    margin-bottom: 3px;
}

.choice-block__button:last-child i {
    transform: translateY(-3px);
}

.choice-block__button i {
    pointer-events: none;
    width: 10px;
    height: 10px;
}

.blue-tip {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/blue-tip-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .3s all;
}

.blue-tip:hover {
    position: relative;
    top: -1px;
}

.icon-wrap {
    display: inline-block;
}

.detail-page .icon-like {
    font-weight: normal;
    font-size: 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #585d63;
    cursor: pointer;

}

.detail-page .icon-stat {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    color: #585d63;
    --primary-color: #585d63;
    cursor: pointer;
}

.detail-page .icon-like.active,
.detail-page .icon-like:hover,
.detail-page .icon-stat:hover:not(.full) {
    fill: #1a6cbd;
    color: #1a6cbd;
    --primary-color: #1a6cbd;
}

.detail-page .icon-like.active {
    color: #1a6cbd;
    font-weight: bold;
}

.icon-wrap.active .icon-stat,
.icon-wrap .icon-stat.full {
    display: none;
}

.icon-wrap.active .icon-stat.full {
    display: inline-block;
}

/* CUSTOM FIELD */
.custom-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}

.custom-field__input {
    position: absolute;
    top: 0;
    left: 0;
    color: #333333;
    opacity: 0;
    cursor: pointer;
}

.custom-field__input[type="radio"] + .custom-field__custom-input {
    border-radius: 50%;
}

.custom-field__input[type="radio"] + .custom-field__custom-input .custom-field__sign {
    background-color: #f16a00;
    border-radius: 50%;
}

.custom-field__input:checked + .custom-field__custom-input .custom-field__sign {
    opacity: 1;
}

.custom-field__custom-input {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #b6bcc0;
    background-color: #fff;
    position: relative;
    margin-right: 8px;
    display: block;
}

.custom-field__custom-input .custom-field__sign {
    content: '';
    display: inline-block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: transparent;
    opacity: 0;
}

.custom-field__text {
    color: #565b61;
    flex: 1 0;
    font-size: 14px;
}

.custom-field__text a {
    color: #005cc2;
}

.product {
    padding: 26px 18px;
    border-bottom: 1px solid rgba(215, 222, 228, 0.5);
    border-right: 1px solid rgba(215, 222, 228, 0.5);
    transition: all .2s ease-in-out;
    background-color: #fff;
    display: block;
    position: relative;
}

@media (max-width: 350px) {
    .product {
        width: 100%;
        border: 1px solid rgba(215, 222, 228, 0.5);
        margin-bottom: 20px;
    }
}

.product__left {
    width: 70%;
    display: flex;
    padding: 26px 20px;
}

.product__right {
    width: 30%;
    border-left: 1px solid rgba(215, 222, 228, 0.5);
    padding: 26px 30px;
}

.product__btn-buy {
    background-color: #005cc2;
    width: 100%;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    letter-spacing: 1px;
    border: none;
    margin-top: 15px;
}

.product__btn-buy:hover {
    background-color: #0063d1;
}

.product__btn-buy span {
    font-size: 12px;
    font-weight: 500;
}

.product__btn-buy .svg-cart {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 10px;
}

.product__label_wrap {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.detail-greeting .product__label {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    background-color: #005CC2;
    text-align: center;
}
.product__label[data-code="hitprod"] {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-transform: math-auto;
    color: #fff;
    border-radius: 0;
    background-color: #F2880E;
    text-align: center;
	margin-left: 4px;
	margin-top: 3px;
}
.product__label[data-code="hitprod"] .fa-icon-hit {
	font-size: 13px;
}
.product__label[data-code="hitprod"] .fa-icon-hit:before {
	content: "Хит продаж";
	font-style: normal;
}
.detail-greeting .product__label_year {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.detail-greeting .product__label_year.action_22301 {
	background-image: url(/upload/img/action-22301.png);
}
.detail-greeting .product__label_year.action_22302 {
	background-image: url(/upload/img/action-22302.png);
}
.detail-greeting .product__label_year.action_22303 {
	background-image: url(/upload/img/action-22303.png);
}
.product__label_year.action_22320 {
	background-image: url(/upload/img/action-22320.svg);
	background-size: cover;
}
.product__label_year.action_22322 {
	background-image: url(/upload/img/action-22322.svg);
	background-size: cover;
}
.product__label_year.action_22336 {
	background-image: url(/upload/img/action-22336.svg);
	background-size: cover;
}
.detail-greeting .product__label_sale {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.detail-greeting .product__label_sale > img {

}

.product__label_sale_desc {
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.3;
    padding: 12px 22px;
    position: absolute;
    left: -20px;
    top: 100%;
    width: 350px;
    z-index: 105;
    color: #000;
    text-align: left !important;
    text-align-last: left !important;
    border-radius: 3px;
    margin-left: 8px;
}

.product__label_sale:hover .product__label_sale_desc {
    display: block !important;
}

.product__label_sale:hover .product__label_sale_desc:before {
    content: '';
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 40px;
    margin-left: -6px;
    z-index: 1;
}

.product__label_sale:hover .product__label_sale_desc:after {
    content: '';
    border-bottom: 6px solid #dcdcdc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -7px;
    left: 40px;
    margin-left: -6px;
    z-index: 0;
}

.show-mobile {
    display: none;
}

@media (max-width: 767px) {
    .product__label_sale:hover .product__label_sale_desc {
        display: none !important;
    }

    .no-mobile {
        display: none !important;
    }

    .show-mobile {
        display: initial !important;
    }
}

.detail-greeting .product__label i {
    font-size: 24px;
}

.fa-icon-new {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.detail-greeting .fa-icon-new:before {
    content: "new";
    font-size: 16px;
    font-weight: bold;
}

.product__link-wrapp {
    color: inherit;
    text-decoration: none;
}

.product__link-wrapp:hover {
    text-decoration: none;
    color: inherit;
}

.product__img-wrapp {
    text-align: center;
    display: block;
    outline: none !important;
}

.product__img {
    display: inline-block;
}

.product__title {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0 0;
    flex-grow: 1;
    cursor: pointer;
}

@media (max-width: 600px) {
    .product__title {
        font-size: 14px;
    }
}

.product__sale {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product__sale .fa.fa-ruble-sign {
    font-size: 12px;
    vertical-align: 0;
}

@media (max-width: 400px) {
    .product__sale {
        justify-content: center;
    }
}

.product__price {
    margin: 0;
    position: relative;
    font-size: 16px;
}

.product__price .fa.fa-ruble-sign {
    font-size: 14px;
    vertical-align: 1px;
}

.product__price .price-amount {
    font-weight: bold;
    font-size: 18px;
    margin-right: 3px;
}

.product__icons {
    display: flex;
    align-items: center;
}

@media (max-width: 400px) {
    .product__icons {
        margin-top: 5px;
    }
}

.product__icon-wrapp {
    margin: 0 3px;
}

.product__icon {
    fill: #bdc5cd;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .3s all;
}

@media (max-width: 600px) {
    .product__icon {
        width: 16px;
        height: 16px;
    }
}

.product__icon--stat {
    vertical-align: 2px;
}

.product__icon--cart {
    fill: #FF8A02;
}

.product__icon--heart:hover {
    fill: #1a6cbd;
}

.product__footer {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 400px) {
    .product__footer {
        justify-content: center;
    }
}

.product--col {
    display: flex;
    flex-direction: column;
    transform: scale(1);
    transition: all .3s;
}

@media (max-width: 400px) {
    .product--col {
        width: 100%;
    }
}

.product--col:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 2;
    transition: all .3;
    transform: scale(1.1);
}

@media (max-width: 600px) {
    .product--col:hover {
        transform: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.product--col:not(:nth-child(3n + 3)) {
    border-right: 1px solid rgba(215, 222, 228, 0.5);
}

@media (max-width: 767px) {
    .product--col:not(:nth-child(3n + 3)) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .product--col:nth-child(2n + 1) {
        border-right: 1px solid rgba(215, 222, 228, 0.5);
    }
}

.product-sale__text {
    color: #565b61;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
}

.product-sale__percent {
    color: #fff;
    font-size: 11px;
    background-color: #CC0000;
    border-radius: 3px;
    padding: 2px 7px;
    margin: 0 0 0 5px;
}

.detail-products {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .detail-products {
        margin-top: 30px;
    }
}

.detail-products__product:hover .product__title {
    text-decoration: underline;
}

.detail-products__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .detail-products__title {
        font-size: 18px;
    }
}

.detail-products__slider {
    position: relative;
}

.detail-products__slider .slick-list {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.detail-products__slider .slick-slide img {
    display: inline-block;
    outline: none;
}

.detail-products__slider .slick-slide a {
    outline: none !important;
}

.detail-products__slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background-color: #FF8A02;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    cursor: pointer;
}

.detail-products__slider-arrow.slick-disabled {
    opacity: 0;
}

.detail-products__slider-arrow.arrow-next {
    right: -15px;
}

.detail-products__slider-arrow.arrow-prev {
    left: -15px;
}

.detail-products__slider-arrow i {
    font-size: 14px;
    coloR: #fff;
}

@media (max-width: 767px) {
    .detail-products__slider-arrow {
        display: none;
    }
}

.detail-products__slide {
    padding: 0 !important;
}

.addition-products__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .addition-products__title {
        font-size: 18px;
    }
}

.addition-products__item {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .addition-products__item {
        margin-bottom: 15px;
    }
}

@media (max-width: 650px) {
    .addition-products__item {
        width: 100%;
    }
}

.addition-product {
    text-align: center;
}

@media (max-width: 767px) {
    .addition-product {
        text-align: left;
        padding: 0;
        color: #565B61;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 25px;
    }
}

@media (max-width: 650px) {
    .addition-product {
        padding-right: 0;
    }
}

.addition-product .blue-tip {
    display: none;
}

@media (max-width: 767px) {
    .addition-product .blue-tip {
        display: block;
        width: 18px;
        height: 18px;
    }
}

.addition-product__img-wrapp {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .addition-product__img-wrapp {
        display: none;
    }
}

.addition-product__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.addition-product__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 14px 0 8px;
}

@media (max-width: 767px) {
    .addition-product__name {
        font-size: 15px;
        font-weight: 400;
        margin: 0;
    }
}

.addition-product__tip {
    color: #565b61;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid;
    cursor: pointer;
}

.addition-product__tip:hover {
    border-color: transparent;
}

@media (max-width: 767px) {
    .addition-product__tip {
        font-size: 0;
        line-height: 0;
        color: transparent !important;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: -2px;
        background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/blue-tip-icon.png);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        transition: .3s all;
    }
}

.detail-greeting {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    /*overflow: hidden;*/
    position: relative;
}
.brand-logo{
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 2;
}

.detail-greeting__sliders img,
.detail-greeting__sliders a {
    outline: none;
}

@media (max-width: 1024px) {
    .detail-greeting__sliders {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .detail-greeting__info {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }

    .detail-greeting__info > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.detail-greeting__slider-main {
    /*width: 100%;*/
	width: 350px;
	height: 310px;
    overflow: hidden;
}

.detail-greeting__slider-main img {
    margin: 0 auto;
    display: block;
}

.detail-greeting__slider-main .detail-greeting__slider-arrow {
    width: 30px;
    height: 30px;
    display: none;
}

@media (max-width: 1024px) {
    .detail-greeting__slider-main .detail-greeting__slider-arrow {
        display: flex !important;
    }
}

.detail-greeting__slider-main .detail-greeting__slider-arrow.arrow-next {
    right: 0;
}

.detail-greeting__slider-main .detail-greeting__slider-arrow.arrow-prev {
    left: 0;
}

.detail-greeting__slider-nav {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

@media (max-width: 1024px) {
    .detail-greeting__slider-nav {
        display: none;
    }
}

.detail-greeting__slider-nav .slick-slide {
    margin: 0 10px;
}

.detail-greeting__slider-nav .slick-list {
    margin: 0 -10px;
}

@media (max-width: 979px) {
    .detail-greeting__slider-nav {
        display: none;
    }
}

.detail-greeting__slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background-color: #FF8A02;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    flex-wrap: wrap;
    cursor: pointer;
}

.detail-greeting__slider-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.detail-greeting__slider-arrow.arrow-next {
    right: -14px;
}

.detail-greeting__slider-arrow.arrow-prev {
    left: -12px;
}

.detail-greeting__slider-arrow i {
    font-size: 14px;
    coloR: #fff;
}

.detail-greeting__slide {
    display: block;
    min-width: 0;
    min-height: 0;
}

.detail-greeting__thumb-slide {
    display: block;
    border-radius: 2px;
    overflow: hidden;
}

.detail-greeting__thumb-slide img {
    width: 100%;
}

.detail-info__share {
    display: none;
    width: 19px;
    height: 20px;
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/icon-share.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .detail-info__share {
        display: block;
        right: 15px;
    }
    .detail-greeting{
        overflow: visible;
    }
    .brand-logo{
        top: -34px;
    }
}

.detail-info__btn, .detail-info__one-click {
    height: 40px;
}

@media (max-width: 350px) {
    .detail-info__btn, .detail-info__one-click {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .detail-info__btn {
        margin-bottom: 5px;
    }
}

.detail-info__icons {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .detail-info__icons {
        position: absolute;
        top: 25px;
        right: 15px;
    }

    .detail-info__icons .icon-wrap {
        margin-left: 5px;
    }
}

.detail-info__options-length {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.detail-info__header {
    background-color: #f1f1f1;
    padding: 16px 31px 17px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail-info__product-price {
    font-size: 27px;
    color: #000;
    margin-right: 23px;
}

.detail-info__product-price i {
    font-size: 21px;
}

.detail-info__product-price.no-price {
    font-size: 30px;
    color: #565B61;
}

.detail-info__product-price.old-price {
    font-size: 16px;
    line-height: 18px;
    color: #565B61;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.detail-info__product-price.old-price i {
    font-size: 14px;
    font-weight: 100;
}

.detail-info__product-price .product-sale__percent {
    display: inline-block;
    top: -2px;
    position: relative;
}

@media (max-width: 767px) {
    .detail-info__product-price {
        width: 100%;
        margin-bottom: 10px;
    }

    .detail-info__product-price.no-price {
        font-size: 27px;
    }
}

i.low-price {
    color: #ff8a02;
    transform: rotate(90deg);
    font-size: 15px;
}

.detail-info__low-price {
    color: #565b61;
    margin-left: 8px;
}

.detail-info__body {
    background-color: #f1f1f1;
    padding: 0 31px 19px;
}

@media (max-width: 767px) {
    .detail-info__body {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.detail-info__table {
    border-top: 1px solid #e5e5e5;
    padding-top: 17px;
}

.detail-info__footer {
    background-color: #e5e5e5;
    padding: 17px 31px 19px;
    position: relative;
}

@media (max-width: 767px) {
    .detail-info__footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.detail-info__total-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.detail-info__total-price span {
    font-size: 30px;
    font-weight: 500;
    margin-left: 8px;
    transform: translateY(-2px);
}
.detail-info__total-price span.old-price {
	font-size: 16px;
    line-height: 18px;
    color: #565B61;
    text-decoration: line-through;
    margin-bottom: 5px;
	font-weight: normal;
}

.detail-info__total-price span i {
    font-size: 21px;
}

.detail-info__add-col {
    margin-top: 10px;
    line-height: 1.2;
    margin-left: 23px;
}

.detail-info__add-col:hover::before {
    transform: translateY(-50%) rotate(90deg);
}

.detail-info__add-col::before {
    content: '';
    position: absolute;
    top: 58%;
    left: -23px;
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/icon-plus.svg");
    transition: .3s all;
}

.detail-info__buttons {
    margin-top: 20px;
}

.detail-info__buttons .link-descr {
    margin-left: 10px;
    top: -3px;
    position: relative;
}

@media (max-width: 767px) {
    .detail-info__buttons {
        padding: 0 10px;
    }

    .detail-info__buttons .link-descr {
        text-align: center;
        width: 100%;
        align-items: center;
        margin-left: 0;
        top: 0;
    }
}

.detail-info__buttons .d-btn {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
    color: #565b61;
    font-size: 12px;
    height: 40px;
    margin-bottom: 8px;
}

.detail-info__buttons .d-btn span {
    font-size: 12px;
    font-weight: normal;
}
.detail-info__buttons .d-btn.d-btn__custom{
    gap: 10px;
    border: 1px solid #D9D9D9;
    text-decoration: none;
}
.detail-info__buttons .d-btn.d-btn__custom.mobile_only{
    visibility: hidden;
}
.detail-info__buttons .d-btn.d-btn__custom:hover{
    border-color: #005cc2;
    background: #005cc2;
}


.detail-info__buttons .d-btn.d-btn__custom span{
    font-size: 10px;
}
.svg-icon-rules{
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .detail-info__buttons .d-btn {
        height: 54px;
    }
}

.detail-info__buttons .d-btn:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .detail-info__buttons .d-btn {
        padding-left: 15px;
    }

    .detail-info__buttons .d-btn svg {
        width: 25px;
        height: 30px;
    }
}

.detail-info__buttons .d-btn:nth-child(1), .detail-info__buttons .d-btn:nth-child(3)  {
    width: 42.66666667%;
    float: left;
}

.detail-info__buttons .d-btn:nth-child(2), .detail-info__buttons .d-btn:nth-child(4)  {
    width: 56.2%;
    margin-left: 1%;
    float: left;
}

@media (max-width: 410px) {
    .detail-info__buttons .d-btn:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }

    .detail-info__buttons .d-btn:nth-child(1) {
        width: 100%;
        margin-bottom: 10px;
    }

    .detail-info__buttons .d-btn {
        justify-content: left;
    }
}

.detail-info__buttons .d-btn.d-btn--wh-or {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .detail-info__buttons .d-btn.d-btn--wh-or {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
    }
}

.d-i-footer__buy-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 11px;
}

@media (max-width: 480px) {
    .d-i-footer__buy-buttons {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .d-i-footer__buy-buttons .d-btn {
        width: 48%;
    }
}

@media (max-width: 410px) {
    .d-i-footer__buy-buttons .d-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.d-i-footer__buy-buttons .d-btn--wh-or {
    margin-left: 10px;
}

@media (max-width: 480px) {
    .d-i-footer__buy-buttons .d-btn--wh-or {
        margin-left: 0;
    }
    .detail-info__buttons .d-btn.d-btn__custom{
        width: 100%;
    }
    .detail-info__buttons .d-btn.d-btn__custom.mobile_only{
        visibility: visible;
    }
    .detail-info__buttons .d-btn:nth-child(2), .detail-info__buttons .d-btn:nth-child(4){
        margin-left: 0;
    }
}

.d-i-footer__rest {
	display: flex;
    color: #565b61;
    font-size: 15px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 6px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .d-i-footer__rest {
        margin-bottom: 0;
    }
}

.d-i-footer__rest.error::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23CC0000'/%3E%3Cpath d='M8.76389 9.08944H7.23611L7 4H9L8.76389 9.08944ZM7.01852 10.9724C7.01852 10.646 7.10185 10.3932 7.26852 10.2139C7.43519 10.0309 7.67747 9.93948 7.99537 9.93948C8.31019 9.93948 8.54784 10.0309 8.70833 10.2139C8.87191 10.3932 8.9537 10.646 8.9537 10.9724C8.9537 11.2952 8.86883 11.5481 8.69907 11.731C8.53241 11.9103 8.29784 12 7.99537 12C7.68981 12 7.45062 11.9103 7.27778 11.731C7.10494 11.5481 7.01852 11.2952 7.01852 10.9724Z' fill='white'/%3E%3C/svg%3E%0A");
}

.d-i-footer__rest::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/check-ok.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.d-i-footer__rest span.title_storage {
	position: relative;
    padding-left: 28px;	
}
.d-i-footer__rest span.title_storage::before {
	content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/point_marker.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
#storage-other {
	display: none;
}
#storage-other.active {
	display: flex !important;	
}
.other_region_click {
	display: none;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	width: 50%;
    margin: 0 auto !important;
}
@media (max-width: 767px) {
    .other_region_click{
		width: 100%;
	}
}
.other_region_click:before {
	content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/down-chevron.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.other_region_click.active:before { 
	background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/down-chevron_off.svg");
}

.d-i-footer__rest.alert-count {
    display: none;
}

.d-i-footer__rest.alert-count::before {
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/alert-icon.svg");
}

.d-i-footer__row-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-i-footer__row-links .link {
    /*margin-left: 25px;*/
}

.d-i-footer__row-links .another-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .d-i-footer__row-links .another-links {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .d-i-table .blue-tip {
        width: 13px;
        height: 13px;
    }
}

.detail-info__body .degree {
    position: relative;
    top: -5px;
    font-size: 10px;
}

.d-i-table__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.d-i-table__row--header {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .d-i-table__row--header {
        font-size: 12px;
    }
}

.d-i-table__row--product {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .d-i-table__row--product {
        font-size: 12px;
    }
}

.d-i-table .d-i-table__delete {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/delete-row.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s all;
    cursor: pointer;
}

.d-i-table .d-i-table__delete.active {
    display: block;
}

.d-i-table .d-i-table__delete:hover {
    transform: translateY(-50%) rotate(-90deg) scale(1.2, 1.2);
    cursor: pointer;
}

@media (max-width: 767px) {
    .d-i-table .d-i-table__delete {
        width: 13px;
        height: 13px;
    }
}

.d-i-table__col:nth-child(1) {
    width: 27%;
}

.d-i-table__col:nth-child(2) {
    width: 18%;
    margin-left: 3%;
}

@media (max-width: 767px) {
    .d-i-table__col:nth-child(2) {
        width: 23%;
    }
}

.d-i-table__col:nth-child(3) {
    width: 23%;
    margin-left: 3%;
}

.d-i-table__col:nth-child(4) {
    width: 18%;
    margin-left: 3%;
}

.d-i-table__row.view-row-1 .d-i-table__col:nth-child(1) {
    width: 27%;
}

@media (max-width: 767px) {
    .d-i-table__row.view-row-1 .d-i-table__col:nth-child(1) {
        width: 23%;
    }
}

.d-i-table__row.view-row-2 .d-i-table__col:nth-child(1) {
    width: 15%;
}

@media (max-width: 767px) {
    .d-i-table__row.view-row-2 .d-i-table__col:nth-child(1) {
        width: 19%;
    }
}

@media (max-width: 767px) {
    .d-i-table__row.view-row-2 .d-i-table__col:nth-child(2) {
        width: 24%;
    }
}

.d-i-table__row.view-row-3 .d-i-table__col:nth-child(1) {
    width: 20%;
}

@media (max-width: 767px) {
    .d-i-table__row.view-row-3 .d-i-table__col:nth-child(1) {
        width: 24%;
    }
}

.d-i-table__row.view-row-3 .d-i-table__col:nth-child(2) {
    width: 26%;
}

.d-i-table__row.view-row-3 .d-i-table__col:nth-child(2) .choice-block {
    width: 90px;
}

.d-i-table__row.view-row-3 .d-i-table__col:nth-child(3) {
    margin-left: 7%;
}

.d-i-table__choice-block {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #d7dee4;
}

.d-i-table__text {
    line-height: 1.4;
}

.detail-tabs.desktop {
    margin-top: 50px;
    margin-bottom: 0;
}

.detail-tabs.mobile {
    margin-bottom: 50px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .detail-tabs {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .detail-tabs.mobile {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .detail-tabs.js-tabs {
        display: none;
    }
}

.detail-tabs.js-accord .detail-tabs__tab {
    display: none;
}

@media (max-width: 767px) {
    .detail-tabs.js-accord .detail-tabs__tab {
        display: block;
    }

    .detail-tabs.js-accord .detail-tabs__tab i {
        position: relative;
        top: initial;
        left: 0;
        margin-right: 5px;
    }
}

.detail-tabs__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail-tabs__tab {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s background-color, border-color, color;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    position: relative;
}

@media (max-width: 767px) {
    .detail-tabs__tab {
        border-left: none;
        border-right: none;
        padding-left: 0;
        margin-top: -1px;
        font-size: 18px;
    }
}

.detail-tabs__tab:not(:first-child) {
    margin-left: 2px;
}

.detail-tabs__tab:hover {
    background-color: #4d9ffd;
    color: #fff;
    border-color: #4d9ffd;
}

@media (max-width: 767px) {
    .detail-tabs__tab:hover {
        border-color: #E5E5E5;
        background-color: transparent;
        color: #000;
    }
}

.detail-tabs__tab.is-active {
    background-color: #005cc2;
    color: #fff;
    border-color: #005cc2;
}

@media (max-width: 767px) {
    .detail-tabs__tab.is-active {
        background-color: #fff;
        border-color: #e5e5e5;
        color: #000;
    }
}

.detail-tabs__tab.is-active::before {
    display: block;
}

@media (max-width: 767px) {
    .detail-tabs__tab.is-active::before {
        transform: translateY(-50%) rotate(180deg);
    }
}

.detail-tabs__tab::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    border-color: #005cc2 transparent transparent transparent;
    display: none;
    transition: .3s all;
}

@media (max-width: 767px) {
    .detail-tabs__tab::before {
        display: block;
        left: auto;
        right: 0;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        display: inline-block;
        width: 14px;
        height: 9px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
}

@media (max-width: 767px) {
    .detail-tabs__tab {
        width: 100%;
    }

    .detail-tabs__tab:not(:first-child) {
        margin-left: 0;
        margin-top: -1px;
    }
}

.detail-tabs__tab-content {
    display: none;
    border: 1px solid #E5E5E5;
    margin-top: -1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.detail-tabs__tab-content.is-active {
    display: block;
}

@media (max-width: 767px) {
    .detail-tabs__tab-content {
        border: none;
    }

    .detail-tabs__tab-content > div {
        margin-bottom: 30px;
    }
}

.detail-tabs__descr, .detail-tabs__files {
    padding: 40px;
}

@media (max-width: 767px) {
    .detail-tabs__descr, .detail-tabs__files {
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

.detail-table__row {
    padding: 10px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
tr.detail-table__row{
    padding: 0 30px;
}

.detail-table__row:nth-child(even) {
    background-color: #f1f1f1;
}

@media (max-width: 767px) {
    .detail-table__row {
        padding: 14px 0;
        border-top: 1px solid #E5E5E5;
    }

    .detail-table__row:nth-child(even) {
        background-color: #fff;
    }
}

.detail-table__left {
    width: 18%;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .detail-table__left {
        width: 39%;
    }
}

.detail-table__right {
    flex: 1 0;
}

@media (max-width: 767px) {
    .detail-table__right .detail-another-colors__list {
        display: none;
    }
}

.detail-table__table-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.detail-table__left-title {
    color: #565b61;
    font-size: 13px;
    font-weight: 400;
}

.detail-table__right-title {
    font-size: 13px;
    font-weight: 600;
}

.detail-block-color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detail-block-color__square {
    background-color: #f6b128;
    width: 65px;
    height: 40px;
    margin-right: 10px;
}

.detail-another-colors {
    display: flex;
    align-content: flex-start;
    margin-top: 16px;
}

.detail-another-colors__title {
    margin-right: 10px;
}

.detail-another-colors__title.mobile {
    display: none;
}

.detail-another-colors__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.detail-another-colors__item {
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .detail-another-colors__item {
        position: static;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .detail-another-colors__title {
        display: none;
    }

    .detail-another-colors__title.mobile {
        display: inline-block;
    }
}

.detail-another-colors__item:hover .detail-another-colors__tip {
    opacity: 1;
    visibility: visible;
}

.detail-another-colors__item:not(:last-child) {
    margin-right: 6px;
}

.detail-another-colors__square {
    width: 40px;
    height: 24px;
    background-color: #F0E283;
}

@media (max-width: 767px) {
    .detail-another-colors__square {
        width: 61px;
        height: 37px;
        margin-right: 8px;
    }
}

.detail-another-colors__tip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    transition: .3s all;
    text-align: center;
    font-size: 15px;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 200px;
    z-index: 20;
    background-color: #fff;
    background-color: #FFFFFF;
    border: 3px solid #D7DEE4;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .detail-another-colors__tip {
        opacity: 1;
        visibility: visible;
        position: static;
        transform: none;
        left: auto;
        top: auto;
        padding: 0;
        border: none;
        box-shadow: none;
        width: auto;
        min-width: unset;
        font-weight: 400;
        font-size: 13px;
        text-transform: capitalize;
        z-index: 1;
    }
}

.detail-table-params__text {
    margin: 0 0 7px;
}

.detail-table-params__link {
    position: relative;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .detail-table-params__link {
        font-size: 14px;
    }
}

.detail-table-params__link::after {
    content: '';
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: -20px;
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23005CC2' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    transition: .3s all;
}

@media (max-width: 767px) {
    .detail-table-params__link::after {
        right: -15px;
        transform: translateY(-50%) rotate(-90deg);
    }
}

.detail-table-params__link.is-active::after {
    transform: translateY(-50%) rotate(180deg);
}

.detail-table-params__hidden {
    margin-top: 14px;
    display: none;
}

.detail-table-params__hidden.is-active {
    display: block;
}

.detail-table-params__block {
    line-height: 1.4;
    font-size: 14px;
}

.detail-table-params__block:not(:last-child) {
    margin-bottom: 30px;
}

.detail-files__item:not(:last-child) {
    margin-bottom: 20px;
}

.file-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.file-item__title, .file-item__size {
    margin: 0;
}

.file-item__info {
    margin-left: 13px;
}

.file-item__title {
    font-size: 15px;
    text-decoration: underline;
    color: #005CC2;
    cursor: pointer;
}

.file-item__title:hover {
    text-decoration: none;
}

.file-item__size {
    font-size: 13px;
    color: #565B61;
    margin-top: 2px;
}

.social-block {
    margin-top: 20px;
}

.social-block a {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    background: #165cbe;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-right: 10px
}

.fa-shield-alt {
    color: #FF8A02;
    font-size: 16px;
    position: absolute;
    left: 7px;
    top: 12px;
}

.fa-shield-alt:after {
    /*content: '';*/
    background: #ff8a02;
    width: 8px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 1px;
    border-radius: 50%;
}

.social-block a i {
    font-style: normal;
}

.social-block .social__item--facebook {
    background: #39579F;
}

.social-block .social__item--vk {
    background: #5181B8;
}

.social-block .social__item--ok {
    background: #f77c00;
}

.social-block .social__item--whatsapp {
    background: #25D366;
}

.social-block .social__item--viber {
    background: #665CA7;
}
.external_code {
	color: grey;
	display: block;
    margin-bottom: 10px;
	font-size: 12px;
}

/* схема водостоков */
.detail-schemeWrapper{
    width: 100%;
}
.detail-schemeArea{
    width: 50rem;
    margin: 0 auto;
    max-width: 100%;
    height: 53rem;
    position: relative;
}
.detail-schemePart{
    position: absolute;
    background: transparent center center / contain no-repeat;
    transition: all 0.4s ease;
    display: block;
    cursor: pointer;
}
.detail-schemePart.active, .detail-schemePart.nolink{
    cursor: default;
}
.detail-schemePart:hover{
    -webkit-filter: drop-shadow(0 0 21px rgba(112, 233, 255, 0.4));
    filter: drop-shadow(0 0 21px rgba(112, 233, 255, 0.4));
}
.detail-schemePart.active:hover, .detail-schemePart.nolink:hover{
    -webkit-filter:none;
    filter:none;
}
.detail-schemePart:before,
.detail-schemePart:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: transparent center center / contain no-repeat;
}
.detail-schemePart:hover:before{opacity: 1;}
.detail-schemePart.active:hover:before, .detail-schemePart.nolink:hover:before{opacity: 0;}
.detail-schemePart.active:after{opacity: 1;}

.detail-schemePart.part-00{
    width: 6.012%;
    height: 17.598%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-00.png);
    top: 56.536%;
    left: 65%;
}
.detail-schemePart.part-00:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-00.png);}
.detail-schemePart.part-00:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-00.png);}

.detail-schemePart.part-01{
    width: 5%;
    height: 15.53%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-01.png);
    top: 56.815%;
    left: 57.678%;
}
.detail-schemePart.part-01:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-01.png);}
.detail-schemePart.part-01:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-01.png);}

.detail-schemePart.part-02{
    width: 6.786%;
    height: 10.391%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-02.png);
    top: 86.48%;
    left: 38.928%;
}
.detail-schemePart.part-02:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-02.png);}
.detail-schemePart.part-02:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-02.png);}

.detail-schemePart.part-03{
    width: 5.417%;
    height: 13.743%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-03.png);
    top: 70.838%;
    left: 38.928%;
}
.detail-schemePart.part-03:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-03.png);}
.detail-schemePart.part-03:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-03.png);}

.detail-schemePart.part-04{
    width: 5.536%;
    height: 6.76%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-04.png);
    top: 61.899%;
    left: 38.928%;
}
.detail-schemePart.part-04:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-04.png);}
.detail-schemePart.part-04:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-04.png);}

.detail-schemePart.part-05{
    width: 7.083%;
    height: 9.776%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-05.png);
    top: 50.335%;
    left: 38.81%;
}
.detail-schemePart.part-05:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-05.png);}
.detail-schemePart.part-05:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-05.png);}

.detail-schemePart.part-06{
    width: 12.678%;
    height: 9.888%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-06.png);
    left: 44.94%;
    top: 42.346%;
}
.detail-schemePart.part-06:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-06.png);}
.detail-schemePart.part-06:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-06.png);}

.detail-schemePart.part-07{
    width: 7.738%;
    height: 6.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-07.png);
    left: 56.786%;
    top: 37.989%;
}
.detail-schemePart.part-07:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-07.png);}
.detail-schemePart.part-07:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-07.png);}

.detail-schemePart.part-07{
    width: 7.738%;
    height: 6.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-07.png);
    left: 56.786%;
    top: 37.989%;
}
.detail-schemePart.part-07:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-07.png);}
.detail-schemePart.part-07:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-07.png);}

.detail-schemePart.part-08{
    width: 8.393%;
    height: 8.994%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-08.png);
    left: 64.286%;
    top: 31.676%;
}
.detail-schemePart.part-08:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-08.png);}
.detail-schemePart.part-08:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-08.png);}

.detail-schemePart.part-09{
    width: 6.31%;
    height: 5.587%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-09.png);
    left: 89.702%;
    top: 16.257%;
}
.detail-schemePart.part-09:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-09.png);}
.detail-schemePart.part-09:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-09.png);}

.detail-schemePart.part-10{
    width: 17.024%;
    height: 8.38%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-10.png);
    left: 75.536%;
    top: 16.983%;
}
.detail-schemePart.part-10:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-10.png);}
.detail-schemePart.part-10:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-10.png);}

.detail-schemePart.part-11{
    width: 16.071%;
    height: 11.229%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-11.png);
    left: 61.964%;
    top: 20%;
}
.detail-schemePart.part-11:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-11.png);}
.detail-schemePart.part-11:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-11.png);}

.detail-schemePart.part-12{
    width: 13.512%;
    height: 6.816%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-12.png);
    left: 7.679%;
    top: 2.346%;
}
.detail-schemePart.part-12:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-12.png);}
.detail-schemePart.part-12:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-12.png);}

.detail-schemePart.part-13{
    width: 4.345%;
    height: 5.307%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-13.png);
    left: 4.167%;
    top: 5.307%;
}
.detail-schemePart.part-13:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-13.png);}
.detail-schemePart.part-13:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-13.png);}

.detail-schemePart.part-14{
    width: 16.25%;
    height: 10.615%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-14.png);
    left: 18.095%;
    top: 6.089%;
}
.detail-schemePart.part-14:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-14.png);}
.detail-schemePart.part-14:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-14.png);}

.detail-schemePart.part-15{
    width: 6.25%;
    height: 5.363%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-15.png);
    left: 32.619%;
    top: 13.575%;
}
.detail-schemePart.part-15:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-15.png);}
.detail-schemePart.part-15:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-15.png);}

.detail-schemePart.part-16{
    width: 16.25%;
    height: 10.615%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-16.png);
    left: 36.905%;
    top: 16.704%;
}
.detail-schemePart.part-16:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-16.png);}
.detail-schemePart.part-16:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-16.png);}

.detail-schemePart.part-17{
    width: 16.19%;
    height: 6.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-17.png);
    left: 48.69%;
    top: 23.743%;
}
.detail-schemePart.part-17:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-17.png);}
.detail-schemePart.part-17:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-17.png);}

.detail-schemePart.part-18{
    width: 12.19%;
    height: 12.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-18.png);
    left: 28.69%;
    top: 28.743%;
}
.detail-schemePart.part-18:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-18.png);}
.detail-schemePart.part-18:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-18.png);}

.detail-schemePart.part-19{
    width: 16.19%;
    height: 12.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-19.png);
    left: 8.69%;
    top: 19.743%;
}
.detail-schemePart.part-19:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-19.png);}
.detail-schemePart.part-19:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-19.png);}

.detail-schemePart.part-20{
    width: 14.19%;
    height: 12.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-20.png);
    left: 17.69%;
    top: 34.743%;
}
.detail-schemePart.part-20:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-20.png);}
.detail-schemePart.part-20:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-20.png);}

.detail-schemePart.part-21{
    width: 10.19%;
    height: 8.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-21.png);
    left: 19.69%;
    top: 47.743%;
}
.detail-schemePart.part-21:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-21.png);}
.detail-schemePart.part-21:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-21.png);}

.detail-schemePart.part-22{
    width: 13.19%;
    height: 11.927%;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-base/part-22.png?1);
    left: 63.69%;
    top: 42.743%;
}
.detail-schemePart.part-22:before{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-hover/part-22.png?1);}
.detail-schemePart.part-22:after{background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/./images/scheme-active/part-22.png);}

@media (max-width: 767px) {
    .detail-schemeArea{
        height: auto;
        width: 100%;
        padding-top: 106%;
    }
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/iblock.vote/element_rating/style.css?1660653719487*/
div.star-active
{
	cursor: pointer;
}

div.star-voted, div.star-over
{
	
}
.iblock-vote table td{
	padding: 10px 3px;
}
div.star-empty
{
	background: url(/local/templates/aspro_kshop_web-c/components/bitrix/iblock.vote/element_rating/images/stars.png) -2px -25px no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
}

div.star-voted
{
	background: url(/local/templates/aspro_kshop_web-c/components/bitrix/iblock.vote/element_rating/images/stars.png) -2px -2px   no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
}

div.star-over
{
	background: url(/local/templates/aspro_kshop_web-c/components/bitrix/iblock.vote/element_rating/images/stars.png) -2px -2px   no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
}


/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.store.amount/hint/style.css?16880427842987*/
.store-list{
    position: relative;
}
.slick-slide .store-list{
    display: none !important;
}
.store-list-title{
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}
.store-list-title::before{
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyOCAxMjg7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMUFGOTE7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPjxnPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjY0IiBjeT0iNjQiIHI9IjY0Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01NC4zLDk3LjJMMjQuOCw2Ny43Yy0wLjQtMC40LTAuNC0xLDAtMS40bDguNS04LjVjMC40LTAuNCwxLTAuNCwxLjQsMEw1NSw3OC4xbDM4LjItMzguMiAgIGMwLjQtMC40LDEtMC40LDEuNCwwbDguNSw4LjVjMC40LDAuNCwwLjQsMSwwLDEuNEw1NS43LDk3LjJDNTUuMyw5Ny42LDU0LjcsOTcuNiw1NC4zLDk3LjJ6Ii8+PC9nPjwvc3ZnPg==);
}

.store-list-inner{
    background: #ffffff;
    z-index: 2;
    transition: transform 0.3s linear;
}
.product--col:hover .store-list-inner{
    transform: scale(0.9);
}
.store-list .store-list-inner{
    width: 400px;
    position: absolute;
    padding: 15px;
    right: 100%;
    top: -40px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    display: none;
}
.store-columns_title{
    font-weight: 600;
    margin-bottom: 5px;
}

.store-list-inner .store-columns.grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.store-list-close{
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.store-list-inner ul li span{
    display: block;
    font-size: 13px;
    line-height: 14px;
}
.count-value{
    display: flex;
    align-items: center;
    margin-top: 7px;
    font-weight: 600;
}
.store-item{
    padding-bottom: 5px;
    border-bottom: 1px solid #d7dee4;
}
.store-item-inline{
    list-style: disc;
    margin-right: 15px;
}
.balance{
    margin-left: 5px;
}
.store-columns.--empty{
    margin-left: 20px;
}
.store-columns.grid{
    margin-bottom: 15px;
}
.store-columns_title.to_order{color: red;}
.balance.available, .store-columns_title.available{color: darkgreen;}
.mobile-stores-popup{
    width: 100%;
    height: calc(100vh - 60px);
    border: 1px solid #d7dee4;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
}
.mobile-stores-popup .store-columns{
    overflow: auto;
    padding-right: 11px;
}
.mobile-stores-popup .store-list-inner{
    padding: 25px 0 15px 15px;
}
@media (max-width: 1370px){
    .store-list .store-list-inner{
        top: 25px;
        right: 0;
    }
}

/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/form.result.new/forms_main/style.css?1695300654806*/
form label.error {
    font-size: 11px;
    display: block;
    width: 100%;
    color: #d82222;
    position: relative;
    right: initial;
    text-align: left;
}

form .modal-form__grid-2 label.error {
    width: 49%;
}

.all-errors {
    color: darkred;
    font-size: 12px;
}

form .modal-form__grid.grid-10 {
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
}
.r.register-captcha {
    position: relative;
}
.register-captcha #whiteBlock{
	display:none; 
	text-align:center; 
	position:absolute; 
	background-color:#FFF; 
	width:180px; 
	height:40px;
}
.register-captcha #refreshBlock{
	position: absolute;
    left: 200px;
    top: 30%;
	cursor: pointer;
}
.modal-form__description{
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.comments/template1/style.min.css?15906222613822*/
.item_comments{display:block;padding-left:0}.item_comments li{display:block;padding-bottom:10px}.item_comments_username{display:inline-block;color:#5d90bd;font-size:14px}.item_comments_date{display:inline-block;color:#b8b8b8;font-size:14px;margin-left:10px}.item_comments_container p{margin-top:5px;color:#3f3f3f;font-size:14px}div.blog-comment-form{width:100%!important}div.blog-comment .blog-author{font-size:.85em}.blog-comment-content{font-size:13px;overflow:hidden!important;padding-top:0!important}div.blog-comment-buttons input{font-size:13px!important;padding:0 3px!important}.blog-post-rating{padding:10px 0 0 0}@media(max-width:540px){.bx_soc_comments_div .bx-catalog-tab-list li a{font-size:11px}}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button,.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2{padding:0 13px;height:25px;font-weight:bold;line-height:25px}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button{height:27px;line-height:27px}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2{font-weight:bold}.bx_soc_comments_div.bx_important .blog-comment-nav a,.bx_soc_comments_div.bx_important .blog-comment-nav a:link,.bx_soc_comments_div.bx_important .blog-comment-nav a:visited,.bx_soc_comments_div.bx_important .blog-comment-info a,.bx_soc_comments_div.bx_important .blog-comment-info a:link,.bx_soc_comments_div.bx_important .blog-comment-info a:visited{text-decoration:none;color:#969696!important}.bx_soc_comments_div.bx_important .blog-comment-nav a:hover,.bx_soc_comments_div.bx_important .blog-comment-nav a:active,.bx_soc_comments_div.bx_important .blog-comment-info a:hover,.bx_soc_comments_div.bx_important .blog-comment-info a:active{text-decoration:underline;color:#969696!important}.bx_soc_comments_div.bx_important .blog-comment-info a,.bx_soc_comments_div.bx_important .blog-comment-info a:link,.bx_soc_comments_div.bx_important .blog-comment-info a:visited{font-size:.85em}.bx_soc_comments_div.bx_important .blog-comment-info a:hover,.bx_soc_comments_div.bx_important .blog-comment-info a:active{font-size:.85em}.bx_soc_comments_div .bx-catalog-tab-section-container{position:relative}.bx_soc_comments_div .bx-catalog-tab-list{border-bottom:1px solid #d9e1e3;text-align:left;padding:0;vertical-align:bottom;margin:16px 0}.bx_soc_comments_div .bx-catalog-tab-list li{vertical-align:bottom;border:1px solid #d9e1e3;border-bottom:0;display:inline-block;border-radius:3px 3px 0 0;background:#f7f7f7;box-shadow:inset 0 -10px 5px -10px rgba(0,0,0,.12)}.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before{content:none}.bx_soc_comments_div .bx-catalog-tab-list li a,.bx_soc_comments_div .bx-catalog-tab-list li>span{display:block;cursor:pointer;line-height:30px;height:30px;color:#999;text-decoration:none;font-size:13px;padding:0 20px;box-shadow:none}.bx_soc_comments_div .bx-catalog-tab-list li:hover,.bx_soc_comments_div .bx-catalog-tab-list li.active{background:#fff}.bx_soc_comments_div .bx-catalog-tab-list li.active a,.bx_soc_comments_div .bx-catalog-tab-list li.active>span{background:#fff;line-height:35px;height:35px;color:#3f3f3f;position:relative;bottom:-2px}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div.tab-off{opacity:0;height:0;overflow:hidden;-webkit-transition:all .4s ease-out;-ms-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div{opacity:1;-webkit-transition:all .6s ease-out;-ms-transition:all .6s ease-out;-moz-transition:all .6s ease-out;-o-transition:all .6s ease-out;transition:all .6s ease-out;padding:0 10px}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden{display:none}
/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/style.min.css?177522026030185*/
.blog-posts{display:inline;float:left;margin-right:1%;overflow:hidden;width:79%}.blog-post{margin:0;padding-bottom:2.5em;padding-right:.8em}.blog-post-title{font-size:1.65em;font-weight:var(--ui-font-weight-bold);line-height:1.3em;margin:0;padding:.2em;padding-left:.6em;font-family:Arial}.blog-post-title a{text-decoration:none !important}.blog-post-title a :hover{text-decoration:underline !important}.blog-post-info{padding:.2em .6em .2em}.blog-post-content{padding:.4em .6em .4em;overflow:hidden;border-bottom:1px dotted;line-height:1.4em}.blog-post-meta{font-size:.85em;line-height:1.4em;margin:0;padding:0;padding-top:.3em;padding-bottom:.3em;padding-left:.6em}.blog-post-date{margin:.1em 0;padding:0 0 0 .3em;line-height:1.4em;display:inline}.blog-post-current .blog-post{padding-right:0}.blog-post-edit-link,.blog-post-delete-link,.blog-post-comments-link,.blog-post-views-link,.blog-post-publish-link,.blog-post-hide-link,.blog-post-show-link{background-repeat:no-repeat;padding-left:18px;height:16px;display:inline-block;padding-right:.5em;font-size:1.2em}.blog-post-comments-link{padding-left:15px}.blog-post-show-link{padding-left:19px}.blog-post-tag{padding-top:.4em}.blog-post-tag a{text-decoration:none !important}.blog-post-tag a:hover{text-decoration:underline !important}.blog-post-avatar img{float:right}.blog-post-avatar{padding:.1em .3em .3em .3em}.blog-post-content div[align="left"],.blog-post-content div[align="right"],.blog-post-content div[align="center"],.blog-post-content div[align="justify"]{min-height:1em}div.blog-post-field-text textarea{width:100%}div.blog-post-field-text{padding-bottom:.2em}div.blog-post-field-title input,div.blog-post-field-category input{width:100%}div.blog-post-field-code input{width:40%}div.blog-post-field-user{width:100%}div.blog-post-field-title,div.blog-post-field-category,div.blog-post-field-favorite,div.blog-post-field-date,div.blog-post-field-enable-comments{width:100%}div.blog-post-field-access,div.blog-post-field-seo,div.blog-post-field-category{padding-top:10px}div.blog-post-field-date{padding-top:.5em}div.blog-post-field-favorite div,div.blog-post-field-enable-comments div{display:inline}div.blog-post-field-favorite,div.blog-post-field-enable-comments{padding-bottom:.4em}div.blog-post-field-sep{width:2%;float:left}div.blog-post-image-item{float:left;padding-right:1em;padding-bottom:2em;height:150px}div.blog-post-image-item-border{border:1px solid;height:100px;text-align:center;vertical-align:middle;width:100px}div.blog-post-image-item-input{padding-top:.5em}div.blog-post-image-item-input input{width:100px}div.blog-post-buttons{padding-top:1em;padding-bottom:.4em}div.blog-post-field-category div.blog-post-field-text label,div.blog-post-field-access-title,div.blog-post-field-code div.blog-post-field-text label,div.blog-post-field-seo label{font-weight:var(--ui-font-weight-bold);font-size:1.1em}div.blog-post-bbcode-line{padding-top:.2em}.blog-group-edit{background-repeat:no-repeat;width:16px;height:16px;display:inline-block}.blog-group-delete{background-repeat:no-repeat;width:16px;height:16px;display:inline-block}div.blog-post-edit-form{width:97%;padding:.8em}div.blog-buttons{padding-top:1em}.blog-comment{margin:0;padding-top:.7em}.blog-comment-info{display:block}.blog-comment-content{display:block;overflow:hidden;padding-top:.5em}.blog-comment-meta{font-size:.85em;padding-top:.5em;padding-bottom:.5em}.blog-comment-date{font-size:.85em;display:inline}.blog-comment-author-info{display:inline}.blog-comment-avatar{float:left;margin-right:.5em;width:30px;height:30px;border:1px solid #c4c4c4;background-color:#eceaec}.blog-comment-meta a{text-decoration:none !important}.blog-comment-meta a:hover{text-decoration:underline !important}.blog-comment-link,.blog-comment-delete,.blog-comment-parent,.blog-comment-answer,.blog-comment-edit,.blog-comment-show,.blog-comment-hide{display:inline-block}.blog-add-comment{text-align:center;padding-top:0;padding-bottom:1.5em}.blog-comment-nav{padding-bottom:.6em}div.blog-comment-form{margin-bottom:.7em;margin-top:.7em;width:80%}div.blog-comment-field-text{width:100%}div.blog-comment-field-text textarea{width:99.9%}.blog-comment-field-subject{margin-bottom:15px}div.blog-comment-field-tags{display:none}div.blog-comment-field-tags input{width:80%}div.blog-comment-field-captcha input{width:180px}div.blog-comment-field-settings input{width:1.55em;height:1.55em;margin:0 0 0 -0.25em;vertical-align:middle;font-size:1em}div.blog-comment-field-settings label{vertical-align:middle}div.blog-comment-fields{padding:.8em;zoom:1}div.blog-comment-field-title input,div.blog-comment-field-desc input{width:80%}div.blog-comment-field-user{width:100%;padding-bottom:5px}div.blog-comment-field-author,div.blog-comment-field-email{float:left;width:47%}div.blog-comment-field-text{padding-bottom:.2em}div.blog-comment-field-user-sep{width:5%;float:left}div.blog-comment-field-author input,div.blog-comment-field-email input{width:100%}div.blog-comment-field-bbcode{padding-top:.7em}div.blog-comment-field-captcha-image{padding-top:.4em}div.blog-comment-buttons{margin-top:1em;padding-bottom:.4em}div.blog-comment-buttons input{padding:0 .5em;font-size:1.184em}div.blog-menu-box{margin-bottom:1em;padding-bottom:.5em;line-height:1.5em;zoom:1}div.blog-menu-box span{white-space:nowrap;display:inline-block}div.blog-settings-menu-box{margin-bottom:1em;padding-bottom:.5em;line-height:1.5em;zoom:1}div.blog-settings-menu-box span{white-space:nowrap;display:inline-block}.blog-sidebar{display:inline;float:right;overflow:hidden;width:20%}.blog-sidebar ul,.blog-sidebar ul li ul{margin:0;padding:0;list-style:none !important}.blog-sidebar ul li{margin:0;padding:0;list-style:none !important;text-align:left}.blog-sidebar h3{font-size:1em;font-weight:var(--ui-font-weight-bold);letter-spacing:1px;border-bottom:1px solid;padding:0;padding-bottom:.6em;margin:0}.blog-sidebar li ul li{margin:0;padding:0;border:0}.blog-sidebar ul li ul li{text-align:left;margin:0;padding:0}.blog-sidebar ul li ul li a{text-decoration:none;outline:0}.blog-sidebar ul li ul li a:hover{text-decoration:underline}.blog-sidebar ul{padding:1em}.blog-sidebar ul li ul{padding-top:.4em}.blog-sidebar-title a{text-decoration:none}.blog-sidebar-avatar{text-align:center}div.blog-errors{border-width:1px;border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-errors ul{padding:.3em 0 .3em 2em;margin:0}div.blog-errors ul li{margin:0;padding:0}div.blog-notes{border-width:1px;border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-notes ul{padding:.3em 0 .3em 2em;margin:0}div.blog-notes ul li{margin:0;padding:0}div.blog-textinfo{border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-textinfo ul{padding:.3em 0 .3em 2em;margin:0}div.blog-textinfo ul li{margin:0;padding:0}div.blog-clear-float{clear:both}table.blog-table-header-left,table.blog-table-header-top{border-collapse:collapse;border:0}table.blog-table-header-left th,table.blog-table-header-left td,table.blog-table-header-top th,table.blog-table-header-top td{padding:.5em;vertical-align:top;border-top:1px solid}table.blog-table-header-left th{text-align:right}table.blog-table-header-top th{text-align:center}table.blog-edit-perms-table{border:0}table.blog-edit-perms-table th,table.blog-edit-perms-table td{padding:.2em;vertical-align:top;border:0;border-top:0}table.blog-edit-perms-table th{text-align:center}div.blog-line{background-repeat:no-repeat;height:3px;width:100%}.blog-author{margin:0;padding:0;display:inline;font-weight:var(--ui-font-weight-bold)}.blog-author-icon{width:16px;height:16px;display:block;float:left;background-repeat:no-repeat;padding-right:.2em;line-height:1em}div.blog-bbcode-line{margin-right:3px;float:left}div.blog-smiles-line,div.blog-more-smiles{float:left;white-space:nowrap;margin-left:5px;font-size:.95em}div.blog-bbcode-closeall{float:right}div.blog-bbcode-line img,div.blog-smiles-line img{border:0}div.blog-bbcode-line a,div.blog-smiles-line a{vertical-align:middle}div.blog-bbcode-line a{width:20px;height:20px;float:left;margin-right:.2em;background-position:center center;background-repeat:no-repeat;display:block}div.blog-bbcode-line a,div.blog-bbcode-line img,div.blog-smiles-line a,div.blog-smiles-line img{outline:0}div.blog-bbcode-line select{float:left;margin-left:3px;padding:0;height:20px}div.blog-bbcode-closeall a{padding-left:1em;vertical-align:middle;float:left}
/*BBCode Icons*/
a.blog-bbcode-bold {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_bold.gif);} a.blog-bbcode-italic {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_italic.gif);} a.blog-bbcode-color {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_color.gif);} a.blog-bbcode-underline{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_underline.gif);} a.blog-bbcode-strike{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_strike.gif);} a.blog-bbcode-url{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_link.gif);} a.blog-bbcode-img-upload{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image.gif);} a.blog-bbcode-img{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image_upload.gif);} a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);} a.blog-bbcode-code{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_code.gif);} a.blog-bbcode-quote{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_quote.gif);} a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);} a.blog-bbcode-list{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_list.gif);} a.blog-bbcode-cut{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/cut.gif);} div.blog-mainpage{width:100%}div.blog-mainpage-side-left{float:left;width:52%;padding-right:.5em}div.blog-mainpage-side-right{float:right;width:46%}.blog-mainpage-item{margin:0;padding-bottom:.6em;padding-top:.5em}.blog-mainpage-title{margin:0;padding-bottom:.5em;padding-top:.4em;font-weight:var(--ui-font-weight-bold)}.blog-mainpage-content{line-height:1.4em;font-size:.95em;display:block}.blog-mainpage-meta{font-size:.89em;line-height:1.4em;margin:0;padding:0;padding-top:.4em}.blog-mainpage-meta a{text-decoration:none !important}.blog-mainpage-meta a:hover{text-decoration:underline !important}div.blog-mainpage-comment .blog-mainpage-meta{display:inline;padding-left:.4em;font-size:.89em}div.blog-mainpage-comment .blog-mainpage-content{padding-top:.4em}div.blog-mainpage-comment .blog-mainpage-content a{text-decoration:none !important}div.blog-mainpage-comment .blog-mainpage-content a:hover{text-decoration:underline !important}div.blog-mainpage-item .blog-author{font-weight:normal}div.blog-mainpage-comment .blog-mainpage-title{font-weight:normal}div.blog-mainpage-blogs .blog-mainpage-content a{text-decoration:none}div.blog-mainpage-blogs .blog-mainpage-content a:hover{text-decoration:none}.blog-tab{padding:0;margin:0;min-height:31px;height:100%;width:96%;line-height:2.35em;display:block}.blog-tab-left{background-repeat:no-repeat;padding:0;margin:0;width:3px;height:31px;float:left}.blog-tab-right{background-repeat:no-repeat;padding:0;margin:0;width:3px;height:31px;float:right}.blog-tab-container{width:100%;display:block}.blog-tab-items{float:right;font-size:.95em;padding-right:.6em;display:inline;white-space:nowrap}.blog-tab-items a{text-decoration:none !important;padding-left:.6em}.blog-tab-items a:hover{text-decoration:underline !important}.blog-tab-title{font-weight:var(--ui-font-weight-bold);padding-left:.5em;float:left;display:inline;overflow:hidden}.blog-tab-title a{text-decoration:none !important}.blog-tab-title a:hover{text-decoration:underline !important}div.blog-tab-content{padding-top:.2em;padding-left:.6em;padding-right:.6em;padding-bottom:1.7em}div.blog-mainpage-search-cloud{padding-top:.4em}.blog-calendar{text-align:center}.blog-calendar table th{font-weight:normal}.blog-rss div{padding-top:.6em}.blog-rss-icon{background-repeat:no-repeat;width:17px;height:17px;display:block;line-height:1em}.blog-group-icon{width:16px;height:16px;display:block;float:left;background-repeat:no-repeat;padding-right:.2em;line-height:1em}.blog-search-form{padding-top:.6em}.blog-search-form div{padding-bottom:.4em}.blog-mainpage-create-blog{padding-bottom:1em;padding-left:.6em}.blog-rss-subscribe{padding-bottom:1.5em}.blog-rss-subscribe .blog-tab-items{padding-top:.55em}.blog-group-rss{padding-top:1em}table.blogquote,table.blogcode{font-size:1em;margin:.5em 1em;width:80%;border:1px solid}table.blogquote td,table.blogcode td{padding:.95em 1.5em}table.blogcode td{font-family:"Courier New";white-space:pre-wrap}table.blogcode pre{font-family:"Courier New";font-size:12px;margin:0;line-height:15px;white-space:pre-wrap}div.blog-post-quote,div.blog-post-code{padding-top:.6em;padding-bottom:.6em}div.blog-post-quote span,div.blog-post-code span{padding-left:.6em}div.blog-post-quote table.blogquote,div.blog-post-code table.blogcode{margin:0}div.blog-page-navigation{padding-bottom:.8em}div.blog-page-navigation a,span.blog-page-current,span.blog-page-dots{padding-left:.75em;padding-right:.5em;text-decoration:none}div.blog-page-navigation a.blog-page-first,div.blog-page-navigation span.blog-page-first{padding-left:.5em}span.blog-page-current{font-weight:var(--ui-font-weight-bold)}ul.blog-navigation{list-style-position:outside;list-style-type:none;padding:0;margin:0;padding-bottom:1em}ul.blog-navigation li{display:inline}.blog-post-content{border-bottom-color:#ccc}.blog-post-meta,.blog-comment-meta,.blog-comment-nav{color:#969696}.blog-post-tag a,.blog-comment-meta a,.blog-mainpage-meta a{color:#969696 !important}.blog-post-date,.blog-comment-date{color:#767676}div.blog-post-date span.blog-post-time,div.blog-post-date span.blog-post-day{display:none}div.blog-post-edit-form,div.blog-comment-fields{background-color:#f1f1f1}div.blog-post-image-item-border{border-color:#d8d8d8}.blog-sidebar{background-color:#f5f5f5}.blog-sidebar h3{border-bottom-color:#dadada}.blog-bottombar h3{color:#333}.blog-sidebar-title{color:#000 !important}.blog-sidebar-title a{color:#000 !important}div.blog-errors{border:solid 1px #dfbdac;background:#f6dbce}div.blog-notes{border:solid 1px #dad7a7;background:#f6f9d3}div.blog-textinfo{border:solid 1px #d5d5d5;background:#f6f6f6}.blog-required-field{color:red}table.blog-table-header-left th,table.blog-table-header-left td,table.blog-table-header-top th,table.blog-table-header-top td{border-top-color:#d5d5d5}div.blog-post-quote>span,div.blog-post-code>span{color:#7d7d7d;display:none}div.blog-post-code table.blogcode{border-color:#e8e8e8;color:#7d7d7d;background-color:#f7f7f7}div.blog-post-quote table.blogquote{border-color:#e8e8e8;color:#555;background:url(/bitrix/components/bitrix/blog/templates/.default/images/quote-gray.png) no-repeat scroll left top #f7f7f7}div.blog-mainpage-comment .blog-mainpage-content a,div.blog-mainpage-blogs .blog-mainpage-content a:hover,div.blog-mainpage-blogs .blog-mainpage-content a,div.blog-mainpage-comment .blog-mainpage-content a:hover{color:#333}.blog-tab,.blog-tab-container{background-color:#ededed}.blog-tab-items{color:#767676}.blog-tab-items a{color:#767676 !important}.blog-tab-title a{color:#000 !important}.blog-comment-cont-white{background-color:#fff;padding:1px}
/*images*/
div.blog-tab-left {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_start.gif);} div.blog-tab-right {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_end.gif);} div.blog-line {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line_gradient.gif);} .blog-rss-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/rss_icon.gif);} div.blog-comment-new .blog-comment-date{background-color:#fff4ca;padding-top:2px;padding-bottom:3px;padding-left:4px;padding-right:4px}div.blog-comment-hidden .blog-comment-cont-white,div.blog-comment-hidden .blog-comment-date{background-color:#ededed}div#special_perms{padding-top:.5em}div.blog-post-meta div.blog-post-info-bottom{display:none}.blog-post-meta span.blog-post-link-counter,.blog-post-meta span.microblog-post-link-counter{padding:0 0 0 .3em}div.blog-post-rating{float:right}div.blog-post-share{position:relative;float:right}img.linked{border:0;cursor:pointer;height:21px;left:2px;position:relative;top:6px;width:11px}div.blog-edit-field-code label.blog-edit-field-caption{font-weight:var(--ui-font-weight-bold)}span#post-code-input{display:none}a#post-code-text{background-color:#fff4ca;border-bottom:dashed 1px;text-decoration:none}div.blog-post-field-code{padding-top:.5em}div.blog-tags-cloud{text-align:center}div.blog-comment-preview div.blog-comment-cont-white{border-top:1px solid red;border-bottom:1px solid red}div.blog-post-edit-micro #lhe_btn_sourcebb,div.blog-post-edit-micro #blog-post-image{display:none}div.blog-post-edit-micro{margin-bottom:2em;width:78%}div.blog-post-edit-micro #blogpost-length{font-weight:var(--ui-font-weight-bold);display:inline}div.blog-post-edit-micro div.blog-post-edit-form{padding:0;background-color:white;width:100%}div.blog-post-edit-micro div.blog-post-buttons{text-align:left;padding-top:.7em;padding-bottom:.1em}div.blog-post-edit-micro #edit-post-text{padding:0;border:1px solid #c2c2c2;border-radius:2px}div.blog-post-edit-micro .lhe-stat-toolbar-cont,div.blog-post-edit-micro .lhe-button,div.blog-post-edit-micro div.lhe-tlbr-smile-cont{border:0}div.blog-post-edit-micro #blog-post-micro-lhe-hide{display:inline-block;float:right}div.blog-post-edit-micro .lhe-button-cont{padding-left:3px}div.blog-post-edit-micro #blog-post-micro-lhe-but{display:inline-block;padding-top:3px}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_image {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_image.gif) !important; background-position:3px 2px !important;background-repeat:no-repeat;cursor:pointer;}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_createlink {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_link.gif) !important; background-position:2px 2px !important;background-repeat:no-repeat;cursor:pointer}div.blog-post-edit-micro .lhe-button-cont #lhe_btn_bloginputvideo{width:17px;height:15px;padding-top:2px;cursor:pointer}div.blog-post-edit-micro .lhe-button-over{background-color:#fff}div.blog-post-edit-micro .blog-post-group-text{color:#999}div.blog-post-edit-micro #blog-post-micro-lhe-hide{position:absolute;top:2px;right:2px}div.blog-post-edit-micro #blog-post-micro-lhe-hide div{display:inline-block;cursor:pointer;width:17px;height:17px;vertical-align:middle;	background: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_close.gif) no-repeat;}div.blog-post-edit-micro .blog-post-field-bbcode{position:relative}div.blog-comment .blog-author{line-height:30px}div.microblog-post .blog-post-avatar{float:left;margin-right:.5em;width:30px;height:30px;border:1px solid #c4c4c4;background-color:#eceaec;padding:0}div.microblog-post .blog-post-info{background:0;padding:0}div.microblog-post .blog-author{line-height:30px}div.microblog-post div.blog-post-content{border:0;padding:0;padding-top:.5em}div.microblog-post{border-bottom:1px solid #e5e5e5;padding:1px;margin-bottom:1.5em}div.microblog-post div.blog-post-meta{padding-top:.5em;padding-bottom:.5em;font-size:.85em;padding-left:0}div.microblog-post div.blog-post-meta a{color:#969696 !important;text-decoration:none !important}div.microblog-post div.blog-post-meta a:hover{text-decoration:underline !important}div.microblog-post .blog-post-date{font-size:.85em;color:#969696}

div.blog-comment-line {background-color: #ededed; height:1px; background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line-start.gif); background-repeat: no-repeat; background-position: left;} span.blog-vert-separator{height:7px;width:1px;margin-left:.2em;margin-right:.2em;background-color:#e0e0e0;display:inline-block}div.blog-post-meta-util span{display:inline-block}div.blog-post-meta-util *{text-decoration:none !important}div.microblog-post div.blog-post-date a{color:#969696 !important;text-decoration:none !important}div.microblog-post div.blog-post-meta-util a{color:#969696 !important;text-decoration:none !important}.blog-post-meta .bx-rating span,.blog-post-meta-util.bx-rating a{font-size:13px}.blog-post-current-micro .bx-rating span,.blog-post-current-micro .bx-rating a{font-size:11px}.blog-mainpage-meta .bx-rating span{color:#969696}.blog-mainpage-meta span.ilike-light-blog-post *,.blog-mainpage-meta span.ilike-light-microblog *{color:#969696 !important;text-decoration:none !important;font-size:1em}.blog-post-meta-util a span{cursor:pointer}.blog-post-meta-util .ilike-light .bx-ilike-right{font-size:1.2em}.blog-post-meta-util .ilike-light .bx-ilike-text{padding:0;font-size:1.2em}.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-right{font-size:11px}.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-text{font-size:11px}.blog-comment-nav-item{cursor:pointer}div.blog-comments .blog-comment-nav a.blog-comment-nav-item-sel{font-weight:var(--ui-font-weight-bold);text-decoration:none;color:#969696;cursor:default}a.blogPostAutoSave{float:right;display:block;width:18px;height:18px;margin:3px 3px 0 0;position:relative;z-index:2}.blog-post-edit-micro a.blogPostAutoSave{margin-right:10px;margin-left:-12px;margin-top:2px}.blog-notify-bar{width:100%;height:2.5em;line-height:2.5em;	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important; position:relative}.blog-micro-notify-bar{width:100%;height:3em;line-height:1.5em;	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important; position:relative}.blog-notify-close{display:block !important;height:12px !important;margin:3px 6px 0 0;padding:0 !important;position:absolute !important;right:5px !important;top:5px !important;width:12px !important;}
.blog-notify-close a {
    background: url("/bitrix/js/main/core/images/panel/sprite03.png") no-repeat scroll -268px -243px transparent !important; display:block !important;height:12px !important;width:12px !important;cursor:pointer}.blog-notify-text{color:#000 !important;margin:0 !important;text-align:center !important}.blog-notify-text a.blogPostAutoRestore{position:relative;color:red;cursor:pointer;text-decoration:underline;margin-right:9px;margin-top:5px;z-index:2}span.blog-post-group-value{margin-left:.5em;border-bottom:dashed 1px;overflow:hidden;white-space:nowrap;max-width:300px;	}
span.blog-post-group-delete1 {
	background: url("/bitrix/js/main/core/images/controls-sprite.png") no-repeat scroll -21px 8px transparent; cursor:pointer;display:inline-block;height:20px;width:15px;vertical-align:top;margin-left:2px}#blog-post-group-selector{display:inline-block;cursor:pointer}.blog-post-sonet-group{padding-bottom:.5em}.blog-post-edit-micro #blog-post-group-selector{display:inline-block;float:right;font-family:Arial;color:#b2b2b2;padding-right:5px}span.blog-post-group-delete{display:inline-block;cursor:pointer;width:13px;height:16px;vertical-align:top;	background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -282px;}div.blog-post-group-selector-text{display:inline-block;float:right;font-family:Arial;color:#b2b2b2;padding-right:5px;overflow:hidden;width:350px;white-space:nowrap;text-align:right}.blog-small-button,.blog-small-button-left,.blog-small-button-icon,.blog-small-button-right,.blog-small-button-text{display:inline-block;vertical-align:top;height:27px;cursor:pointer;text-decoration:none !important;outline:0}.blog-small-button{margin:0;background:url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -551px}.blog-small-button-left{width:4px;background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -493px;margin-right:8px}.blog-small-button-text{font:normal normal normal 13px/24px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#4f4f4f}.blog-small-button-right{width:6px;background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -493px;margin-left:8px}.blog-small-button:hover{background:url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -985px}.blog-small-button:hover .blog-small-button-left{background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -927px}.blog-small-button:hover .blog-small-button-right{background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -927px}.blog-arrow{width:30px;height:17px;	background: url("/bitrix/components/bitrix/blog/templates/.default/images/arrow.png") no-repeat 5px 5px; display:inline-block}.feed-com-files{padding-top:10px}.feed-com-files-title{color:#5c6470;font-size:12px;font-weight:var(--ui-font-weight-bold);float:left;min-width:50px}.feed-com-files-cont{overflow:hidden;padding:1px 0 1px 10px;zoom:1}.feed-com-file-wrap{cursor:pointer;display:inline-block;font-size:12px;line-height:14px;margin:0 12px 12px 0;vertical-align:middle}.feed-com-file-wrap:hover .feed-com-file-name{text-decoration:underline}.feed-con-file-icon {background:url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat -55px -220px; display:inline-block; margin-right:5px; height:16px; vertical-align:middle; width:16px;} .feed-com-file-name{color:#2067b0;display:inline-block;font-weight:var(--ui-font-weight-bold);margin-right:4px;max-width:120px;vertical-align:top;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-com-file-size{color:#5c6470;display:inline-block;font-size:12px;vertical-align:top}.feed-com-files-photo{border:1px solid #eee;border-radius:1px;box-shadow:0 0 1px #eee,inset 0 0 1px #eee;display:inline-block;height:48px;margin:0 8px 8px 0;padding:3px;width:48px}.feed-com-files-cont .feed-com-files-photo{height:69px;width:69px}.feed-file-icon-bmp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-css {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-csv {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-dib {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-doc {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-docp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-docx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-gif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-htm {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-html {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-jfif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpe {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpeg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-js {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-pdf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -415px !important;} .feed-file-icon-php {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-png {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-ppt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-pptp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-pptx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-rar {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;} .feed-file-icon-rtf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-swf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-tif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-tiff {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-txt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -192px !important;} .feed-file-icon-xls {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xlsp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xlsx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xml {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-zip {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;} .feed-add-photo-block-wrap{margin-top:-17px}.feed-add-photo-block{display:inline-block;margin:17px 17px 0 0;min-height:92px;width:102px;padding-right:21px;position:relative;vertical-align:top}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:#fff;height:22px;top:1px;z-index:0}.feed-add-img-wrap{background:#fff;border:1px solid #e2e6e6;-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(137,137,137,0.3);display:block;text-align:center;padding:4px;position:relative;z-index:2}.feed-add-img-title{color:#2067b0;display:block;font-weight:var(--ui-font-weight-bold);font-size:12px;margin-top:3px;overflow:hidden}.feed-add-photo-block .feed-add-close-icon{background-color:#fff;background-position:8px -19px;height:22px;top:1px;right:1px;width:22px}.feed-add-photo-block .feed-add-close-icon:hover{background-position:-57px -60px}.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat; cursor:pointer;right:0;top:0;height:20px;position:absolute;width:20px}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:white;height:22px;top:1px;z-index:0}#blog-upload-file,#blog-show-seo{color:#2067b0;border-bottom:dashed 1px #2067b0;text-decoration:none}#blog-post-user-fields-UF_BLOG_POST_DOC .file-selectdialog-switcher{display:none}.blg-cancel-com,.blg-cancel-com:link,.blg-cancel-com:visited,.blg-cancel-com:active{color:#5c6470 !important;font-size:12px;text-decoration:none;padding-left:15px}.blg-cancel-com:hover{text-decoration:underline}#blog-show-seo-fields input,textarea{width:100%}
/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/themes/green/style.css?17752202601140*/
/*color*/
.body-blog a:link, .body-blog a:visited, .body-blog a:active, .blog-navigation-box li a {color:#33882a;}
.body-blog a:hover {color:#d04747;}

.blog-post-title {background-color: #e7efd3;}
.blog-post-title span, .blog-post-title a:link, .blog-post-title a:visited, .blog-post-title a:active {color: #42783d !important;}

/*images*/
.blog-group-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/user_group.gif);}
.blog-author-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/user.gif);}
.blog-group-edit, .blog-post-edit-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_edit.gif);}
.blog-group-delete, .blog-post-delete-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_delete.gif);}
.blog-post-comments-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_comment.gif);}
.blog-post-views-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_view.gif); }
.blog-post-publish-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_publish.gif);}
.blog-post-show-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_show.gif);}
.blog-post-hide-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_hide.gif);}

.blog-comment-cont{}
.blog-comment-info {}
.blog-post-info-back {}
.blog-post-info {background-color: #f5f5f5; border-top: 1px solid #fff;}

/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.comments/template1/themes/blue/style.css?159062226124*/
/* catalog_comments */


/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.top/slide/style.css?17569766421140*/
.top-products__slider {
    position: relative;
    margin-bottom: 30px;
}
.related-products__title {
        font-weight: bold;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
.top-products__slider .slick-list {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.top-products__slider .slick-slide img {
    display: inline-block;
    outline: none;
}

.top-products__slider .slick-slide a {
    outline: none !important;
}

.top-products__slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background-color: #FF8A02;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    cursor: pointer;
}

.top-products__slider-arrow.slick-disabled {
    opacity: 0;
}

.top-products__slider-arrow.arrow-next {
    right: -15px;
}

.top-products__slider-arrow.arrow-prev {
    left: -15px;
}

.top-products__slider-arrow i{
    font-size: 14px;
    coloR: #fff;
}

@media (max-width: 767px) {
    .top-products__slider-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/style.css?177548226216830*/
.modal.preview{
    background-image: url("/images/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.products__item.product {
    position: relative;
    display: block;
    padding: 26px 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    border-bottom: 1px solid rgba(215, 222, 228, .5);
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.products__item.product .show-preview{
    position: absolute;
    top: 115px;
    right: 0;
    left: 0;
    margin: auto;
    height: 34px;
    width: 70%;
    line-height: 34px;
    background-color: #e1e1e1;
    padding: 0px 15px;
    color: #000;
    border-radius: 15px;
    text-decoration: none;
    z-index: 222;
    text-align: center;
    cursor: pointer;
    display: none;
}
.products__item.product .show-preview:hover{
    background-color: #ececec;
}
.products__item.product:hover .show-preview{
    display: block;
}
.product__user__action{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 8px;
    background: #ffffff;
}
.product__comments{
    margin-left: 10px;
    font-size: 11px;
    color: grey;
}
.product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 70%;
    padding: 26px 20px;
}

.product__right {
    width: 30%;
    padding: 26px 30px;

    border-left: 1px solid rgba(215, 222, 228, .5);
}

.product__btn-buy {
    font-size: 13px;
    font-weight: 600;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 15px;
    padding: 12px 0;

    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #005cc2;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.product__btn-buy {
    text-decoration: none;
}

a.product__btn-buy:hover {
    text-decoration: none;
    color: #fff;
}

.product__btn-buy:hover {
    background-color: #0063d1;
}

.product__btn-buy span {
    font-size: 12px;
    font-weight: 500;
}

.product__btn-buy .btn-buy__icon {
    margin-right: 10px;
    color: #fff;
}

.product__label_wrap {
    /*display: inline-block;*/
	display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.product__label {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    background-color: #005CC2;
    text-align: center;
	margin-left: 4px;
}
.product__label[data-code="hitprod"] {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-transform: math-auto;
    color: #fff;
    border-radius: 0;
    background-color: #F2880E;
    text-align: center;
	margin-left: 4px;
	margin-top: 3px;
}
.product__label[data-code="hitprod"] .fa-icon-hit {
	font-size: 13px;
}
.product__label[data-code="hitprod"] .fa-icon-hit:before {
	content: "Хит продаж";
	font-style: normal;
}
.product__label_year {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	background-size: 100%;
}
.product__label_year.action_22301 {
	background-image: url(/upload/img/action-22301.png);
}
.product__label_year.action_22302 {
	background-image: url(/upload/img/action-22302.png);
}
.product__label_year.action_22303 {
	background-image: url(/upload/img/action-22303.png);
}
.product__label_year.action_22320 {
	background-image: url(/upload/img/action-22320.svg);
	background-size: cover;
}
.product__label_year.action_22322 {
	background-image: url(/upload/img/action-22322.svg);
	background-size: cover;
}
.product__label_year.action_22336 {
	background-image: url(/upload/img/action-22336.svg);
	background-size: cover;
}
.product__label i {
    font-size: 18px;
}

.product__label i.fa-percent{
    position: absolute;
    left: 11px;
    top: 8px;
}

.fa-icon-new {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-icon-new:before {
    content: "new";
    font-size: 12px;
    font-weight: bold;
}

.product__link-wrapp {
    text-decoration: none;

    color: inherit;
}

.product__link-wrapp:hover {
    text-decoration: none;

    color: inherit;
}

.product__img-wrapp {
    display: block;
	width: 192.5px;
	height: 130px;
    text-align: center;
}

.product__img-wrapp img {
    max-width: 100%;
	max-height: 100%;
}

.product__title {
	height: 66px;
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	overflow: hidden;
}

.product__sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	
}
.product__sale.product-sale-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.price-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.product-sale .product-sale__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__sale .fa.fa-ruble-sign {
    font-size: 12px;

    vertical-align: 0;
}

.product__price {
    font-size: 16px;
    position: relative;
    margin: 0;
}

.product__price .fa.fa-ruble-sign {
    font-size: 14px;
    vertical-align: 1px;
}

.product__price .price-amount {
    font-size: 17px;
    font-weight: bold;

    margin-right: 3px;
}

.product__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__icon-wrapp {
    margin: 0 3px;
}

.product__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    fill: #bdc5cd;
}

.product__icon-wrapp.active .product__icon--cart {
    font-weight: bold;
    color: #ff8a02;
}

.product__icon--heart.fas {
    font-weight: normal;
    font-size: 20px;
    color: #bdc5cd;
}

.product-item .product__icon--stat {
    vertical-align: 2px;
}

.product__icon--cart {
    color: #ff8a02;
    font-size: 20px;
    margin-right: 2px;
}

.product-item .product__icon--stat {
    position: relative;
    top: 2px;
    color: #c3cbd2;
    --primary-color: #c3cbd2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product__icon--heart:hover,
.product__icon--stat:hover:not(.full),
.product__icon--cart:hover {
    fill: #1a6cbd;
    color: #1a6cbd;
    --primary-color: #1a6cbd;
    stroke: #1a6cbd;
}

.product__icon--heart.active {
    font-weight: bold;
    color: #1a6cbd;
}

.product__icon-wrapp.active .product__icon--stat,
.product__icon-wrapp .product__icon--stat.full {
    display: none;
}

.product__icon-wrapp.active .product__icon--stat.full {
    display: inline-block;
}

.product__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.product--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.product-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product--col:hover {
    z-index: 2;

    -webkit-transition: all .3;
    transition: all .3;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.product--col:not(:nth-child(3n + 3)) {
    border-right: 1px solid rgba(215, 222, 228, .5);
}

.products__item.product--row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product--row .product__title,
.product--row .product__title a,
.product--row .product__title span {
    font-size: 16px;
    line-height: 1.4;

    margin-bottom: 10px;
}

.product--row .product__img-wrapp {
    min-width: 40%;
}

.product--row .product__img-wrapp img {
    max-width: 150px;
}

.product--row .product__info {
    margin-left: 20px;
}

.product--row .product__price,
.product--row .product__price .price-amount {
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
}

.product-sale__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;

    margin: 0;

    text-decoration: line-through;

    color: #565b61;
}

.product-sale__percent {
    font-size: 11px;
    width: 42px;
    padding: 2px 0;
    margin: 0 0 0 5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #c00;
}

/**/
.product__remove-favorite {
    display: block;
    width: 16px;
    height: 16px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/./images/delete-row.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s all;
    transition-delay: 0.1s;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%) scale(0.1, 0.1);
}

.products__item:hover .product__remove-favorite {
    transform: translateY(-50%) scale(1, 1);
    opacity: 1;
}

.products__item:hover .product__remove-favorite:hover {
    transform: translateY(-50%) rotate(-90deg) scale(1.2, 1.2);
    opacity: 1;
}

/**/

.product__label_sale_desc {
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.3;
    padding: 12px 22px;
    position: absolute;
    left: -20px;
    top: 100%;
    width: 350px;
    z-index: 105;
    color: #000;
    text-align: left !important;
    text-align-last: left !important;
    border-radius: 3px;
    margin-left: 8px;
}

.product__label_sale:hover .product__label_sale_desc {
    display: block !important;
}

.product__label_sale:hover .product__label_sale_desc:before {
    content: '';
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 40px;
    margin-left: -6px;
    z-index: 1;
}

.product__label_sale:hover .product__label_sale_desc:after {
    content: '';
    border-bottom: 6px solid #dcdcdc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -7px;
    left: 40px;
    margin-left: -6px;
    z-index: 0;
}
.external_code {
	display: block;
    font-size: 11px;
    color: grey;
    line-height: 1;
    padding: 2px 0;
}
span.external_code{
    white-space: nowrap;
}
b.external_code{
    text-align: right;
}
.external_code.padding_code {
	padding-top: 9px;
}
.prop_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__rating td {
    border: none;
}
.bx_item_detail_rating{
    margin-bottom: 0;
}
.bx_item_detail_rating td{
    vertical-align: middle;
    text-align: right;
    padding: 0;
}
.bx_item_detail_rating .bx_item_rating{
    text-align: right;
    position: relative;
}
.bx_item_detail_rating .bx_item_rating::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 102;
}
.bx_item_detail_rating .bx_stars_container{
    position: relative;
    width: 68px;
    height: 30px;
    background: #dadada;
    background-size: 100% 100%;
}
.bx_stars_bg::before, .bx_stars_progress::before{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #ffffff;
    top: 0;
    left: -1px;
}
.bx_item_detail_rating .bx_stars_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(/local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progress{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e76110;
}
.bx_item_detail_rating .bx_stars_rating_votes{
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
    .bx-touch .bx_item_detail_rating .bx_stars_container{
        height: 15px;
        margin: 4px 0;
    }
    .bx_item_detail_rating .bx_stars_rating_votes{
        font-size: 7px;
        line-height: 7px;
    }
}
/**/
@media (max-width: 979px) {
    .products__item.product:hover .show-preview{
        display: none;
    }
}

@media (max-width: 768px) {
	.product__title a{
        font-size: 14px;
    }
	.product__img-wrapp {
		width: 142.5px;
	} 
    .products__item.product--col:not(:nth-child(3n + 3)) {
        border-right: none;
    }

    .products__item.product--col:nth-child(2n + 1) {
        border-right: 1px solid rgba(215, 222, 228, .5);
    }
	.product__label_sale:hover .product__label_sale_desc {
        display: none !important;
    }

    .no-mobile {
        display: none !important;
    }

    .show-mobile {
        display: initial !important;
    }
}

@media (max-width: 600px) {

    .product__title a{
        font-size: 14px;
    }

    .product__icon {
        /*width: 16px;
        height: 16px;*/
    }

    .product--col:hover {
        -webkit-transform: none;
        transform: none;

        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product__left {
        width: 50%;
        display: block;
    }

    .product__right {
        width: 50%;
    }

    .product--row .product__info {
        margin: 0;
    }
    .prop_row{display: none !important;}
}

@media (max-width: 450px) {
    .products__item.product--row {
        display: block;
    }

    .product__left,
    .product__right {
        float: none;
        width: 100%;
    }

    .product__left {
        padding: 26px 30px 0 30px
    }

    .product__right {
        padding-top: 0;
    }

    .product--row .product__info {
        max-width: 320px;
        margin: 0 auto;
    }
	.product__footer {
		justify-content: center;
	}
}

@media (max-width: 400px) {
    .product__sale {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		flex-direction: column;
    }

    .product__icons {
        margin-top: 5px;
		width: 100%;
		justify-content: space-around;
    }

    .product__footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products__item.product--col {
        /*width: 100%;*/
    }
	.external_code.padding_code {
		/*padding-top: 52px;*/
		text-align: center;
	}
}

@media (max-width: 350px) {
    .products__item.product {
        width: 100%;
        margin-bottom: 20px;

        border: 1px solid rgba(215, 222, 228, .5);
    }
}




/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/catalog.store.amount/main/style.css?1680692998815*/
.modal__body {
	max-height: 700px;
    overflow-y: auto;
}
.modal.rest-city {
	top: 10% !important;
}
.store-unit{
    color: #565b61;
}
.modal-rest td {
	
}
.fist_td {
	padding-left: 40px;
	width: 175px !important;
	margin-right: 20px;
}

.blocks {
	width: 80%;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	margin: 0 auto;
}
.block{
	width: 45%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.block_title {
	padding-right: 5px;
}
.modal-rest div.rest-on {
    color: #009933;
}

@media (max-width: 767px) {
    .block{
		width: 100%;
		margin-bottom: 23px;
	}
}
/* End */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog/main/style.css?15906222611122 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.element/main/style.css?177548226652973 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/iblock.vote/element_rating/style.css?1660653719487 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.store.amount/hint/style.css?16880427842987 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/form.result.new/forms_main/style.css?1695300654806 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.comments/template1/style.min.css?15906222613822 */
/* /bitrix/components/bitrix/blog/templates/.default/style.min.css?177522026030185 */
/* /bitrix/components/bitrix/blog/templates/.default/themes/green/style.css?17752202601140 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.comments/template1/themes/blue/style.css?159062226124 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.top/slide/style.css?17569766421140 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.item/main/style.css?177548226216830 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/catalog.store.amount/main/style.css?1680692998815 */
