

/* Start:/local/templates/insertdesign/components/bitrix/catalog/catalog/style.css?17495569917873*/
.quicklinks-block {
	margin-bottom: 25px;
	margin-top: -40px;
}

a.quicklinks__link {
	border: 1px solid;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 5px;
}

a.quicklinks__link:hover {
	background: #555;
	color: #fff;
}

.callback-block {
	display: flex;
	align-items: flex-end;
	width: 300px;
	height: 440px;
	position: sticky;
	top: 75px;
	background-color: #f0f0f0;
	padding: 30px;
}

.callback-block__text_big {
	color: #000;
	font-size: 22px;
	font-style: italic;
	font-weight: 900;
	line-height: 120%;
	margin-bottom: 10px;
}

.callback-block__text_small {
	color: #000;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 27px;
}

.button.button_yellow-callback {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #fcd26b;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	border-radius: 2px;
}

.accordion {
	border-radius: 10px;
}

/* AJAX CUSTOM PRELOADER */
#preloader_win8_wrapper {
	display: none;
	background: #000;
	height: 100px;
	opacity: 0.7;
	position: fixed;
	width: 100px;
	z-index: 590;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	border-radius: 10px;
}
.preloader_win8 {
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.preloader_win8 .wBall {
	position: absolute;
	width: 47px;
	height: 47px;
	opacity: 0;
	transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	animation: orbit 3.3225s infinite;
	-o-animation: orbit 3.3225s infinite;
	-ms-animation: orbit 3.3225s infinite;
	-webkit-animation: orbit 3.3225s infinite;
	-moz-animation: orbit 3.3225s infinite;
}

.preloader_win8 .wBall .wInnerBall {
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgb(255, 255, 255);
	left: 0px;
	top: 0px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.preloader_win8 #wBall_1 {
	animation-delay: 0.726s;
	-o-animation-delay: 0.726s;
	-ms-animation-delay: 0.726s;
	-webkit-animation-delay: 0.726s;
	-moz-animation-delay: 0.726s;
}

.preloader_win8 #wBall_2 {
	animation-delay: 0.143s;
	-o-animation-delay: 0.143s;
	-ms-animation-delay: 0.143s;
	-webkit-animation-delay: 0.143s;
	-moz-animation-delay: 0.143s;
}

.preloader_win8 #wBall_3 {
	animation-delay: 0.2865s;
	-o-animation-delay: 0.2865s;
	-ms-animation-delay: 0.2865s;
	-webkit-animation-delay: 0.2865s;
	-moz-animation-delay: 0.2865s;
}

.preloader_win8 #wBall_4 {
	animation-delay: 0.4295s;
	-o-animation-delay: 0.4295s;
	-ms-animation-delay: 0.4295s;
	-webkit-animation-delay: 0.4295s;
	-moz-animation-delay: 0.4295s;
}

.preloader_win8 #wBall_5 {
	animation-delay: 0.583s;
	-o-animation-delay: 0.583s;
	-ms-animation-delay: 0.583s;
	-webkit-animation-delay: 0.583s;
	-moz-animation-delay: 0.583s;
}

@keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin: 0%;
	}

	30% {
		opacity: 1;
		transform: rotate(410deg);
		animation-timing-function: ease-in-out;
		origin: 7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin: 30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin: 39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin: 70%;
	}

	76% {
		opacity: 0;
		transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin: 0%;
	}

	30% {
		opacity: 1;
		-o-transform: rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin: 7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin: 30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 70%;
	}

	76% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 0%;
	}

	30% {
		opacity: 1;
		-ms-transform: rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin: 7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 70%;
	}

	76% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 0%;
	}

	30% {
		opacity: 1;
		-webkit-transform: rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin: 7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 70%;
	}

	76% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 0%;
	}

	30% {
		opacity: 1;
		-moz-transform: rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin: 7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 70%;
	}

	76% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
/* AJAX CUSTOM PRELOADER END */

.grid-container:has(.catalog-description) .pagination {
	margin-bottom: 0;
}

.catalog-description {
	margin-top: 40px;
}

.main-catalog-block:not(:has(.pagination)) {
	margin-bottom: 50px;
}

/* End */


