

/* Start:/assets/fonts/fonts.css?17854669421139*/
@font-face {
  font-family: "Montserrat";
  src:
    url("/assets/fonts/./Montserrat-Regular.woff2") format("woff2"),
    url("/assets/fonts/./Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("/assets/fonts/./Montserrat-Medium.woff2") format("woff2"),
    url("/assets/fonts/./Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("/assets/fonts/./Montserrat-SemiBold.woff2") format("woff2"),
    url("/assets/fonts/./Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("/assets/fonts/./Montserrat-Bold.woff2") format("woff2"),
    url("/assets/fonts/./Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Venus Rising SB";
  src:
    url("/assets/fonts/./venusrisingsb-regular.woff2") format("woff2"),
    url("/assets/fonts/./venusrisingsb-regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?17858188724563*/
.bx-basket { }

.bx-basket-block {
	position: relative;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (max-width: 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/inline.search/style.css?17882388601176*/
.inline-search__button-wrapper {
  position: relative;
}

.inline-search__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4387_16182)'%3E%3Ccircle cx='10.375' cy='9.375' r='6.375' stroke='%23414141' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M15 14L20 19' stroke='%23414141' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4387_16182'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
}

.inline-search__input {
  width: 100%;
  padding: 3px 34px 13px 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--color-border);
  color: inherit;
  font-family: inherit;
}

.inline-search__input:focus {
  border-bottom: 1px solid var(--color-red);
}

/* End */


/* Start:/assets/css/vendor/daterangepicker.css?17719055137735*/
/* https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css */

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* End */


/* Start:/assets/css/forms.css?178912040837319*/
.form-content {
  overflow: unset;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-container form {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form__fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border: none;
  padding: 0;
  margin: 0;
  min-inline-size: auto;
}

.form__fieldset:has(.form__dropzone-compact) {
  position: relative;
}

.form__fieldset > * {
  flex-basis: 100%;
}

.form__fieldset:empty {
  display: none !important;
}

.form__fieldset-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}

.field-wrapper,
.form__input-wrapper {
  width: 100%;
  font-size: 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: relative;
}

.check-box-wrapper {
  gap: 8px;
}

.check-box-wrapper .form__fieldset-title {
  margin-top: 16px;
  margin-bottom: 4px;
}

.form__input-wrapper:has(input[data-size="50"]) {
  flex-basis: calc(50% - 8px);
}

.form__input-wrapper_radio {
  gap: 8px;
}

.form__input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form__textarea {
  height: 82px;
  resize: none;
}

.form__textarea-counter {
  position: absolute;
  right: 15px;
  bottom: -18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17;
}

.field-text,
.form__input {
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid var(--color-border);
  min-height: 56px;
  transition: 0.3s;
  color: var(--color-dark);
}

.form__input:disabled {
  color: var(--color-border);
}

.field-text:focus,
.form__input:focus {
  border-color: var(--color-dark);
}

.form__input::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.field-text,
.form__input::placeholder {
  transition: 0.3s;
}

.form__input::-webkit-input-placeholder {
  color: var(--color-text-secondary);
  font-weight: 400;
}

.form__input::placeholder {
  color: var(--color-text-secondary);
  font-weight: 400;
}

.form__input::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.form__input:focus::-webkit-input-placeholder {
  color: var(--color-text-secondary);
}

.field-text,
.form__input:focus::placeholder {
  color: var(--color-text-secondary);
}

.field-text:hover,
.form__input:hover {
  border-color: var(--color-dark);
}

.form__input:-webkit-autofill,
.form__input:-webkit-autofill:hover,
.form__input:-webkit-autofill:focus {
  border: inherit;
  -webkit-text-fill-color: var(--color-dark);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form__input-wrapper:has(.form__label) .field-text,
.form__input-wrapper:has(.form__label) .form__input {
  padding: 26px 15px 10px 16px;
}

.field-text_error,
.form__input-wrapper.error .form__input {
  color: var(--color-red);
  border-color: var(--color-red);
}

.form__input-wrapper.error .form__input::-webkit-input-placeholder {
  color: var(--color-red);
}

.field-text_error,
.form__input-wrapper.error .form__input::placeholder {
  color: var(--color-red);
}

.form__required-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: var(--color-text-secondary);
  margin-top: -10px;
}

.field-error,
.form__error-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17;
  color: var(--color-red);
  margin-top: -12px;
  text-align: left;
}

.form__dropzone .form__error-message {
  margin-top: 6px;
}

.error .form__checkbox-label + .form__error-message {
  padding-left: 28px;
  padding-top: 4px;
}

.form__error-message {
  display: none;
}

.error .form__error-message {
  display: inline-block;
  padding-left: 16px;
}

.form__dropzone-compact .form__error-message {
  position: absolute;
  right: 0;
  width: 90vw;
  max-width: 300px;
  top: calc(100% + 14px);
  text-align: right;
}

.form__input-wrapper_inline .button {
  padding: 14px 32px;
}

.search__input-wrapper .form__error-message {
  position: absolute;
  top: calc(100% + 14px);
}

/* .form__files.hidden + .form__error-message {
  margin-top: 9px;
} */

.form__input-wrapper.progress.error .form__error-message {
  display: none;
}

.form__clear-btn {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5.29289' y1='14.6064' x2='15.1924' y2='4.70687' stroke='%238095B7' stroke-width='2'/%3E%3Cline x1='15.1923' y1='14.6065' x2='5.29281' y2='4.70703' stroke='%238095B7' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 18px;
  cursor: pointer;
  display: none;
}

.form__clear-btn_active {
  display: inline-block;
}

.form__input-wrapper_inline .form__clear-btn {
  position: unset;
}

.form__input:disabled + .form__clear-btn {
  display: none;
}

.form__eye-btn {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 16.25L4.5 3.75M8.5 8.70131C8.18882 9.04438 8 9.49503 8 9.98859C8 11.0634 8.89543 11.9347 10 11.9347C10.5093 11.9347 10.9741 11.7495 11.3272 11.4445M17.0323 11.9347C17.7209 10.904 18 10.0634 18 10.0634C18 10.0634 16.1795 4.25 10 4.25C9.65308 4.25 9.31989 4.26832 9 4.30291M14.5 14.4579C13.3521 15.1901 11.8744 15.7079 10 15.6773C3.89744 15.5775 2 10.0634 2 10.0634C2 10.0634 2.88155 7.2484 5.5 5.5361' stroke='%238095B7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 18px;
  cursor: pointer;
}

.form__eye-btn_active {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10C12 11.0748 11.1046 12 10 12C8.89543 12 8 11.0748 8 10C8 8.92518 8.89543 8 10 8C11.1046 8 12 8.92518 12 10Z' stroke='%238095B7' stroke-width='2'/%3E%3Cpath d='M10 4C5 4 2.5 8 2 10C2.5 12 5 16 10 16C15 16 17.5 12 18 10C17.5 8 15 4 10 4Z' stroke='%238095B7' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.form__clue-btn {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 7.04183V10.3752M10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5C14.1421 2.5 17.5 5.85786 17.5 10C17.5 14.1421 14.1421 17.5 10 17.5ZM10.0415 12.8752V12.9585L9.9585 12.9582V12.8752H10.0415Z' stroke='%23677188' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 18px;
  cursor: pointer;
}

.form__input-wrapper:has(.form__clear-btn) .form__input {
  padding-right: 40px;
}

.form__input-wrapper:has(.form__eye-btn) .form__input {
  padding-right: 40px;
}

.range .form__input:disabled {
  color: var(--color-dark);
}

.field-text_error:hover,
.form__input-wrapper.error .form__input:hover {
  color: var(--color-red);
  border-color: var(--color-red);
}

.form__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.38;
  color: var(--color-dark);
  margin: 0;
}

.form__input-title {
  font-size: 16px;
  line-height: 1.56;
  font-weight: 600;
}

.form__input-title:has(span) {
  font-weight: 500;
}

.form__group-field {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.form__textarea,
.form__input_textarea {
  min-height: 116px;
  width: 100%;
  border-radius: var(--radius-sm);
  color: inherit;
  resize: none;
  border: none;
}

.form__select {
  position: relative;
}

.field-select {
  cursor: pointer;
  padding-right: 60px;
}

.form__select_multi .field-select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.form__input-wrapper:has(.form__label) .field-select {
  padding: 26px 60px 10px 16px;
}

.form__input-self-wrapper {
  position: relative;
}

.form__input-self-wrapper:has(.field-select)::before,
.form__select::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 300ms ease-out;
  cursor: pointer;
  pointer-events: none;
}

.form__select::before {
  top: 18px;
  right: 16px;
}

.form__input-self-wrapper:has(.field-select)::before {
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__select:has(.form__input-self-wrapper)::before {
  content: unset;
}

.form__select_active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form__select_active .form__input-self-wrapper::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.form__select:has(.disabled) {
  pointer-events: none;
}

.form__select:has(.disabled) * {
  color: var(--color-border) !important;
}

.form__select:has(.disabled)
  .form__input-self-wrapper:has(.field-select)::before {
  opacity: 0.2;
}

.form__options-block {
  position: absolute;
  z-index: 20;
  top: 58px;
  display: none;
  background: white;
  border-radius: var(--radius-sm);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-width: 220px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 4px 20px 0 #0000001a;
}

.field-text_error:focus,
.form__input-wrapper.error .form__input:focus {
  border-color: var(--color-red);
  background: var(--color-bg-light);
}

.form__options-block_active,
.form__options:has(.form__option:focus) {
  display: block;
  opacity: 1;
  visibility: visible;
}

.form__options,
.form ul.form__options {
  font-size: 16px;
  line-height: 1.5;
  background: white;
  padding: 0;
  border: none;
  display: block;
  list-style-type: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 256px;
  margin: 4px;
}

.form__options:has(*:nth-child(4)) {
  padding-right: 4px;
  margin-right: 0;
}

.form__select_search .form__options {
  max-height: 176px;
}

.form__options::-webkit-scrollbar,
html .form__options::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.form__options::-webkit-scrollbar-track,
html .form__options::-webkit-scrollbar-track {
  background: transparent;
}

.form__options::-webkit-scrollbar-thumb,
html .form__options::-webkit-scrollbar-thumb {
  background-color: #c4c4c44d;
  border-radius: 3px;
  border: 1px solid transparent;
}

.form__select:has(.form__input-self-wrapper) .form__options-block {
  top: 60px;
}

ul.form__options li {
  cursor: pointer;
  margin: 0;
  padding: 12px 18px;
  box-sizing: border-box;
  text-align: left;
}

ul.form__options li::before,
ul.form__options li::after {
  content: unset;
}

ul.form__options li:last-of-type {
  margin: 0;
}

ul.form__options li:hover,
.form__option_selected {
  color: var(--color-dark);
  font-weight: 500;
  background-color: var(--color-bg-light);
}

ul.form__options li:has(.form__select-label) {
  padding: 0 0 0 18px;
  pointer-events: none;
}

.form__options_active {
  display: block;
}

.form__select-label {
  padding: 12px 18px 12px 28px;
  pointer-events: all;
}

.check__box {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--color-bg-light);
  border-radius: 4px;
  border: 2px solid var(--color-border);
  box-sizing: border-box;
  margin-left: -30px;
  transition: all 200ms ease-in-out;
  overflow: hidden;
}

.form__select-label .check__box {
  pointer-events: none;
}

.form__group-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 12px;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form__button {
  width: 100%;
}

.form__input_valid {
  display: none;
}

.form__captcha-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form__captcha-field {
  height: 52px;
  background-color: white;
  border-radius: var(--radius-sm);
  border: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field-date {
  padding-right: 72px;
}

.field-date-wrapper {
  position: relative;
}

.field-date-wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 24px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.form__label {
  position: absolute;
  left: 16px;
  top: 20px;
  font-size: 16px;
  line-height: 1.375;
  transition: all 300ms ease-out;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  pointer-events: none;
  color: var(--color-dark);
  font-weight: 400;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 36px);
  z-index: 2;
  font-family: inherit;
}

.form__label_static {
  position: inherit;
  left: 0;
  top: 0;
  font-size: 12px;
}

.form__label_static.form__label_active {
  -webkit-transform: none;
  transform: none;
}

.form__label span {
  color: inherit;
}

.form__checkbox-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.43;
  padding: 0;
  color: var(--color-text-secondary);
}

.error .form__label,
.error .form__checkbox-label,
.error a {
  color: var(--color-red);
}

.datepicker-wrapper .form__label {
  width: calc(100% - 60px);
}

.form__input_text:focus + .form__label,
.form__label_active {
  -webkit-transform: translateY(-10px) scale(0.85);
  transform: translateY(-10px) scale(0.85);
}

html:has(.bx-win)
  .form__input-wrapper:has(.form__input:not(:placeholder-shown))
  .form__label {
  -webkit-transform: translateY(-10px) scale(0.85);
  transform: translateY(-10px) scale(0.85);
}

.form__label_active .js-show-tip,
.form__label_active .hidden-tip {
  display: none;
}

.form__checkbox-label:hover {
  color: var(--color-red);
}

.form__select-search-container {
  margin: 4px;
  position: relative;
}

.form__select-search {
  width: 100%;
  padding: 9px 9px 9px 44px;
  background-color: var(--color-bg-light);
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
  color: var(--color-text-secondary);
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  outline: none;
  transition: all 200ms ease-in-out;
}

.form__select-search-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='7' stroke='url(%23paint0_radial_25015_95394)' stroke-width='2'/%3E%3Cpath d='M25 25L28.5 28.5' stroke='url(%23paint1_radial_25015_95394)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_25015_95394' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(13.3717 27) scale(13.1947 86.7554)'%3E%3Cstop stop-color='%23005DC7'/%3E%3Cstop offset='1' stop-color='%233384E0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_25015_95394' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(25.0929 28.5) scale(3.29867 21.6889)'%3E%3Cstop stop-color='%23005DC7'/%3E%3Cstop offset='1' stop-color='%233384E0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.form__select-search:focus {
  outline: 1px solid var(--color-dark);
  background-color: transparent;
}

.form__select-not-found {
  margin: 16px;
  pointer-events: none;
  text-align: left;
}

.form__input_checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-clip-path: rect(0 0 0 0);
  clip-path: rect(0 0 0 0);
}

.option {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.check {
  padding-left: 28px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  color: var(--color-dark);
}

.check:has(.privacy-agreement) {
  align-items: flex-start;
}

.check:has(.check__input:disabled) {
  opacity: 0.4;
  pointer-events: none;
}

.check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-clip-path: rect(0 0 0 0);
  clip-path: rect(0 0 0 0);
  padding: 0;
  min-height: unset;
  outline: unset;
  font-size: unset;
  line-height: unset;
  left: 0;
  top: 0;
  background: transparent;
  opacity: 0;
}

.error .check__box {
  border-color: var(--color-red);
}

.check__box::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-red);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5998 7.39417L7.37402 11.1684L13.1228 5.41958' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition:
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
}

.check__input:checked + .check__box {
  border-color: var(--color-red);
}

.check__input:checked + .check__box::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}

.check__input:disabled:hover + .check__box {
  box-shadow: none;
}

.radio__box {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: var(--color-border);
  margin-left: -28px;
  transition: all 200ms ease-in-out;
  box-sizing: border-box;
}

.radio__box_top {
  top: 0;
}

.radio__box::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  inset: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  background-color: var(--color-red);
  border-radius: 50%;
  transition:
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
}

.check__input:checked + .radio__box::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition:
    transform 200ms ease-in-out,
    -webkit-transform 200ms ease-in-out;
}

.check.switch_big-text,
.check_big-text {
  font-size: 16px;
  line-height: 1.56;
  font-weight: 600;
}

.check.switch {
  padding-left: 0;
  padding-right: 56px;
  width: 100%;
}

.check.switch:not(:has(p)) {
  width: 46px;
  height: 22px;
  padding-right: 0;
}

.check.switch_fit {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.check.switch_reverse {
  padding-left: 56px;
}

.switch__box {
  position: absolute;
  width: 46px;
  height: 22px;
  background-color: var(--color-bg-light);
  border-radius: 100px;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
  pointer-events: none;
}

.switch__box::after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 4px 0 #09090924;
  transition: 350ms cubic-bezier(0.54, 1.6, 0.5, 1);
}

.check.switch_reverse .switch__box {
  right: unset;
  left: 0;
}

.check__input:checked + .switch__box {
  background-color: var(--color-red);
}

.check__input:checked + .switch__box::after {
  -webkit-transform: translateX(23px);
  transform: translateX(23px);
}

.check__input:hover + .switch__box {
  background-color: var(--color-bg-light);
}

.check__input:checked:hover + .switch__box {
  background-color: var(--color-red);
}

.form__dropzone {
  position: relative;
}

