

/* Start:/local/templates/maknot/components/bitrix/catalog.element/.default/style.css?17537944475208*/
.text-block._capabilities li,
.text-block._capabilities p{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height:30px;
}
.product-sku {
    margin-top: 20px;
}
.product-sku__caption {
    font-size: 12px;
    font-weight: 900;
}
.product-sku__item {
    padding: 15px;
    text-align: center;
    margin-right: 15px;
    margin-top: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #212529;
    text-decoration: none;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.product-sku__item:hover {
    border-color: #e7e8e9;
}
.product-sku__item:last-child {
    margin-right: 0;
}
.product-sku__item._red .product-sku__item-price {
    color: #ff5a00;
}
.product-sku__item._active {
    border-color: #ff5a00;;
}
.product-detail::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .65);
    background-image: url('/local/templates/maknot/components/bitrix/catalog.element/.default/images/loader.svg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 10;
}
.product-detail {
    position: relative;
}
.product-detail._load::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .product-sku__item {
        margin-top: 7px;
        margin-right: 7px;
        padding: 12px;
    }
    .product-sku__item:last-child {
        margin-right: 0;
    }
}
.no_quantity_list {
    margin: 0 40px 0 16px;

	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #ADB6BE;
}

.catalog-products__compare-tooltip {
    position: absolute;
    top: 10px;
    left: uset;
    padding: 10px 20px;
    background: #fa6400;
    white-space: nowrap;
    color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    /* visibility: hidden; */
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 200;
}

.catalog-products__compare-tooltip._show {
    top: 12px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    visibility: visible;
}

.catalog-products__compare-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #fa6400 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.no_quantity_list--height {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.product-detail__top-info .btn {
    margin-right: 24px;
}

@media (max-width: 480px) {
    .no_quantity_list--height {
        margin-right: 0;
    }
    .product-detail__top-info .btn {
        margin-right: 0;
    }
    .product-detail__top-info .compare-tooltip--wrapper .catalog-products__compare-tooltip {
        margin-right: 0;
        right: 0;
    }
    .product-detail__top .product-detail__top-info .detail__top-info--btn {
        width: 100%;
        margin-right: 0!important;
    }
    .product-detail__top .product-detail__top-info .detail__top-info--btn.btn--blue {
        margin-bottom: 15px;
    }
}



/* t108825 блок с изменением количества товара из каталога */
.kol {
    width: 132px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #ffffff;
    height: 36px;
    user-select:none;
}

.block_number {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kol .minus, .kol .plus {
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    background: #F7F7F8;
    border-radius: 6px;
    font-size: 30px;
    transition: linear .2s;
    color: #3486C7;
}
.kol .minus:hover , .kol .plus:hover {
    background: #EDEDEE;
}
.kol input {
    font-weight: bold;
    width: 50px;
    text-align: center;
    padding: 0;
    border: 0;
    line-height: normal;
    height: 30px;
    color: #28282C;
    font-size: 14px;
    pointer-events: none;
    /*font-weight: 400;*/
}
.kol .minus, .kol .plus {
    width: 40px;
    height: 40px;
}

.kol {
    height: 40px;
    padding: 0 5px;
    width: 142px;
}
/* End */
/* /local/templates/maknot/components/bitrix/catalog.element/.default/style.css?17537944475208 */