/* Start:/local/templates/insertdesign/components/bitrix/catalog.element/.default/style.css?174376636512238*/
.fav__text_in {
	color: #ff282d !important;
	display: none;
}

.js-fav_active .fav__text_in {
	display: inline-block;
}

.js-fav_active .fav__text {
	display: none;
}

a.js-fav {
	color: rgba(0, 0, 0, 0.5);
}

a.js-fav.js-fav_active {
}

.js-fav_active svg path {
	fill: #ff282d !important;
	opacity: 1;
}

.carousel-vertical {
	width: 150px;
}

.carousel-vertical__item {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 32px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}

.slick-current .carousel-vertical__item {
	border-bottom: 3px solid #1690cf;
}

.product-info__amount.product-info__amount_red {
	color: #ff282d;
}

.carousel-product {
	max-width: 700px;
	margin: 0 15px;
}

.carousel-product__item > a {
	display: block;
}

.carousel-product__image {
	margin: 0 auto;
}

.product-info {
	width: 497px;
	height: 580px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	padding: 70px 40px;
}

.product-info .b-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-info__fav {
	font-size: 23px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.product-info__fav:hover {
	color: #1690cf;
}

.product-info__fav:hover svg path {
	fill: #1690cf;
	opacity: 1;
}

.product-info__icon {
	margin-right: 10px;
}

.product-info__amount {
	color: #1690cf;
	font-size: 20px;
	font-weight: 600;
}

.product-info__price__old {
	font-weight: bold;
	font-size: 30px;
	margin: 50px 0 45px;
}

.product-info__price__old + .product-info__price {
	color: #1690cf;
}

.product-info__price {
	font-weight: bold;
	font-size: 33px;
	margin: 50px 0 45px;
}

.product-info__code {
	font-size: 19px;
	margin: 10px 0 0;
	word-break: break-all;
}

.product-info__brand {
	color: #1690cf;
	font-weight: 600;
	margin-bottom: 0;
}

.button.button_product {
	max-width: 230px;
}

.features {
	margin-bottom: 77px;
}

.features__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 4px;
}

.features__block {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	padding: 36px 17px;
	margin-bottom: 20px;
	flex-grow: 1;
}

.features__block_lg {
	height: 100%;
}