.form__dropzone-compact {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.form__dropzone-compact.error {
  margin-bottom: 16px;
}

.form__dropzone-border {
  position: relative;
  padding: 17px 16px;
  box-sizing: border-box;
  border-radius: 2px;
  outline: 1px dashed var(--color-border);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: var(--color-bg-light);
  transition: all 100ms ease-in-out;
}

.error .form__dropzone-border {
  outline-color: var(--color-red);
}

.form__dropzone-border:hover {
  outline-color: var(--color-border);
  background-color: var(--color-bg-light);
}

.form__dropzone-compact .form__dropzone-border {
  background-color: transparent;
  border: none;
  outline: none;
  height: 56px;
  align-items: center;
  justify-content: center;
}

.form__dropzone-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}

.form__dropzone-title-main {
  text-align: start;
  font-weight: 600;
  margin-bottom: 8px;
}

p.form__dropzone-title {
  position: relative;
  font-weight: 550;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: var(--color-dark);
  margin: 0 auto;
  padding-left: 24px;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.form__dropzone-title::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.21429 6.60658V11.6066C8.21429 12.5928 9.01378 13.3923 10 13.3923C10.9862 13.3923 11.7857 12.5928 11.7857 11.6066V6.42801C11.7857 4.55419 10.2667 3.03516 8.39286 3.03516C6.51903 3.03516 5 4.55419 5 6.42801V11.9637C5 14.7252 7.23858 16.9637 10 16.9637C12.7614 16.9637 15 14.7252 15 11.9637V6.60658' stroke='%23677188' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__dropzone_base .form__dropzone-title {
  font-weight: 500;
  line-height: 1.375;
  color: var(--color-dark);
  padding: 0;
}

.form__pass-progress span {
  height: 4px;
  width: 0;
  border-radius: 2px;
  display: block;
  background-color: var(--color-red);
}

.form__dropzone_base .form__dropzone-title span {
  color: var(--color-red);
}

.form__dropzone_base .form__dropzone-title::before {
  display: none;
}

.form__dropzone-text {
  text-align: center;
  margin: 6px auto 0;
  -webkit-user-select: none;
  user-select: none;
}

.form__dropzone-text-limit {
  color: var(--color-border);
  font-size: 12px;
  line-height: 1.17;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form__dropzone-compact .form__dropzone-text {
  display: none;
}

input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

.form__files {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 11;
  width: 100%;
  gap: 4px;
  background-color: transparent;
}

.file-item {
  position: relative;
  padding: 5px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-grow: 1;
}

.file-item:hover,
.file-item:has(.file-item__delete:hover) {
  background-color: var(--color-bg-light);
}

.file-item__name {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  /* position: relative; */
  padding-left: 30px;
  overflow-wrap: anywhere;
  text-align: start;
  display: flex;
  flex-direction: column;
}

.file-item__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.03906 4.20117V20.001H17.3887V22.001H5.03906V4.20117H7.03906Z' fill='%23e95753'/%3E%3Cpath d='M15.1709 2L17.5654 4.58691L17.5859 4.60938L17.6055 4.63281L19.4121 6.84082L19.6377 7.11719V19.7998H17.6377V7.83008L16.0762 5.92188L14.2969 4H7.23828V2H15.1709Z' fill='%23e95753'/%3E%3Cpath d='M13.8359 3V7.79986H18.6358' stroke='%23e95753' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.file-item__size {
  color: var(--color-border);
  font-size: 12px;
  line-height: 1.17;
}

.file-item__delete {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.3277 28.3143L11.6994 13.6859L13.0709 12.3145L27.6992 26.9428L26.3277 28.3143Z' fill='%23e95753'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9829 21.6594L11.6995 26.9428L13.0709 28.3142L27.6992 13.6859L26.3278 12.3145L19.6994 18.9428V21.6594H16.9829Z' fill='%23e95753'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition: all 300ms ease-out;
  flex-shrink: 0;
}

.file-item__delete:hover {
  opacity: 0.8;
}

.form__inline-buttons {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.form__input-wrapper:has(.button.hidden)::before {
  content: unset;
}

.range__item {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 16px;
  height: 2px;
  background: var(--color-border);
  margin-top: -18px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.range__item::-moz-range-thumb,
.range__item::-webkit-slider-thumb {
  appearance: none;
  height: 11px;
  width: 11px;
  background-color: var(--color-red);
  border-radius: 50%;
  border: none;
}

.range__values {
  display: flex;
  justify-content: space-between;
  margin-top: -6px;
}

.range__min,
.range__max {
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.43;
}

.form__input-wrapper.datepicker-wrapper .form__input_datepicker {
  padding: 26px 40px 10px 16px;
  cursor: pointer;
}

.datepicker-wrapper .daterangepicker .calendar-table thead tr:first-child {
  border-bottom: 10px solid transparent;
}

.datepicker-wrapper .daterangepicker .calendar-table th,
.datepicker-wrapper .daterangepicker .calendar-table td {
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
}

.datepicker-wrapper .daterangepicker .yearselect:focus-visible {
  min-width: 70px;
  text-align: left;
}

.datepicker-wrapper .daterangepicker .calendar-table thead th {
  font-weight: 600;
}

.datepicker-wrapper .daterangepicker .calendar-table thead tr:last-child th {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-secondary);
}

.datepicker-wrapper .daterangepicker .drp-calendar {
  max-width: none;
}

.datepicker-wrapper .daterangepicker .drp-calendar.right {
  padding: 24px 24px 24px 6px;
}

.datepicker-wrapper .daterangepicker .drp-calendar.left {
  padding: 24px 6px 24px 24px;
}

.datepicker-wrapper .daterangepicker {
  position: absolute;
  width: -webkit-max-content;
  width: max-content;
  border: none;
  border-radius: 2px;
  box-shadow: 0 4px 30px 0 #60606026;
}

.datepicker-wrapper .daterangepicker.openscenter::before,
.datepicker-wrapper .daterangepicker.openscenter::after {
  display: none;
}

.datepicker-wrapper .daterangepicker td.active,
.datepicker-wrapper .daterangepicker td.active:hover {
  background-color: var(--color-red);
}

.datepicker-wrapper .daterangepicker td.off,
.datepicker-wrapper .daterangepicker td.off.in-range,
.datepicker-wrapper .daterangepicker td.off.start-date,
.datepicker-wrapper .daterangepicker td.off.end-date {
  color: var(--color-text-secondary);
}

.datepicker-wrapper .daterangepicker td.in-range {
  border-radius: 0;
}

.datepicker-wrapper .daterangepicker td.start-date,
.datepicker-wrapper .daterangepicker td.end-date {
  border-radius: 8px;
}

.datepicker-wrapper .daterangepicker .calendar-table .prev,
.datepicker-wrapper .daterangepicker .calendar-table .next {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid transparent;
}

.datepicker-wrapper .daterangepicker .calendar-table .prev span,
.datepicker-wrapper .daterangepicker .calendar-table .next span {
  display: inline;
  border: none;
  width: 20px;
  height: 20px;
  -webkit-transform: none;
  transform: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.5003 15.8332L6.66699 9.99984L12.5003 4.1665' stroke='%230F0F0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.datepicker-wrapper .daterangepicker .calendar-table .next span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.datepicker-wrapper {
  position: relative;
}

.datepicker-wrapper::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58333 7.42855H16.25M6.09127 2.5V3.78586M14.5833 2.5V3.78571M14.5833 3.78571H6.25C4.86929 3.78571 3.75 4.93697 3.75 6.35712V14.9286C3.75 16.3487 4.86929 17.5 6.25 17.5H14.5833C15.964 17.5 17.0833 16.3487 17.0833 14.9286L17.0833 6.35712C17.0833 4.93697 15.964 3.78571 14.5833 3.78571Z' stroke='%234D566D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.datepicker-wrapper .daterangepicker .monthselect,
.datepicker-wrapper .daterangepicker .yearselect {
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  width: auto;
  text-align: center;
  text-align-last: center;
  padding: 10px;
  color: var(--color-dark);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  margin-top: -1px;
}

.datepicker-wrapper .daterangepicker .monthselect::-ms-expand,
.datepicker-wrapper .daterangepicker .yearselect::-ms-expand {
  display: none;
}

.datepicker-wrapper .daterangepicker .monthselect:focus-visible,
.datepicker-wrapper .daterangepicker .yearselect:focus-visible {
  outline: 1px solid var(--color-border);
}

.form__input-wrapper.error {
  .form__input:-webkit-autofill,
  .form__input:-webkit-autofill:hover,
  .form__input:-webkit-autofill:focus {
    border: inherit;
    -webkit-text-fill-color: var(--color-red);
    box-shadow: 0 0 0 1000px #e957531a inset;
  }
}

#password {
  padding-right: 40px;
}

.form__input-wrapper:has(.form__input:-webkit-autofill) .form__label {
  -webkit-transform: translateY(-8px) scale(0.7);
  transform: translateY(-8px) scale(0.7);
}

.form__fieldset:has(.error[data-id="password-wrapper"]):has(#password)
  .form__label {
  color: var(--color-red) !important;
}

.form__fieldset:has(.error[data-id="password-wrapper"]):has(#password)
  .form__input {
  background: #e957531a !important;
  color: var(--color-red) !important;
}

.form__input-wrapper.progress {
  gap: 0;
  margin-bottom: -16px;
}

.form__skip-link {
  text-align: center;
  margin-top: 16px;
}

.form__input-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  width: 24px;
  height: 24px;
}

.form__input-wrapper:has(.form__input-icon) .input {
  padding-right: 44px;
}

.check,
.radio {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  text-align: left;
  color: var(--color-dark);
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
}

.check:has(a),
.radio:has(a) {
  align-items: flex-start;
}

.check:has(.check__input:disabled) {
  opacity: 0.4;
  pointer-events: none;
}

.check__box {
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 2px;
  border: 2px solid var(--color-border);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.error .check__box {
  border-color: var(--color-red);
}

.check__box::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-red);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5998 7.39417L7.37402 11.1684L13.1228 5.41958' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition:
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
}

.check__input:checked + .check__box {
  border-color: var(--color-red);
}

.check__input:checked + .check__box::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.check__input:disabled:hover + .check__box {
  box-shadow: none;
}

.radio__box {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background-color: var(--color-bg-light);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.radio__box::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  inset: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  background-color: var(--color-red);
  border-radius: 50%;
  transition:
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out;
  transition:
    transform 0ms linear,
    opacity 50ms ease-in-out,
    -webkit-transform 0ms linear;
}

.check__input:checked + .radio__box::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition:
    transform 200ms ease-in-out,
    -webkit-transform 200ms ease-in-out;
}

@media screen and (width < 1440px) {
  .form__input-wrapper.datepicker-wrapper .form__input_datepicker {
    padding: 19px 36px 8px 12px;
  }
  .form__input-wrapper:has(.form__label) .field-text,
  .form__input-wrapper:has(.form__label) .form__input {
    padding: 19px 12px 8px 12px;
  }
  .form__input-wrapper:has(.form__label) .field-select {
    padding: 19px 50px 8px 12px;
  }
  .field-text,
  .form__input {
    min-height: 40px;
  }
  .form__label {
    left: 12px;
    top: 16px;
  }
  .form__input_text:focus + .form__label,
  .form__label_active {
    color: var(--color-dark);
    -webkit-transform: translateY(-8px) scale(0.71);
    transform: translateY(-8px) scale(0.71);
  }
  .form__select:has(.form__input-self-wrapper) .form__options-block {
    top: 47px;
  }
}

@media screen and (width < 1024px) {
  .form-container {
    gap: 16px;
  }
}

