

/* Start:/bitrix/components/adwex/sdek.track/templates/.default/style.min.css?1740575520840*/
.adw-cdek{max-width:640px;font-size:inherit;margin-bottom:2em}.adw-cdek__form{margin-bottom:1em}.adw-cdek__form-group{margin-bottom:1em}.adw-cdek__form-label{margin-bottom:.5em;display:block;font-weight:600}.adw-cdek__info{margin-top:1.5em;border-radius:.5em;padding:1em;border:1px solid #ccc}.adw-cdek__info-table{width:100%;border:0;margin-bottom:1em;border-bottom:1px solid #ccc;padding-bottom:1em}.adw-cdek__info-table th{font-size:600}.adw-cdek__info-table td{font-size:1.25em}.adw-cdek__info-status{font-size:1.25em;font-weight:600;margin-top:0;margin-bottom:.5em}.adw-cdek__history{margin-top:1em;padding-top:.5em}.adw-cdek__history-title{font-size:1.25em;font-weight:600;margin-top:0;margin-bottom:.5em}.adw-cdek__history-item + .adw-cdek__history-item{margin-top:.5em;padding-top:.5em;padding-bottom:.5em;border-top:1px solid #ccc}
/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17308814161370*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	text-decoration: none;
	color: #979797;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-align: center;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
}

.pagination-list__item--active .pagination-list__link {
	background: #fff;
	border-color: var(--tmp-green);
	color: var(--tmp-green);
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	width: 100%;
    justify-content: flex-end;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.section/shop-section/style.css?17280596621995*/
.catalog-container {
	display: flex;
	flex-wrap: wrap;
}

.main-section__button{
	display: flex;
	justify-content: center;
}

.catalog-section {
	width: calc(100% - 305px);
}

.catalog-section__row>div[id^="bx_incl_area_"] {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.catalog-section__row {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--item-margin)*-1) calc(var(--item-margin)*-1) 0;
}

.catalog-section__row, .catalog-section .catalog-item {
	--item-col: 4;
	--item-margin: 18px;
}

.catalog-section__row .main-section__item {
	width: calc(100% / var(--item-col) - (var(--item-margin) * 2));
	margin: 0 var(--item-margin) clamp(30px, 4vw, 60px);
}

.catalog-section .catalog-item:hover {
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.section-list {
	display: flex;
	flex-wrap: wrap;
	margin: -2.5px -2.5px 20px;
}

.catalog-section__row {
	min-width: 100%;
	width: calc(100% + (var(--item-margin) * 2));
}

.section-list__item {
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 6px;
	padding: 5px 5px 5px 12px;
	display: flex;
	align-items: center;
	margin: 2.5px;
}

.section-list__link {
	font-size: 12px;
	line-height: 150%;
	color: #231F20;
	text-decoration: none;
}

.section-list__item::after {
	content: attr(data-section-list-count);
	background: #FFFFFF;
	border-radius: 9px;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px;
	color: #414042;
	padding: 2px 5px;
	margin-left: 5px;
}

.bx-section-desc-post {
	margin-top: var(--margin-default);
	width: 100%;
}

@media (max-width: 1200px) {
	.catalog-section .catalog-item {
		--item-col: 2;
	}
}

@media (max-width: 992px) {
	.catalog-section {
		width: 100%;
	}

	.catalog-section .catalog-item {
		--item-col: 3;
	}

	.section-list {
		overflow: auto;
		flex-wrap: nowrap;
		width: calc(100% + 20px);
	}

	.section-list__item {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.catalog-section__row, .catalog-section .catalog-item {
		--item-col: 2;
		--item-margin: 10px;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.item/shop/style.css?17319152783153*/
/* FIX slick */

.catalog-item-slider .slick-track {
	width: 100%;
}

.catalog-item-slider {
	width: 100%;
}

.catalog-item-slider__item {
    position: absolute;
    left: 0;
    top: 0;
}

.slick-initialized .catalog-item-slider__item, .catalog-item-slider__item:first-child {
    position: relative;
}


/* FIX slick */

.catalog-item .catalog-item__fast{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
	.catalog-item:hover .catalog-item__fast{
		display: block;
	}
}

.catalog-item {
	background: #FFFFFF;
	border-radius: 0;
	padding: 0;
	position: relative;
}

.catalog-item__badges {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 15px;
	left: 15px;
	z-index: 1;
}

.badge {
	border-radius: 3px;
	color: #fff;
	padding: 2.5px 5.5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	display: inline-block;
	min-width: 40px;
}

.badge+.badge {
	margin-top: 5px;
}

.badge--blue {
	background: var(--tmp-green);
}

.badge--green {
	background: #62C253;
}

.badge--red {
	background: #D3372B
}

.badge--purple {
	background: #782FEF
}

.catalog-item__picture {
	position: relative;
}

.catalog-item__picture picture {
	padding-top: 100%;
	position: relative;
	
	display: block;
}

.catalog-item__picture img {
	width: 100%;
	height: 100%;
	/* object-fit: contain; */
	object-fit: cover;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



.catalog-item__title {
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
	font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.catalog-item__prices {
	display: flex;
	align-items: baseline;
	margin-top: 12px;
}

.catalog-item__price {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: var(--tmp-black);
	margin-right: 10px;
}

.catalog-item__price--old {
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #777777;
}

.catalog-item__buttons{
	margin-top: 10px;
}

.catalog-item__favorite {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 1;
}

.catalog-item__colors{
	margin: 15px 0 12px;
	display: flex;
	gap: 10px;
}

.catalog-item__color{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	cursor: pointer;
	background: linear-gradient(270deg, #8E12EE -11.84%, #E1A9FF 53.29%, #DF6FFD 118.42%);
	border: 1px solid #ACB6C5
}

@media (max-width: 1200px) {
	.catalog-item__title {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.catalog-item__favorite{
		top: 10px;
		/* right: px; */
	}
	.catalog-item__buttons{
		display: none;
	}
	.catalog-item {
		padding: 0 0;
	}

	.catalog-item__title {
		font-size: 14px;
		margin-top: 20px;
	}

	.catalog-item__prices {
		flex-wrap: wrap;
		margin-top: 8px;
	}

	.catalog-item__price {
		font-size: 16px;
	}

	.catalog-item__price--old {
		font-size: 12px;
	}

	.catalog-item__colors{
		margin: 10px 0 5px;
	}
}


.liked svg {
	fill: #668676 !important;
}

.liked svg path {
	stroke: #668676 !important;
}
/* End */
/* /bitrix/components/adwex/sdek.track/templates/.default/style.min.css?1740575520840 */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17308814161370 */
/* /local/templates/box/components/bitrix/catalog.section/shop-section/style.css?17280596621995 */
/* /local/templates/box/components/bitrix/catalog.item/shop/style.css?17319152783153 */
