

/* Start:/promo/style.css?175076690726234*/
.promo-page.astro-d4r2ifut {
	padding: 77px 20px 50px;
	gap: 16px
}

.promo-page__title.astro-d4r2ifut {
	display: flex;
	align-self: flex-start
}

.promo-page-slider.astro-d4r2ifut {
	width: 100%;
	max-height: 260px;
	height: auto
}

.promo-page-slider.astro-d4r2ifut .swiper.astro-d4r2ifut {
	max-height: 260px;
	width: 100%
}

.promo-page-slider.astro-d4r2ifut .swiper-button-prev.astro-d4r2ifut,
.promo-page-slider.astro-d4r2ifut .swiper-button-next.astro-d4r2ifut {
	display: flex;
	left: auto;
	position: initial;
	width: 40px;
	height: 40px;
	user-select: none
}

.swiper-button-prev.astro-d4r2ifut svg.astro-d4r2ifut,
.swiper-button-next.astro-d4r2ifut svg.astro-d4r2ifut {
	width: auto;
	height: auto
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg,
.swiper-button-prev:hover path,
.swiper-button-next:hover path {
	stroke: #000;
	background-color: #fff
}

.swiper-button-prev.astro-d4r2ifut:after,
.swiper-button-next.astro-d4r2ifut:after {
	content: none
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #fff
}

.swiper-pagination-bullet-active {
	background: #fff;
	width: 8px;
	height: 8px
}

.swiper-controls.astro-d4r2ifut {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 40px;
	position: relative;
	bottom: 40px;
	padding: 0 24px 24px
}

.swiper-buttons.astro-d4r2ifut {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 4px
}

.swiper-pagination.astro-d4r2ifut {
	position: initial;
	width: auto;
	display: flex;
	align-items: center
}

.promos-tags.astro-d4r2ifut {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%
}

.grid.astro-d4r2ifut {
	display: grid;
	gap: 16px;
	width: 100%;
	margin: 0 auto;
	grid-template-columns: repeat(10, 1fr)
}

.cards-view.astro-d4r2ifut .grid-item.astro-d4r2ifut {
	grid-column: span 5
}

.card.astro-d4r2ifut {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	position: relative;
	text-decoration: none;
	padding: 8px;
	height: auto
}

.card.astro-d4r2ifut:hover {
	background-color: #f5f5f5;
	cursor: pointer;
	z-index: 1
}

.card__wrapper.astro-d4r2ifut {
	padding: 8px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
	flex: 1;
	width: 100%
}

.card__section.astro-d4r2ifut {
	font-weight: 500;
	font-size: 10px;
	line-height: 130%;
	text-transform: uppercase;
	color: #606060
}

.card__title.astro-d4r2ifut {
	color: #00050f;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%
}

.card__period.astro-d4r2ifut {
	font-weight: 500;
	font-size: 10px;
	line-height: 130%;
	color: #606060;
	flex: 1;
    align-content: end;
}

@media (min-width: 768px) {
    .promo-page-slider.astro-d4r2ifut {
    	margin-top: 50px;
    	max-height: 400px;
    }

    .promo-page-slider.astro-d4r2ifut .swiper.astro-d4r2ifut {
        max-height: 400px;
    }

	.cards-view.astro-d4r2ifut .grid-item.astro-d4r2ifut {
		grid-column: span 2
	}

	.promo-page.astro-d4r2ifut {
		padding: 128px 50px 100px;
		gap: 50px
	}

	.promos-tags.astro-d4r2ifut {
		display: flex;
		flex-direction: column;
		gap: 50px
	}

	.card__section.astro-d4r2ifut {
		font-size: 12px
	}

	.card__title.astro-d4r2ifut {
		font-size: 22px
	}

	.card__period.astro-d4r2ifut {
		font-size: 12px
	}
}

.button.astro-vnzlvqnm {
	text-align: center;
	border: none
}

.button.astro-vnzlvqnm:hover {
	cursor: pointer
}

.button--primary.astro-vnzlvqnm {
	padding: 16px 24px;
	border-radius: 5px;
	font-size: 10px;
	color: #ffffff;
	background: #c02222;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 1.5px
}

.button--primary.astro-vnzlvqnm:hover {
	background: #99110f
}

.button--secondary.astro-vnzlvqnm {
	padding: 15px 32px;
	border: 1px solid #F5F5F5;
	font-size: 14px;
	color: #000;
	text-transform: none;
	background: none;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0
}

.button--secondary.astro-vnzlvqnm:hover {
	background-color: #F5F5F5;
	cursor: pointer
}

.button--tertiary.astro-vnzlvqnm {
	padding: 16px 24px;
	border-radius: 5px;
	font-size: 10px;
	border: 1.5px solid #ffffff;
	color: #ffffff;
	background: none;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 1.5px
}

.button--primary.astro-vnzlvqnm:hover {
	background: #99110f
}

.button--slider.astro-vnzlvqnm {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 20px;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background-color: #FFFFFF
}

.button--slider.astro-vnzlvqnm svg {
	background-color: none
}

.button--slider.astro-vnzlvqnm.button--slider-dark {
	color: #ffffff
}

.button--slider.astro-vnzlvqnm:hover {
	background-color: #FFFFFF;
	cursor: pointer
}

.button--slider.astro-vnzlvqnm.button--slider-dark:hover {
	border-color: rgba(61, 63, 69, 0.4);
	color: rgba(61, 63, 69, 0.4)
}

.button--slider.astro-vnzlvqnm:hover svg {
}

.button--slider.astro-vnzlvqnm.button--slider-dark:hover svg {
	stroke: #ffffff
}

.button--slider.astro-vnzlvqnm[active] {
	color: #FFFFFF;
	background-color: #161B4F
}

.button--slider.astro-vnzlvqnm.button--slider-dark[active] {
	border-color: #ffffff;
	color: #ffffff
}

.button--chip.astro-vnzlvqnm {
	padding: 17px 32px;
	border: 1px solid #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 14px;
	line-height: 15px;
	background: none;
	font-family: "Onest", sans-serif;
	cursor: pointer
}

.button--chip.astro-vnzlvqnm svg {
}

.button--chip.astro-vnzlvqnm[active] svg {
	fill: #161B4F
}

.button--chip.astro-vnzlvqnm:hover {
	background-color: #F5F5F5
}

.button--chip.astro-vnzlvqnm:hover svg {
}

.button--chip-ico.astro-vnzlvqnm {
	padding: 9px;
	border: 1px solid #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 14px;
	line-height: 15px;
	background: none;
	font-family: "Onest", sans-serif;
	cursor: pointer
}

.button--chip-ico.astro-vnzlvqnm[active] {
	background-color: #161B4F
}

.button--chip-ico.astro-vnzlvqnm[active] svg {
	fill: #FFFFFF;
	stroke: #FFFFFF
}

.button--chip-ico.astro-vnzlvqnm:hover {
	background-color: #161B4F
}

.button--chip-ico.astro-vnzlvqnm:hover svg {
	fill: #FFFFFF;
	stroke: #FFFFFF
}

.button--full-width.astro-vnzlvqnm {
	display: flex;
	justify-content: center;
	width: 100%
}

.drawer.astro-hxtyo74s {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	max-height: var(--heigth);
	max-width: var(--width);
	overflow-y: auto;
	z-index: 1000
}

.drawer--active.astro-hxtyo74s {
	display: block
}

.drawer__wrapper.astro-hxtyo74s {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	gap: 16px;
	padding: 20px 24px;
	z-index: 1;
	background: #f5f5f5
}

.drawer--active.astro-hxtyo74s .drawer__backdrop.astro-hxtyo74s {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(61, 63, 69, 0.4);
	z-index: -1
}

.drawer__header.astro-hxtyo74s {
	display: flex;
	align-items: center
}

.drawer__header.astro-hxtyo74s svg:hover {
	cursor: pointer
}

.drawer__header-title.astro-hxtyo74s {
	flex: 1;
	text-align: center;
	color: #21242c;
	font-size: 15px;
	line-height: 135%;
	font-weight: 700
}

.drawer__body.astro-hxtyo74s {
	display: flex;
	flex-direction: column;
	gap: 12px
}

@media (min-width: 768px) {
	.drawer.astro-hxtyo74s {
		top: 0;
		bottom: auto;
		height: 100%
	}

	.drawer__wrapper.astro-hxtyo74s {
		padding: 40px;
		gap: 32px
	}

	.drawer__header.astro-hxtyo74s {
		justify-content: space-between
	}

	.drawer__header-title.astro-hxtyo74s {
		flex: auto;
		text-align: left;
		font-size: 30px;
		line-height: 120%
	}

	.drawer__body.astro-hxtyo74s {
		gap: 16px
	}
}

.select.astro-t7bvf3dj {
	width: 100%;
	max-width: 215px;
	position: relative
}

.select.astro-t7bvf3dj select.astro-t7bvf3dj {
	display: none
}

.select-selected {
	height: 45px;
	color: #21242c;
	border: solid 1px #F5F5F5
}

.select-selected .select-selected-icon {
	position: absolute;
	right: 16px;
	width: 15px;
	height: 15px;
	background-image: url(/images/icons/Select/union.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.select-selected.select-arrow-active .select-selected-icon {
	background-image: url(/images/icons/Select/union.svg)
}

.select-selected.select-selected--active .select-selected-icon {
	background-image: url(/images/icons/Select/cancel.svg);
	width: 10px;
	height: 10px
}

.select-items div, .select-selected {
	display: flex;
	align-items: center;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	cursor: pointer;
	padding: 0 12px
}

.select-items div {
	height: 36px;
	display: flex;
	justify-content: space-between;
	padding: 12px 24px 12px 24px
}

.select-items div svg {
	display: none
}

.select-items {
	position: absolute;
	background-color: #ffffff;
	padding: 12px 0;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	margin-top: 10px;
	box-shadow: 0px 0px 8px 0px #4453711A;
	max-height: 409px;
	overflow-y: auto
}

.select-items .select-item-category {
	height: auto;
	font-size: 15px;
	font-weight: 700;
	color: #21242c
}

.select-hide {
	display: none
}

.select-items div:hover {
	background-color: #F6F6F6
}

.select-items div:hover svg {
}

.select-items div.same-as-selected svg {
	display: block
}

.select-selected--active {
	background-color: var(--background)
}

@media (min-width: 1440px) {
	.select-selected {
		height: 56px
	}
}

.radio.astro-gu2kd5zw {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-size: 13px;
	line-height: 150%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio.astro-gu2kd5zw input.astro-gu2kd5zw {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkmark.astro-gu2kd5zw {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 2px solid #c02222;
	display: flex;
	align-items: center;
	justify-content: center
}

.checkmark.astro-gu2kd5zw:after {
	content: "";
	position: absolute;
	display: none
}

.radio.astro-gu2kd5zw input.astro-gu2kd5zw:checked ~ .checkmark.astro-gu2kd5zw:after {
	display: block
}

.radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c02222
}

@media (min-width: 1440px) {
	.radio.astro-gu2kd5zw {
		font-size: 15px
	}

	.checkmark.astro-gu2kd5zw {
		height: 20px;
		width: 20px
	}

	.radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
		width: 8px;
		height: 8px
	}
}

.input.astro-qyqq6lvs {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	gap: 5px;
	background: #f5f5f5;
	border-radius: 5px;
	padding: 0 16px
}

input.astro-qyqq6lvs {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	font-size: 15px;
	line-height: 22.5px;
	color: #21242c
}

input.astro-qyqq6lvs:focus {
	color: #21242c;
	outline: none
}

input.astro-qyqq6lvs::placeholder {
	color: rgba(61, 63, 69, 0.4)
}

.input__prefix.astro-qyqq6lvs, .input__suffix.astro-qyqq6lvs {
	display: flex;
	font-size: 15px;
	line-height: 135%;
	color: #21242c
}

.input__suffix.astro-qyqq6lvs sup {
	font-size: 10px
}

.input__suffix.astro-qyqq6lvs {
	padding-bottom: 4px
}

.input__icon.astro-qyqq6lvs {
	display: flex;
	cursor: pointer
}

.input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
	stroke: #6a6d78
}

input.astro-qyqq6lvs:not(:placeholder-shown) + .input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
	stroke: #c02222
}

.input--primary.astro-qyqq6lvs {
	background: #F5F5F5
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs {
	color: #21242c
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs::placeholder {
	color: rgba(61, 63, 69, 0.4)
}

.input--primary.astro-qyqq6lvs .input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
	stroke: #6a6d78
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs:not(:placeholder-shown) + .input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
	stroke: #000000
}

input.astro-qyqq6lvs::-webkit-outer-spin-button, input.astro-qyqq6lvs::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input.astro-qyqq6lvs[type=number] {
	-moz-appearance: textfield
}

.checkbox.astro-b2g5l3xn {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-size: 13px;
	line-height: 150%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkmark.astro-b2g5l3xn {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	border: 2px solid #c02222;
	display: flex;
	align-items: center;
	justify-content: center
}

.checkmark.astro-b2g5l3xn:after {
	content: "";
	position: absolute;
	display: none
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn:checked ~ .checkmark.astro-b2g5l3xn:after {
	display: block
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn:checked ~ .checkmark.astro-b2g5l3xn {
	background: #c02222
}

.checkbox.astro-b2g5l3xn .checkmark.astro-b2g5l3xn:after {
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 1.5px 1.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px
}

@media (min-width: 1440px) {
	.checkbox.astro-b2g5l3xn {
		font-size: 15px
	}

	.checkmark.astro-b2g5l3xn {
		height: 20px;
		width: 20px
	}

	.checkbox.astro-b2g5l3xn .checkmark.astro-b2g5l3xn:after {
		width: 8px;
		height: 8px
	}
}

.collapsible.astro-hbmamkfo {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.footer__menu-main-item.astro-hbmamkfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #21242c;
	font-size: 16px;
	line-height: 130%;
	padding: 8px 0
}

.collapsible__title.astro-hbmamkfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	padding: 9px 0 15px 0;
	font-size: 16px;
	line-height: 130%
}

.collapsible__body.astro-hbmamkfo {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 14px;
	overflow: visible;
	transition: max-height 0.3s ease
}

.collapsible__icon-down.astro-hbmamkfo, .collapsible__icon-up.astro-hbmamkfo {
	display: flex
}

.collapsible.astro-hbmamkfo:is(.collapsible--open) .collapsible__icon-down.astro-hbmamkfo {
	display: none
}

.collapsible.astro-hbmamkfo:not(.collapsible--open) .collapsible__icon-up.astro-hbmamkfo {
	display: none
}

.collapsible--secondary.astro-hbmamkfo .collapsible__title.astro-hbmamkfo {
	justify-content: space-between;
	font-size: 15px;
	font-weight: 700;
	line-height: 135%
}

.mobile.astro-hbmamkfo {
	display: block
}

.mobile.astro-hbmamkfo svg.astro-hbmamkfo {
	width: 24px;
	height: 24px
}

.collapsible__body.astro-hbmamkfo {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease
}

.collapsible--open.astro-hbmamkfo .collapsible__body.astro-hbmamkfo {
	max-height: fit-content;
	overflow: visible;
	padding-bottom: 8px
}

@media (min-width: 768px) {
	.collapsible__title.astro-hbmamkfo {
		font-size: 30px;
		line-height: 36px
	}
}

@media (min-width: 1024px) {
	.collapsible__body.astro-hbmamkfo {
		display: flex;
		flex-direction: column;
		gap: 8px;
		overflow: visible;
		max-height: none;
		transition: max-height 0.3s ease
	}

	.mobile.astro-hbmamkfo {
		display: none
	}
}

footer.astro-sz7xmlte {
	width: 100%;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	padding: 50px 20px;
	overflow: hidden
}

.footer__header.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	gap: 32px
}

.footer__header-wrapper.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px
}

.footer__header-item.astro-sz7xmlte {
	height: auto;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
	flex-direction: row;
	width: 100%
}

.footer__item-wrapper.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	color: #1d1d1b
}

.footer__header-item.astro-sz7xmlte span.astro-sz7xmlte {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #606060
}

.footer__header-item.astro-sz7xmlte a.astro-sz7xmlte {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	text-decoration: underline;
	cursor: pointer;
	color: #0085ae
}

.footer__header-item.astro-sz7xmlte a.astro-sz7xmlte:hover {
	text-decoration: none
}

.footer__wrapper.astro-sz7xmlte {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px
}

.footer__logo.astro-sz7xmlte {
	height: 27px;
	width: 200px;
	background-image: url(/images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	align-self: center
}

hr.astro-sz7xmlte {
	border: 1px solid #f2f2f2;
	width: 100%;
	margin: 0
}

.footer__menu.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%
}

.footer__menu-wrapper.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.footer__menu-col.astro-sz7xmlte {
	flex-direction: column;
	justify-content: flex-start;
	gap: 8px;
	display: flex
}

.footer__menu-main-item.astro-sz7xmlte {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	text-decoration: none;
	color: #00050f
}

.footer__menu-list.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px
}