.features__name {
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.features__value {
	font-weight: 600;
	margin-left: 10px;
	text-align: right;
}

.features__item {
	display: flex;
	margin-bottom: 3px;
	align-items: center;
	justify-content: space-between;
}

.features__item-ARTIKUL .features__name {
	align-self: start;
}
.features__item-ARTIKUL .features__value {
	word-wrap: anywhere;
}

.flex-container_product {
	margin-bottom: 55px;
}

.reviews-text {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.reviews-text_gray {
	color: rgba(0, 0, 0, 0.5);
	font-size: 23px;
	margin-bottom: 3px;
}

.reviews-text_margin {
	margin-bottom: 43px;
}

.button.button_reviews {
	margin-bottom: 74px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 21px;
	padding: 23px 117px;
}

.reviews-modal {
	position: relative;
	outline: none;
}

.reviews-modal__close {
	position: absolute;
	top: 5px;
	right: 17px;
	font-size: 40px;
	cursor: pointer;
}

.reviews-modal__title {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}

.reviews-modal__label {
	font-size: 20px;
}

.reviews-modal__star {
	color: #ff282d;
}

.reviews-modal__input[type="text"] {
	margin-bottom: 0;
}

.reviews-modal__item {
	margin-bottom: 15px;
}

.reviews-modal__agree {
	color: rgba(0, 0, 0, 0.5);
	line-height: 1;
	margin-top: 20px;
}

.rating {
	overflow: hidden;
	width: 192px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
}

.rating:not(:checked) > input {
	display: none;
}

.rating:not(:checked) > label {
	width: 32px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	color: #d5d5d5;
	margin: 0;
}

.rating:not(:checked) > label:before {
	content: "★";
}

.rating > input:checked ~ label {
	color: #eeb301;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #eeb301;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
	color: #eeb301;
}

.rating > label:active {
	position: relative;
}

.button.button_modal {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	padding: 12px 50px;
}

@media print, screen and (max-width: 1023px) {
	.features {
		margin-bottom: 30px;
	}

	.features__block {
		padding: 20px 17px;
	}

	.features__name {
		font-size: 18px;
	}

	.features__value {
		margin-left: 0;
	}

	.features__item {
		justify-content: space-between;
	}
}

@media print, screen and (max-width: 639px) {
	.product-info__fav {
		font-size: 18px;
	}

	.product-info__amount {
		font-size: 14px;
	}

	.button.button_product {
		max-width: none;
	}

	.reviews-text {
		font-size: 22px;
	}

	.button.button_reviews {
		width: 100%;
		padding: 16px;
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
	.product-info__fav {
		font-size: 20px;
	}

	.button.button_product {
		max-width: 50%;
	}
}

@media screen and (max-width: 1199px) {
	.carousel-vertical {
		width: 100%;
		margin-bottom: 40px;
	}

	.carousel-vertical__item {
		height: 79px;
		margin: 0 5px;
	}

	.carousel-product {
		margin: 0 0 25px;
		max-width: none;
	}

	.carousel-product__image {
		max-height: 360px;
	}

	.product-info {
		width: unset;
		height: auto;
		padding: 15px;
		box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
	}

	.product-info__code {
		margin-top: 10px;
	}

	.product-info__price {
		margin: 10px 0;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
	.carousel-product {
		max-width: 520px;
	}

	.product-info {
		padding: 70px 20px;
	}
}

.flex-container_product .product-label {
	position: absolute;
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	z-index: 3;
}

.flex-container_product {
	position: relative;
}

@media screen and (min-width: 1440px) {
	.flex-container_product .stock-label,
	.flex-container_product .new-label {
		left: calc(50% - 520px);
		top: 20px;
	}

	.flex-container_product .product-label.stock-percent {
		left: calc(50% - 495px);
		top: 120px;
		font-size: 30px !important;
		width: 95px;
		text-align: center;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
	.flex-container_product .stock-label,
	.flex-container_product .new-label {
		left: calc(50% - 440px);
	}

	.flex-container_product .product-label.stock-percent {
		left: calc(50% - 415px);
		font-size: 30px !important;
	}
}

@media screen and (max-width: 1199px) {
	.flex-container_product .stock-label,
	.flex-container_product .new-label {
		left: 0px;
	}

	.flex-container_product .product-label.stock-percent {
		left: 31px;
		font-size: 30px !important;
	}
}

.kratnost {
	color: #1690cf;
	font-size: 12px;
}

.carousel-brands {
	margin: 25px -10px 50px;
}

.carousel-brands__item {
	display: block;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 10px;
}

.carousel-brands .slick-prev {
	left: 10px;
}

.carousel-brands .slick-next {
	right: 10px;
}
.product-delivery-info {
	font-size: 11px;
	margin-top: 16px;
	padding: 2px 4px;
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	text-align: left;
}

.product-delivery-info strong {
	color: #404040;
}

.product-delivery-info svg {
	margin-right: 6px;
	flex-shrink: 0;
}

@media screen and (min-width: 480px) {
	.product-delivery-info {
		padding: 4px 8px;
		font-size: 15px;
	}

	.product-delivery-info svg {
		width: 32px;
		margin-right: 8px;
	}
}

.characteristic {
	margin-bottom: 20px !important;
}

.product-info {
	position: relative;
}

.callback-block_horizontal {
	width: 100%;
	height: 190px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 21px;
	position: absolute;
	right: 0;
	top: auto;
	bottom: -230px;
	align-items: flex-start;
	background-repeat: no-repeat;
}

.callback-block__info {
	width: 230px;
}

.button.button_callback-small {
	width: 155px;
	height: 40px;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
	font-family: Lato;
}

.callback-block__text_big-horizontal {
	color: #000;
	font-size: 21px;
	font-style: italic;
	font-weight: 900;
	line-height: 24.3px;
	margin-bottom: 0;
	padding-bottom: 12px;
}

.callback-block__text_small-horizontal {
	color: #000;
	font-size: 16px;
	line-height: 130%;
}

@media (max-width: 1199px) {
	.mb-150-mobile {
		margin-bottom: 150px;
	}

	.mb-64-mobile {
		margin-bottom: 64px;
	}

	.callback-block_horizontal {
		width: 100%;
		background-position-x: right;
		left: 0;
		right: 0;
		bottom: -203px;
	}

	.callback-block__info {
		width: 100%;
		position: relative;
	}

	.button.button_callback-small {
		position: absolute;
		top: auto;
		bottom: -70px;
	}
}

@media (max-width: 639px) {
	.callback-block__info {
		width: 260px;
	}

	.button.button_callback-small {
		position: unset;
	}

	.callback-block_horizontal {
		padding-left: 10px;
	}
}

@media (max-width: 516px) {
	.callback-block_horizontal {
		background-position-x: 0;
	}
}

@media (max-width: 450px) {
	.callback-block_horizontal {
		background-position-x: -54px;
	}
}

@media (max-width: 390px) {
	.callback-block_horizontal {
		background-position-x: -84px;
	}
}

.carousel-product__item {
	position: relative;
	display: block;
	height: 44rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translateY(-52.5%);
}

.carousel-product {
	width: 100%;
}

.slick-list,
.slick-track {
	height: 100%;
}

@media (max-width: 1199px) {
	.carousel-product__item {
		transform: translateY(0);
	}
}

@media (max-width: 639px) {
	.carousel-product__item {
		height: 21rem;
	}

	.b-price_small-col {
		flex-direction: column;
	}

	.b-price_small-col .product-info__price__old,
	.b-price_small-col .product-info__price {
		margin: 0;
	}
}

.characteristic,
.reviews {
	font-size: 28px;
}

@media (max-width: 639px) {
	.reviews {
		margin: -31px 0 17px 0 !important;
	}

	.button.button_reviews {
		margin-bottom: 45px;
	}
}

.product-payment {
	margin-top: 19px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.product-payment__item {
	width: 23%;
	padding: 9px 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-payment__item:not(:last-child) {
	margin-right: 11px;
}

.product-payment__item svg {
	flex-shrink: 0;
}

.product-payment__name {
	margin-left: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #1a1436;
}

@media (max-width: 480px) {
	.product-payment__item {
		width: 24%;
		margin-bottom: 10px;
		padding: 6px 4px;
	}

	.product-payment__item:not(:last-child) {
		margin-right: 3px;
	}

	.product-payment__name {
		font-size: 12px;
	}
}

.slick-current .carousel-vertical__item {
	border: 3px solid #1690cf;
	border-radius: 10px;
	background-size: cover;
}

.product-info,
.carousel-product__item,
.carousel-vertical__item,
.product-info .button.button_basket,
.product-payment__item,
.product-delivery-info,
.inline-banner-sale5,
.inline-banner-sale5__button input,
.button.button_reviews,
.features__block {
	border-radius: 10px;
}

.carousel-vertical__item {
	border-bottom: none;
}

.product-info .counter__minus {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.product-info .counter__plus {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.features__value {
	color: #000000;
	font-weight: 600;
}

.carousel-products__text_blue {
	color: #1690cf;
}

.carousel-product .prev-icon:hover,
.carousel-product .next-icon:hover {
	background-color: #1690cf;
}

.carousel-product .prev-icon:hover path,
.carousel-product .next-icon:hover path {
	stroke: #fff;
}

.carousel-vertical__item {
	background-size: cover;
}

.mb-0 {
	margin-bottom: 0;
}

.delivery-info {
	margin-bottom: 20px;
}

/* End */


/* Start:/local/templates/insertdesign/components/bitrix/catalog.section/universal_catalog_slider/style.css?17268480224613*/
.universal-carousel-products{
  margin: 0 -15px 84px -15px;
}

.universal-carousel-products__item{
  position: relative;
  padding: 40px 30px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
}

.product-label{
  position: absolute;
  z-index: 1;
}

.like-icon{
  z-index: 1;
}

.universal-carousel-products__item .b-price{
  display: flex;
  align-items: center;
  justify-content: center;
}

.universal-carousel-products__item .carousel-products__price__old{
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: bold;
}

.universal-carousel-products__item .b-price_column .carousel-products__price{
  color: #d00;
}

.universal-carousel-products__item .carousel-products__price{
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
}

.carousel-products__quantity {
    height: 20px;
}

.loading img {
    width: 80px;
    margin-bottom: 45px;
}

.b-price_column {
    flex-direction: column;
}

.b-price_column .carousel-products__price__old {
    margin-bottom: 0;
}

.b-price_column .carousel-products__price {
    margin-bottom: 20px;
    line-height: 1;
}

@media screen and (min-width: 640px) {
    .universal-carousel-products__item .b-price {
        min-height: 90px;
    }
}

.universal-carousel-products__item:hover{
  -webkit-box-shadow: 0px 10px 15px 8px rgba(22, 144, 207, 0.15);;
  -moz-box-shadow: 0px 10px 15px 8px rgba(22, 144, 207, 0.15);;
  box-shadow: 0px 10px 15px 8px rgba(22, 144, 207, 0.15);;
}

.carousel-products__image{
  display: block !important;
}

.catalog-elements-slider .slick-dots{
  bottom: -1rem;
}

.catalog-elements-slider .slick-dots li button{
  background-color: #777;
}

.catalog-elements-slider .slick-dots li.slick-active button{
  background-color: rgb(22, 144, 207);
}

.catalog-elements-slider__item{
  height: 292px !important;
}

.catalog-elements-slider__link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 639px) {
  .catalog-elements-slider__item{
    height: 220px !important;
  }

  .carousel-products__image{
    margin-bottom: 0 !important;
    height: 260px !important;
  }

  .carousel-products__name{
    min-height: 30px !important;
  }

  .b-price_column .carousel-products__price__old{
    order: 2;
  }

  .b-price_column .carousel-products__price{
    order: 1;
  }
}

@media (max-width: 479px) {
  .carousel-products__image{
    height: 55vw !important;
  }

  .catalog-elements-slider .slick-dots{
    bottom: 1.5rem;
  }
}

@media (max-width: 479px) {
    .counter__minus, .counter__plus {
        padding: 0 4vw !important;
    }

  .b-price_column {
    flex-direction: column !important;
  }

  .universal-carousel-products__item .b-price_column .carousel-products__price{
    font-size: 32px !important;
  }

  .universal-carousel-products__item .catalog-elements-slider .slick-dots {
    bottom: -1.2rem !important;
  }

  .universal-carousel-products__item .carousel-products__fav{
    right: 30px !important;
    top: 30px !important;
  }

  .button.button_basket{
    margin-bottom: 10px !important;
  }

  .carousel-products__image {
    height: 70vw !important;
  }

  .universal-carousel-products__item .carousel-products__price{
    font-size: 28px;
  }

  .universal-carousel-products__item .b-price{
    margin: 10px 0;
  }

  .universal-carousel-products__item .carousel-products__artikul{
    height: 30px;
  }
}

.carousel-products__image{
	position: relative;
}

.carousel-products__loader{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.universal-carousel-products__item .carousel-products__artikul{
  word-break: break-all;
  height: 65px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #fffdfd 80%, transparent 105%);
}

@media (max-width: 639px) {
  .universal-carousel-products__item .carousel-products__artikul{
    height: 40px;
  }
}

.carousel-products__price-block {
	display: flex;
	flex-direction: column;
}

.carousel-products__price-block .button.button_basket {
	border-radius: 10px;
	order: 2;
}

.carousel-products__price-block .counter {
	order: 1;
	margin-bottom: 10px;
}

.carousel-products__price-block .counter .counter__minus {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.carousel-products__price-block .counter .counter__plus {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* End */


/* Start:/local/templates/insertdesign/components/bitrix/news.list/reviews/style.css?1680038805277*/
.alert-box.success {
    background: #449144;
    color: #FFF;
}
.alert-box {
    padding: 20px;
    margin: 10px 0;
}

.comment__name {
    font-weight: 600;
    font-size: 24px;
}

.comment__date {
    color: rgba(0, 0, 0, 0.5);
}

.comment__text {
    margin: 10px 0 30px;
}
/* End */
/* /local/templates/insertdesign/components/bitrix/catalog/catalog/style.css?17495569917873 */
/* /local/templates/insertdesign/components/bitrix/catalog.element/.default/style.css?174376636512238 */
/* /local/templates/insertdesign/components/bitrix/catalog.section/universal_catalog_slider/style.css?17268480224613 */
/* /local/templates/insertdesign/components/bitrix/news.list/reviews/style.css?1680038805277 */