@media screen and (width < 768px) {
  .form__error-message {
    margin-top: -6px;
  }
  .form__fieldset {
    gap: 8px;
  }
  .form__input-wrapper {
    gap: 8px;
  }
  .range__item {
    margin-top: -10px;
  }
  .datepicker-wrapper .daterangepicker .drp-calendar.right {
    padding: 10px 4px 10px 4px;
  }
  .datepicker-wrapper .daterangepicker .drp-calendar.left {
    padding: 10px 4px 4px 10px;
  }
  .form__input-wrapper:has(input[data-size="50"]) {
    flex-basis: 100%;
  }
  .form-container form {
    padding: 24px 16px;
  }
  .datepicker-wrapper .daterangepicker {
    width: -webkit-min-content;
    width: min-content;
  }
  .datepicker-wrapper .daterangepicker .calendar-table td {
    width: 24px;
    height: 24px;
    font-size: 14px;
    padding: 4px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/form/style.css?1781495070437*/
.main-user-consent-request-announce a,
.main-user-consent-request-announce-link {
  cursor: pointer;
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}

.main-user-consent-request-announce a:hover,
.main-user-consent-request-announce-link:hover {
  text-decoration-color: var(--color-accent);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/form/user_consent.css?17871433694696*/
.main-user-consent-request a {
  cursor: pointer;
}

.main-user-consent-request-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9000;
}

.main-user-consent-request-popup-cont {
  min-height: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  width: 100%;
  max-width: 600px;
  background: white;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-sizing: border-box;
  overflow-y: auto;
}

.main-user-consent-request-popup-header {
  margin: 0 0 10px 0;
  font: normal 18px
    var(--ui-font-family-primary, var(--ui-font-family-helvetica));
  color: var(--primary, #253247);
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
  margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.main-user-consent-request-popup-button {
  display: inline-block;
  height: 39px;
  margin: 0 10px 5px 0;
  padding: 0 18px;
  border: none;
  border-radius: 2px;
  font: normal 12px/39px
    var(--ui-font-family-primary, var(--ui-font-family-helvetica));
  color: #535c69;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  transition:
    background-color 0.2s linear,
    color 0.2s linear;
  cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
  background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
  background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
  box-shadow: inset 0 0 0 1px #a1a6ac;
  background: none;
}

.main-user-consent-request-popup-button-rej:hover {
  background: #cfd4d8;
}

.main-user-consent-request-popup-text {
  border: 1px solid #999;
  overflow: auto;
  padding: 8px;
  text-align: left;
  color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-user-consent-request-popup-link a {
  display: block;
  margin: 20px 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.main-user-consent-request-path {
  stroke: #80868e;
  stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.main-user-consent-request-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.main-user-consent-request-path {
  stroke: #ccc;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.main-user-consent-request-announce {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
}
.main-user-consent-request-announce:hover {
  color: inherit;
}
.main-user-consent-request-announce a,
.main-user-consent-request-announce-link {
  cursor: pointer;
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.main-user-consent-request-announce a:hover,
.main-user-consent-request-announce-link:hover {
  text-decoration-color: var(--color-accent);
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 1000px) {
  .main-user-consent-request-popup-cont {
    min-height: 400px;
    min-width: 640px;
  }

  .main-user-consent-request-popup-header {
    max-width: 590px;
  }

  .main-user-consent-request-popup-text,
  .main-user-consent-request-popup-link {
    height: 240px;
  }
  .main-user-consent-request-popup-link a {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .main-user-consent-request-popup-cont {
    height: 100%;
  }
}

/* End */


/* Start:/local/templates/krom/styles.css?179007683423900*/
:root {
  /* Colors */
  --color-red: #e95753;
  --color-dark-red: #c94844;
  --color-dark: #414141;
  --color-bg: #dce2e9;
  --color-bg-light: #ecf0f4;
  --color-white: #ffffff;
  --color-text-primary: #414141;
  --color-text-dark: #414141;
  --color-text-secondary: #7e7e7e;
  --color-text-light: #a5a8af;
  --color-text-muted: #7e7e7e;
  --color-text-dim: #575757;
  --color-border: #cdd0d4;
  --color-border-card: #cdd0d4;
  --color-black-15: rgba(0, 0, 0, 0.15);
  --color-black-19: rgba(0, 0, 0, 0.19);
  --color-black-28: rgba(0, 0, 0, 0.28);
  --color-black-30: rgba(0, 0, 0, 0.3);
  --color-black-50: rgba(0, 0, 0, 0.5);
  --color-white-12: rgba(255, 255, 255, 0.12);
  --color-white-42: rgba(255, 255, 255, 0.42);
  --color-white-55: rgba(255, 255, 255, 0.55);
  --color-white-60: rgba(255, 255, 255, 0.6);
  --color-white-glass: rgba(32, 32, 32, 0.22);

  --font-montserrat: "Montserrat", sans-serif;
  --font-venus: "Venus Rising SB", "Venus Rising", sans-serif;
  --font-onest: "Onest", sans-serif;
  --font-inter: "Inter", sans-serif;

  --fs-display: 90px; /* Venus: большие цифры/герой        */
  --fs-h2: 50px; /* Заголовки секций (.section-title) */
  --fs-h3: 24px; /* Подзаголовки, карточки            */
  --fs-body-lg: 18px; /* Крупный основной текст            */
  --fs-body: 16px; /* Стандартный текст                 */
  --fs-sm: 14px; /* Вторичный текст, мета             */
  --fs-xs: 12px; /* Подписи, бейджи                   */

  --section-py: 120px; /* Вертикальный паддинг секции        */
  --layout-px: 36px; /* Горизонтальный гаттер страницы     */
  --gap-section: 40px; /* Разрыв между блоками внутри секции */
  --gap-grid: 20px; /* Разрыв между карточками/ячейками   */

  /* Layout */
  --container-max: 1920px;
  --container-padding: 36px; /* deprecated: use --layout-px */
  --container-content: calc(100% - var(--layout-px) * 2);

  /* Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-badge: 26px;

  /* header */
  --header-h: 76px;
  --header-h-p: calc(76px + 20px);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

html,
.scrollbar,
.form__options {
  scrollbar-width: thin;
  scrollbar-color: var(--color-red) white;
}

html::-webkit-scrollbar,
html .scrollbar::-webkit-scrollbar,
html .form__options::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track,
html .scrollbar::-webkit-scrollbar-track,
html .form__options::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb,
html .scrollbar::-webkit-scrollbar-thumb,
html .form__options::-webkit-scrollbar-thumb {
  background-color: var(--color-red);
  border-radius: 4px;
  border: 1px solid white;
}

html::-webkit-scrollbar-thumb {
  background: var(--color-red);
}
html::-webkit-scrollbar-track {
  background: white;
}

pre {
  max-width: 100%;
  overflow: auto;
  background: white;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid red;
  color: black !important;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
hr,
blockquote {
  margin: 0;
  padding: 0;
}

p:empty {
  display: none !important;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 600;
}

h1,
.h1 {
  font-family: var(--font-montserrat);
  font-size: 56px;
  line-height: 1.07143;
  font-weight: 600;
  width: 100%;
  letter-spacing: -2px;
}

h2,
.h2 {
  font-family: var(--font-montserrat);
  font-size: 40px;
  line-height: 1.05;
  font-weight: 600;
  width: 100%;
}

h3,
.h3 {
  font-family: var(--font-montserrat);
  font-size: 24px;
  line-height: 1.08333;
  font-weight: 600;
}

h4,
.h4 {
  font-family: var(--font-montserrat);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.relative {
  position: relative;
}

@media screen and (width < 1900px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 1.1667;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 1.2222;
  }
}

@media screen and (width < 1280px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 1.05;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.13333;
    letter-spacing: -0.9px;
  }
}

@media screen and (width < 768px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.08333;
    letter-spacing: 0;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.33333;
  }
}

#panel {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
}

#panel:not(:has(#bx-panel)) {
  display: none;
}

.caption {
  font-size: 12px;
  line-height: 1.3333;
  font-weight: 400;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: var(--radius-md);
  text-decoration: none;
  cursor: pointer;
}

.button_primary {
  overflow: hidden;
  padding: 13px 14px;
  white-space: nowrap;
  @media (width > 768px) {
    padding: 13px 20px;
  }
}

.button_primary span {
  position: relative;
  display: inline-block;
  transition: 0.4s;
}

.button_primary span::before {
  position: absolute;
  top: 200%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}

.button_primary:hover span {
  transform: translateY(-200%);
}

.button_icon {
  color: inherit;
  padding: 12px;
}

.button_red {
  transition: background-color 0.15s;
  background-color: var(--color-red);
  color: var(--color-white);
}

.button_red:hover {
  background-color: var(--color-dark-red);
}

.bg-icon {
  background: var(--color-white) !important;
}

.bg-white {
  background: white !important;
}

.bg-section-gradient {
  background: linear-gradient(360deg, #f1f9f7 0%, #fff 100%);
}

.color-accent {
  color: var(--color-red) !important;
}

.swiper {
  width: 100%;
}

section {
  display: flex;
  flex-direction: column;
}

.section {
  padding: 0 0 var(--section-py);
  gap: var(--gap-section);
}

.section-grid {
  display: grid;
  gap: var(--gap-section) 20px;
  grid-template-columns: repeat(8, 1fr);
  @media (width < 1280px) {
    grid-template-columns: repeat(12, 1fr);
  }
}

.section-grid_12 {
  grid-template-columns: repeat(12, 1fr);
}

.section-grid-full {
  grid-column: 1 / -1;
}

.section-grid-left {
  grid-column: 1 / span 2;
  @media (width < 1280px) {
    grid-column: 1 / -1;
  }
}

.section-grid-right {
  grid-column: span 2 / -1;
  @media (width < 1280px) {
    grid-column: 1 / -1;
  }
}

.section-grid-center {
  grid-column: 3 / -3;
  @media (width < 1280px) {
    grid-column: 1 / -1;
  }
}

.section-grid_12 .section-grid-left {
  grid-column: 1 / span 3;
  @media (width < 1600px) {
    grid-column: 1 / span 2;
  }
  @media (width < 1280px) {
    grid-column: 1 / -1;
  }
}

.section-grid_12 .section-grid-right {
  grid-column: span 3 / -1;
  @media (width < 1600px) {
    grid-column: span 2 / -1;
  }
  @media (width < 1280px) {
    grid-column: 1 / -1;
  }
}

.section-grid_12 .section-grid-center {
  grid-column: 4 / -4;
  @media (width < 1600px) {
    grid-column: 3 / -3;
  }
  @media (width < 1280px) {
    grid-column: 1 / -1;
  }
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 910px;
}

.section-header__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.content {
  padding: 0 var(--layout-px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-section);
}

.content_30 {
  gap: 30px;
  @media (width < 1024px) {
    gap: 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  transition: color 0.2s ease;
}

hr {
  all: unset;
  display: block;
  border-bottom: 1px solid var(--color-border);
}

.flex {
  display: flex;
}

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

.items-start {
  align-items: flex-start;
}

.gap-2 {
  gap: 8px;
}

.gap-5 {
  gap: 20px;
}

.gap-10 {
  gap: 40px;
}

header,
footer,
main {
  max-width: 2100px;
  width: 100%;
}

main {
  position: relative;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.link-arrow {
  display: flex;
  gap: 8px;
  border: none;
  width: -webkit-fit-content;
  width: fit-content;
}

.link-arrow::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 13.7071 12.7071' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12.3536L13 6.35355L7 0.353553M13 6.35355H0' stroke='%232A2A2A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
  opacity: 0;
}

.link-arrow:hover::after {
  transform: translateX(2px);
  opacity: 1;
}

.form-title {
  text-align: center;
  padding-bottom: 30px;
}

.section_top {
  background: linear-gradient(180deg, #fff 0%, #f1f9f7 24.8%);
  padding-top: 154px;
  @media (width > 1280px) {
    padding-top: 184px;
  }
  @media (width > 1900px) {
    padding-top: 204px;
  }
}

.section_top-bg {
  background: linear-gradient(180deg, #f1f9f7 0%, #dde4ed 100%);
}

.section_top + .section_top {
  padding-top: 0 !important;
}

.section_inner-top {
  padding-top: 60px;
  @media (width > 1280px) {
    padding-top: 120px;
  }
  @media (width > 1900px) {
    padding-top: 130px;
  }
}

.section_white {
  padding-top: var(--section-py);
  background: var(--color-white);
}

/* фон меняется с белого на серый — серой секции нужен свой отступ сверху */
.section_white + .section {
  padding-top: var(--section-py);
}

/* белая за белой — фон тот же, отступ снизу у первой уже есть */
.section_white + .section_white {
  padding-top: 0;
}

.section__wrapper {
  width: 100%;
  max-width: 2100px;
  padding: 0 var(--layout-px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-section);
  @media (width > 1900px) {
    padding: 0;
    margin: 0 auto;
  }
}

.section__header {
  max-width: 830px;
  display: flex;
  gap: 32px;
}

.h1.section__detail-text {
  text-align: center;
  margin: 0 auto;
  max-width: 1022px;
  letter-spacing: -1.38px;
  @media (width < 768px) {
    font-size: 24px;
    line-height: 1.08333;
    letter-spacing: -0.24px;
  }
}

.section:has(.section__detail-text-img) {
  position: relative;
  background: white;
}

.section:has(.section__detail-text-img) .section__wrapper {
  position: relative;
  z-index: 2;
}

.section__detail-text-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 94.3229vw;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  @media (width > 1280px) {
    bottom: -50px;
  }
  @media (width < 768px) {
    display: none;
  }
}

*[data-fancybox] {
  cursor: pointer;
}

.swiper:has(.swiper-pagination) {
  padding-bottom: 52px;
  @media (width < 1024px) {
    padding-bottom: 40px;
  }
}

.swiper:has(.swiper-pagination-lock) {
  padding-bottom: 0;
}

.swiper-pagination-lock {
  display: none !important;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.159px;
  @media (width < 1900px) {
    gap: 16px;
  }
  @media (width < 1280px) {
    font-size: 14px;
  }
}

.text h1 {
  display: none !important;
}

.text h2,
.text h3,
.text h4 {
  font-size: 18px;
  @media (width > 1900px) {
    font-size: 22px;
  }
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}

.text > *:nth-child(1) {
  margin-top: 0;
}

.text > *:last-child {
  margin-bottom: 0;
}

.text ul,
ul.list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.text ul li,
ul.list li {
  padding-left: 24px;
  position: relative;
}

.text ul li::before,
ul.list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(var(--color-red), var(--color-red));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.text ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding-left: 24px;
  list-style-type: decimal;
}

.text ol > li::marker {
  color: var(--color-red);
}

.text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--color-red);
  transition: color 0.15s;
}

.text a:hover {
  color: var(--color-text-light);
}

.text blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: var(--color-white);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  border-left: 4px solid var(--color-red);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  @media (width < 1280px) {
    gap: 16px;
    padding: 20px;
    font-size: 16px;
  }
}

.text blockquote cite img {
  border-radius: 50%;
  object-fit: cover;
  width: 40px;
  height: 40px;
  grid-row: span 2;
}

.text blockquote cite {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-text-secondary);
}

.text blockquote cite b {
  grid-column: 2;
  align-self: end;
  color: var(--color-text-dark);
  font-weight: 600;
}

.text blockquote cite span {
  grid-column: 2;
  align-self: start;
}

.text table {
  display: block;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 0;
  flex-shrink: 0;
  background:
    linear-gradient(to right, var(--color-white) 40%, rgba(255, 255, 255, 0)) 0
      0 / 32px 100% no-repeat local,
    linear-gradient(to left, var(--color-white) 40%, rgba(255, 255, 255, 0))
      100% 0 / 32px 100% no-repeat local,
    linear-gradient(to right, rgba(65, 65, 65, 0.16), rgba(65, 65, 65, 0)) 0 0 /
      16px 100% no-repeat scroll,
    linear-gradient(to left, rgba(65, 65, 65, 0.16), rgba(65, 65, 65, 0)) 100%
      0 / 16px 100% no-repeat scroll,
    var(--color-white);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  scrollbar-width: thin;
  scrollbar-color: var(--color-red) var(--color-white);
  @media (width < 768px) {
    font-size: 13px;
  }
}

.text table::-webkit-scrollbar {
  height: 8px;
}

.text table::-webkit-scrollbar-track {
  background: transparent;
}

.text table::-webkit-scrollbar-thumb {
  background: var(--color-red);
  border-radius: 4px;
}

.text table tbody {
  display: table;
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.text table td,
.text table th {
  padding: 14px 20px;
  border: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
  @media (width < 768px) {
    padding: 10px 12px;
  }
}

.text table tr:first-child td,
.text table th {
  border-bottom: 1px solid var(--color-red);
  color: var(--color-text-dark);
  font-weight: 600;
}

.text table tr:not(:first-child) td:first-child {
  color: var(--color-text-dark);
  font-weight: 500;
}

.text table tr:not(:first-child):hover td {
  background: var(--color-bg-light);
  transition: 0.15s;
}

.text table td br:only-child {
  display: none;
}

.text table td p + p {
  margin-top: 8px;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.loader-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loader {
  --color-1: var(--color-dark);
  --color-2: var(--color-red);
  --size: 1px;
  position: relative;
  width: calc(164 * var(--size));
  height: calc(164 * var(--size));
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  width: calc(40 * var(--size));
  height: calc(40 * var(--size));
  background-color: var(--color-1);
  left: 50%;
  top: 50%;
  animation: rotate 1s ease-in infinite;
}
.loader::after {
  width: calc(20 * var(--size));
  height: calc(20 * var(--size));
  background-color: var(--color-2);
  animation:
    rotate 1s ease-in infinite,
    moveY 1s ease-in infinite;
}

@keyframes moveY {
  0%,
  100% {
    top: 10%;
  }
  45%,
  55% {
    top: 59%;
  }
  60% {
    top: 40%;
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -100%) rotate(0deg) scale(1, 1);
  }
  25% {
    transform: translate(-50%, 0%) rotate(180deg) scale(1, 1);
  }
  45%,
  55% {
    transform: translate(-50%, 100%) rotate(180deg) scale(3, 0.5);
  }
  60% {
    transform: translate(-50%, 100%) rotate(180deg) scale(1, 1);
  }
  75% {
    transform: translate(-50%, 0%) rotate(270deg) scale(1, 1);
  }
  100% {
    transform: translate(-50%, -100%) rotate(360deg) scale(1, 1);
  }
}

body:has(.drop-menu.active) #navigation {
  z-index: -1;
}

.scroll-top {
  position: fixed;
  right: var(--layout-px);
  bottom: 60px;
  z-index: 90;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-dark);
  cursor: pointer;
  transition:
    background-color 0.15s,
    color 0.15s;
  @media (width < 1024px) {
    bottom: 40px;
  }
}
.scroll-top[hidden] {
  display: none;
}
.scroll-top:hover {
  background-color: var(--color-red);
  color: white;
}

.custom-pagination.swiper-pagination-bullets {
  display: flex;
  gap: 4px;
}

.custom-pagination.custom-pagination_centered {
  justify-content: center;
}

.custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: var(--color-white-12);
  transition: background-color 0.3s;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
}

.custom-pagination_white .swiper-pagination-bullet {
  background-color: var(--color-white);
}

.custom-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-red);
}

.tag {
  padding: 6px 8px;
  border-radius: var(--radius-sm);
  background-color: #fdecec;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: var(--color-red);
}

.slider-nav {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.slider-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  transition:
    opacity 0.15s,
    background-color 0.15s;
}

.slider-nav__button img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: filter 0.15s;
}

.slider-nav__button:hover {
  background-color: var(--color-red);
}

.slider-nav__button:hover img {
  filter: brightness(0) invert(1);
}

/* Swiper ставит свой класс сам, история — свой из скрипта шаблона */
.slider-nav__button.swiper-button-disabled,
.slider-nav__button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.catalog-sections {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.catalog-sections::-webkit-scrollbar {
  display: none;
}

.catalog-sections_center {
  justify-content: center;
}

.catalog-sections_wrap {
  flex-wrap: wrap;
  overflow: visible;
}

.catalog-sections_desktop {
  @media (width < 768px) {
    display: none;
  }
}

.catalog-sections__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 20px;
  border: none;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.42px;
  background-color: var(--color-bg-light);
  color: var(--color-text-primary);
  transition: 0.15s;
  cursor: pointer;
  flex-grow: 1;
}

body:has(.section-inner) .catalog-sections__item {
  background-color: var(--color-white);
}

body:has(.section-inner) .catalog-sections__item:hover,
.catalog-sections__item:hover {
  background-color: var(--color-white);
  position: relative;
}

.catalog-sections__item:hover {
  background-color: var(--color-bg-light);
  text-decoration: none;
}

body:has(.section-inner) .catalog-sections__item::after,
.catalog-sections__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--color-red);
  transition: width 0.15s;
}

@media (hover: hover) {
  body:has(.section-inner) .catalog-sections__item:hover::after,
  .catalog-sections__item:hover::after {
    width: 100%;
  }
}

.catalog-sections:not(.catalog-sections_wrap) .catalog-sections__item {
  white-space: nowrap;
  flex-shrink: 0;
}

body:has(.section-inner) .catalog-sections__item.active,
.catalog-sections__item.active {
  background-color: var(--color-dark);
  pointer-events: none;
  color: var(--color-white);
}

/* POPUP WINDOW FIX */