.footer__menu-item.astro-sz7xmlte {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #717179
}

.footer__menu-item_underline.astro-sz7xmlte {
	border-bottom: 1px dotted #717179
}

.footer__menu-discount.astro-sz7xmlte {
	display: none
}

.footer__menu-social.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	gap: 24px;
	background-color: #00050f;
	padding: 24px 20px;
	margin-top: 24px
}

.menu-social__text.astro-sz7xmlte {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #ffffff
}

.menu-social__item.astro-sz7xmlte {
	display: flex;
	flex-direction: row;
	gap: 16px;
	height: 40px
}

.footer__menu-main-item.astro-sz7xmlte:hover, .footer__menu-item.astro-sz7xmlte:hover {
	color: #00050f;
	cursor: pointer
}

.footer__copyright.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.footer__copyright-item.astro-sz7xmlte {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #5e5e64
}

.footer__copyright-item.astro-sz7xmlte a.astro-sz7xmlte {
	text-decoration: underline
}

a.astro-sz7xmlte.footer__copyright-item:hover, .footer__copyright-item.astro-sz7xmlte a.astro-sz7xmlte:hover {
	color: #00050f;
	cursor: pointer
}

.rental-application.astro-sz7xmlte {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px
}

.rental-application.astro-sz7xmlte a.astro-sz7xmlte {
	text-decoration: underline
}

