

/* 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.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.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 */