body {
  .popup-window-overlay {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
  .popup-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: absolute;
    width: min(507px, 90%);
    background: var(--color-white);
    border-radius: var(--radius-md);
    position: relative;
    text-align: center;
    padding: 20px;
    @media (width < 768px) {
      padding: 16px;
    }
  }
  .popup-window.popup-window-with-titlebar {
    padding: 20px;
    @media (width < 768px) {
      padding: 16px;
    }
  }
  .popup-window-close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.3866 13.3712L13.7582 27.9996L12.3867 26.6281L27.0151 11.9998L28.3866 13.3712Z' fill='%23414141'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7317 22.7163L27.015 27.9997L28.3864 26.6283L13.7581 12L12.3867 13.3714L19.0151 19.9998H21.7317V22.7163Z' fill='%23414141'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .popup-window-close-icon:hover {
    opacity: 0.8;
  }
  .popup-window-titlebar {
    min-height: 0;
  }
  .popup-window-titlebar-text {
    font-family: var(--font-montserrat);
    font-size: 24px;
    line-height: 1.08333;
    font-weight: 600;
    @media (width < 1900px) {
      font-size: 24px;
      line-height: 1.1667;
    }
    @media (width < 768px) {
      font-size: 18px;
      line-height: 1.33333;
    }
  }
  .popup-window-content {
    font-family: var(--font-montserrat);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-text-primary);
  }
  .popup-window-with-titlebar .popup-window-content,
  .popup-window-buttons {
    padding: 0;
  }
  .popup-window-buttons button {
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    white-space: nowrap;
    padding: 10px 24px;
    cursor: pointer;
    border: none;
    transition:
      background-color 0.15s,
      border-color 0.15s;
    background: var(--color-red);
    color: var(--color-white);
  }
  .popup-window-buttons button:hover {
    background: var(--color-dark-red);
  }
}

/* End */


/* Start:/local/templates/krom/template_styles.css?179007121393464*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-montserrat); /* основной шрифт страницы */
  font-weight: 500;
  color: var(--color-text-primary);
  background: var(--color-white);
  max-width: 2100px;
  margin-inline: auto;
}
body:has(.section-inner) {
  background: var(--color-bg-light);
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* Visually hidden — screen-reader only */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   UTILITIES
   ============================================================ */
.venus {
  font-family: var(--font-venus);
  font-style: normal;
}

.section-title {
  letter-spacing: -2px;
  color: var(--color-text-dark);
  @media (width < 1280px) {
    letter-spacing: -1.5px;
  }
  @media (width < 768px) {
    letter-spacing: -0.8px;
  }
}

.section-link {
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.48px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  padding: 10px 24px;
  cursor: pointer;
  border: none;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.btn_red {
  background: var(--color-red);
  color: var(--color-white);
}
.btn_red:hover {
  background: var(--color-dark-red);
  color: var(--color-white);
}
.btn_glass {
  background: var(--color-white-glass);
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5.5px);
}
.btn_glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.85);
}
.btn_56 {
  height: 56px;
  @media (width < 768px) {
    flex: 1;
    height: 46px;
    font-size: 13px;
    padding: 0 12px;
    white-space: nowrap;
  }
}
.btn_48 {
  height: 48px;
}
.btn_40 {
  height: 40px;
  font-size: 14px;
  letter-spacing: -0.42px;
  padding: 10px 20px;
}

.btn-icon {
  width: 24px;
  height: 24px;
}

/* Links with red underline */
.link-underline-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: -0.54px;
  color: var(--color-text-primary);
  padding-bottom: 10px;
  position: relative;
  width: fit-content;
  align-self: flex-start;
}
.link-underline-red::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-red);
  transition: width 0.3s ease;
}
.link-underline-red:hover::after {
  width: 100%;
}
.link-underline-red_white {
  color: var(--color-white);
}
.link-underline-red img {
  flex-shrink: 0;
  width: 13px;
  height: 12px;
  display: inline-block;
}
.link-underline-red_white img {
  filter: brightness(0) invert(1);
}
.link-underline-red {
  display: inline-flex;
}
.link-underline-red_reverse {
  flex-direction: row-reverse;
}
.link-underline-red_reverse img {
  transform: rotate(180deg);
}
.link-underline-red_reverse::after {
  left: auto;
  right: 0;
}
.link__arrow {
  width: 13px;
  height: 12px;
  display: inline-block;
}

/* Dots */
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot_red {
  background: var(--color-red);
}
.dot_faded {
  background: var(--color-white-12);
}
.dot_faded-light {
  background: rgba(236, 240, 244, 0.42);
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px var(--layout-px) 0;
  pointer-events: none;
  max-width: 2100px;
  @media (width < 1440px) {
    padding: 16px 24px 0;
  }
  @media (width < 1280px) {
    padding: 12px 20px 0;
  }
  @media (width < 768px) {
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transform: unset;
  }
}

.header > * {
  pointer-events: auto;
}

.header__logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 56px;
  width: 204px;
  flex-shrink: 0;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5.45px);
  border-radius: var(--radius-sm);
  @media (width < 1900px) {
    width: auto;
  }
  @media (width < 768px) {
    height: var(--header-h);
    padding: 0 var(--layout-px);
    border-radius: 0;
  }
}

.header__logo {
  width: 96px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  @media (width < 768px) {
    width: 72px;
  }
}

.header__logo_light {
  display: none;
}

a.header__catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 56px;
  padding: 10px 16px 10px 24px;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.15s;
  text-decoration: none;
  @media (width < 1900px) {
    padding: 10px 14px 10px 20px;
  }
  @media (width < 1024px) {
    display: none;
  }
}
a.header__catalog-btn:hover {
  background-color: var(--color-dark-red);
}
.header__catalog-btn.active {
  background-color: var(--color-white);
  color: var(--color-dark);
  pointer-events: none;
}
.header__catalog-btn.active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 15L8 9H17L12.5 15Z' fill='%23414141'/%3E%3C/svg%3E%0A");
}

.header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5.45px);
  border-radius: var(--radius-sm);
  overflow: hidden;
  min-width: 0;
  @media (width < 1024px) {
    justify-content: flex-end;
    gap: 10px;
    padding: 0 10px;
  }
  @media (width < 768px) {
    border-radius: 0;
  }
}

.header__nav-links {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  flex-shrink: 0;
  height: 100%;
}
.header__nav-link {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 15px;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: -0.48px;
  white-space: nowrap;
  border-radius: var(--radius-sm);
  transition: background-color 0.15s;
  text-transform: lowercase;
  @media (width < 1900px) {
    font-size: 14px;
  }
  @media (width < 1280px) {
    font-size: 13px;
  }
}
.header__nav-link:nth-child(2) {
  padding-left: 30px;
}
.header__nav-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.header__nav-link_parent {
  position: relative;
}
.header__nav-link_parent::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background: url(/assets/images/nav-dropdown.svg) no-repeat center / contain;
}
.header__nav-link_parent.active::after {
  transform: rotate(180deg);
}
.header__nav-link_parent.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  pointer-events: none;
  background-color: var(--color-red);
}
@media (width < 1440px) {
  .header__nav-links > *:nth-child(n + 2) {
    display: none;
  }
}
.header__phone-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 10px;
  gap: 2px;
  min-width: 0;
  @media (width < 1900px) {
    padding: 0 4px;
  }
  @media (width < 1440px) {
    order: 2;
  }
  @media (width < 1024px) {
    display: none;
  }
}
.header__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-white);
  letter-spacing: -0.48px;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.15s;
  @media (width < 1900px) {
    font-size: 14px;
  }
}
.header__phone:hover {
  text-decoration-color: var(--color-red);
}
.header__phone-sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-white);
  white-space: nowrap;
  letter-spacing: -0.36px;
  flex-shrink: 0;
}

.header__icons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  @media (width < 1440px) {
    order: 2;
  }
  @media (width < 1024px) {
    gap: 10px;
  }
  @media (width < 768px) {
    padding: 0;
    order: unset;
  }
}
/* Figma: w-[70px] h-[56px] flex-col items-center justify-between py-[8px] px-[16px] */
.header__icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 56px;
  padding: 8px;
  flex-shrink: 0;
  border-radius: var(--radius-md);
  transition: background-color 0.15s;
  @media (width < 768px) {
    justify-content: center;
    padding: 4px 6px;
    height: 40px;
  }
}
.header__icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.header__search-btn {
  @media (width < 1024px) {
    display: none;
  }
}
.header__icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__icon-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.header__icon-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-white);
  white-space: nowrap;
  letter-spacing: 0;
  @media (width < 768px) {
    display: none;
  }
}

.header__icon-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  background: var(--color-red);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header__contact-btn {
  height: 56px;
  padding: 10px 24px;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.15s;
  @media (width < 1900px) {
    font-size: 14px;
    padding: 10px 16px;
  }
  @media (width < 1280px) {
    font-size: 13px;
    padding: 10px 12px;
  }
  @media (width < 1024px) {
    display: none;
  }
}
.header__contact-btn:hover,
.header__user-btn:hover {
  background-color: var(--color-dark-red);
}

/* Figma: bg-[#e95753] h-[56px] px-[16px] rounded-[8px] */
.header__user-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  padding: 10px 16px;
  background-color: var(--color-red);
  border-radius: var(--radius-md);
  flex-shrink: 0;
  transition: background-color 0.15s;
}
.header__user-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Catalog button — open state (white bg + red bottom border) */
.header__catalog-btn_open {
  background-color: var(--color-white);
  color: var(--color-dark);
  border-bottom: 4px solid var(--color-red);
}
.header__catalog-btn_open img {
  filter: brightness(0);
  transform: rotate(180deg);
  transition: transform 0.2s;
}

/* Nav bar — open state (slightly darker blur bg) */
.header__nav_open {
  background-color: rgba(65, 65, 65, 0.35);
}

/* Hamburger — hidden on desktop, shown below 768px */
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  @media (width < 1440px) {
    display: flex;
    order: 1;
  }
  @media (width < 768px) {
    order: 3;
    width: 30px;
    height: 30px;
  }
}
.header__burger-line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--color-white);
  border-radius: 1px;
  pointer-events: none;
}

.header__burger.active .header__burger-line {
  display: none;
}

.header__burger.active {
  background-color: var(--color-red);
  border-radius: var(--radius-md);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5472_11247)'%3E%3Cpath d='M4 4L14 14M14 4L4 14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5472_11247'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.work-time-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='5' stroke='white'/%3E%3Cpath d='M8 8.00005L8 5.77783' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M7.99946 8L5.22168 8' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header__nav span:has(> .work-time-icon) {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Светлая схема шапки — везде, кроме страниц, где под шапкой лежит hero. */
.header:not(.hero-in-view),
body:has(.mobile-menu.active) {
  .header__logo-box,
  .header__nav {
    background: var(--color-white);
  }
  .header__nav_open {
    background-color: var(--color-white);
  }
  .header__logo {
    display: none;
  }
  .header__logo_light {
    display: block;
  }
  .header__nav-link:not(.header__catalog-btn),
  .header__phone,
  .header__phone-sub,
  .header__icon-label {
    color: var(--color-text-primary);
  }
  .header__nav-link:not(.header__catalog-btn):hover,
  .header__icon-btn:hover {
    background-color: var(--color-bg-light);
  }
  /* иконки шапки — белые SVG в <img>, currentColor к ним неприменим */
  .header__icon-btn img,
  .header__nav-link_parent:not(.header__catalog-btn)::after {
    filter: brightness(0);
  }
  .work-time-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='5' stroke='%23414141'/%3E%3Cpath d='M8 8.00005L8 5.77783' stroke='%23414141' stroke-linecap='round'/%3E%3Cpath d='M7.99946 8L5.22168 8' stroke='%23414141' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
  .header__burger-line {
    background-color: var(--color-text-primary);
  }
}

body:has(.mobile-menu.active) {
  .header__logo-box,
  .header__nav {
    border-radius: 0;
  }
}

/* ============================================================
   CATALOG DROPDOWN MENU
   ============================================================ */
.catalog-menu {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 301;
  display: flex;
  gap: 30px;
  background: var(--color-white);
  max-width: 1920px;
  margin-inline: auto;
  max-height: calc(100vh - var(--header-h));
  overflow: hidden;
  min-height: 349px;
}
.catalog-menu[hidden] {
  display: none;
}

.catalog-menu__photo {
  width: 366px;
  flex-shrink: 0;
  overflow: hidden;
  @media (width < 1440px) {
    width: 300px;
  }
}
.catalog-menu__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.catalog-menu__col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0 20px;
}
.catalog-menu__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: var(--color-dark);
  display: inline-flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition:
    border-color 0.15s,
    gap 0.15s;
  width: fit-content;
  gap: 10px;
}
span.catalog-menu__link {
  height: 1lh;
  line-height: 24px;
  display: block;
  pointer-events: none;
}
.catalog-menu__link b {
  font-weight: 600;
  line-height: 24px;
}
.catalog-menu__link:hover {
  border-bottom-color: var(--color-red);
}
.catalog-menu__link-arrow {
  width: 13px;
  height: 12px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition:
    opacity 0.15s,
    transform 0.15s;
}
.catalog-menu__link:hover .catalog-menu__link-arrow {
  opacity: 1;
  transform: translateX(0);
}

.catalog-menu__stat {
  max-width: 394px;
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-menu__stat:has(> *:nth-child(1)) {
  background: var(--color-bg-light);
}
.catalog-menu__stat-num {
  font-family: var(--font-venus);
  font-style: normal;
  font-size: 50px;
  line-height: 55px;
  color: var(--color-dark);
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.catalog-menu__stat-unit {
  font-family: var(--font-montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 6px;
}
.catalog-menu__stat-label {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-dark);
  margin-top: auto;
}
.catalog-menu__stat-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-dark);
  border-bottom: 2px solid var(--color-red);
  padding-bottom: 4px;
  width: fit-content;
  margin-top: 30px;
  transition: opacity 0.15s;
}
.catalog-menu__stat-link:hover {
  opacity: 0.75;
}
.catalog-menu__stat-arrow {
  width: 13px;
  height: 12px;
  flex-shrink: 0;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  max-height: 1280px;
  overflow: hidden;
  background: #1a1a1a;
  @media (width < 768px) {
    min-height: 480px;
    max-height: 680px;
  }
}
.hero__bg {
  position: absolute;
  inset: -109px 0 0 0;
  width: 100%;
  height: calc(100% + 109px);
  object-fit: cover;
  object-position: center top;
  @media (width < 768px) {
    top: 0;
    height: 100%;
    object-position: center center;
  }
}
.hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 var(--layout-px) 60px;
  gap: 20px;
  z-index: 2;
  @media (width < 1280px) {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  @media (width < 1024px) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
  }
  @media (width < 768px) {
    align-items: center;
    padding-bottom: 16px;
  }
}
.hero__subtitle {
  flex-shrink: 0;
  width: 455px;
  padding: 20px;
  border-radius: 4px;
  background: var(--color-black-15);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  @media (width < 768px) {
    position: static;
    width: 100%;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}
.hero__cta {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  @media (width < 1280px) {
    width: 100%;
    order: 2;
  }
  @media (width < 1024px) {
    width: 455px;
    order: unset;
    flex-grow: 0;
  }
  @media (width < 768px) {
    width: 100%;
    flex-grow: 1;
  }
}

.hero__cta a {
  color: var(--color-white);
  @media (width < 1280px) {
    width: min(100%, 455px);
  }
}

body:not(:has(> main > .hero)) main {
  padding-top: 154px;
  @media (width < 1024px) {
    padding-top: 108px;
  }
}

/* ============================================================
   NOVELTIES
   ============================================================ */
.novelties {
  background: var(--color-bg-light);
  padding: var(--section-py) var(--layout-px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-section);
}
.novelties__slider {
  width: 100%;
}
.novelties__slider .swiper-slide {
  display: flex;
  height: auto;
}

/* Product card */
.product-card {
  flex: 1;
  background: var(--color-white);
  border-radius: var(--radius-sm);
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-border);
  position: relative;
  @media (width < 768px) {
    flex: none;
    width: calc(50% - 6px);
    padding: 14px;
    width: 100%;
  }
}
.product-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background: var(--color-red);
  width: 0;
  transition: width 0.3s;
}
.product-card:hover::after {
  width: 100%;
}
.product-card__buy {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.15s,
    visibility 0.15s;
  flex-shrink: 0;
  @media (width < 1024px) {
    opacity: 1;
    visibility: visible;
  }
}
.product-card:hover .product-card__buy {
  opacity: 1;
  visibility: visible;
}
.product-card__not-available {
  background: none;
  color: var(--color-text-muted);
  cursor: default;
}
.product-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  @media (width < 768px) {
    margin-bottom: 8px;
  }
}
.product-card__badge {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
}
.badge-new {
  color: var(--color-text-dim);
}
.badge-sale {
  color: var(--color-red);
}
.badge-dark {
  background: var(--color-dark);
  color: var(--color-white);
  border-radius: var(--radius-sm);
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.badge-red {
  background: var(--color-red);
  color: var(--color-white);
  border-radius: var(--radius-sm);
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.product-card__fav {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.15s,
    visibility 0.15s;
}
.product-card:hover .product-card__fav {
  opacity: 1;
  visibility: visible;
}
.product-card__fav img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product-card__img-wrap {
  display: block;
  width: 100%;
  height: 276px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 4px;
  @media (width < 1280px) {
    height: 220px;
  }
  @media (width < 768px) {
    height: 160px;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 200px;
    margin-bottom: 12px;
  }
}
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__body {
  margin-bottom: 4px;
}
.product-card__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
  color: var(--color-text-primary);
  margin-bottom: 4px;
  @media (width < 768px) {
    font-size: 15px;
    line-height: 1.27;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.31;
    margin-bottom: 6px;
  }
}
.product-card__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: var(--color-text-muted);
  @media (width < 768px) {
    font-size: 12px;
    line-height: 1.42;
    font-size: 13px;
    line-height: 1.38;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.product-card__compare {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  margin-top: auto;
  cursor: pointer;
}
.product-card__compare-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.product-card__compare-box {
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--color-border);
  border-radius: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__compare-input:checked + .product-card__compare-box {
  background: var(--color-text-secondary);
  border-color: var(--color-text-secondary);
}
.product-card__compare-input:checked + .product-card__compare-box::after {
  content: "";
  width: 4px;
  height: 8px;
  margin-top: -2px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product-card__compare-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-secondary);
  line-height: 1;
}

/* Payment badges */
.pay-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 20px;
  width: 100%;
  border-radius: var(--radius-badge);
  overflow: hidden;
  flex-shrink: 0;
}
.pay-badge_dark {
  background: var(--color-text-primary);
  padding: 2px 4px 2px 2px;
}
.pay-badge_white {
  background: var(--color-white);
  padding: 2px 4px;
}
.pay-badge_red {
  background: var(--color-red);
  padding: 2px 4px 2px 7px;
}
.pay-badge__icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.pay-badge__icon_plus {
  width: auto;
  height: 16px;
  margin-left: 0;
}
.pay-badge__price {
  font-size: 14px;
  color: var(--color-white);
  white-space: nowrap;
}
.pay-badge__label {
  font-size: 12px;
  color: #414141;
  white-space: nowrap;
  margin-left: 4px;
}
.pay-badge_dark .pay-badge__label,
.pay-badge_red .pay-badge__label {
  color: var(--color-white);
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 10px;
  min-height: 60px;
  @media (width < 768px) {
    padding: 8px 0 0;
    min-height: auto;
    border-top: 1px solid var(--color-border);
    margin-top: 8px;
    padding: 10px 0 0;
    margin-top: 10px;
  }
}
.product-card__prices {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  @media (width < 768px) {
    font-size: 14px;
    font-size: 15px;
  }
}
.price_current {
  color: var(--color-text-primary);
}
.price_old {
  color: rgba(34, 34, 34, 0.35);
  text-decoration: line-through;
}