.rental-application__input.astro-sz7xmlte {
	width: 100%
}

.rental-application__button.astro-sz7xmlte {
	margin: 12px 0
}

@media (min-width: 390px) {
	.footer__logo.astro-sz7xmlte {
		width: 270px;
		align-self: flex-start
	}
}

@media (min-width: 768px) {
	footer.astro-sz7xmlte {
		padding: 50px
	}

	.footer__copyright.astro-sz7xmlte {
		flex-direction: row;
		justify-content: space-between
	}
}

@media (min-width: 1024px) {
	.footer__menu.astro-sz7xmlte {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 16px
	}

	.footer__menu-wrapper.astro-sz7xmlte {
		flex-direction: column;
		gap: 50px;
		flex: 1
	}

	.footer__menu-col.astro-sz7xmlte {
		flex: 1
	}

	.footer__menu-col.astro-sz7xmlte:first-child, .footer__menu-col.astro-sz7xmlte:last-child {
		flex: 0
	}

	.footer__menu-discount.astro-sz7xmlte {
		display: block;
		width: 310px;
		height: 224px;
		background-image: url(/images/banners/discounts.png);
		background-repeat: no-repeat;
		background-size: contain
	}
}

@media (min-width: 1440px) {
	.footer__header.astro-sz7xmlte {
		flex-direction: row;
		align-items: flex-start;
		gap: 158px
	}

	.footer__header-item.astro-sz7xmlte {
		height: 54px;
		width: 306px;
		flex-direction: row;
		align-items: center
	}
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Onest', sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 20px;
	line-height: 1.7;
	position: relative;
	color: #00050F;
}

