

/* Start:/local/templates/maknot/components/bitrix/catalog.section.list/main_slider_new_catalog/style.css?17537944471597*/
.block-main-new__col--links {
    width: 100%;
    gap: 20px;
    margin: 0 0 20px 0;
}

.block-main__links {
    flex-direction: column;
}

.block-main-new__col--links .block-main-new__links-item {
    /*width:calc(100%/2 - 13.5px);*/
    width: 100%;
    background: #fff;
    padding: 5px 7px;
    box-shadow: 5px 10px 16px #e7eaee;
    border-radius: 8px;
    transition: .425s;
}

.block-main-new__col--links .block-main-new__links-item span {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #273E63;
}

.block-main-new__col--links .block-main-new__links-item .block-main-new__links-image {
    width: 48px;
    height: 48px;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: .425s;
}
.block-main-new__col--links .block-main-new__links-item[data-id="137"] .block-main-new__links-image {
    background-size: 48px;
}
.block-main-new__links-icon {
    margin-right: 10px;
}

.block-main-new__col--links .block-main-new__links-item:hover {
    box-shadow: 5px 10px 40px #dce0e5;
}

.block-main-new__col--links .block-main-new__links-item:hover .block-main-new__links-image {
    opacity: .7;
}

@media screen and (max-width: 1100px) {
    .block-main-new__col--links .block-main-new__links-item {
        width: calc(100% / 2 - 10px);
    }

    .block-main__links {
        flex-direction: row;
    }
}

@media screen and (max-width: 676px) {
    .block-main-new__col--links .block-main-new__links-item {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/maknot/components/bitrix/catalog.item/list/style.css?17537944473321*/
.no_quantity_list {
    margin: 49px 23px 0 0;
    
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #ADB6BE;
}

/*скидка и цена со скидкой*/
.catalog-products__item .catalog-products__price {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.catalog-products__item .catalog-products__price .old--price {
	text-decoration: line-through;
	font-size: 14px;
	color: #979CA6;
	margin-right: 8px;
}
.catalog-products__item .catalog-products__price .new--price {
	font-weight: bold;
	font-size: 20px;
	color: #E50F2B;
}
.catalog-products__item-inner .cat--diz {
	position: absolute;
	z-index: 200;
	background: #E50F2B;
	border-radius: 4px;
	width: 35px;
	height: 16px;
	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;
	font-weight: bold;
	font-size: 11px;
	left: 16px;
	top: 16px;
	color: #FFFFFF;
}
@media (max-width: 480px) {
	.catalog-products__item .catalog-products__price .old--price {
		font-size: 13px;
		white-space: nowrap;	
	}
	.catalog-products__item .catalog-products__price .new--price {
		font-size: 18px;
		white-space: nowrap;
	}
	.catalog-products .catalog-products__item .catalog-products__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

}

@media (max-width: 360px) {
	.catalog-products .catalog-products__item .catalog-products__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.catalog-products.list .catalog-products__price {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.catalog-products.list .catalog-products__bottom .btn:nth-child(2) {
		-webkit-box-ordinal-group: 3!important;
		    -ms-flex-order: 2!important;
		        order: 2!important;
	}
}


/* 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;
	text-align: center;
	padding: 0;
	border: 0;
	line-height: normal;
	height: 36px;
	color: #28282C;
	margin: 0 5px;
	border: 2px solid #f0f1f1;
	border-radius: 6px;
	font-size: 14px;
	/*pointer-events: none;*/
	/*font-weight: 400;*/
}
.kol input:focus {
	border-color:  #F7F7F8;
	border-radius: 6px;
}
/* End */
/* /local/templates/maknot/components/bitrix/catalog.section.list/main_slider_new_catalog/style.css?17537944471597 */
/* /local/templates/maknot/components/bitrix/catalog.item/list/style.css?17537944473321 */