/* ============================================================
   CATALOG
   ============================================================ */
.catalog {
  background: var(--color-white);
  padding: 120px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  @media (width < 1440px) {
    padding: 80px 24px;
  }
  @media (width < 1280px) {
    padding: 80px 20px;
  }
  @media (width < 768px) {
    padding: 48px 16px;
    gap: 24px;
  }
}
.catalog__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  @media (width < 768px) {
    gap: 24px;
  }
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
  gap: 20px;
}

.catalog__card {
  background: var(--color-bg-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 310px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  grid-column: span 3;
  width: 100%;
  @media (width < 1280px) {
    grid-column: span 6;
  }
  @media (width < 768px) {
    grid-column: 1 / -1;
    height: max(164px, 45.55vw);
    padding: 8px;
  }
}
.catalog__card_large {
  grid-column: 4 / span 6;
  grid-row: span 2;
  height: 100%;
  background: var(--color-text-dim);
  position: relative;
  @media (width < 1280px) {
    grid-column: 1 / -1;
    height: 450px;
  }
  @media (width < 768px) {
    height: auto;
    min-height: 0;
    overflow: hidden;
    border-radius: 10px;
    padding: 12px;
  }
}
.catalog__card:nth-child(3) {
  order: 2;
}
.catalog__card:nth-child(2) {
  order: 3;
  @media (width < 1280px) {
    order: 1;
  }
}
.catalog__card:nth-child(n + 4) {
  order: 3;
}
.catalog__card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-shrink: 0;
  margin-bottom: 4px;
  @media (width < 768px) {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 8px;
  }
}
.catalog__card-header_overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  @media (width < 768px) {
    position: static;
  }
}
.catalog__card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
  color: var(--color-text-dark);
  flex: 1;
  @media (width < 768px) {
    font-size: 10px;
    line-height: 12px;
    min-width: 0;
    font-size: 10px;
  }
}
.catalog__card-title_white {
  color: var(--color-white);
  @media (width < 768px) {
    font-size: 12px;
    line-height: 14px;
  }
}
.catalog__card-count {
  font-family: var(--font-venus);
  font-size: 24px;
  line-height: 1.04;
  color: var(--color-text-dark);
  white-space: nowrap;
  flex-shrink: 0;
  @media (width < 768px) {
    font-size: 18px;
    line-height: 1.11;
    flex-shrink: 0;
  }
}
.catalog__card-count_white {
  color: var(--color-white);
  @media (width < 768px) {
    color: var(--color-white);
    font-size: 20px;
  }
}

.catalog__card-img-wrap {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  @media (width < 768px) {
    overflow: hidden;
    border-radius: 6px;
  }
}
.catalog__card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  @media (width < 768px) {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.catalog__card-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  @media (width < 768px) {
    position: static;
    display: block;
    width: 100%;
    height: 200px;
  }
}
.catalog__card_large .catalog__card-bg-img {
  @media (width < 768px) {
    height: max(180px, 50vw);
  }
}
.catalog__card-desc-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: min(450px, 100%);
  min-height: 220px;
  background: var(--color-black-50);
  backdrop-filter: blur(13.35px);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: var(--color-white);
  @media (width < 1440px) {
    min-height: 180px;
    padding: 16px;
  }
  @media (width < 1280px) {
    min-height: 160px;
  }
  @media (width < 768px) {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    backdrop-filter: none;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.catalog__desc-btn {
  align-self: flex-end;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  @media (width < 768px) {
    display: none;
  }
}
.catalog__card_large .catalog__desc-btn {
  @media (width < 768px) {
    display: block;
  }
}
.catalog__desc-btn img {
  width: 24px;
  height: 24px;
}

/* описание маленькой карточки: впритык к низу карточки, появляется по ховеру */
.catalog__card-desc-box.catalog__card-desc-box_hover {
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 20px;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.15s,
    visibility 0.15s;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.catalog__card:hover .catalog__card-desc-box.catalog__card-desc-box_hover {
  opacity: 1;
  visibility: visible;
}

.catalog__card_large .catalog__card-desc-box {
  gap: 10px;
  @media (width < 768px) {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: flex-end;
  }
}

@media (width < 768px) {
  .catalog__card_large .catalog__card-desc-box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  position: relative;
  padding: 0 var(--layout-px) 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  @media (width < 1440px) {
    padding: 0 24px 80px;
  }
  @media (width < 1280px) {
    padding: 0 20px 60px;
  }
  @media (width < 768px) {
    padding: 48px 16px;
    gap: 0;
  }
}
.about__heading {
  color: var(--color-text-dark);
  max-width: 940px;
  @media (width < 1280px) {
    font-size: 36px;
    line-height: 1.17;
  }
  @media (width < 768px) {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    padding-bottom: 16px;
  }
}
.about__body {
  min-height: 250px;
  border-top: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  @media (width < 1024px) {
    border: none;
    min-height: 0;
    height: auto;
    padding: 0;
  }
}
.about__text-col {
  grid-column: 2 / -1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-left: 50px;
  padding-top: 50px;
  border-left: 1px solid var(--color-border);
  @media (width < 1440px) {
    padding-left: 30px;
  }
  @media (width < 1024px) {
    grid-column: 1 / -1;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.about__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: var(--color-text-dark);
  @media (width < 768px) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
  }
}

/* ============================================================
   ABOUT FACTS
   ============================================================ */
.about-facts {
  background: var(--color-bg-light);
  display: flex;
  flex-direction: row;
  padding: 0 var(--layout-px);
  @media (width < 1024px) {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.about-facts__left {
  position: relative;
  background: var(--color-dark);
  flex-shrink: 0;
  overflow: hidden;
  padding: var(--layout-px) var(--layout-px) 80px;
  flex-basis: 50%;
  @media (width < 768px) {
    width: 100%;
    padding: 40px var(--layout-px);
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.about-facts__map {
  position: absolute;
  left: -77px;
  top: 104px;
  width: 679px;
  min-width: 679px;
  height: auto;
  aspect-ratio: 679 / 373;
  object-fit: contain;
  @media (width < 1024px) {
    top: -20px;
    left: -60px;
    width: 532px;
    min-width: 532px;
  }
}
.about-facts__heading {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 449px;
  color: var(--color-white);
  @media (width < 768px) {
    position: static;
    font-size: 22px;
    line-height: 1.27;
    font-size: 20px;
    line-height: 1.3;
  }
}
.about-facts__stat {
  position: relative;
  width: 330px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.about-facts__stat_1 {
  margin-top: 330px;
  @media (width < 1024px) {
    margin-top: 180px;
  }
}
.about-facts__stat_2,
.about-facts__stat_4 {
  justify-self: flex-end;
}

.about-facts__num-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 90px;
  line-height: 1;
  color: var(--color-white);
  @media (width < 1280px) {
    font-size: 72px;
    line-height: 1;
  }
  @media (width < 768px) {
    font-size: 72px;
    line-height: 1;
    font-size: 60px;
    line-height: 1;
  }
}
.about-facts__num-row span {
  font-size: 30px;
  line-height: 1.33;
  color: var(--color-red);
  padding-top: 7px;
  @media (width < 768px) {
    font-size: 26px;
    line-height: 1.38;
    padding-top: 10px;
    font-size: 22px;
    line-height: 1.45;
  }
}
.about-facts__stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  line-height: normal;
  @media (width < 768px) {
    font-size: 15px;
    margin-top: 8px;
  }
}
.about-facts__stat-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: var(--color-white);
  @media (width < 768px) {
    font-size: 13px;
    line-height: 1.46;
    margin-top: 6px;
  }
}

.about-facts__right {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
  @media (width < 1024px) {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: max(280px, 77.7vw);
  }
}

.about-facts__gallery-wrapper {
  position: sticky;
  top: 0;
}

#about-facts-gallery {
  position: relative;
}
.about-facts__photo-figure {
  width: 100%;
  height: auto;
  aspect-ratio: 909 / 716;
}

.about-facts__pagination.custom-pagination {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 10;
}
.about-facts__photo {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  @media (width < 768px) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.about-facts__caption {
  position: absolute;
  right: 16px;
  background: var(--color-black-30);
  backdrop-filter: blur(4.1px);
  border-radius: var(--radius-md);
  padding: 10px;
  max-width: 317px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39;
  color: var(--color-white);
  bottom: -50%;
  transition: unset;
  @media (width < 1024px) {
    max-width: 200px;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.swiper-slide-active .about-facts__caption {
  bottom: 16px;
  transition: all 0.3s;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding: 0 var(--layout-px);
  gap: 40px;
  @media (width < 1024px) {
    gap: 20px;
  }
  @media (width < 768px) {
    gap: 16px;
  }
}
.faq__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--color-border);
  @media (width < 1024px) {
    border: none;
    gap: 16px 0;
  }
}
.faq__list {
  grid-column: 2 / -1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--color-border);
  padding-bottom: var(--section-py);
  @media (width < 1024px) {
    grid-column: 1 / -1;
    border: none;
  }
}
.faq__item {
  border-bottom: 1px solid var(--color-border);
  display: grid;
  grid-template-rows: auto 0fr;
  transition:
    grid-template-rows 0.35s ease,
    background-color 0.2s;
}
.faq__item:hover {
  background-color: var(--color-white);
}
.section_white .faq__item:hover {
  background-color: var(--color-bg-light);
}
.faq__item.is-open {
  grid-template-rows: auto 1fr;
  background-color: var(--color-bg-light);
}
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: var(--color-text-dark);
  background: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
  @media (width < 1024px) {
    padding: 20px;
  }
  @media (width < 768px) {
    padding: 16px;
  }
}
.faq__item.is-open .faq__question {
  color: var(--color-text-dim);
}
.faq__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__icon svg {
  width: 24px;
  height: 24px;
}
.faq__icon-minus {
  display: none;
}
.faq__item.is-open .faq__icon-plus {
  display: none;
}
.faq__item.is-open .faq__icon-minus {
  display: block;
}

.faq__answer {
  overflow: hidden;
  min-height: 0;
}
.faq__answer-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 30px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: var(--color-text-dark);
  @media (width < 1024px) {
    padding: 0 20px 20px;
  }
  @media (width < 768px) {
    padding: 0 16px 16px;
  }
}
.faq__see-all {
  align-self: flex-start;
  margin: 40px 0 0 30px;
  @media (width < 1024px) {
    margin: 32px 0 0;
  }
  @media (width < 768px) {
    margin: 24px 0 0;
  }
}
.faq__more {
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: var(--color-text-dark);
  border-bottom: 1px solid var(--color-red);
  padding-bottom: 4px;
  align-self: flex-start;
}

.faq_page {
  padding-bottom: 120px;
  @media (width < 1024px) {
    padding-bottom: 80px;
  }
  @media (width < 768px) {
    padding-bottom: 60px;
  }
}

.faq_page .section-title {
  text-align: center;
}

.faq_page .faq__list {
  max-width: 914px;
  border-left: none;
  margin: 0 auto;
}

.faq_page .catalog-sections {
  width: 100%;
  max-width: 914px;
  margin: 0 auto;
}

.faq__left-side {
  padding-top: var(--gap-section);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: min(90px, 10%);
  @media (width < 1024px) {
    grid-column: 1 / -1;
    padding-right: 0;
    gap: 16px;
    font-size: 14px;
  }
}

.faq__modal-button {
  align-self: flex-start;
  @media (width < 768px) {
    align-self: stretch;
  }
}

/* ============================================================
   ABOUT HERO
   ============================================================ */
.about-hero {
  position: relative;
  overflow: hidden;
  background: var(--color-dark);
  color: var(--color-white);
  padding: 120px var(--layout-px) 80px;
  min-height: 840px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  @media (width < 1900px) {
    padding: 120px var(--layout-px) 60px;
  }
}
.hero.about-hero::after {
  content: unset;
}
.about-hero__content {
  position: relative;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 300;
  transform: translateY(-50%);
}
.about-hero__title {
  font-size: clamp(40px, 2.92vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
}
.about-hero__subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0833;
}
.about-hero__text {
  position: relative;
  max-width: 910px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0833;
  z-index: 300;
}

@media (width < 1440px) {
  .about-hero__text {
    font-size: 20px;
  }
}

@media (width < 1280px) {
  .about-hero {
    min-height: 720px;
    padding: 80px var(--layout-px);
  }
  .about-hero__subtitle {
    font-size: 20px;
  }
  .about-hero__text {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (width < 768px) {
  .about-hero {
    min-height: 640px;
    padding: 60px var(--layout-px);
    gap: 32px;
  }
  .about-hero__title {
    letter-spacing: -1px;
  }
  .about-hero__subtitle {
    font-size: 16px;
  }
  .about-hero__text {
    font-size: 16px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--color-dark);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 80px var(--layout-px);
  position: relative;
  @media (width < 1440px) {
    padding: 60px var(--layout-px);
  }
  @media (width < 1024px) {
    grid-template-columns: 1fr;
    padding: 40px var(--layout-px);
    gap: 20px;
  }
}
.footer__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--color-white-55);
  pointer-events: none;
  @media (width < 1024px) {
    display: none;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-right: var(--layout-px);
  @media (width < 1024px) {
    height: auto;
    gap: 28px;
    padding: 0;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-style: normal;
  @media (width < 768px) {
    gap: 10px;
  }
}
.footer__contact-link {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.09;
  letter-spacing: -0.66px;
  color: var(--color-white);
  padding-bottom: 4px;
  position: relative;
  width: fit-content;
}
.footer__contact-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: background-color 0.15s;
}
.footer__contact-link:hover::after {
  background: var(--color-red);
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857;
  letter-spacing: -0.36px;
  color: var(--color-white);
  @media (width < 768px) {
    gap: 8px;
  }
}
.footer__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857;
  color: var(--color-white-55);
}
.footer__callback {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 447px;
  @media (width < 768px) {
    width: 100%;
    gap: 16px;
  }
}
.footer__callback .btn {
  max-width: 200px;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  @media (width < 1024px) {
    gap: 10px;
  }
  @media (width < 470px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 4px 16px 4px 8px;
  border: 1px solid var(--color-white-42);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(5.5px);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: var(--color-white);
  transition: border-color 0.15s;
  text-decoration: none !important;
  background: transparent;
  transition: background-color 0.15s;
  @media (width < 1024px) {
    flex-grow: 0;
    justify-content: center;
    height: 44px;
    padding: 0 12px;
    min-width: 159px;
  }
  @media (width < 470px) {
    width: 100%;
    min-width: unset;
  }
}
.social-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  opacity: 0.8;
}
.social-btn_dark {
  border-color: var(--color-border);
  color: var(--color-text-dark);
}
.social-btn_dark img {
  filter: brightness(1) invert(1);
  opacity: 0.4;
}
.social-btn:hover {
  background: var(--color-white-12);
}
.footer__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-left: var(--layout-px);
  @media (width < 1440px) {
    padding: 0 24px;
    gap: 40px;
  }
  @media (width < 1280px) {
    padding: 0 20px;
    gap: 30px;
  }
  @media (width < 1024px) {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  @media (width < 1024px) {
    gap: 8px;
  }
}
.footer__nav-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  @media (width < 1024px) {
    gap: 8px;
  }
}
.footer__nav-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.48px;
  color: var(--color-white);
  @media (width < 768px) {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
a.footer__nav-title {
  color: var(--color-white);
  display: block;
  transition: opacity 0.15s;
}
a.footer__nav-title:hover {
  opacity: 0.75;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  @media (width < 1024px) {
    gap: 8px;
    padding-bottom: 12px;
  }
}
.footer__nav-list a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.42px;
  color: var(--color-white-60);
  display: block;
  transition: color 0.15s;
}
.footer__nav-list a:hover {
  color: var(--color-white);
}
.footer__bottom {
  color: var(--color-white-55);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 14px var(--layout-px) 20px;
  border-top: 1px solid var(--color-white-55);
  @media (width < 1024px) {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 10px;
    padding: 16px var(--layout-px) 24px;
  }
}
.footer__bottom-container {
  display: flex;
  justify-content: space-between;
  padding-left: var(--layout-px);
  @media (width < 1024px) {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
  }
}
.footer__legal {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.36px;
  color: var(--color-white-55);
  position: relative;
  padding-bottom: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}