body.locked {
	overflow: hidden;
}

main {
	width: 100%;
	max-width: none;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFFFFF;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

button {
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
}

a {
	text-decoration: none;
}

ul {
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
	padding-left: 0;
	list-style: none;
	margin: 0;
}

li {
	margin: 0;
	padding: 2px 0;
	text-indent: 0;
	list-style: none;
}

:any-link {
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 0;
	margin-block: 0;
	color: #21242c;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0;
}

@media (min-width: 768px) {
	h1 {
		font-size: 30px;
	}
}

@media (min-width: 1440px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}
}

a.astro-eimmu3lg {
	display: flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	color: #6a6d78;
	font-size: 15px;
	font-weight: 600;
	line-height: 15.6px
}

a.astro-eimmu3lg:hover {
	color: #c02222;
	cursor: pointer
}

.link-group.astro-qhw5f6xy {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6a6d78;
	font-size: 15px;
	font-weight: 600;
	line-height: 15.6px;
	gap: 4px;
	position: relative;
	cursor: pointer
}

.link-group.astro-qhw5f6xy:after {
	content: "";
	height: 35px;
	position: absolute;
	top: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 2
}

.link-group__list.astro-qhw5f6xy {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 160px;
	top: 100%;
	margin-top: 35px;
	z-index: 2;
	background: #ffffff;
	padding: 16px;
	gap: 16px;
	opacity: 0;
	max-height: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, max-height 0.3s ease
}

