

/* Start:/local/templates/maknot/components/bitrix/catalog.element/.default/style.css?17726246946541*/
.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;
}

.krep-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 10px 0;
}

.krep-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.krep-item img {
    display: block !important;
    width: 200px;
    height: auto;
    flex-shrink: 0;
}

.krep-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.krep-content h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: bold;
    width: 220px;
    min-width: 220px;
}

.krep-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}

@media (max-width: 998px) {
    .krep-item img {
        width: 90px;
    }

    .krep-content {
        flex-direction: column;
        gap: 0px;
    }

    .krep-list {
        gap: 20px;
    }
}

.styled-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.styled-table thead {
    background-color: #3486c7;
    color: #fff;
}

.styled-table th,
.styled-table td {
    padding: 10px 14px;
    text-align: left;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.styled-table tbody tr:hover {
    background-color: #eaf4fb;
    transition: 0.2s;
}
/* End */


/* Start:/local/templates/maknot/components/bitrix/catalog.section/ismain_slider/style.css?17726246941340*/
.catalog__col--products-home .catalog-products__item {width:25%; height:580px;}
.catalog__col--products-home .catalog-products .catalog-products__item-inner {padding-top:20px;}
.catalog__col--products-home .catalog-products .catalog-products__item-inner .catalog-products__img {padding:0;}
.catalog__col--products-home .catalog-products .catalog-products__item-inner .catalog-products__info-params {min-height:210px;}

.catalog__col--products-home #show_more {background:#fff; max-width:215px; box-shadow: 5px 10px 16px #e7eaee;}
.catalog__col--products-home #show_more:hover {box-shadow: 5px 10px 40px #dce0e5;}



@media screen and (max-width: 991px) {
	.catalog__col--products-home .catalog-products__item {width:calc(100%/3);}
}
@media screen and (max-width: 768px) {
	.catalog__col, .catalog__col--products-home {width:auto !important; margin:0 -10px;}
	.catalog__col--products-home .catalog-products {align-items:stretch;}
	.catalog__col--products-home .catalog-products .catalog-products__item-inner {height:100%;}
	.catalog__col--products-home .catalog-products__item {width:50%; padding:0 10px; height:auto;}
	.catalog__col--products-home .catalog-products__item:last-child {margin-bottom:32px}
}
@media screen and (max-width: 526px) {
	.catalog__col--products-home .catalog-products__item {width:100%;}
}


/* End */


/* Start:/local/templates/maknot/components/bitrix/catalog.item/.default/style.css?17726246941346*/
.no_quantity_list {
	margin-left: 65px;
	
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	
	color: #ADB6BE;
}
.catalog-products__item .catalog-products__item-inner .btn{
	width: 130px;
}
.catalog-products__item .catalog-products__item-inner .btn--icon i {
	margin-left: 12px;
}



/* 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: 40px;
	margin: 0 5px;
	text-align: center;
	padding: 0;
	border: 0;
	line-height: normal;
	height: 36px;
	color: #28282C;
	font-size: 14px;
	border: 2px solid #f0f1f1;
	border-radius: 6px;
	/*pointer-events: none;*/
	/*font-weight: 400;*/
}

/*.kol input:focus {
	border-color:  #F7F7F8;
	border-radius: 6px;
*/}
/* End */
/* /local/templates/maknot/components/bitrix/catalog.element/.default/style.css?17726246946541 */
/* /local/templates/maknot/components/bitrix/catalog.section/ismain_slider/style.css?17726246941340 */
/* /local/templates/maknot/components/bitrix/catalog.item/.default/style.css?17726246941346 */