.footer__legal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: background-color 0.15s;
}
.footer__legal:hover::after {
  background: var(--color-red);
}

.footer__copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.36px;
  color: var(--color-white-55);
  @media (width < 768px) {
    font-size: 11px;
    line-height: 1.36;
  }
}
.footer__creator {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: var(--color-white);
  white-space: nowrap;
  @media (width < 768px) {
    font-size: 12px;
  }
}
.footer__creator-logo {
  height: 17px;
  width: auto;
}

@media (width < 1024px) {
  .footer__nav-item_parent {
    position: relative;
  }
  .footer__nav-item_parent .footer__nav-title {
    width: fit-content;
    max-width: calc(100% - 32px);
    display: flex;
    align-items: center;
    height: 40px;
  }
  .footer__nav-item_parent::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5528_11426)'%3E%3Cg clip-path='url(%23clip1_5528_11426)'%3E%3Cpath d='M12 17L17.1716 22.1716C18.5049 23.5049 19.1716 24.1716 20 24.1716C20.8284 24.1716 21.4951 23.5049 22.8284 22.1716L28 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17L17.1716 22.1716C18.5049 23.5049 19.1716 24.1716 20 24.1716C20.8284 24.1716 21.4951 23.5049 22.8284 22.1716L28 17' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5528_11426'%3E%3Crect width='24' height='24' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5528_11426'%3E%3Crect width='24' height='24' fill='white' transform='translate(32 32) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  .footer__nav-item_parent.active::after {
    transform: rotate(180deg);
  }
  .footer__nav-item_parent .footer__nav-list {
    display: none;
  }
  .footer__nav-item_parent.active .footer__nav-list {
    display: flex;
  }
  .footer__nav-item {
    margin-top: 8px;
  }
  .footer__nav-item_parent,
  .footer__nav-item_parent + .footer__nav-item {
    margin-top: 0;
  }
}

.error-page .content {
  align-items: center;
  gap: 8px;
}

.error-page .content > * {
  max-width: 588px;
}

.error-page__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0833;
  margin-top: 32px;
}

.error-page__pic {
  margin-top: 100px;
}

.error-page__pic svg {
  max-width: 80vw;
}

.error-page__description {
  color: var(--color-text-secondary);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28571;
}

.error-page .button {
  width: fit-content;
  margin-top: 12px;
}

@media (width < 1900px) {
  :root {
    --section-py: 100px;
  }
}
/* ============================================================
   RESPONSIVE — до 1440px (узкий десктоп)
   ============================================================ */
@media (width < 1440px) {
  :root {
    --container-padding: 24px;
    --layout-px: 24px;
    --section-py: 80px;
    --gap-section: 32px;
    --gap-grid: 16px;
    --fs-h2: 40px;
    --header-h: 72px;
  }
}

/* ============================================================
   RESPONSIVE — до 1280px (ноутбук)
   ============================================================ */
@media (width < 1280px) {
  :root {
    --container-padding: 20px;
    --layout-px: 20px;
    --fs-h2: 36px;
    --fs-h3: 22px;
    --header-h: 68px;
  }
}

/* ============================================================
   RESPONSIVE — до 1024px (планшет горизонтально)
   ============================================================ */
@media (width < 1024px) {
  :root {
    --section-py: 64px;
    --gap-section: 24px;
    --gap-grid: 12px;
    --fs-h2: 32px;
    --fs-h3: 20px;
    --fs-body-lg: 16px;
  }
}

/* ============================================================
   RESPONSIVE — до 768px (мобильные, макет 360px)
   ============================================================ */
@media (width < 768px) {
  :root {
    --container-padding: 16px;
    --layout-px: 16px;
    --section-py: 40px;
    --gap-section: 16px;
    --gap-grid: 10px;
    --fs-display: 48px;
    --fs-h2: 26px;
    --fs-h3: 18px;
    --fs-body-lg: 15px;
    --fs-sm: 13px;
    --header-h: 56px;
  }

  /* Header — compact bar: nav hidden, catalog btn visible */
  .header__catalog-btn {
    height: 40px;
    font-size: 13px;
    padding: 8px 12px;
  }

  /* Hero */
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.05) 40%,
      rgba(0, 0, 0, 0.6) 70%,
      rgba(0, 0, 0, 0.85) 100%
    );
    pointer-events: none;
  }

  /* Novelties — 2×2 grid */
  .product-card__badges {
    display: none;
  }

  /* Catalog */
  .catalog__card-desc-box_hover {
    display: none;
  }

  /* About */
  .about__line-h,
  .about__line-v {
    display: none;
  }
  .scroll-top {
    right: 16px;
    bottom: 24px;
    width: 48px;
    height: 48px;
  }

  /* About-facts */
  .about-facts__photo-footer {
    left: 12px;
    right: 12px;
    padding-bottom: 0;
  }
  .about-facts__caption p {
    font-size: 14px;
    line-height: 1.29;
  }

  /* Footer */
  .footer__phone,
  .footer__email {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.6px;
  }
  .footer__callback .btn_48 {
    width: 100%;
  }
  .footer__nav-col:first-child {
    gap: 16px;
  }
  .header__catalog-btn {
    display: none;
  }
}

/* POPUP WINDOW FIX */

.popup-window img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* MODAL */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  background-color: #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
}

.modal_side {
  left: 0;
  right: 0;
  align-items: flex-start;
  justify-content: flex-end;
}

.modal__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: absolute;
  width: min(507px, 90%);
  background: var(--color-white);
  border-radius: var(--radius-md);
  position: relative;
  text-align: center;
  padding: 20px;
  @media (width < 768px) {
    padding: 16px;
  }
}

.modal_side .modal__container {
  width: 100%;
  max-width: 697px;
  /* background: transparent; */
  background: var(--color-bg-light);
  padding: 0;
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  flex-grow: 1;
}

.modal_side form {
  height: 100%;
  padding: 40px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.3866 13.3712L13.7582 27.9996L12.3867 26.6281L27.0151 11.9998L28.3866 13.3712Z' fill='%23414141'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7317 22.7163L27.015 27.9997L28.3864 26.6283L13.7581 12L12.3867 13.3714L19.0151 19.9998H21.7317V22.7163Z' fill='%23414141'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal__close:hover {
  opacity: 0.8;
}

.modal__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.modal__head .form-title {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}

.modal__close-link {
  flex-shrink: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  color: var(--color-gray-3);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-red);
  text-decoration-color: var(--color-red);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  transition: all 0.3s ease;
}

.modal__close-link::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.293 0.292969C12.6835 -0.0975556 13.3165 -0.0975556 13.707 0.292969C14.0976 0.683493 14.0976 1.31651 13.707 1.70703L8.41406 7L13.707 12.293C14.0976 12.6835 14.0976 13.3165 13.707 13.707C13.3165 14.0976 12.6835 14.0976 12.293 13.707L7 8.41406L1.70703 13.707C1.31651 14.0976 0.683493 14.0976 0.292969 13.707C-0.0975556 13.3165 -0.0975556 12.6835 0.292969 12.293L5.58594 7L0.292969 1.70703C-0.0975556 1.31651 -0.0975556 0.683493 0.292969 0.292969C0.683493 -0.0975556 1.31651 -0.0975556 1.70703 0.292969L7 5.58594L12.293 0.292969Z' fill='%230A0F16'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-color: white;
  border-radius: var(--b-radius);
  transition: all 0.3s ease;
}

.modal__close-link:hover {
  color: var(--color-accent);
}

.modal__close-link:hover::before {
  background-color: var(--color-accent);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.293 0.292969C12.6835 -0.0975556 13.3165 -0.0975556 13.707 0.292969C14.0976 0.683493 14.0976 1.31651 13.707 1.70703L8.41406 7L13.707 12.293C14.0976 12.6835 14.0976 13.3165 13.707 13.707C13.3165 14.0976 12.6835 14.0976 12.293 13.707L7 8.41406L1.70703 13.707C1.31651 14.0976 0.683493 14.0976 0.292969 13.707C-0.0975556 13.3165 -0.0975556 12.6835 0.292969 12.293L5.58594 7L0.292969 1.70703C-0.0975556 1.31651 -0.0975556 0.683493 0.292969 0.292969C0.683493 -0.0975556 1.31651 -0.0975556 1.70703 0.292969L7 5.58594L12.293 0.292969Z' fill='white'/%3E%3C/svg%3E%0A");
}

.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal_side.active .modal__container {
  transform: translateX(0);
}

/* DEVELOPER */

.atwinta-link {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  text-decoration: none;
  align-self: flex-end;
  @media (width < 1024px) {
    align-self: flex-start;
  }
}

.atwinta-link__logo {
  color: inherit;
  display: inline-block;
  font-family: Gogh, Inter, sans-serif;
  font-weight: 600;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1;
  margin-left: 4px;
}

.atwinta-link__logo-line {
  display: block;
  margin: 0 auto;
  width: 7px;
  height: 2px;
  background-color: #ff21a2;
  transition: 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.atwinta-link__logo-line_en {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.atwinta-link:hover .atwinta-link__logo-line {
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* END DEVELOPER */

.modal.mobile-menu {
  width: 100%;
  pointer-events: none;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--header-h) var(--layout-px) 0;
  @media (width < 1024px) {
    justify-content: flex-end;
  }
  @media (width < 768px) {
    padding-left: 0;
    padding-right: 0;
  }
}

.mobile-menu.active {
  z-index: 999;
  pointer-events: auto;
}

.mobile-menu .modal__container {
  align-items: flex-start;
  text-align: left;
  border-radius: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 4px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  @media (width < 1280px) {
    padding-right: var(--layout-px);
  }
}

.mobile-menu.active .modal__container {
  transform: translateX(0);
}

.mobile-menu .button {
  width: min(100%, 400px);
  margin: auto auto 0;
}

.mobile-menu__list {
  width: 100%;
}

.mobile-menu__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0 6px;
  border-bottom: 1px solid var(--color-border);
}

.mobile-menu__item a {
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: border-color 0.2s ease;
  padding-bottom: 4px;
}

.mobile-menu__item a:hover {
  border-color: var(--color-red);
}

.mobile-menu__item_parent {
  position: relative;
  cursor: pointer;
}

.mobile-menu__item_parent::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4384_16066)'%3E%3Cg clip-path='url(%23clip1_4384_16066)'%3E%3Cpath d='M12 17L17.1716 22.1716C18.5049 23.5049 19.1716 24.1716 20 24.1716C20.8284 24.1716 21.4951 23.5049 22.8284 22.1716L28 17' stroke='%23414141' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17L17.1716 22.1716C18.5049 23.5049 19.1716 24.1716 20 24.1716C20.8284 24.1716 21.4951 23.5049 22.8284 22.1716L28 17' stroke='%23414141' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4384_16066'%3E%3Crect width='24' height='24' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_4384_16066'%3E%3Crect width='24' height='24' fill='white' transform='translate(32 32) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.mobile-menu__item_parent.active::after {
  transform: rotate(180deg);
}

.mobile-menu__title {
  max-width: calc(100% - 48px);
  width: fit-content;
}

.mobile-menu__sublist {
  display: none;
}

.mobile-menu__item_parent.active .mobile-menu__sublist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.mobile-menu__head {
  width: 100%;
  display: none;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  @media (width < 768px) {
    display: flex;
  }
}