.link-group.astro-qhw5f6xy:hover {
	color: #c02222
}

.link-group.astro-qhw5f6xy:hover:after {
	pointer-events: auto
}

.link-group.astro-qhw5f6xy:hover .link-group__list.astro-qhw5f6xy {
	opacity: 1;
	max-height: 500px;
	pointer-events: auto
}

nav.astro-3ef6ksr2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.links.astro-3ef6ksr2 {
	height: 20px;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: none
}

.menu-mobile.astro-3ef6ksr2 .links.astro-3ef6ksr2 {
	display: flex
}

.logo.astro-3ef6ksr2 {
	height: 18px;
	width: 135px;
	background-image: url(/images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.buttons.astro-3ef6ksr2 {
	display: flex;
	gap: 16px
}

.buttons.astro-3ef6ksr2 > :last-child.astro-3ef6ksr2 {
	display: none
}

.buttons__phone.astro-3ef6ksr2 {
	display: flex
}

.search.astro-3ef6ksr2 {
	width: 100%;
	gap: 20px;
	align-items: center;
	display: none
}

.search__form.astro-3ef6ksr2 {
	width: 100%
}

.search--show.astro-3ef6ksr2 {
	display: flex
}

#cancel-search.astro-3ef6ksr2 {
	cursor: pointer
}

@media (min-width: 768px) {
	.buttons.astro-3ef6ksr2 > :last-child.astro-3ef6ksr2 {
		display: block
	}
}

@media (min-width: 1024px) {
	.search.astro-3ef6ksr2 {
		max-width: 1040px;
		margin: 0 auto;
		gap: 80px
	}
}

@media (min-width: 1440px) {
	.links.astro-3ef6ksr2 {
		display: flex
	}

	.logo.astro-3ef6ksr2 {
		height: 27px;
		width: 200px
	}

	.buttons.astro-3ef6ksr2 {
		display: none
	}
}

main.astro-ouamjn2i {
	display: flex;
	flex-direction: column;
	padding-top: 77px
}

#scroll-up {
	display: none
}