.mobile-menu__head .header__phone-sub {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.mobile-menu__search-block {
  width: 100%;
}

.social-item {
  background: transparent;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition:
    opacity 0.15s ease,
    background-color 0.15s ease,
    color 0.15s ease;
}

.social-item_tg {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.96961 11.6646C9.72511 10.0468 12.2294 8.98101 13.4824 8.46563C17.0594 6.99388 17.8031 6.73838 18.2879 6.72963C18.8829 6.72001 19.0404 7.21176 18.9914 7.72451C18.798 9.73876 17.9589 14.6256 17.5319 16.8814C17.1556 18.8738 15.8186 18.0119 14.6111 17.2288C13.4771 16.4938 12.8366 16.037 11.7359 15.3195C10.4645 14.4909 11.2887 14.0359 12.0132 13.2913C12.2031 13.0961 15.4992 10.1325 15.5631 9.86301C15.6156 9.63901 15.417 9.57163 15.2367 9.61276C15.123 9.63813 13.3117 10.822 9.80298 13.1635C9.28848 13.5126 8.82298 13.6824 8.40561 13.6736C7.82811 13.6614 6.42811 13.1635 5.01061 12.3681C4.92573 12.1258 5.35973 11.9044 5.96961 11.6646Z' fill='%23414141'/%3E%3C/svg%3E%0A");
}

.social-item_vk {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5871 7.19611C20.712 6.75624 20.5871 6.43336 19.9909 6.43336H18.0221C17.5215 6.43336 17.2909 6.71236 17.166 7.01949C17.166 7.01949 16.1647 9.58786 14.745 11.2574C14.2871 11.74 14.0779 11.8941 13.827 11.8941C13.7032 11.8941 13.5142 11.74 13.5142 11.3012V7.19499C13.5142 6.66849 13.3759 6.43336 12.9585 6.43336H9.86475C9.80046 6.43127 9.73639 6.44195 9.67626 6.4648C9.61613 6.48765 9.56113 6.52221 9.51446 6.56648C9.46778 6.61075 9.43036 6.66384 9.40436 6.72267C9.37837 6.78151 9.36431 6.84493 9.363 6.90924C9.363 7.40874 10.0717 7.52461 10.1449 8.92974V11.9819C10.1449 12.6501 10.0301 12.7716 9.78037 12.7716C9.11212 12.7716 7.48875 10.192 6.52575 7.23886C6.33675 6.66511 6.14775 6.43336 5.64487 6.43336H3.675C3.1125 6.43336 3 6.71236 3 7.01949C3 7.56849 3.66712 10.291 6.10837 13.891C7.73625 16.3502 10.0279 17.6834 12.1147 17.6834C13.3669 17.6834 13.521 17.3875 13.521 16.8779V15.0194C13.521 14.4265 13.6402 14.3084 14.0362 14.3084C14.3287 14.3084 14.8294 14.4625 15.9971 15.6471C17.3325 17.0534 17.553 17.6834 18.3034 17.6834H20.2721C20.8346 17.6834 21.1159 17.3875 20.955 16.8036C20.7772 16.2209 20.1394 15.376 19.2934 14.3736C18.8344 13.8032 18.1459 13.189 17.9377 12.8819C17.6452 12.4859 17.7285 12.3104 17.9377 11.9594C17.9377 11.9594 20.3362 8.40436 20.5871 7.19611Z' fill='%23414141'/%3E%3C/svg%3E%0A");
}

.social-item_max {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7571 5.00988C7.58677 5.22854 4.83386 8.51048 5.00779 12.649C5.08376 14.4605 5.80947 16.0192 5.98141 17.7384C6.02539 18.1838 5.89744 18.7334 6.40924 18.928C7.03899 19.1667 8.0046 18.7655 8.53239 18.3984C8.71232 18.2761 8.88425 18.1336 9.0162 17.9571C9.56198 18.3202 10.0798 18.6712 10.7295 18.8277C13.5904 19.5158 16.7251 17.941 18.1186 15.4114C20.7375 10.659 17.197 4.72501 11.7571 5.00988ZM10.1378 14.9279C9.91184 15.1044 9.69393 15.3452 9.44403 15.4836C9.08217 15.6782 8.97022 15.4756 8.83427 15.1546C8.40644 14.1335 8.35446 12.3942 8.60436 11.325C8.94023 9.8706 10.0618 8.59072 11.6032 8.45431C13.1626 8.31589 14.61 9.11029 15.2637 10.5446C16.7111 13.7363 13.0066 16.8878 10.1378 14.9299V14.9279Z' fill='%23414141'/%3E%3C/svg%3E%0A");
}

.social-item_dzen {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' version='1.1' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%3E%3Crect fill='none' width='24' height='24'/%3E%3Cpath fill='%23414141' d='M10.77 20.23c0,-0.68 -0.03,-0.51 0.37,-0.56 0.24,-0.04 0.64,-0.03 0.82,-0.04 1.82,-0.15 4.08,-0.4 5.47,-1.69 0.51,-0.47 0.92,-0.98 1.24,-1.61 0.77,-1.55 0.89,-3.61 0.97,-5.34 0.01,-0.23 0.14,-0.22 0.36,-0.22 0.46,0 0.34,0.04 0.41,1.01 0.13,1.53 0.21,3.12 0.91,4.51 0.52,1.04 1.25,1.78 2.25,2.34 1.07,0.59 2.99,0.92 4.18,0.97l1.1 0.07c0.41,0.06 0.39,-0.13 0.39,0.56 0,0.21 -0.18,0.16 -0.38,0.17 -0.77,0.03 -1.84,0.13 -2.6,0.23 -1.84,0.26 -3.49,0.92 -4.56,2.49 -0.83,1.22 -1.06,2.73 -1.22,4.18l-0.09 1.33c0,0.13 -0.02,0.16 -0.03,0.26 -0.03,0.42 0.05,0.38 -0.52,0.38 -0.23,0 -0.18,-0.17 -0.2,-0.35l-0.07 -1.06c-0.01,-0.61 -0.21,-2 -0.34,-2.49 -0.31,-1.26 -0.69,-2.12 -1.54,-3 -1.63,-1.67 -4.31,-1.85 -6.52,-1.97 -0.2,-0.01 -0.4,0.05 -0.4,-0.17zm21.23 -1.6c0,1.86 0.01,3.61 -0.17,5.46 -0.15,1.57 -0.63,3.45 -1.56,4.7 -1.15,1.48 -2.36,2.25 -4.19,2.7 -1.18,0.3 -2.86,0.49 -4.09,0.49l-4.03 0c-1.21,0 -3.46,-0.26 -4.6,-0.65 -2.17,-0.73 -3.57,-1.94 -4.46,-4.1 -0.29,-0.7 -0.56,-1.84 -0.65,-2.61 -0.12,-1.07 -0.19,-2.04 -0.24,-3.11 -0.02,-1.61 -0.02,-3.23 0.09,-4.83l0.2 -1.61c0.26,-1.53 0.75,-3.09 1.8,-4.27 0.98,-1.09 1.85,-1.61 3.28,-2.09 1.69,-0.57 4.43,-0.69 6.43,-0.69 2.51,0 6.54,0.03 8.81,1.63 0.93,0.66 1.24,1.14 1.92,2.01 0.43,0.73 0.71,1.43 0.93,2.28 0.41,1.61 0.46,3.07 0.53,4.69z'/%3E%3C/svg%3E");
}

.social-item_rutube {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='1' width='23' height='23' fill='url(%23pattern0_2079_10179)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2079_10179' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2079_10179' transform='scale(0.00625)'/%3E%3C/pattern%3E%3Cimage id='image0_2079_10179' width='160' height='160' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAAALIUlEQVR4AeydC4xcVRnHd6Y77a6aIg8R44I1lkTF+MhKm91hmw1qtagkmFSJ0YhGjVbF+EQ0piDGmmjQgBGNGg0hRhSxirpqfKztzE5Xu9EEKI/wCI9uaXltKYUuy9zlf6CB2eWeO/fec+ac797zb87XmTmP7zvn//1679zH3Fb7+IcKeFSAAHoUn6H7+gggKfCqAAH0Kj+DE0Ay4FUBAuhVfgYPF0DmXoQCBFBEGsKdBAEMN/ciVk4ARaQh3EkQwHBzL2LlBFBEGsKdBAEML/eiVkwARaUjvMkQwPByLmrFBFBUOsKbDAEML+eiVkwARaUjvMkQwPByLmrFTgEUtXJORoQCBFBEGsKdBAEMN/ciVk4ARaQh3EkQwHBzL2LlBNAwDfV6fR62GLrllZEA5lXuuXGHnnure8d6nQIEUKdM+noCmF6r5/UkgM+TJFtFpVIhgNkkW9KbAC6RI9cHAphLtmcGEcBndDD5mwAaqEcADcRTQxcXFw+qV1o+BQhgPt06R93d+YHvlyrQ7RMB7KZQ9/ZbundhD50CBFCnTMp67IJvTdmV3WIUIIAxomSparfb3AJmEWxZXwK4TJCsH6enp/djzCMwlhwKEMAcosUM4VYwRpQ0VQQwjUrd+9zYvQt7xClQXgDjVtujOhyI/LtHrkvvlgBaSPHKlSv/YsFNkC4IoIW0T05O3gc3/B4IEbIWAphVMX3/v+ub2KJTgADqlMlYX61WCWBGzVR3AqhUsGBRFP3DgpvgXBBASylvNpvqtqw/W3Jn4qZQYwmg3XRdaddd+b0RQIs5rtVqv4e7R2EsKRUggCmFStMNp2OOoN+vYCwpFSCAKYXK0I274QxiEcAMYqXpioORnZVK5d40fdmH/19wTxhoNBonA8SKia1YseIUTO50wPxevH4bNgF7CFaqYnULWCplPC9mx44d9wDg3YD5N3i9EHYW7HhM6xWA8mK8PggrfCGABUshILwbUF6E1xMWFxc/iOnfAStsIYCFTV1f39TU1FUA8VVYwidghdwiEkBkrugFEP4Y5yDXYtd8BdYSwQpTCGBhUpU8UZyDnMOueQt6vQv2GKwQhQAWIk3pJ4mt4UQURWdgxD6Y+CIewGI8+LFu+wGVD2Hd18N+C/vc2NhYHfaytDS1Wq3/VavVt6L/4zDRRTyAotXr3eSOhevXwd4DuxRbtAZsFjDeOTo6+pmNGze+EPWJZefOnXvQ4VzYIkxsIYBiUxM7sTU40Ljs8OHDewHjV2J7dFRid/wHnKq5tKNK3FsCKC4lqSZ0DHptA4S7169fP4T32jI3N/dVQHu9toPnBgLoOQGG4Yf7+/v/CxBP0/nZs2fPE+12+6O6dt/1BNB3BszjnwQX/9ywYcMr8RpbcFDyH+yK/xjb6LmSAHpOgKXwJ2Ird93mzZtX6PwBwEt0bSb1pmMJoKmCcsafNjs7+3nddNRWEG3irhsTQGSlROWLw8PDtYT1/CyhzUsTAfQie8+Cnjg4OKjukIkNgJPT4h4hQgBjU1XcSnzX+7Ru9jg5/X+0qZ+P4kVGIYAy8mBzFm/CucGXahyqO2VamjYv1QTQi+y9DVqr1TYmRFCX6BKa3TYVF0C3OhUqGnbDr0mY8A0Jbc6bQgCwiUtRF0s2ZP1yzM/m5bK18Kkrs7oGH/WlBxBbgwb+XCTZms3m+Zjf63GUeg4gML61HjC/HH5iC9oOxDZ4qiw9gJ50zRUWR6nbAch5uQZ3DMI/Ot1BSB8gJ4AdWvHtMgWwJVTXbE0PFF68zO2zHxcWFg4/+0HAG24BBSRh+RSwBdu1vC7j50Fd/1WrVon6vQgB1GXKb/39CeHTNL1A12lyclI9QEnX7Ly+9ADiO0/FuaqGAfE9UJ0wNvIyPj7en+CgndDmtKn0ADpVk8EyK0AAM0vGATYVIIA21aSvzAqUHsAoikT/LFGTMeM542DjSY1vVa29c1o1urTSA1jEgxAAoD2KRVuaYnwQkyaIjT6ZALQR0LWPKCreFhBHwYk/tUyh4cO6Pps2bVqla/NRX3oAfYhqGhMnoscMfWivdhw4cGDA0LfV4QTQqpzmzur1unrigfZabsoI2ruea7WaeuxHSje970YAe69x1wgjIyPHAby3wX6AzttgpkV7wwG2ruqBRep/dBJxRaT0AOL71AVIrO2nV1n1hwMldQvW30Ddp2DGBWu+Wedkenp6f7PZfGcURccBRvUswR+h7z0wL6X0AHpR1X/QG7tNodVqPT41NfUnwPhJ2CmAcQ3+Iaj7Eb+BsdcBYif/1QQBhNrdS7F6AKbMt3MBxrvU/YiAcSvs7EajcTJWvRp2Oux9MPWQo5/j9V+wGdgtsL2wOVjuQgBzSyd24BM40LDyyzeAeAi2G/Zr2DZA+RG8ngl7M+zVsCHYsbDcN3wQQLEc5Z7YX3EVRMQBRpoVEMA0KhWoD3a/1xZoun0EsEjZ6j7XQ/Pz87/r3k1ODwIoJxc2ZrJ1ZmbmoA1HrnwQQFdK9z7ObTgY+J7tML32RwB7rbAb/wfb7fbZbkLZjUIA7erpw9ujCPqOXbt23YTXwhUCWLiULZlwC0e9b8Su1/RnnEucuvxAAF2qbS/WAwDv4wBvFFcwbrfn1r0nAuhe87wR9+L67BWwdwO8lwC8n+R1JGlcCAB6ezoWEr0fZlouiaLoVEA3hEthW2Dq0R2mPsWMlwugJYmwxWgiaV6ejoXY55kuAz7ePjQ0dKepH6njSw+gT+EBvnoo+FUmc8B3vXX79u37lokPyWMJYO+zswUhtHcoo61rAYRfHh0dPbNrxwJ2IIA9Thq+ux3CbvRDpmHg4+qEh4+buvc2ngA6kP7orvgXhqFO6O/vvwY+ct97h7HiCgF0l5LzEcr0+cxn4M9W+ClNIYCOUql2xQj1AVi3ktiO74NfHxsbqyd2KlAjAXSYLECofk/xU8OQVZwXvGbdunXHG/oRMZwAOk7DkSNHPouQprvik/B98Gr4KXwhgI5TODMzo57RbLwrxlHxW/B98ALH07cejgBal7S7w6O7YvWD8O6dE3rg++A3cX5Q/WwyoZfsJgLoKT/YFX8Boe+CmZT+arV67fDw8DEmTnyOJYCe1Fe7YhxMvN80PLaCQwMDA7809eNr/BIAfU0i1LitVmsKa78cZlrOwq5YnWc09eN8PAF0LvnSgKtXr/4Sakx3xX04KPkODkreAF+FKgTQc7omJibmj+6KTZ8LvRK74+3j4+Mv8rykTOEJYCa5etO51Xp6V/x9C97XLCwsXGnBjzMXBNCZ1MmBsCu+ED1s/L7jHHwf/Bh8FaIQQCFpUrtiTOVcmOmuWH0fvAzXi18LX+ILAXw6RTL+wgnq3ZjJd2GmZaDdbm8fGRkZNHXU6/EEsNcKZ/SPE9RfwxDjXTGOik/FSeofwpfoIh5AbBUqJtZoNAp1vRQnqBew3rUwo3UfHf9h0fRhcuIBxBxZSqwAASxxcouwNAJYhCyVeI4EsMTJTbM0330IoO8MBB6fAAYOgO/lE0DfGQg8PgEMHADfyyeAvjMQeHwCGDgAvpfvD0DfK2d8EQoQQBFpCHcSBDDc3ItYOQEUkYZwJ0EAw829iJUTQBFpCHcSBNB97hmxQwEC2CEG37pXgAC615wROxQggB1i8K17BQige80ZsUMBAtghBt+6V4AAutc83IgxKyeAMaKwyp0CBNCd1owUowABjBGFVe4UIIDutGakGAUIYIworHKnAAF0pzUjxSgQCIAxK2eVCAUIoIg0hDsJAhhu7kWsnACKSEO4kyCA4eZexMoJoIg0hDsJAljy3Etf3lMAAAD//+77l68AAAAGSURBVAMAB4i/fYl6phkAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

.social-item:hover {
  background-color: var(--color-red);
}

.social-item_tg:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.96961 11.6646C9.72511 10.0468 12.2294 8.98101 13.4824 8.46563C17.0594 6.99388 17.8031 6.73838 18.2879 6.72963C18.8829 6.72001 19.0404 7.21176 18.9914 7.72451C18.798 9.73876 17.9589 14.6256 17.5319 16.8814C17.1556 18.8738 15.8186 18.0119 14.6111 17.2288C13.4771 16.4938 12.8366 16.037 11.7359 15.3195C10.4645 14.4909 11.2887 14.0359 12.0132 13.2913C12.2031 13.0961 15.4992 10.1325 15.5631 9.86301C15.6156 9.63901 15.417 9.57163 15.2367 9.61276C15.123 9.63813 13.3117 10.822 9.80298 13.1635C9.28848 13.5126 8.82298 13.6824 8.40561 13.6736C7.82811 13.6614 6.42811 13.1635 5.01061 12.3681C4.92573 12.1258 5.35973 11.9044 5.96961 11.6646Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.social-item_vk:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5871 7.19611C20.712 6.75624 20.5871 6.43336 19.9909 6.43336H18.0221C17.5215 6.43336 17.2909 6.71236 17.166 7.01949C17.166 7.01949 16.1647 9.58786 14.745 11.2574C14.2871 11.74 14.0779 11.8941 13.827 11.8941C13.7032 11.8941 13.5142 11.74 13.5142 11.3012V7.19499C13.5142 6.66849 13.3759 6.43336 12.9585 6.43336H9.86475C9.80046 6.43127 9.73639 6.44195 9.67626 6.4648C9.61613 6.48765 9.56113 6.52221 9.51446 6.56648C9.46778 6.61075 9.43036 6.66384 9.40436 6.72267C9.37837 6.78151 9.36431 6.84493 9.363 6.90924C9.363 7.40874 10.0717 7.52461 10.1449 8.92974V11.9819C10.1449 12.6501 10.0301 12.7716 9.78037 12.7716C9.11212 12.7716 7.48875 10.192 6.52575 7.23886C6.33675 6.66511 6.14775 6.43336 5.64487 6.43336H3.675C3.1125 6.43336 3 6.71236 3 7.01949C3 7.56849 3.66712 10.291 6.10837 13.891C7.73625 16.3502 10.0279 17.6834 12.1147 17.6834C13.3669 17.6834 13.521 17.3875 13.521 16.8779V15.0194C13.521 14.4265 13.6402 14.3084 14.0362 14.3084C14.3287 14.3084 14.8294 14.4625 15.9971 15.6471C17.3325 17.0534 17.553 17.6834 18.3034 17.6834H20.2721C20.8346 17.6834 21.1159 17.3875 20.955 16.8036C20.7772 16.2209 20.1394 15.376 19.2934 14.3736C18.8344 13.8032 18.1459 13.189 17.9377 12.8819C17.6452 12.4859 17.7285 12.3104 17.9377 11.9594C17.9377 11.9594 20.3362 8.40436 20.5871 7.19611Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.social-item_max:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7571 5.00988C7.58677 5.22854 4.83386 8.51048 5.00779 12.649C5.08376 14.4605 5.80947 16.0192 5.98141 17.7384C6.02539 18.1838 5.89744 18.7334 6.40924 18.928C7.03899 19.1667 8.0046 18.7655 8.53239 18.3984C8.71232 18.2761 8.88425 18.1336 9.0162 17.9571C9.56198 18.3202 10.0798 18.6712 10.7295 18.8277C13.5904 19.5158 16.7251 17.941 18.1186 15.4114C20.7375 10.659 17.197 4.72501 11.7571 5.00988ZM10.1378 14.9279C9.91184 15.1044 9.69393 15.3452 9.44403 15.4836C9.08217 15.6782 8.97022 15.4756 8.83427 15.1546C8.40644 14.1335 8.35446 12.3942 8.60436 11.325C8.94023 9.8706 10.0618 8.59072 11.6032 8.45431C13.1626 8.31589 14.61 9.11029 15.2637 10.5446C16.7111 13.7363 13.0066 16.8878 10.1378 14.9299V14.9279Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.social-item_dzen:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' version='1.1' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%3E%3Crect fill='none' width='24' height='24'/%3E%3Cpath fill='%23ffffff' d='M10.77 20.23c0,-0.68 -0.03,-0.51 0.37,-0.56 0.24,-0.04 0.64,-0.03 0.82,-0.04 1.82,-0.15 4.08,-0.4 5.47,-1.69 0.51,-0.47 0.92,-0.98 1.24,-1.61 0.77,-1.55 0.89,-3.61 0.97,-5.34 0.01,-0.23 0.14,-0.22 0.36,-0.22 0.46,0 0.34,0.04 0.41,1.01 0.13,1.53 0.21,3.12 0.91,4.51 0.52,1.04 1.25,1.78 2.25,2.34 1.07,0.59 2.99,0.92 4.18,0.97l1.1 0.07c0.41,0.06 0.39,-0.13 0.39,0.56 0,0.21 -0.18,0.16 -0.38,0.17 -0.77,0.03 -1.84,0.13 -2.6,0.23 -1.84,0.26 -3.49,0.92 -4.56,2.49 -0.83,1.22 -1.06,2.73 -1.22,4.18l-0.09 1.33c0,0.13 -0.02,0.16 -0.03,0.26 -0.03,0.42 0.05,0.38 -0.52,0.38 -0.23,0 -0.18,-0.17 -0.2,-0.35l-0.07 -1.06c-0.01,-0.61 -0.21,-2 -0.34,-2.49 -0.31,-1.26 -0.69,-2.12 -1.54,-3 -1.63,-1.67 -4.31,-1.85 -6.52,-1.97 -0.2,-0.01 -0.4,0.05 -0.4,-0.17zm21.23 -1.6c0,1.86 0.01,3.61 -0.17,5.46 -0.15,1.57 -0.63,3.45 -1.56,4.7 -1.15,1.48 -2.36,2.25 -4.19,2.7 -1.18,0.3 -2.86,0.49 -4.09,0.49l-4.03 0c-1.21,0 -3.46,-0.26 -4.6,-0.65 -2.17,-0.73 -3.57,-1.94 -4.46,-4.1 -0.29,-0.7 -0.56,-1.84 -0.65,-2.61 -0.12,-1.07 -0.19,-2.04 -0.24,-3.11 -0.02,-1.61 -0.02,-3.23 0.09,-4.83l0.2 -1.61c0.26,-1.53 0.75,-3.09 1.8,-4.27 0.98,-1.09 1.85,-1.61 3.28,-2.09 1.69,-0.57 4.43,-0.69 6.43,-0.69 2.51,0 6.54,0.03 8.81,1.63 0.93,0.66 1.24,1.14 1.92,2.01 0.43,0.73 0.71,1.43 0.93,2.28 0.41,1.61 0.46,3.07 0.53,4.69z'/%3E%3C/svg%3E");
}

.social-item_rutube:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='1' width='23' height='23' fill='url(%23pattern0_2079_10179)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2079_10179' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2079_10179' transform='scale(0.00625)'/%3E%3C/pattern%3E%3Cimage id='image0_2079_10179' width='160' height='160' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAAAFWUlEQVR42u3da4gVZRzH8e+jZmre0kgjLS0lMsI0MugCYRF2wexdhBEEXbAw6GpEWHSBKCIMsqAiJCJBRExFIZLA8oLRm7YoTLqZkoFtm7dQ/73Y7U2ws7szc3bOnPP9gK+G8zDnOT///2d25jwHJEmSJEmSJEmSJEmSJEmSJEmSJEmSJDW75BQUExHHgeFtH6SUcmVpiBEqrMspyM8AGkADaAANoAygATSABlAD1+kUGMAq/ewUGMAqfecUGMAqfe8UGEArYE15K64EEdEJjG3rIHkrzipoC25fHU6BAazSZ06Ba8Aq14CTgf2uAa2AVU3+AdeBtuCqfeIUGEAD6BqwbdeBY4C/XANaAav6ALqATc6EAazSKqfAFlxlGx4BHARG24KtgFV8CMeAj5wJA2gbtgW3dSv+BZhiCzaAdQ7xVGASMB2YC8wGrgQmGEBVGczzgHuAh4CJBlBVhnEx8BxwgQFUlUG8H3ixyoron2Ha+UoypbeBGcBK4JRXwaqyGt4ErAFG2YJVVQjnABuBcwxg8cmMNszQIWAf3d853gbsAvamlPYPYN5mAbuBkQbQAJblR+A14L2U0uF+zN1CYN1gfM5ehLSHacAKYF9ELOtHKNb3BNaLECtgQ3wJLEop/Zoxf8N7WvGltmAD2AgHgBtSSh0ZczgP2GkLViNMBj6NiOkZ4dgFbLAFWwEbqQOYnVI6WUUVtALqEuCRPqrg3mY7aQPYWh6LiNMyjr9rANVIZwN3ZRzf7BrQNWCjfZVSmtvLXA4B/gTGuAZUo8yJiEm9hOQUsN0WrEa7MePYNwZQjXZxxrGvm+lEh7XBh/E5zb9x0ATgOsq7XTYj49hvBnBwbUspPVuHE42IRcA7FH+0/tyMY78bQPV2JbkuIk4AHxccalJdAugasPlCuKGEC4XxGccOG0D1ZUfB12c9BX3EAKovBwu+flRGhT1mAAe5q9XwnAt/tTIistb3Jw2gZABlAGUAW1y04zmnlE5kHB5qAL0IyXUVO1gXMQawvStg0d1VD2VcHZ9uANWXawu+PutuxwgDKDIq1DKy7+X2R1fGsTOb6f36MEJzhG4CcDlwG/BgCUNmPXBwlO5fdJrfDNXQ74S0ppUppSV9zOvInhDeCtwCTC141Z0rS1bA1tTRj8AcpXsPwY09gTwfmPO/fw3/qQkrYGuan1LaWsLcjwEuonsT9AuBmXTv0DWW7p8jGw2cAYx3cyL95x9gXLM99eJVcPvYUpfwGcDWtLZOJ2sLbi1dwNSUUqcVUFVYXqfwWQFby56U0sy6nbQVsDV0AgvreOIGsP7+BhaklL41gBps24HLUko76voGDGA9/QHcl1K6KqX0Q53fiPeC62MfsB7Y1LN7Qktwd6zGeoDiz/Y9D6xKKe3x/2AForiXKzz3BSWc/86IGNqqn69rwAZKKW0GPig4zDzgJQOovJZQfEu0JyJivgFUnirYBdxdwlCre9t83ACqP634/YLDnAWsiYhkAJXHUorvz3wNsNwAKm8rXlzCUM9ExNUGUHlCuJXuTciLfmZrImKiAVQeD5fQiicDqw2g8lTBIyW14usj4kkDqLyt+K0ShnohIq4wgMrjUeCngmMMA9ZGxDgDqDyt+M4ShpoCfGgAlSeEXwBvlDDUzRGx1AAqj8dLaMUAr0TEbAOogVbB4z2tuOi3/4YD6yJitAFUnlb8eglDTQNWGUDl8RRQxvc7bo+Iew2g8rTiOyhnU/UVETHLAGqgIdwNvFrCUCN61oMjDaAG6umSWvFM4E2nU5IkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSVJT+RdhuvCz4dCQ3wAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

.contacts__list {
  display: flex;
  flex-direction: column;
}

.contacts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.contacts__item {
  padding: 16px 10px;
  border-top: 1px solid var(--color-border);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  text-transform: uppercase;
  transition:
    background-color 0.15s,
    color 0.15s;
  @media (width < 1024px) {
    text-transform: none;
  }
}

.contacts__item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.contacts__item > *:last-child {
  justify-self: end;
}

.contacts__item-link {
  text-decoration: underline;
  text-decoration-color: var(--color-red);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-transform: none;
  transition:
    text-decoration-color 0.15s,
    color 0.15s;
}

.contacts__item-link:hover {
  color: var(--color-text-light);
}

.contacts__item-link[download] {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  position: relative;
}

.contacts__item-link[download]::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9V31C8 32.8856 8 33.8284 8.58579 34.4142C9.17157 35 10.1144 35 12 35H27C28.8856 35 29.8284 35 30.4142 34.4142C31 33.8284 31 32.8856 31 31V13L23 5H12C10.1144 5 9.17157 5 8.58579 5.58579C8 6.17157 8 7.11438 8 9Z' fill='%23E95753'/%3E%3Cpath d='M23 9V5L31 13H27C25.1144 13 24.1716 13 23.5858 12.4142C23 11.8284 23 10.8856 23 9Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contacts__item-link[download]::after {
  content: attr(data-type);
  position: absolute;
  bottom: 11px;
  left: 9px;
  color: white;
  font-size: 6.5px;
  line-height: 1.1;
  font-weight: 600;
  max-width: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.contacts__item-socials {
  display: flex;
  gap: 5px;
  align-items: center;
}

.contacts__item div:empty {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .contacts__item:hover {
    background-color: var(--color-white);
  } /*

  .contacts__item:has(.contacts__item-details):hover {
    background-color: transparent;
    color: var(--color-dark);
  }

  .contacts__item:hover .contacts__item-link {
    text-decoration-color: var(--color-white);
  }

  .contacts__item:hover .contacts__item-link:hover {
    text-decoration-color: var(--color-dark);
    color: var(--color-white);
  }

  .contacts__item:hover .contacts__item-link[download]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9V31C8 32.8856 8 33.8284 8.58579 34.4142C9.17157 35 10.1144 35 12 35H27C28.8856 35 29.8284 35 30.4142 34.4142C31 33.8284 31 32.8856 31 31V13L23 5H12C10.1144 5 9.17157 5 8.58579 5.58579C8 6.17157 8 7.11438 8 9Z' fill='white'/%3E%3Cpath d='M23 9V5L31 13H27C25.1144 13 24.1716 13 23.5858 12.4142C23 11.8284 23 10.8856 23 9Z' fill='%23414141'/%3E%3C/svg%3E%0A");
  }

  .contacts__item:hover .contacts__item-link[download]::after {
    color: var(--color-dark);
  } */
}

.contacts__grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 173px;
  padding: 24px;
  gap: 20px;
  background-color: var(--color-white);
  padding-bottom: 30px;
  position: relative;
  transition: border-color 0.15s ease;
  @media (width < 768px) {
    padding: 16px;
    padding-bottom: 22px;
    min-height: 100px;
  }
}

.contacts__grid-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background-color: var(--color-red);
  transition: width 0.15s ease;
}

.contacts__grid-item:hover::after {
  width: 100%;
}

.contacts__grid-item-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.contacts__grid-item-footer-socials {
  display: flex;
  gap: 5px;
  align-items: center;
}

.contacts__item:has(.contacts__item-details) {
  position: relative;
}

.contacts__item-details {
  text-transform: none;
}

.contacts__item-details .button {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  width: fit-content;
  margin-top: 40px;
}

.contacts__item-details p:has(b) {
  margin-top: 20px;
}

.contacts__item-details_collapsed {
  max-height: 2em;
  max-height: 2lh;
  transition: max-height 0.15s ease;
  overflow: hidden;
}

.contacts__item-arrow {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='40' width='40' height='40' rx='4' transform='rotate(90 40 0)' fill='%23E0E5EB'/%3E%3Cpath d='M31 14.9238L19.75 26.0008L8.5 14.9238' stroke='%23414141' stroke-width='2'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  border: none;
  transition: background-image 0.15s ease;
}

.contacts__item-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='40' width='40' height='40' rx='4' transform='rotate(90 40 0)' fill='%23e95753'/%3E%3Cpath d='M31 14.9238L19.75 26.0008L8.5 14.9238' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.contacts__item-arrow.active {
  transform: rotate(180deg);
}

@media screen and (width < 1440px) {
  .contacts__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .contacts__item.contacts__grid {
    grid-template-columns: 1fr;
  }
  .contacts__item-title {
    font-weight: 600;
  }
  .contacts__item:has(.contacts__item-details) > .contacts__item-title {
    height: 40px;
    display: flex;
    align-items: center;
  }
  .contacts__item-details_collapsed {
    max-height: 0;
  }
  .contacts__item > *:last-child {
    justify-self: start;
  }
  .contacts__item-arrow {
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media screen and (width < 1024px) {
  .contacts__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .contacts__grid-item {
    padding: 16px;
  }
  .contacts__item-title {
    text-transform: uppercase;
  }
}

/* NEWS DETAIL */

.news-detail + section {
  background: var(--color-white);
}

.news-detail__container {
  position: relative;
}

.news-detail__date {
  display: block;
  padding-bottom: var(--gap-section);
  margin-bottom: var(--gap-section);
  border-bottom: 1px solid var(--color-border);
  width: 100%;
  @media (width < 1024px) {
    padding-bottom: 0;
    border: none;
  }
}

.news-detail__highlight {
  font-size: 24px;
  margin-bottom: 24px;
  @media (width < 1024px) {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.news-detail__sidebar {
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 20px;
  position: sticky;
  top: 35px;
  padding-top: 65px;
}

.news-detail__contents {
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-detail__contents-title {
  text-transform: uppercase;
  color: var(--color-text-light);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.news-detail__contents-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-detail__contents-link {
  display: block;
  color: var(--color-text-muted);
  text-decoration: none;
  padding-left: 26px;
  position: relative;
  line-height: 24px;
  font-weight: 400;
}

.news-detail__contents-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--color-black-15);
}

.news-detail__contents-link.active {
  color: var(--color-text-dark);
  font-weight: 500;
  pointer-events: none;
}
.news-detail__contents-link.active::before {
  background: var(--color-red);
}

.news-detail__highlight,
.news-detail__text h2 {
  scroll-margin-top: 100px;
}

.news-detail__share-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-detail__share-block p {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.36px;
}

.news-detail__share-icons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.news-detail__back-link {
  margin-top: 20px;
}

.news-detail__video-slider .swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  line-height: 0;
}

.news-detail__video-slider .swiper-slide iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  background: var(--color-white);
}

/* FILE */

.files-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.file {
  background: var(--color-white);
  border-radius: var(--radius-sm);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.file__container {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.file__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.0547V27.3404C11 29.226 11 30.1688 11.5858 30.7546C12.1716 31.3404 13.1144 31.3404 15 31.3404H24.3333C26.219 31.3404 27.1618 31.3404 27.7475 30.7546C28.3333 30.1688 28.3333 29.226 28.3333 27.3404V16.4076C28.3333 15.5303 28.3333 15.0916 28.1603 14.7032C27.9873 14.3147 27.6613 14.0213 27.0092 13.4344L23.2838 10.0815C22.7198 9.57397 22.4379 9.32021 22.0919 9.18745C21.7459 9.05469 21.3666 9.05469 20.6079 9.05469H15C13.1144 9.05469 12.1716 9.05469 11.5858 9.64047C11 10.2263 11 11.1691 11 13.0547Z' stroke='%23E95753' stroke-width='2'/%3E%3Cpath d='M20.9062 9.05469V12.4833C20.9062 14.3689 20.9062 15.3117 21.492 15.8975C22.0778 16.4833 23.0206 16.4833 24.9062 16.4833H28.3348' stroke='%23E95753' stroke-width='2'/%3E%3Cpath d='M16 27.0547H19.5M16 22.5547H23M16 18.0547H17.1667' stroke='%23E95753' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.file__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.file__name,
a.file__name {
  color: var(--color-text-dark);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.141px;
  text-decoration: underline;
  text-decoration-color: transparent;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: text-decoration-color 0.15s;
}

.file__name:hover,
a.file__name:hover {
  text-decoration-color: var(--color-red);
}

.file__size {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  letter-spacing: 0.117px;
}

.file__download {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background-color: var(--color-border);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_2948)'%3E%3Cpath d='M12 3V15.5M17 10.7988L12 15.5L7 10.7988' stroke='%233F3F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14V17C3 18.8856 3 19.8284 3.58579 20.4142C4.17157 21 5.11438 21 7 21H17C18.8856 21 19.8284 21 20.4142 20.4142C21 19.8284 21 18.8856 21 17V14' stroke='%233F3F3F' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_2948'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s;
}

.file__download:hover {
  background-color: var(--color-red);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_2948)'%3E%3Cpath d='M12 3V15.5M17 10.7988L12 15.5L7 10.7988' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14V17C3 18.8856 3 19.8284 3.58579 20.4142C4.17157 21 5.11438 21 7 21H17C18.8856 21 19.8284 21 20.4142 20.4142C21 19.8284 21 18.8856 21 17V14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_2948'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

/* End */
/* /assets/fonts/fonts.css?17854669421139 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?17858188724563 */
/* /local/templates/.default/components/bitrix/search.title/inline.search/style.css?17882388601176 */
/* /assets/css/vendor/daterangepicker.css?17719055137735 */
/* /assets/css/forms.css?178912040837319 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/form/style.css?1781495070437 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/form/user_consent.css?17871433694696 */
/* /local/templates/krom/styles.css?179007683423900 */
/* /local/templates/krom/template_styles.css?179007121393464 */