@media (min-width: 1440px) {
	#scroll-up {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #c02222;
		position: absolute;
		bottom: 560px;
		right: 40px;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer
	}
}

.tags-line.astro-ryvywtft {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	overflow-y: hidden
}

.tags-line.astro-ryvywtft::-webkit-scrollbar {
	display: none
}

.tags-line.astro-ryvywtft {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.tags-line__item.astro-ryvywtft {
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #C2C2C6;
	white-space: nowrap;
	display: inline-flex;
	flex-wrap: nowrap;
	height: 44px;
	padding: 8px 100px 0 16px;
	background-color: #ffffff;
	cursor: pointer;
	border-bottom: 1px solid #C2C2C6;
	transition: all 0.3s
}

.tags-line__item_active.astro-ryvywtft {
	color: #00050F;
	border-bottom: 1px solid #000
}

.tags-line__item.astro-ryvywtft:hover {
	color: #00050F;
	border-bottom: 1px solid #000
}

.pagination.astro-d776pwuy {
	display: flex;
	gap: 8px
}

.pagination.astro-d776pwuy a:nth-child(3), .pagination.astro-d776pwuy a:nth-child(4), .pagination.astro-d776pwuy a:nth-child(5), .pagination.astro-d776pwuy a:nth-child(6), .pagination.astro-d776pwuy a:nth-child(7), .pagination.astro-d776pwuy a:nth-child(8), .pagination.astro-d776pwuy a:nth-child(9) {
	display: none
}

@media (min-width: 320px) {
	.pagination.astro-d776pwuy a:nth-child(3) {
		display: flex
	}

	.pagination.astro-d776pwuy a:nth-child(4) {
		display: flex
	}
}

@media (min-width: 768px) {
	.pagination.astro-d776pwuy a {
		background-color: transparent
	}

	.pagination.astro-d776pwuy a:nth-child(5) {
		display: flex
	}

	.pagination.astro-d776pwuy a:nth-child(6) {
		display: flex
	}

	.pagination.astro-d776pwuy a:nth-child(7) {
		display: flex
	}

	.pagination.astro-d776pwuy a:nth-child(8) {
		display: flex
	}

	.pagination.astro-d776pwuy a:nth-child(9) {
		display: flex
	}
}

/* End */


/* Start:/local/templates/main2025/components/bitrix/system.pagenavigation/shop_custom/style.min.css?1750766906675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /promo/style.css?175076690726234 */
/* /local/templates/main2025/components/bitrix/system.pagenavigation/shop_custom/style.min.css?1750766906675 */
