@charset "UTF-8";
@font-face {
  font-family: "Vela Sans";
  src: local("Vela Sans ExtraLight"), url("../fonts/velasans/VelaSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  src: local("Vela Sans Light"), url("../fonts/velasans/VelaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  src: local("Vela Sans Regular"), url("../fonts/velasans/VelaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  src: local("Vela Sans Medium"), url("../fonts/velasans/VelaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  src: local("Vela Sans SemiBold"), url("../fonts/velasans/VelaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  src: local("Vela Sans Bold"), url("../fonts/velasans/VelaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  src: local("Vela Sans ExtraBold"), url("../fonts/velasans/VelaSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}


.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: rgb(107, 180, 214);
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: rgb(112, 204, 213);
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  color: white !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

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

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
  font-family: "Vela Sans", sans-serif;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

section {
  position: relative;
  z-index: 2;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
  color: #000;
}
body.is-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

p:last-child {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.container {
  max-width: 1536px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70.66%);
  backdrop-filter: blur(8.5px);
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.overlay.is-modal {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}

input {
  height: 40px;
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(71, 87, 96, 0.25);
  outline: none;
  transition: 0.3s;
}
input:focus {
  border-color: rgb(38, 107, 149);
}
input::placeholder {
  color: rgb(109, 109, 109);
  font-size: var(--Size-UI, 14px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.14px;
}

textarea {
  height: 94px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(71, 87, 96, 0.25);
  outline: none;
  transition: 0.3s;
}
textarea:focus {
  border-color: rgb(38, 107, 149);
}
textarea::placeholder {
  color: rgb(109, 109, 109);
  font-size: var(--Size-UI, 14px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.14px;
}

.btn {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid var(--Gray-100, #e7e7e7);
  background: var(--White, #fff);
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover, .btn.is-active {
  border-color: var(---100, #e8eff6);
  background: var(---100, #e8eff6);
  color: var(--Blue-600-Main, #266b95);
}
.btn-primary {
  border-color: var(--3, #266b95);
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.btn-primary:hover, .btn-primary.is-active {
  border-color: var(--Blue-700, #225c82);
  background: var(--Blue-700, #225c82);
  color: var(--1, #fff);
}
.btn-primary:hover span, .btn-primary.is-active span {
  color: inherit;
}
.btn-gray {
  border-radius: 2px;
  border: 1px solid var(--Gray-100, #e7e7e7);
  background: var(--Gray-50, #f6f6f6);
  color: var(--Gray-700-Main, #555);
}
.btn-gray:hover {
  border: 1px solid var(--Gray-100, #e7e7e7);
  background: var(--Gray-100, #e7e7e7);
  color: var(--Gray-700-Main, #555);
}
.btn-tab {
  color: rgb(85, 85, 85);
  background: rgb(255, 255, 255);
  border: none;
}
.btn-tab.is-active, .btn-tab:hover {
  color: rgb(255, 255, 255);
  background: rgb(38, 107, 149);
}
.btn-more {
  width: 100%;
  color: rgb(85, 85, 85);
  background: rgb(255, 255, 255);
  border: none;
}
.btn-more.is-active, .btn-more:hover {
  color: rgb(255, 255, 255);
  background: rgb(38, 107, 149);
}
.btn-radio {
  color: rgb(38, 38, 38);
  background: rgb(255, 255, 255);
  border-color: rgb(209, 209, 209);
}
.btn-radio.is-active, .btn-radio:hover {
  color: rgb(255, 255, 255);
  background: rgb(38, 107, 149);
  border-color: rgb(38, 107, 149);
}
.btn-large {
  height: 56px;
}
.btn-big {
  font-size: 16px;
}
.btn-middle {
  height: 44px;
}
.btn-arrow {
  padding-left: 16px;
  padding-right: 12px;
}
.btn-arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M10 8L14 12L10 16' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.btn-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M10 8L14 12L10 16' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.btn-count {
  border-color: rgb(209, 209, 209);
  background: white;
  color: rgb(2, 6, 23);
}
.btn-count:hover {
  border-color: var(--Blue-700, rgb(38, 107, 149));
  background: var(--Blue-700, rgb(38, 107, 149));
  color: var(--1, #fff);
}
.btn-count:hover span {
  color: inherit;
}

.js-scroll-effect {
  display: flex;
  overflow-x: auto;
  /* Ставим auto, так как плавность теперь берет на себя JS-функция */
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* Опционально: скрываем полосу прокрутки, если она портит дизайн */
.js-scroll-effect::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  p {
    font-size: 14px;
  }
  input {
    padding: 0 20px;
    font-size: 16px;
  }
  input::placeholder {
    font-size: 16px;
  }
  .btn-big {
    font-size: 14px;
  }
  body {
    padding-bottom: 50px;
  }
}
.pg-title {
  font-size: 2.625rem;
}

.pg-subtitle {
  font-size: 2rem;
}

.pg-sub {
  font-size: 2rem;
}

.pg-p {
  font-size: 1rem;
}

.pg-bigp {
  font-size: 1.125rem;
}

.pg-big {
  font-size: 1.5rem;
}

.pg-h4 {
  font-size: 1.75rem;
}

.about-intro .page-heading__body {
  background: transparent;
}
.about-intro .page-heading__title {
  padding-left: 8px;
  max-width: 769px;
  color: #ffffff;
  margin-bottom: 10px;
}
.about-intro .page-heading__text {
  padding-left: 8px;
  display: inline-block;
  color: #ffffff;
}
.about-intro .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.7);
}
.about-intro .breadcrumbs__link:hover {
  color: rgb(255, 255, 255);
}
.about-intro .breadcrumbs__item:not(:last-child)::after {
  color: rgb(255, 255, 255);
}
.about-intro__body {
  position: relative;
}
.about-intro__main {
  padding: 0 0 60px;
  min-height: 623px;
  position: relative;
  z-index: 2;
}
.about-intro__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 110%;
  max-width: 750px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.about-intro__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
  max-width: 473px;
  display: block;
}
.about-intro__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-intro__slider-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 3;
  display: flex;
  gap: 10px;
}
.about-intro__slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: rgb(255, 255, 255);
  border-radius: 0;
  opacity: 1;
}
.about-intro__slider-pagination .swiper-pagination-bullet-active {
  background: rgb(38, 107, 149);
}
.about-intro__card {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-intro__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.6) 0%, rgba(34, 35, 39, 0) 100%);
  z-index: 2;
}
.about-intro__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-info__body {
  padding: 48px 36px;
  background: white;
}
.about-info__rows {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.about-info__row {
  display: flex;
  gap: 23px;
}
.about-info__row-left {
  width: 25%;
}
.about-info__row-right {
  width: 75%;
}
.about-info__label {
  font-weight: 500;
  line-height: 133%;
  color: rgb(85, 85, 85);
}
.about-info__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 112%;
  color: rgb(85, 85, 85);
  margin-bottom: 30px;
}
.about-info__title:last-child {
  margin-bottom: 0;
}
.about-info__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: rgb(85, 85, 85);
  margin-bottom: 30px;
  display: block;
}
.about-info__text:last-child {
  margin-bottom: 0;
}
.about-info__block {
  min-height: 614px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
.about-info__block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about-info__block-content {
  padding: 24px;
  max-width: 533px;
}
.about-info__block-title {
  font-weight: 500;
  line-height: 130%;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.about-info__block-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}
.about-info__video {
  position: relative;
  padding-bottom: 53%;
  z-index: 2;
}
.about-info__video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.6) 0%, rgba(34, 35, 39, 0) 100%);
  z-index: 2;
}
.about-info__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about-info__keys {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1px;
  gap: 1px;
  background: rgb(245, 245, 245);
}
.about-info__key {
  position: relative;
  min-height: 236px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  background: white;
  z-index: 2;
}
.about-info__key-bg::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.6) 0%, rgba(34, 35, 39, 0) 39.84%, rgba(34, 35, 39, 0) 73.89%, rgba(34, 35, 39, 0.6) 100%);
  z-index: -1;
}
.about-info__key-bg img {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  z-index: -2;
}
.about-info__key-num {
  margin-bottom: auto;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}
.about-info__key-name {
  font-weight: 500;
  line-height: 130%;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
.about-info__key-text {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
}
.about-info__line {
  padding: 24px 0;
  display: flex;
  gap: 24px;
  align-items: center;
  border-top: 1px solid rgb(231, 231, 231);
}
.about-info__line-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about-info__line-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgb(85, 85, 85);
}
.about-info__line-num {
  min-width: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgb(38, 107, 149);
}
.about-info__line-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
}
.about-info__line-left, .about-info__line-right {
  width: 50%;
}
.about-info__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 5px;
  row-gap: 2px;
  margin-bottom: 30px;
}
.about-info__gallery-img {
  position: relative;
  padding-bottom: 45%;
}
.about-info__gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-info__gallery-img:nth-child(1) {
  grid-column: 1;
  grid-row: span 3;
}
.about-info__gallery-img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.about-info__gallery-img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.about-info__gallery-img:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
.about-catalog__top {
  margin-bottom: 2px;
}
.about-catalog__intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  position: relative;
  z-index: 2;
  min-height: 421px;
  overflow: hidden;
}
.about-catalog__intro:hover img {
  transform: scale(1.1);
}
.about-catalog__intro-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.8) 0%, rgba(34, 35, 39, 0) 100%);
  z-index: -1;
  transform: rotate(180deg);
}
.about-catalog__intro-bg img {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.about-catalog__intro-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-catalog__intro-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 112%;
  text-align: center;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}
.about-catalog__intro-text {
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
}
.about-catalog__intro-btn {
  padding: 0 16px;
}
.about-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.about-catalog__card {
  min-height: 473px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-catalog__card::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='2' fill='%23262626'/%3E%3Cpath d='M13 23L23 13M23 13H13M23 13V23' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  opacity: 0;
  visibility: hidden;
}
.about-catalog__card:hover::before {
  opacity: 1;
  visibility: visible;
}
.about-catalog__card:hover img {
  transform: scale(1.1);
}
.about-catalog__card-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.6) 0%, rgba(34, 35, 39, 0) 100%);
  z-index: -1;
  transform: rotate(180deg);
}
.about-catalog__card-bg img {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.about-catalog__card-name {
  font-weight: 500;
  line-height: 130%;
  color: rgb(255, 255, 255);
}

@media (max-width: 1439px) {
  .about-info__title {
    font-size: 28px;
  }
  .about-info__text {
    font-size: 16px;
  }
  .about-info__block {
    min-height: 450px;
  }
  .about-info__line {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .about-info__row {
    flex-direction: column;
  }
  .about-info__row-left {
    width: 100%;
  }
  .about-info__row-right {
    width: 100%;
  }
  .about-info__body {
    padding: 32px 16px;
  }
  .about-info__title {
    font-size: 24px;
  }
  .about-info__keys {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-info__line {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .about-info__line-left,
  .about-info__line-right {
    width: 100%;
  }
  .about-info__line-num {
    position: absolute;
    top: 24px;
    right: 0;
  }
  .about-info__gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-info__gallery-img:nth-child(1),
  .about-info__gallery-img:nth-child(2),
  .about-info__gallery-img:nth-child(3),
  .about-info__gallery-img:nth-child(4) {
    grid-column: initial;
    grid-row: initial;
  }
  .about-intro__main {
    min-height: 450px;
  }
  .about-intro .page-heading__title,
  .about-intro .page-heading__text {
    padding-left: 0;
  }
  .about-intro .page-heading__content {
    padding: 12px 12px 20px;
  }
  .about-info__body {
    padding: 32px 12px;
  }
  .about-info__block-content {
    padding: 24px 16px;
  }
  .about-catalog__intro-title {
    font-size: 24px;
  }
  .about-catalog__intro,
  .about-catalog__card {
    min-height: 345px;
  }
  .about-catalog__card-name {
    font-size: 18px;
  }
  .about-catalog__intro-bg::before {
    background: linear-gradient(180deg, rgba(34, 35, 39, 0.8) 0%, rgba(34, 35, 39, 0.2) 100%);
  }
  .about-catalog__intro-btn {
    width: 100%;
  }
  .about-catalog__intro {
    padding: 30px 20px;
  }
}
.auth__body {
  min-height: 800px;
  padding: 30px;
  background: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal.is-active {
  display: flex;
  pointer-events: auto;
}
.modal__form {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 380px;
  width: 100%;
  background: #fff;
  padding: 30px;
  pointer-events: all;
}
.modal__head {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal__title {
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}
.modal__icon {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.modal__desc {
  color: var(--black, #333);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.modal .feedback-form__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.modal__btn {
  width: 100%;
}
.modal__close {
  position: absolute;
  top: 0;
  right: -40px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23262626'/%3E%3Cpath d='M10 20L20 10M10 10L20 20' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
.modal__grid input {
  height: 56px;
  text-align: center;
}
.modal__grid input:focus {
  border-radius: 2px;
  border: 1.5px solid var(--Blue-600-Main, #266b95);
  background: var(--White, #fff);
}
.modal__msg {
  display: block;
  margin-top: 20px;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
}
.modal__msg a {
  display: inline-block;
  color: var(--Blue-700, #225c82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

@media (max-width: 767px) {
  .modal__close {
    top: -40px;
    right: 50%;
    transform: translateX(50%);
  }
}
.blog {
  margin-bottom: 20px;
}
.blog .breadcrumbs {
  padding-left: 16px;
  padding-right: 16px;
}
.blog__head {
  padding: 12px 16px 30px;
  border-bottom: 2px solid rgb(245, 245, 245);
  background: white;
}
.blog__body {
  border-bottom: 2px solid rgb(245, 245, 245);
  background: white;
}
.blog__title {
  font-weight: 500;
  line-height: 110%;
  color: rgb(85, 85, 85);
}
.blog-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-bottom: 2px solid rgb(245, 245, 245);
  padding-left: 12px;
  border-top: 2px solid #f5f5f5;
}
.blog-panel__right {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.blog-tabs {
  display: flex;
  gap: 2px;
}
.blog-tab {
  height: 44px;
  cursor: pointer;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(85, 85, 85);
}
.blog-tab.is-active, .blog-tab:hover {
  color: rgb(255, 255, 255);
  background: rgb(38, 107, 149);
}
.blog-search {
  position: relative;
  max-width: 482px;
  width: 100%;
}
.blog-search::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23888888' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.blog-search__input {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  height: 44px;
  width: 100%;
  padding-left: 46px;
  padding-right: 10px;
  border: none;
}
.blog-search__input::placeholder {
  color: rgb(136, 136, 136);
}
.blog-view {
  display: flex;
  gap: 2px;
}
.blog-view__btn {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 2px;
  transition: 0.3s;
}
.blog-view__btn:hover, .blog-view__btn.is-active {
  background: rgb(38, 107, 149);
}
.blog-view__btn.is-list {
  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='M3 10.0001L21 10V6C19.4379 6 4.5621 6.00007 3 6.00007V10.0001Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18.0001H21V14.0001C19.4379 14.0001 4.5621 14.0001 3 14.0001V18.0001Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.blog-view__btn.is-list:hover, .blog-view__btn.is-list.is-active {
  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='M3 10.0001L21 10V6C19.4379 6 4.5621 6.00007 3 6.00007V10.0001Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18.0001H21V14.0001C19.4379 14.0001 4.5621 14.0001 3 14.0001V18.0001Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.blog-view__btn.is-grid {
  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='M3 10H7V6C5.4379 6 4.5621 6 3 6V10Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10H14V6H10V10Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 10H21V6H17V10Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18H7V14H3V18Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 18H14V14C12.4379 14 11.5621 14 10 14V18Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 18H21V14C19.4379 14 18.5621 14 17 14V18Z' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.blog-view__btn.is-grid:hover, .blog-view__btn.is-grid.is-active {
  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='M3 10H7V6C5.4379 6 4.5621 6 3 6V10Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10H14V6H10V10Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 10H21V6H17V10Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18H7V14H3V18Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 18H14V14C12.4379 14 11.5621 14 10 14V18Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 18H21V14C19.4379 14 18.5621 14 17 14V18Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.blog-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2px;
  background: rgb(245, 245, 245);
}
.blog-cards.is-grid {
  grid-template-columns: repeat(4, 1fr);
}
.blog-cards.is-list .blog-card {
  flex-direction: row-reverse;
  padding: 24px;
  gap: 70px;
  align-items: center;
}
.blog-cards.is-list .blog-card:hover {
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
}
.blog-cards.is-list .blog-card__head {
  min-height: 300px;
  width: 38%;
  padding-bottom: 0;
}
.blog-cards.is-list .blog-card__body {
  width: 62%;
  position: relative;
  padding-left: 96px;
}
.blog-cards.is-list .blog-card__name {
  font-size: 32px;
  margin-bottom: 16px;
}
.blog-cards.is-list .blog-card__desc {
  font-size: 16px;
}
.blog-cards.is-list .blog-card__info {
  margin-top: 0;
  order: -1;
  margin-bottom: 8px;
}
.blog-cards.is-list .blog-card__info-item:first-child {
  color: rgb(38, 107, 149);
  padding-right: 0;
}
.blog-cards.is-list .blog-card__info-item:first-child::before {
  display: none;
}
.blog-cards.is-list .blog-card__info-item:nth-child(2) {
  position: absolute;
  top: 20px;
  left: 0;
}
.blog-cards.is-list .blog-card__date {
  display: flex;
  flex-direction: column;
}
.blog-cards.is-list .blog-card__date-num {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(38, 107, 149);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 32px;
  line-height: 122%;
  text-align: center;
  margin-bottom: 6px;
}
.blog-cards.is-list .blog-card__date-month, .blog-cards.is-list .blog-card__date-year {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(85, 85, 85);
}
.blog-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: white;
  transition: 0.3s;
  height: 100%;
}
.blog-card.is-list {
  flex-direction: row-reverse;
  padding: 24px;
  gap: 70px;
  align-items: center;
}
.blog-card.is-list:hover {
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
}
.blog-card.is-list .blog-card__head {
  min-height: 300px;
  width: 38%;
  padding-bottom: 0;
}
.blog-card.is-list .blog-card__body {
  width: 62%;
  position: relative;
  padding-left: 96px;
}
.blog-card.is-list .blog-card__name {
  font-size: 32px;
  margin-bottom: 16px;
}
.blog-card.is-list .blog-card__desc {
  font-size: 16px;
}
.blog-card.is-list .blog-card__info {
  margin-top: 0;
  order: -1;
  margin-bottom: 8px;
}
.blog-card.is-list .blog-card__info-item:first-child {
  color: rgb(38, 107, 149);
  padding-right: 0;
}
.blog-card.is-list .blog-card__info-item:first-child::before {
  display: none;
}
.blog-card.is-list .blog-card__info-item:nth-child(2) {
  position: absolute;
  top: 20px;
  left: 0;
}
.blog-card.is-list .blog-card__date {
  display: flex;
  flex-direction: column;
}
.blog-card.is-list .blog-card__date-num {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(38, 107, 149);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 32px;
  line-height: 122%;
  text-align: center;
  margin-bottom: 6px;
}
.blog-card.is-list .blog-card__date-month, .blog-card.is-list .blog-card__date-year {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(85, 85, 85);
}
.blog-card:hover {
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
  z-index: 5;
  position: relative;
}
.blog-card:hover .blog-card__name {
  color: rgb(38, 107, 149);
}
.blog-card__head {
  position: relative;
  padding-bottom: 67%;
}
.blog-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__body {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.blog-card__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgb(85, 85, 85);
  margin-bottom: 12px;
  transition: 0.3s;
}
.blog-card__name.no-transition {
  transition: none;
}
.blog-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(85, 85, 85);
  margin-bottom: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.blog-card__info-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(136, 136, 136);
}
.blog-card__info-item:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
.blog-card__info-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: rgb(136, 136, 136);
}
.blog-card__date {
  white-space: nowrap;
}
.blog__more {
  border-bottom: 2px solid #f5f5f5;
}

@media (max-width: 1439px) {
  .blog-view {
    display: none;
  }
  .blog-cards.is-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .blog .blog-panel {
    flex-direction: column;
  }
  .blog .blog-panel__left {
    width: 100%;
  }
  .blog .blog-panel__right {
    width: 100%;
    flex: auto;
    justify-content: flex-start;
  }
  .blog .blog-search {
    max-width: 100%;
    width: 100%;
  }
  .blog .blog-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .blog-cards.is-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-tab {
    font-size: 14px;
  }
  .blog-cards.is-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-card__info-item {
    font-size: 10px;
  }
  .blog-card__name {
    font-size: 18px;
  }
  .blog-card__desc {
    font-size: 12px;
  }
  .blog-card__head {
    padding-bottom: 60%;
  }
  .blog-card {
    padding: 12px;
  }
}
.breadcrumbs {
  padding: 12px 16px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 21px;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child):after {
  content: "/";
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  top: 3px;
  right: -13px;
}
.breadcrumbs__link {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.breadcrumbs__link:is(a):hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 8px 12px;
  }
  .breadcrumbs__link {
    font-size: 10px;
  }
}
.buyers {
  margin-bottom: 20px;
}
.buyers .breadcrumbs {
  padding-left: 12px;
  padding-right: 12px;
}
.buyers__head {
  padding: 12px 12px 30px;
}
.buyers__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 110%;
  color: rgb(85, 85, 85);
}
.buyers__body {
  display: flex;
  background: white;
}
.buyers__left {
  width: 377px;
  flex: 0 0 377px;
  padding-bottom: 40px;
}
.buyers__right {
  flex: 1 1 auto;
  border: 1px solid rgb(245, 245, 245);
  padding: 40px;
  border-right: none;
}
.buyers__tabs {
  border-top: 1px solid rgb(245, 245, 245);
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
}
.buyers-tab {
  padding: 0 20px;
  cursor: pointer;
  justify-content: flex-start;
}
.buyers-tab.is-active, .buyers-tab:hover {
  background: rgb(38, 107, 149);
  color: white;
}
.buyers__content {
  display: none;
}
.buyers__content *:last-child {
  margin-bottom: 0 !important;
}
.buyers__content.is-active {
  display: block;
}
.buyers__content h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: rgb(85, 85, 85);
  margin-bottom: 20px;
}
.buyers__content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgb(85, 85, 85);
  margin-bottom: 20px;
}
.buyers__content p + h2,
.buyers__content p + h3 {
  margin-top: 30px;
}
.buyers__content p,
.buyers__content li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgb(85, 85, 85);
}
.buyers__content p {
  margin-bottom: 20px;
}
.buyers__content ul,
.buyers__content ol {
  margin-bottom: 30px;
}
.buyers__content ul li {
  padding-left: 24px;
  position: relative;
}
.buyers__content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  background: rgb(85, 85, 85);
  border-radius: 50%;
  left: 10px;
}
.buyers__content ul p {
  display: inline;
}
.buyers__content ol {
  list-style: decimal;
  list-style-position: inside;
}
.buyers__content table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  margin-bottom: 30px;
}
.buyers__content table thead th {
  background: rgb(240, 240, 240);
  text-align: left;
  padding: 10px;
  border: 1px solid rgb(255, 255, 255);
  border-bottom: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(85, 85, 85);
}
.buyers__content table tbody td {
  background: #fff;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  border: 1px solid rgb(231, 231, 231);
}
.buyers__content table td:first-child,
.buyers__content table th:first-child {
  width: 50%;
}
.buyers__tip {
  padding: 20px;
  background: rgb(240, 240, 240);
  margin-bottom: 30px;
}
.buyers__tip h3 {
  margin-bottom: 12px;
}

@media (max-width: 1439px) {
  .buyers__left {
    width: 300px;
    flex: 0 0 300px;
  }
  .buyers__right {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .buyers__left {
    width: 240px;
    flex: 0 0 240px;
  }
  .buyers-tab {
    height: auto;
    min-height: 42px;
    padding: 10px 20px;
  }
  .buyers__right {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .buyers__body {
    flex-direction: column;
  }
  .buyers__left {
    width: 100%;
    flex: auto;
  }
  .buyers__tabs {
    display: flex;
    flex-direction: row;
    gap: 2px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .buyers__left {
    padding-bottom: 0;
  }
  .buyers__content h2 {
    font-size: 20px;
  }
  .buyers__content p, .buyers__content li,
  .buyers__content table tbody td {
    font-size: 14px;
  }
  .buyers__right {
    padding: 20px 16px;
  }
}
.error-mess {
  position: absolute;
  top: calc(100% + 8px);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: rgb(213, 0, 3);
  display: flex;
  gap: 4px;
  align-items: center;
  left: 0;
}
.error-mess::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-repeat: no-repeat;
  background-size: contain;
  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%3Cpath d='M8 5.6C8 6.53726 8 7.06274 8 8M8 10.4H8.00533M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z' stroke='%23D50003' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cabinet {
  margin-bottom: 20px;
}
.cabinet__body {
  background: white;
}
.cabinet__tabs {
  display: flex;
  padding-left: 16px;
  gap: 2px;
  border-top: 2px solid rgb(245, 245, 245);
}
.cabinet__tab {
  padding: 0 20px;
}
.cabinet-orders {
  background: rgb(245, 245, 245);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}
.cabinet-orders__item {
  display: flex;
  align-items: center;
  gap: 24px;
  align-items: center;
  padding: 20px 24px;
  background: white;
  transition: 0.3s;
}
.cabinet-orders__item:hover {
  z-index: 3;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}
.cabinet-orders__col {
  width: 100%;
}
.cabinet-orders__btn {
  padding: 0 16px;
}
.cabinet-orders__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  display: inline-block;
  margin-bottom: 4px;
}
.cabinet-orders__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.cabinet-orders__status {
  display: inline-block;
  padding: 4px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  background: rgb(38, 107, 149);
}
.cabinet-orders__status.is-green {
  background: rgb(30, 168, 113);
}
.cabinet-orders__status.is-gray {
  background: rgba(85, 85, 85, 0.5);
}
.cabinet-orders__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgba(85, 85, 85, 0.6);
}
.cabinet-orders__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid rgb(231, 231, 231);
  width: 44px;
  height: 44px;
}
.cabinet-orders__img span {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.cabinet-orders__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.cabinet-orders__thumbs {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.cabinet-orders__price {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cabinet-orders__price span:first-child {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: rgba(85, 85, 85, 0.6);
}
.cabinet-orders__price span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
}
.cabinet-form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cabinet-form__group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cabinet-form__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: rgb(85, 85, 85);
}
.cabinet-form__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cabinet-form__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.cabinet-form__wrapper {
  position: relative;
}
.cabinet-form__wrapper.is-ok::before, .cabinet-form__wrapper.is-warn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.cabinet-form__wrapper.is-ok input, .cabinet-form__wrapper.is-warn input {
  padding-left: 40px;
}
.cabinet-form__wrapper.is-ok::before {
  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='M7.5 10L9.16667 11.6667L12.5 8.33333M17.5 10C17.5 14.1421 14.1421 17.5 10 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 10Z' stroke='%23059669' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cabinet-form__wrapper.is-warn::before {
  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='M10 7C10 8.17157 10 8.82843 10 10M10 13H10.0067M17.5 10C17.5 14.1421 14.1421 17.5 10 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 10Z' stroke='%23FFC34C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cabinet-form__wrapper:has(input:not(:placeholder-shown)) .cabinet-form__action.is-clear {
  opacity: 1;
  visibility: visible;
}
.cabinet-form__actions {
  display: flex;
  gap: 8px;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.cabinet-form__btn.disabled {
  pointer-events: none;
  background: rgb(240, 240, 240);
  color: rgb(176, 176, 176);
  border-color: rgb(240, 240, 240);
}
.cabinet-form__control {
  display: flex;
  gap: 4px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cabinet-form__control.is-active {
  opacity: 1;
  visibility: visible;
}
.cabinet-form__control .btn {
  width: 100%;
}
.cabinet-form__action {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s;
}
.cabinet-form__action.is-clear {
  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 15L15 5M5 5L15 15' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 0;
  visibility: hidden;
}
.cabinet-form__action.is-eye {
  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='M2.50028 2.5L5.49125 5.49097M17.5003 17.5L14.5096 14.5093M11.5627 15.6872C11.0567 15.7831 10.5346 15.8333 10.0007 15.8333C6.26929 15.8333 3.11071 13.3809 2.04883 9.99997C2.33791 9.07958 2.78237 8.22801 3.35148 7.47598M8.23252 8.23223C8.68493 7.77982 9.30993 7.5 10.0003 7.5C11.381 7.5 12.5003 8.61929 12.5003 10C12.5003 10.6904 12.2205 11.3154 11.7681 11.7678M8.23252 8.23223L11.7681 11.7678M8.23252 8.23223L5.49125 5.49097M11.7681 11.7678L5.49125 5.49097M11.7681 11.7678L14.5096 14.5093M5.49125 5.49097C6.7911 4.65295 8.33909 4.16667 10.0007 4.16667C13.732 4.16667 16.8906 6.61909 17.9525 10C17.3634 11.8756 16.1291 13.4654 14.5096 14.5093' stroke='%236D6D6D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cabinet-form__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  position: relative;
  color: rgb(85, 85, 85);
}
.cabinet-form__label.required::after {
  content: "*";
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(213, 0, 3);
  margin-left: 2px;
}
.cabinet-form__input {
  vertical-align: middle;
  padding: 0 12px;
  padding-right: 80px;
  background: rgb(246, 246, 246);
  border-radius: 3px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  height: 44px;
  color: rgb(85, 85, 85);
}
.cabinet-form__input::placeholder {
  color: rgb(109, 109, 109);
}
.cabinet-form__input.is-textarea {
  height: 128px;
  padding: 12px;
}

@media (max-width: 1023px) {
  .cabinet-orders__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .cabinet-orders__btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cabinet__tabs {
    padding-left: 0;
  }
  .cabinet-orders__item {
    padding: 16px;
  }
}
.cabinet-form__bottom {
  display: flex;
  justify-content: space-between;
}
.cabinet-form__btn {
  margin-left: auto;
  padding: 0 20px;
}

.cabinet__tabs {
  border-bottom: 2px solid rgb(245, 245, 245);
}

@media (max-width: 767px) {
  .cabinet-form__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cabinet-form__btn {
    width: 100%;
  }
  .cabinet-form__title {
    font-size: 22px;
  }
  .cabinet-form {
    padding: 20px 16px;
  }
  .cabinet-form__btn {
    height: 44px;
  }
  .btn-middle {
    height: 36px;
  }
}
.cart.is-order {
  margin-bottom: 20px;
}
.cart.is-detail {
  margin-bottom: 20px;
}
.cart.is-detail .cart-set__head-right {
  padding-right: 70px;
}
.cart__left {
  background: white;
}
.cart__body {
  display: grid;
  grid-template-columns: 1fr 377px;
  background: #f5f5f5;
}
.cart-cards {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #f5f5f5;
  padding-top: 2px;
}
.cart-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding: 0 24px 24px;
  background: white;
}
.cart-info__card {
  display: flex;
  gap: 16px;
  padding: 12px;
  background: rgb(246, 246, 246);
}
.cart-info__card:not(:nth-child(1)):not(:nth-child(2)) {
  grid-column: span 2;
}
.cart-info__main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: white;
}
.cart-info__icon img {
  display: block;
}
.cart-info__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgb(136, 136, 136);
}
.cart-info__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
}
.cart-info__data {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.cart-info__data li:not(:first-child) {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-info__data li:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: rgb(136, 136, 136);
}
.cart-info__data li span,
.cart-info__data li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
}
.cart-info__data li span {
  color: rgb(136, 136, 136);
}
.cart-info__data li a {
  color: rgb(38, 107, 149);
}
.cart-card {
  background: white;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.cart-card:hover {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
}
.cart-card__col {
  width: 50%;
}
.cart-card__img {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-card__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.cart-card__left {
  display: flex;
  gap: 27px;
  align-items: center;
  padding: 15px 24px 15px 15px;
}
.cart-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-card__info-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
}
.cart-card__info-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-card__info-list li {
  display: flex;
  gap: 3px;
}
.cart-card__info-list li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
  opacity: 0.6;
}
.cart-card__count {
  display: flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cart-card__count-input {
  width: 60px;
  height: 44px;
  flex: 0 0 60px;
  margin: -2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  text-align: center;
  color: rgb(38, 38, 38);
  border-radius: 0;
  transition: 0.3s;
  border: 1px solid rgb(245, 245, 245);
}
.cart-card__count-input:hover {
  border-color: rgba(136, 136, 136, 0.5);
}
.cart-card__count-btn {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.cart-card__count-btn:hover {
  background-color: #e8eff6;
}
.cart-card__count-btn.is-minus {
  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='M18 12H6' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid rgb(245, 245, 245);
  border-right: 0;
}
.cart-card__count-btn.is-minus: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='M18 12H6' stroke='%23266b95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-card__count-btn.is-plus {
  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 6V12M12 12V18M12 12H18M12 12L6 12' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid rgb(245, 245, 245);
  border-left: 0;
}
.cart-card__count-btn.is-plus: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='M12 6V12M12 12V18M12 12H18M12 12L6 12' stroke='%23266b95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-card__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
.cart-card__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 150px;
}
.cart-card__price span {
  white-space: nowrap;
}
.cart-card__price span:first-child {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: rgba(85, 85, 85, 0.6);
}
.cart-card__price span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.cart-card__actions {
  display: flex;
  gap: 2px;
  align-items: center;
}
.cart-card__actions-btn {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  transition: 0.3s;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: white;
  cursor: pointer;
}
.cart-card__actions-btn:hover {
  background-color: rgb(38, 107, 149);
}
.cart-card__actions-btn.is-like {
  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%3Cg opacity='0.3'%3E%3Cpath d='M4.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23888888'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-card__actions-btn.is-like.is-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%3Cg %3E%3Cpath d='M4.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23f91a49'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-card__actions-btn.is-like.is-active:hover {
  background-color: transparent;
  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%3Cg opacity='0.3'%3E%3Cpath d='M4.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23f91a49'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-card__actions-btn.is-like:hover {
  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%3Cg %3E%3Cpath d='M4.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-card__actions-btn.is-remove {
  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%3Cg opacity='0.3'%3E%3Cpath d='M15.833 5.83333L15.1102 15.9521C15.0479 16.8243 14.3222 17.5 13.4478 17.5H6.55154C5.67714 17.5 4.95141 16.8243 4.88911 15.9521L4.16634 5.83333M8.33301 9.16667V14.1667M11.6663 9.16667V14.1667M12.4997 5.83333V3.33333C12.4997 2.8731 12.1266 2.5 11.6663 2.5H8.33301C7.87277 2.5 7.49967 2.8731 7.49967 3.33333V5.83333M3.33301 5.83333H16.6663' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-card__actions-btn.is-remove:hover {
  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%3Cg %3E%3Cpath d='M15.833 5.83333L15.1102 15.9521C15.0479 16.8243 14.3222 17.5 13.4478 17.5H6.55154C5.67714 17.5 4.95141 16.8243 4.88911 15.9521L4.16634 5.83333M8.33301 9.16667V14.1667M11.6663 9.16667V14.1667M12.4997 5.83333V3.33333C12.4997 2.8731 12.1266 2.5 11.6663 2.5H8.33301C7.87277 2.5 7.49967 2.8731 7.49967 3.33333V5.83333M3.33301 5.83333H16.6663' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-confirm__main {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-confirm__body {
  background: white;
}
.cart-confirm__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.cart-confirm__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='42' height='42' rx='21' fill='%23059669'/%3E%3Cpath d='M11 21.7639L17.1538 27.875L31 14.125' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-confirm__title span {
  font-weight: 500;
  font-size: 32px;
  line-height: 122%;
  text-align: center;
  color: rgb(85, 85, 85);
  display: block;
}
.cart-confirm__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  text-align: center;
  color: rgb(85, 85, 85);
}
.cart-confirm__tip {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 16px;
  background: rgb(230, 240, 248);
}
.cart-confirm__tip::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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 fill-rule='evenodd' clip-rule='evenodd' d='M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM11 6C11 6.55228 10.5523 7 10 7C9.44772 7 9 6.55228 9 6C9 5.44772 9.44772 5 10 5C10.5523 5 11 5.44772 11 6ZM9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11V14C9 14.5523 9.44772 15 10 15H11C11.5523 15 12 14.5523 12 14C12 13.4477 11.5523 13 11 13V10C11 9.44772 10.5523 9 10 9H9Z' fill='%23266B95'/%3E%3C/svg%3E%0A");
}
.cart-confirm__tip span {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.cart-confirm__tip span a {
  text-decoration: underline;
  text-decoration-style: solid;
  color: rgb(38, 107, 149);
  line-height: inherit;
  font-weight: inherit;
}
.cart-confirm__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart__right {
  background: #f5f5f5;
  padding: 2px;
  padding-bottom: 0;
}
.cart-aside {
  padding: 24px;
  background: white;
  position: sticky;
  top: 90px;
}
.cart-promo {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.cart-promo__caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
  margin-bottom: 4px;
}
.cart-promo__form {
  display: flex;
  flex: 1 1 auto;
}
.cart-promo__form-line {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 6px;
}
.cart-promo__input {
  height: 44px;
  border: none;
  background: rgb(246, 246, 246);
  border-radius: 0;
  padding-left: 12px;
  padding-right: 40px;
}
.cart-promo__input:hover {
  background: rgb(240, 240, 240);
}
.cart-promo__input::placeholder {
  color: rgb(109, 109, 109);
}
.cart-promo__clear {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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 15L15 5M5 5L15 15' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.cart-promo__clear.is-active {
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
}
.cart-promo__btn {
  background-color: #266b95;
  height: 44px;
  padding: 0;
  width: 0;
  border: none;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: 0.3s;
}
.cart-promo__btn.is-active {
  width: 44px;
  margin-left: 10px;
  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='M4 12.6111L8.92308 17.5L20 6.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #266b95;
}
.cart-promo__btn:hover {
  background-color: #225c82;
  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='M4 12.6111L8.92308 17.5L20 6.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-promo__status {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: rgb(213, 0, 3);
}
.cart-promo__status.is-success {
  color: rgb(5, 150, 105);
}
.cart-promo__status.is-success::before {
  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%3Cpath d='M6 8L7.33333 9.33333L10 6.66667M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z' stroke='%23059669' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-promo__status::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Cpath d='M8 5.6C8 6.53726 8 7.06274 8 8M8 10.4H8.00533M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z' stroke='%23D50003' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-tip {
  padding: 16px 12px;
  background: rgb(214, 245, 225);
  position: relative;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.cart-tip.is-yellow {
  background: rgb(255, 238, 198);
}
.cart-tip.is-yellow .cart-tip__name {
  color: rgb(85, 85, 85);
}
.cart-tip.is-yellow::before {
  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 fill-rule='evenodd' clip-rule='evenodd' d='M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM11 14C11 14.5523 10.5523 15 10 15C9.44772 15 9 14.5523 9 14C9 13.4477 9.44772 13 10 13C10.5523 13 11 13.4477 11 14ZM10 5C9.44772 5 9 5.44772 9 6V10C9 10.5523 9.44772 11 10 11C10.5523 11 11 10.5523 11 10V6C11 5.44772 10.5523 5 10 5Z' fill='%23FFC34C'/%3E%3C/svg%3E%0A");
}
.cart-tip::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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 fill-rule='evenodd' clip-rule='evenodd' d='M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM13.7071 8.70711C14.0976 8.31658 14.0976 7.68342 13.7071 7.29289C13.3166 6.90237 12.6834 6.90237 12.2929 7.29289L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L8.29289 12.7071C8.68342 13.0976 9.31658 13.0976 9.70711 12.7071L13.7071 8.70711Z' fill='%23059669'/%3E%3C/svg%3E%0A");
}
.cart-tip__main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-tip__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgb(5, 150, 105);
}
.cart-tip__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.cart-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
}
.cart-details__head {
  margin-bottom: 18px;
}
.cart-details__head span {
  color: rgb(85, 85, 85);
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
}
.cart-details__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cart-details__row::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='161' height='2' viewBox='0 0 161 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='158' y2='0.5' stroke='%23D1D1D1' stroke-dasharray='1 5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: repeat-x;
}
.cart-details__row span {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  background: white;
}
.cart-details__row span:first-child {
  color: rgb(136, 136, 136);
  padding-right: 3px;
}
.cart-details__row span:last-child {
  color: rgb(85, 85, 85);
  padding-left: 3px;
}
.cart-total {
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: 16px;
  border-top: 1px solid rgb(231, 231, 231);
  margin-bottom: 30px;
}
.cart-total span {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  background: white;
}
.cart-total span:first-child {
  color: rgb(136, 136, 136);
  padding-right: 3px;
}
.cart-total span:last-child {
  color: rgb(85, 85, 85);
  padding-left: 3px;
}
.cart-total::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='161' height='2' viewBox='0 0 161 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='158' y2='0.5' stroke='%23D1D1D1' stroke-dasharray='1 5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: repeat-x;
}
.cart__btn {
  width: 100%;
  transition: 0.3s;
}
.cart-group__head {
  padding: 16px 20px;
  background: white;
  margin-bottom: 2px;
}
.cart-group__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgba(85, 85, 85, 0.5);
  min-height: 24px;
}
.cart-group__title.is-black {
  color: rgb(85, 85, 85);
}
.cart-group__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgb(245, 245, 245);
}
.cart-set:hover {
  z-index: 3;
}
.cart-set.no-drop .cart-set__count,
.cart-set.no-drop .cart-set__price {
  opacity: 1;
}
.cart-set.no-drop .cart-set__head:hover .cart-set__head-title {
  transform: none;
}
.cart-set.no-drop .cart-set__head:hover {
  box-shadow: none;
}
.cart-set__count, .cart-set__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  color: rgb(85, 85, 85);
  opacity: 0.6;
  flex: 11 auto;
}
.cart-set__head {
  position: relative;
  background: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.cart-set__head.is-active .cart-set__btn.is-chevron {
  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' opacity='0.3'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.cart-set__head.is-active .cart-set__btn.is-chevron:hover {
  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 7.5L10 12.5L15 7.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.cart-set__head:hover {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}
.cart-set__head:hover .cart-set__head-title {
  transform: translateX(24px);
}
.cart-set__head-left, .cart-set__head-right {
  padding: 24px;
  transition: 0.3s;
  width: 50%;
}
.cart-set__head-left {
  display: flex;
  gap: 8px;
}
.cart-set__head-left:hover .cart-set__head-title {
  transform: translateX(0) !important;
}
.cart-set__head-left:hover .cart-set__head-edit {
  opacity: 1;
  pointer-events: all;
}
.cart-set__head-right {
  display: flex;
  gap: 16px;
  padding-right: 110px;
  gap: 40px;
}
.cart-set__head-edit {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Cg opacity='0.3'%3E%3Cpath d='M15.5 17.7172C14.5 18.2589 12.2394 18.2791 8.87097 15.4058C6.16129 13.0945 4.07237 15.2518 3 17.7172M6.83871 2.57444C6.66079 2.39232 6.44957 2.24785 6.2171 2.14929C5.98464 2.05073 5.73549 2 5.48387 2C5.23225 2 4.9831 2.05073 4.75064 2.14929C4.51817 2.24785 4.30695 2.39232 4.12903 2.57444C3.95111 2.75655 3.80998 2.97276 3.71369 3.21071C3.6174 3.44866 3.56784 3.70369 3.56784 3.96125C3.56784 4.2188 3.6174 4.47384 3.71369 4.71179C3.80998 4.94973 3.95111 5.16594 4.12903 5.34806L13.2742 14.709L17 15.7491L15.9839 11.9354L6.83871 2.57444Z' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  margin-left: auto;
}
.cart-set__head-edit:hover {
  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%3Cg %3E%3Cpath d='M15.5 17.7172C14.5 18.2589 12.2394 18.2791 8.87097 15.4058C6.16129 13.0945 4.07237 15.2518 3 17.7172M6.83871 2.57444C6.66079 2.39232 6.44957 2.24785 6.2171 2.14929C5.98464 2.05073 5.73549 2 5.48387 2C5.23225 2 4.9831 2.05073 4.75064 2.14929C4.51817 2.24785 4.30695 2.39232 4.12903 2.57444C3.95111 2.75655 3.80998 2.97276 3.71369 3.21071C3.6174 3.44866 3.56784 3.70369 3.56784 3.96125C3.56784 4.2188 3.6174 4.47384 3.71369 4.71179C3.80998 4.94973 3.95111 5.16594 4.12903 5.34806L13.2742 14.709L17 15.7491L15.9839 11.9354L6.83871 2.57444Z' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-set__head-check {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Cg opacity='0.3'%3E%3Cpath d='M3.33398 10.5086L7.43655 14.5827L16.6673 5.41602' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: none;
  transition: 0.3s;
}
.cart-set__head-check:hover {
  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%3Cg %3E%3Cpath d='M3.33398 10.5086L7.43655 14.5827L16.6673 5.41602' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-set__head-check.is-done {
  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='M3.33398 10.5086L7.43655 14.5827L16.6673 5.41602' stroke='%23059669' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-set__head-check.is-done:hover {
  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' opacity='0.3'%3E%3Cpath d='M3.33398 10.5086L7.43655 14.5827L16.6673 5.41602' stroke='%23059669' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-set__head-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: rgb(85, 85, 85);
  position: relative;
  outline: none;
  transition: 0.3s;
  width: 100%;
}
.cart-set__head-title[contenteditable] {
  cursor: text;
}
.cart-set__head-title[contenteditable]:empty::before {
  content: attr(data-ph);
  pointer-events: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: rgb(85, 85, 85);
  opacity: 0.6;
}
.cart-set__body {
  padding-top: 2px;
}
.cart-set__body .cart-card {
  margin-bottom: 2px;
}
.cart-set__body .cart-card:last-child {
  margin-bottom: 0;
}
.cart-set__panel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px;
  display: flex;
  gap: 2px;
}
.cart-set__btn {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  transition: 0.3s;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: white;
  cursor: pointer;
}
.cart-set__btn:hover {
  background-color: rgb(38, 107, 149);
}
.cart-set__btn.is-chevron {
  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' opacity='0.3'%3E%3Cpath d='M5.83398 11.6667L10.0007 7.5L14.1673 11.6667' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.cart-set__btn.is-chevron:hover {
  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.83398 11.6667L10.0007 7.5L14.1673 11.6667' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.cart-set__btn.is-remove {
  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%3Cg opacity='0.3'%3E%3Cpath d='M15.833 5.83333L15.1102 15.9521C15.0479 16.8243 14.3222 17.5 13.4478 17.5H6.55154C5.67714 17.5 4.95141 16.8243 4.88911 15.9521L4.16634 5.83333M8.33301 9.16667V14.1667M11.6663 9.16667V14.1667M12.4997 5.83333V3.33333C12.4997 2.8731 12.1266 2.5 11.6663 2.5H8.33301C7.87277 2.5 7.49967 2.8731 7.49967 3.33333V5.83333M3.33301 5.83333H16.6663' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-set__btn.is-remove:hover {
  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%3Cg %3E%3Cpath d='M15.833 5.83333L15.1102 15.9521C15.0479 16.8243 14.3222 17.5 13.4478 17.5H6.55154C5.67714 17.5 4.95141 16.8243 4.88911 15.9521L4.16634 5.83333M8.33301 9.16667V14.1667M11.6663 9.16667V14.1667M12.4997 5.83333V3.33333C12.4997 2.8731 12.1266 2.5 11.6663 2.5H8.33301C7.87277 2.5 7.49967 2.8731 7.49967 3.33333V5.83333M3.33301 5.83333H16.6663' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-agree {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.cart-agree__item {
  display: flex;
  gap: 16px;
  position: relative;
}
.cart-agree__item::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23D1D1D1'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
  cursor: pointer;
}
.cart-agree__item:has(input:checked)::before {
  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%3Cg clip-path='url(%23clip0_240_29193)'%3E%3Crect width='20' height='20' rx='2' fill='%23266B95'/%3E%3Cpath d='M3.33325 10.5091L7.43582 14.5832L16.6666 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_29193'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.cart-agree__item:has(input:checked):hover::before {
  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%3Cg clip-path='url(%23clip0_240_29207)'%3E%3Crect width='20' height='20' rx='2' fill='%23204F6C'/%3E%3Cpath d='M3.33325 10.5091L7.43582 14.5832L16.6666 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_29207'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.cart-agree__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: rgb(85, 85, 85);
}
.cart-form {
  background: #f5f5f5;
}
.cart-form:has(.cart-agree__input:not(:checked)) .cart__btn {
  opacity: 0.5;
  pointer-events: none;
}
.cart-accordeon {
  padding-top: 2px;
  background: #f5f5f5;
}
.cart-accordeon__head {
  padding: 26px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 10px;
  background: white;
  cursor: pointer;
}
.cart-accordeon__head.is-active::after {
  transform: none;
}
.cart-accordeon__head::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M14.1667 8.33333L10 12.5L5.83333 8.33333' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
  transform: rotate(-180deg);
}
.cart-accordeon__head .btn {
  padding: 0 13px;
  height: 36px;
}
.cart-accordeon__head span {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: rgb(85, 85, 85);
  margin-right: auto;
}
.cart-accordeon__body {
  padding: 0 24px 24px;
  background: white;
}
.cart-personal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  row-gap: 16px;
}
.cart-personal--delivery {
  grid-template-columns: repeat(4, 1fr);
}
.cart-personal--delivery .cart-personal__item:first-child, .cart-personal--delivery .cart-personal__item:last-child {
  grid-column: span 4;
}
.cart-personal__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.cart-personal__item:has(.cart-personal__clear) .cart-personal__input {
  padding-right: 50px;
}
.cart-personal__item:has(input:not(:placeholder-shown)) .cart-personal__clear {
  display: block;
}
.cart-personal__clear {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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 15L15 5M5 5L15 15' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: none;
}
.cart-personal__caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
  position: relative;
}
.cart-personal__caption.required::after {
  content: "*";
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(213, 0, 3);
  margin-left: 2px;
}
.cart-personal__input {
  border-radius: 3px;
  border-color: rgb(246, 246, 246);
  background: rgb(246, 246, 246);
  padding: 0 12px;
}
.cart-personal__input.is-textarea {
  padding: 12px;
}
.cart-personal__input::placeholder {
  color: rgb(109, 109, 109);
}
.cart-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.cart-options__item {
  padding: 16px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid rgb(231, 231, 231);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0);
  border-radius: 2px;
  cursor: pointer;
}
.cart-options__item:has(input:disabled) {
  pointer-events: none;
}
.cart-options__item:has(input:disabled)::before {
  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%3Crect width='20' height='20' rx='10' fill='%23F6F6F6'/%3E%3C/svg%3E%0A");
}
.cart-options__item:has(input:disabled) .cart-options__name {
  color: rgb(85, 85, 85);
}
.cart-options__item:hover {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  z-index: 3;
}
.cart-options__item:has(input:checked) {
  border-color: rgb(38, 107, 149);
}
.cart-options__item:has(input:checked)::before {
  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%3Crect width='20' height='20' rx='10' fill='%23266B95'/%3E%3Ccircle cx='10' cy='10' r='4' fill='white'/%3E%3C/svg%3E%0A");
}
.cart-options__item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' stroke='%23D1D1D1'/%3E%3C/svg%3E%0A");
}
.cart-options__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  padding-right: 30px;
}
.cart-options__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(136, 136, 136);
}
.cart-options__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: 0%;
  color: rgb(38, 107, 149);
  margin-top: auto;
}
.cart-selection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.cart-selection__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgb(85, 85, 85);
}
.cart-selection__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cart-selection__btn {
  padding: 0 16px;
}
.cart-selection__btn.is-date {
  position: relative;
  gap: 4px;
}
.cart-selection__btn.is-date:hover::before, .cart-selection__btn.is-date:has(input:checked)::before {
  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='M7.03769 6.29695V3.33398M12.9636 6.29695V3.33398M6.29695 9.25991H13.7044M4.81547 16.6673H15.1858C16.004 16.6673 16.6673 16.004 16.6673 15.1858V6.29695C16.6673 5.47875 16.004 4.81547 15.1858 4.81547H4.81547C3.99727 4.81547 3.33398 5.47875 3.33398 6.29695V15.1858C3.33398 16.004 3.99727 16.6673 4.81547 16.6673Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cart-selection__btn.is-date::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M7.03769 6.29695V3.33398M12.9636 6.29695V3.33398M6.29695 9.25991H13.7044M4.81547 16.6673H15.1858C16.004 16.6673 16.6673 16.004 16.6673 15.1858V6.29695C16.6673 5.47875 16.004 4.81547 15.1858 4.81547H4.81547C3.99727 4.81547 3.33398 5.47875 3.33398 6.29695V15.1858C3.33398 16.004 3.99727 16.6673 4.81547 16.6673Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}
.cart-selection__btn:hover span:last-child:not(:first-child) {
  color: white;
}
.cart-selection__btn:has(input:checked) {
  background: rgb(38, 107, 149);
  border-color: rgb(38, 107, 149);
}
.cart-selection__btn:has(input:checked) span {
  color: white;
}
.cart-selection__btn:has(input:checked) span:last-child:not(:first-child) {
  color: white;
  transition: 0.3s;
}
.cart-selection__btn span:last-child:not(:first-child) {
  color: rgb(136, 136, 136);
  transition: 0.3s;
}
.cart-comment {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-comment__caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.cart-comment__input {
  padding: 12px;
  min-height: 68px;
  border: none;
  border-radius: 0;
  background: rgb(246, 246, 246);
}
.cart-comment__input::placeholder {
  color: rgb(109, 109, 109);
}
.cart-map__marker {
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='33' viewBox='0 0 27 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0.5C20.6797 0.5 26.5 6.3203 26.5 13.5C26.5 15.9856 25.8019 18.3097 24.5908 20.2852C24.5581 20.3448 24.5215 20.403 24.4814 20.46C24.1611 20.9644 23.5962 21.7946 23.001 22.5967C22.425 23.3728 21.7892 24.1636 21.3135 24.5947L14.8809 31.7285L14.8818 31.7295C14.1569 32.5794 12.8431 32.5795 12.1182 31.7295V31.7285L5.47266 24.3818C4.99588 23.9518 4.41159 23.2097 3.88574 22.4824C3.34417 21.7334 2.83542 20.9589 2.51855 20.46H2.51758C2.47761 20.4032 2.44182 20.3447 2.40918 20.2852C1.19813 18.3097 0.5 15.9856 0.5 13.5C0.5 6.3203 6.3203 0.5 13.5 0.5Z' fill='%23555555' stroke='white'/%3E%3Ccircle cx='13.5' cy='13.5' r='5.5' fill='white'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}
.cart-map__marker.is-active, .cart-map__marker:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='33' viewBox='0 0 27 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0.5C20.6797 0.5 26.5 6.3203 26.5 13.5C26.5 15.9856 25.8019 18.3097 24.5908 20.2852C24.5581 20.3448 24.5215 20.403 24.4814 20.46C24.1611 20.9644 23.5962 21.7946 23.001 22.5967C22.425 23.3728 21.7892 24.1636 21.3135 24.5947L14.8809 31.7285L14.8818 31.7295C14.1569 32.5794 12.8431 32.5795 12.1182 31.7295V31.7285L5.47266 24.3818C4.99588 23.9518 4.41159 23.2097 3.88574 22.4824C3.34417 21.7334 2.83542 20.9589 2.51855 20.46H2.51758C2.47761 20.4032 2.44182 20.3447 2.40918 20.2852C1.19813 18.3097 0.5 15.9856 0.5 13.5C0.5 6.3203 6.3203 0.5 13.5 0.5Z' fill='%23266B95' stroke='white'/%3E%3Ccircle cx='13.5' cy='13.5' r='5.5' fill='white'/%3E%3C/svg%3E%0A");
}
.cart-map__cluster {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='14.5' fill='%23555555'/%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='14.5' stroke='white'/%3E%3C/svg%3E%0A");
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cart-map__cluster.is-active, .cart-map__cluster:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='14.5' fill='%23266B95'/%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='14.5' stroke='white'/%3E%3C/svg%3E%0A");
}
.cart-map__cluster-text {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: rgb(255, 255, 255);
}
.cart-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.cart-points__col {
  max-height: 480px;
  overflow: hidden;
}
.cart-points__col:last-child {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cart-points__map {
  height: 480px;
}
.cart-points__items {
  flex: 1 1 auto;
  overflow: auto;
  padding-right: 12px;
}
.cart-points__items::-webkit-scrollbar {
  width: 2px;
}
.cart-points__items::-webkit-scrollbar-track {
  background: rgb(240, 240, 240);
}
.cart-points__items::-webkit-scrollbar-thumb {
  background: rgb(38, 107, 149);
}
.cart__hidden {
  display: none;
  padding-top: 24px;
}
.cart__hidden.is-active {
  display: block;
}
.cart-building {
  transition: 0.3s;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.cart-building__head {
  display: flex;
  gap: 6px;
  padding: 12px;
  transition: 0.3s;
  cursor: pointer;
}
.cart-building__head.is-active::after {
  transform: rotate(-180deg);
}
.cart-building__head::after {
  content: "";
  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='M8 10L12 14L16 10' stroke='%23888888' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
  margin-top: 9px;
}
.cart-building__head:hover {
  background: rgb(246, 246, 246);
}
.cart-building__btn {
  min-width: 109px;
  position: relative;
  gap: 4px;
}
.cart-building__btn:has(input:checked) {
  background: #266b95;
}
.cart-building__btn:has(input:checked)::after {
  content: "Выбрано";
  color: white;
}
.cart-building__btn:has(input:checked)::before {
  display: block;
}
.cart-building__btn:hover::after {
  color: #266b95;
}
.cart-building__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M3.33398 10.5086L7.43655 14.5827L16.6673 5.41602' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: none;
}
.cart-building__btn::after {
  content: "Выбрать";
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
  transition: 0.3s;
}
.cart-building__main {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: auto;
}
.cart-building__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: rgb(136, 136, 136);
  gap: 4px;
}
.cart-building__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
}
.cart-building__info {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.cart-building__info li {
  position: relative;
  display: flex;
  gap: 6px;
}
.cart-building__info li:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: 50%;
  background: rgb(38, 107, 149);
  margin-top: 9px;
}
.cart-building__info li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgb(38, 107, 149);
}
.cart-building__body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cart-building__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cart-building__row::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='161' height='2' viewBox='0 0 161 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='158' y2='0.5' stroke='%23D1D1D1' stroke-dasharray='1 5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: repeat-x;
}
.cart-building__row span {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  background: white;
}
.cart-building__row span:first-child {
  color: rgb(136, 136, 136);
  padding-right: 3px;
}
.cart-building__row span:last-child {
  color: rgb(85, 85, 85);
  padding-left: 3px;
}

.suggest {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}
.suggest__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: #555555;
}
.suggest__input {
  border-radius: 3px;
  background: #f6f6f6;
  border-color: rgb(246, 246, 246);
  padding-right: 50px;
}
.suggest__input::placeholder {
  color: #6d6d6d;
}
.suggest__box {
  border-radius: 0 0 3px 3px;
  position: absolute;
  background: white;
  border: 1px solid rgb(231, 231, 231);
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 4;
  display: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.suggest__item {
  transition: 0.3s;
  font-size: 14px;
  font-weight: 400;
  line-height: 133%;
  padding: 12px;
  cursor: pointer;
}
.suggest__item:not(.is-empty):hover {
  background: #266b95;
  color: white;
}
.suggest__wrapper {
  position: relative;
}
.suggest__clear {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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 15L15 5M5 5L15 15' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: none;
}

#calendar-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: flex-start;
  justify-content: center;
  padding-top: 110px;
  z-index: 993;
}
#calendar-container.active {
  display: flex !important;
  background: rgba(9, 9, 17, 0.35);
}
#calendar-container.active .date-picker-wrapper {
  display: inline-block !important;
}

#calendar {
  display: none;
}

.month-wrapper {
  width: 100% !important;
}

.date-picker-wrapper,
.date-picker-wrapper.no-shortcuts {
  padding: 0;
  background: #ffffff;
  border-radius: 24px;
  border: none;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
}

.date-picker-wrapper .month-element {
  font-family: "Vela Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  color: #090911;
  text-transform: capitalize;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block !important;
  background-color: transparent !important;
}

.date-picker-wrapper table .caption .next {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_761_2889)'%3E%3Cpath d='M1 1L5 6L1 11' stroke='%23090911' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_761_2889'%3E%3Crect width='6' height='12' fill='white' transform='matrix(1 0 0 -1 0 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.date-picker-wrapper table .caption .prev {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_761_2891)'%3E%3Cpath d='M5 1L1 6L5 11' stroke='%23090911' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_761_2891'%3E%3Crect width='6' height='12' fill='white' transform='matrix(-1 0 0 -1 6 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.date-picker-wrapper .month-wrapper table {
  width: 100%;
}

.date-picker-wrapper table .caption {
  height: 50px;
}

.caption th:last-child {
  text-align: right !important;
}

.caption th:first-child {
  text-align: left !important;
}

.date-picker-wrapper .month-wrapper {
  padding: 0 25px;
  border: none;
  padding-bottom: 15px;
}

.month-wrapper tbody tr {
  height: 35px;
  border-bottom: 11px solid white;
}

.date-picker-wrapper .month-wrapper table .week-name {
  font-family: "Vela Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #8b8b9c;
}

.date-picker-wrapper .month-wrapper table .day {
  font-family: "Vela Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #090911;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  line-height: 30px;
  width: 14.5%;
}

.date-picker-wrapper .footer,
.date-picker-wrapper .gap,
.month2 {
  display: none;
}

.toMonth.invalid {
  opacity: 0.5;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: none !important;
  position: relative;
}

.date-picker-wrapper .month-wrapper table .day.real-today::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: rgb(38, 107, 149);
  border-radius: 128px;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked::before {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-picker-wrapper .month-wrapper table .day.first-date-selected,
.date-picker-wrapper .month-wrapper table .day.last-date-selected {
  position: relative;
  background: rgb(38, 107, 149) !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background: #e8eff6;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background: #e8eff6;
  position: relative;
}

.date-picker-wrapper .month-wrapper table .day.checked:nth-child(2) {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day {
  margin-bottom: 0;
}

.date-picker-wrapper .drp_top-bar .apply-btn,
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: none;
  top: 18px;
  right: 18px;
  background-color: white;
  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='M0.724434 13.2759C0.974471 13.5259 1.31355 13.6663 1.6671 13.6663C2.02065 13.6663 2.35973 13.5259 2.60977 13.2759L7.00043 8.88528L11.3911 13.2759C11.6426 13.5188 11.9794 13.6532 12.329 13.6502C12.6786 13.6471 13.013 13.5069 13.2602 13.2597C13.5074 13.0125 13.6476 12.6781 13.6507 12.3285C13.6537 11.9789 13.5193 11.6421 13.2764 11.3906L8.88577 6.99995L13.2764 2.60928C13.4038 2.48628 13.5054 2.33916 13.5752 2.17648C13.6451 2.01381 13.6819 1.83885 13.6834 1.66181C13.685 1.48477 13.6512 1.3092 13.5842 1.14534C13.5172 0.981478 13.4182 0.832609 13.293 0.707419C13.1678 0.582228 13.0189 0.483224 12.855 0.416183C12.6912 0.349142 12.5156 0.315406 12.3386 0.316945C12.1615 0.318483 11.9866 0.355265 11.8239 0.425144C11.6612 0.495022 11.5141 0.596599 11.3911 0.723946L7.00043 5.11461L2.60977 0.723946C2.48677 0.596599 2.33964 0.495022 2.17697 0.425144C2.0143 0.355265 1.83934 0.318483 1.6623 0.316945C1.48526 0.315406 1.30969 0.349142 1.14583 0.416183C0.981967 0.483224 0.833097 0.582228 0.707907 0.707419C0.582717 0.832609 0.483712 0.981478 0.416671 1.14534C0.34963 1.3092 0.315895 1.48477 0.317433 1.66181C0.318972 1.83885 0.355753 2.01381 0.425632 2.17648C0.495511 2.33916 0.597087 2.48628 0.724434 2.60928L5.1151 6.99995L0.724434 11.3906C0.474473 11.6406 0.334052 11.9797 0.334052 12.3333C0.334052 12.6868 0.474473 13.0259 0.724434 13.2759Z' fill='%23090911'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .cart-card__count-input {
    width: 50px;
    flex: 0 0 50px;
    height: 40px;
  }
  .cart-card__right {
    padding: 15px;
  }
  .cart-card__count-btn {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
  .cart-set__head-right {
    width: 100%;
  }
  .cart-set__head-left {
    padding-right: 100px;
  }
  .cart-personal,
  .cart-options,
  .cart-points {
    grid-template-columns: repeat(1, 1fr);
  }
  .cart-accordeon__head span {
    font-size: 20px;
  }
  .cart-points__col:first-child {
    min-height: 350px;
  }
  .cart-points__map {
    height: 266px;
  }
  .cart-points__col:first-child {
    min-height: 266px;
  }
  .cart-building__btn {
    min-width: 90px;
    height: 40px;
  }
  .cart-card__price {
    order: -1;
    margin-right: auto;
    min-width: auto;
  }
  .cart-card__right {
    gap: 10px;
    padding-top: 0;
  }
  .cart-card__left {
    padding: 15px;
    gap: 16px;
  }
  .cart-card__img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }
  .cart-card__info-name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .cart-card__info-list li span {
    font-size: 12px;
  }
  .cart-card__info {
    gap: 2px;
  }
  .cart-card__price span:last-child {
    font-size: 14px;
  }
}
.cart-confirm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cart-confirm__body {
    padding: 0 30px;
  }
  .cart-confirm__title span {
    font-size: 22px;
  }
  .cart-confirm__btn {
    height: 44px;
  }
}
@media (max-width: 1439px) {
  .cart-card {
    flex-direction: column;
  }
  .cart-card__col {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .cart__body {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-info {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
  .cart-info__card:not(:nth-child(1)):not(:nth-child(2)) {
    grid-column: initial;
  }
  .cart-set__head {
    flex-direction: column;
  }
  .cart-set__head-left {
    width: 100%;
  }
  .cart.is-detail .cart-set__head-right {
    width: 100%;
  }
  .cart-set__head:hover .cart-set__head-title {
    transform: none;
  }
}
@media (max-width: 767px) {
  .cart-set__head-right {
    padding-top: 0;
  }
  .cart-set__count, .cart-set__price {
    flex: 0 0 auto;
  }
  .cart-set__head-right {
    gap: 12px;
  }
  .cart-set__count, .cart-set__price {
    font-size: 14px;
  }
  .cart-set__head-title {
    font-size: 16px;
  }
  .cart-group__head {
    padding: 15px;
  }
  .cart-set__head-left {
    padding: 15px 100px 15px 15px;
  }
  .cart-group__title {
    font-size: 18px;
  }
  .cart-set__head-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-aside {
    padding: 24px 16px;
  }
  .favorite__clear {
    font-size: 12px;
    height: 30px !important;
  }
}
@media (max-width: 1439px) {
  .cart-building__btn {
    order: 3;
    width: 100%;
  }
  .cart-building__head {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .cart-building__main {
    max-width: calc(100% - 36px);
  }
  .cart-building__head::after {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cart-accordeon__head,
  .cart-accordeon__body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.catalog-all__body {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2px;
  margin-top: 2px;
}
.catalog-all__left {
  background: #fff;
}
.catalog-all__right {
  background: #fff;
}
.catalog-all__products {
  background: #f5f5f5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding-bottom: 2px;
}
.catalog-all__info {
  padding: 20px;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-all__info .navigation-count__select ~ .select2-container--default .select2-selection--single .select2-selection__rendered,
.catalog-all__info .navigation-count__select ~ .select2-container--default .select2-results__option {
  font-size: 14px;
}
.catalog-all__amount {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.catalog-all__amount span {
  color: var(--Gray-700-Main, #555);
}
.catalog-all__more {
  border-bottom: 2px solid #f5f5f5;
}
.catalog-all__all {
  position: relative;
  cursor: pointer;
  padding: 14px 32px 14px 38px;
  display: none;
  align-items: center;
}
.catalog-all__all span {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.catalog-all__all: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='M11.6663 4.66683C11.6663 4.20012 11.6663 3.96676 11.7572 3.7885C11.8371 3.6317 11.9645 3.50422 12.1213 3.42432C12.2996 3.3335 12.533 3.3335 12.9997 3.3335H15.333C15.7997 3.3335 16.0331 3.3335 16.2113 3.42432C16.3681 3.50422 16.4956 3.6317 16.5755 3.7885C16.6663 3.96676 16.6663 4.20012 16.6663 4.66683V7.00016C16.6663 7.46687 16.6663 7.70023 16.5755 7.87849C16.4956 8.03529 16.3681 8.16277 16.2113 8.24267C16.0331 8.3335 15.7997 8.3335 15.333 8.3335H12.9997C12.533 8.3335 12.2996 8.3335 12.1213 8.24267C11.9645 8.16277 11.8371 8.03529 11.7572 7.87849C11.6663 7.70023 11.6663 7.46687 11.6663 7.00016V4.66683Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M3.33301 4.66683C3.33301 4.20012 3.33301 3.96676 3.42384 3.7885C3.50373 3.6317 3.63121 3.50422 3.78802 3.42432C3.96628 3.3335 4.19963 3.3335 4.66634 3.3335H6.99967C7.46638 3.3335 7.69974 3.3335 7.878 3.42432C8.0348 3.50422 8.16229 3.6317 8.24218 3.7885C8.33301 3.96676 8.33301 4.20012 8.33301 4.66683V7.00016C8.33301 7.46687 8.33301 7.70023 8.24218 7.87849C8.16229 8.03529 8.0348 8.16277 7.878 8.24267C7.69974 8.3335 7.46638 8.3335 6.99967 8.3335H4.66634C4.19963 8.3335 3.96628 8.3335 3.78802 8.24267C3.63121 8.16277 3.50373 8.03529 3.42384 7.87849C3.33301 7.70023 3.33301 7.46687 3.33301 7.00016V4.66683Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M3.33301 13.0002C3.33301 12.5335 3.33301 12.3001 3.42384 12.1218C3.50373 11.965 3.63121 11.8376 3.78802 11.7577C3.96628 11.6668 4.19963 11.6668 4.66634 11.6668H6.99967C7.46638 11.6668 7.69974 11.6668 7.878 11.7577C8.0348 11.8376 8.16229 11.965 8.24218 12.1218C8.33301 12.3001 8.33301 12.5335 8.33301 13.0002V15.3335C8.33301 15.8002 8.33301 16.0336 8.24218 16.2118C8.16229 16.3686 8.0348 16.4961 7.878 16.576C7.69974 16.6668 7.46638 16.6668 6.99967 16.6668H4.66634C4.19963 16.6668 3.96628 16.6668 3.78802 16.576C3.63121 16.4961 3.50373 16.3686 3.42384 16.2118C3.33301 16.0336 3.33301 15.8002 3.33301 15.3335V13.0002Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M11.6663 13.0002C11.6663 12.5335 11.6663 12.3001 11.7572 12.1218C11.8371 11.965 11.9645 11.8376 12.1213 11.7577C12.2996 11.6668 12.533 11.6668 12.9997 11.6668H15.333C15.7997 11.6668 16.0331 11.6668 16.2113 11.7577C16.3681 11.8376 16.4956 11.965 16.5755 12.1218C16.6663 12.3001 16.6663 12.5335 16.6663 13.0002V15.3335C16.6663 15.8002 16.6663 16.0336 16.5755 16.2118C16.4956 16.3686 16.3681 16.4961 16.2113 16.576C16.0331 16.6668 15.7997 16.6668 15.333 16.6668H12.9997C12.533 16.6668 12.2996 16.6668 12.1213 16.576C11.9645 16.4961 11.8371 16.3686 11.7572 16.2118C11.6663 16.0336 11.6663 15.8002 11.6663 15.3335V13.0002Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.catalog-all__all:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.catalog-all__filt {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border-left: 2px solid #f5f5f5;
}
.catalog-all__filt: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='M9.99967 5.00016V3.3335M9.99967 5.00016C9.0792 5.00016 8.33301 5.74635 8.33301 6.66683C8.33301 7.5873 9.0792 8.3335 9.99967 8.3335M9.99967 5.00016C10.9201 5.00016 11.6663 5.74635 11.6663 6.66683C11.6663 7.5873 10.9201 8.3335 9.99967 8.3335M4.99967 15.0002C5.92015 15.0002 6.66634 14.254 6.66634 13.3335C6.66634 12.413 5.92015 11.6668 4.99967 11.6668M4.99967 15.0002C4.0792 15.0002 3.33301 14.254 3.33301 13.3335C3.33301 12.413 4.0792 11.6668 4.99967 11.6668M4.99967 15.0002V16.6668M4.99967 11.6668V3.3335M9.99967 8.3335V16.6668M14.9997 15.0002C15.9201 15.0002 16.6663 14.254 16.6663 13.3335C16.6663 12.413 15.9201 11.6668 14.9997 11.6668M14.9997 15.0002C14.0792 15.0002 13.333 14.254 13.333 13.3335C13.333 12.413 14.0792 11.6668 14.9997 11.6668M14.9997 15.0002V16.6668M14.9997 11.6668V3.3335' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.catalog-all__filt span {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.catalog-search {
  position: relative;
  border-bottom: 2px solid #f5f5f5;
}
.catalog-search__label {
  display: block;
  position: relative;
  padding: 10px;
}
.catalog-search__label:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23888888' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.catalog-search__input {
  height: 44px;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding-left: 46px;
}
.catalog-search__input::placeholder {
  color: var(--Gray-400, #888);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.catalog-categories {
  border-bottom: 2px solid #f5f5f5;
}
.catalog-categories.is-active {
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
}
.catalog-categories.is-active .catalog-categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 16px 16px 8px;
}
.catalog-categories.is-active .catalog-categories__title {
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.catalog-categories.is-active .catalog-categories__close {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M6 18L18 6M6 6L18 18' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.catalog-categories.is-active .catalog-categories__list {
  overflow-y: auto;
}
.catalog-categories__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
}
.catalog-categories__item {
  width: 100%;
}
.catalog-categories__head {
  display: none;
}
.catalog-categories__link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 36px 6px 44px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.3s;
}
.catalog-categories__link:after {
  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.33301 5.8335L12.4997 10.0002L8.33301 14.1668' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.catalog-categories__link:hover {
  color: var(--3, #266b95);
}
.catalog-categories__link:hover:after {
  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.33301 5.8335L12.4997 10.0002L8.33301 14.1668' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.catalog-categories__icon {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
.catalog-filter {
  position: sticky;
  top: 92px;
}
.catalog-filter.is-active {
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
}
.catalog-filter.is-active .catalog-filter__form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-filter.is-active .catalog-filter__bottom {
  margin-top: auto;
}
.catalog-filter.is-active .catalog-filter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 16px 16px 8px;
}
.catalog-filter.is-active .catalog-filter__close {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M6 18L18 6M6 6L18 18' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.catalog-filter.is-active .catalog-filter__body {
  overflow-y: auto;
}
.catalog-filter__form {
  display: flex;
  flex-direction: column;
}
.catalog-filter__head {
  padding: 16px 16px 8px;
}
.catalog-filter__title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Gray-700-Main, #555);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.catalog-filter__title span {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--Gray-100, #e7e7e7);
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  transition: background-color 0.3s, color 0.3s;
}
.catalog-filter__title.has-filters span {
  background: #ff0000;
  color: #fff;
}
.catalog-filter__body {
  padding: 12px 16px;
  overflow-y: auto;
  max-height: calc(100vh - 92px - 49px - 128px);
}
.catalog-filter__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog-filter__heading {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-filter__heading:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M12 6V12M12 12V18M12 12H18M12 12L6 12' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.catalog-filter__heading.is-active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M18 12H6' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.catalog-filter__heading.is-active:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M18 12H6' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.catalog-filter__heading:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M12 6V12M12 12V18M12 12H18M12 12L6 12' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.catalog-filter__heading:hover .catalog-filter__name {
  color: var(--Gray-950, #262626);
}
.catalog-filter__name {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.3s;
}
.catalog-filter__hidden {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}
.catalog-filter__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.catalog-colors__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.catalog-colors__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-colors__label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  cursor: pointer;
}
.catalog-colors__label:after {
  content: "";
  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%3Crect width='16' height='16' rx='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0976 6.31658 12.0976 5.68342 11.7071 5.29289C11.3166 4.90237 10.6834 4.90237 10.2929 5.29289L7 8.58579L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='%23266B95'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.catalog-colors__label:has(input:checked) .catalog-colors__image {
  border: 2px solid var(--3, #266b95);
}
.catalog-colors__label:has(input:checked):after {
  opacity: 1;
  visibility: visible;
}
.catalog-colors__image {
  display: inline-flex;
  padding: 2px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.catalog-colors__name {
  display: block;
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.checkbox-group__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  margin-bottom: 12px;
}
.checkbox-group__handler {
  display: inline-flex;
  color: var(--Gray-500, #6d6d6d);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.checkbox-group__handler:hover {
  color: var(--Blue-600-Main, #266b95);
}
.checkbox-group__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.checkbox-group__item {
  width: 100%;
}
.checkbox-group__label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  min-height: 20px;
}
.checkbox-group__label:before {
  content: "";
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23D1D1D1'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.checkbox-group__label:has(input:checked):before {
  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%3Cg clip-path='url(%23clip0_3055_82925)'%3E%3Crect width='20' height='20' rx='2' fill='%23204F6C'/%3E%3Cpath d='M3.33301 10.5091L7.43557 14.5832L16.6663 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3055_82925'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.checkbox-group__more {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  color: var(--Blue-700, #225c82);
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 1.42;
  cursor: pointer;
}
.checkbox-group__more:after {
  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='M6.66699 8.33317L10.0003 11.6665L13.3337 8.33317' stroke='%225C82' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  margin-bottom: -1px;
  transition: transform 0.3s;
}
.checkbox-group__body.is-expanded .checkbox-group__more:after {
  transform: rotate(180deg);
}
.checkbox-group__name {
  display: inline-flex;
  overflow: hidden;
  color: var(--Gray-700-Main, #555);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

.price-range {
  max-width: 400px;
  padding: 10px;
}
.price-range .range-inputs {
  display: flex;
  margin: 0 -10px;
  width: calc(100% + 20px);
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 25px;
}
.price-range .range-inputs__label {
  position: relative;
}
.price-range .range-inputs__clear {
  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='M14.5 5.5L5.5 14.5M5.5 5.5L14.5 14.5' stroke='%23959595' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.price-range .range-inputs input {
  height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: #f0f0f0;
  font-size: 14px;
  color: #555;
  outline: none;
  transition: border-color 0.2s;
}
.price-range .noUi-horizontal {
  height: 6px;
}
.price-range .noUi-target {
  background: #e9e9e9;
  border-radius: 9px;
  border: none;
  box-shadow: none;
}
.price-range .noUi-connect {
  background: #37668d;
}
.price-range .noUi-handle {
  border: 3px solid #37668d;
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: -6px;
  right: -9px;
  cursor: pointer;
  box-shadow: none;
}
.price-range .noUi-handle::before,
.price-range .noUi-handle::after {
  display: none;
}

.series-head {
  padding: 0 16px 16px;
}
.series-head.vertical .series-head__grid {
  align-items: stretch;
}
.series-head.vertical .series-head__link {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 116px;
  padding: 5px 12px;
  height: 100%;
}
.series-head.vertical .series-head__name {
  white-space: normal;
  text-align: center;
}
.series-head__grid {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
}
.series-head__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 16px 5px 5px;
  border-radius: 4px;
  background: #f5f5f5;
}
.series-head__link:hover .series-head__icon {
  scale: 1.1;
}
.series-head__link:hover .series-head__name {
  color: var(--3, #266b95);
}
.series-head__icon {
  display: inline-flex;
  transition: 0.3s;
}
.series-head__name {
  display: inline-flex;
  color: var(--2, #000);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  white-space: nowrap;
  transition: 0.3s;
}

.is-catalog {
  overflow: hidden;
}
.is-catalog .catalog-all {
  z-index: 12;
}

@media (max-width: 1439px) {
  .catalog-all__products {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-all .navigation-count {
    display: none;
  }
  .catalog-all .navigation {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .catalog-all__body {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-all__all {
    display: flex;
  }
  .catalog-categories {
    display: none;
  }
  .catalog-search {
    display: grid;
    grid-template-columns: 1fr 105px;
    gap: 2px;
  }
  .catalog-search__input {
    height: 40px;
  }
  .catalog-search__label {
    padding: 4px;
  }
  .catalog-filter {
    display: none;
    position: relative;
  }
  .catalog-search__label:before {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
  .catalog-search__label:before {
    left: 14px;
  }
  .catalog-search__input {
    font-size: 14px;
    padding-left: 36px;
  }
  .catalog-search__input::placeholder {
    font-size: 14px;
  }
  .catalog-all__filt {
    display: inline-flex;
  }
  .catalog-all:not(:has(.catalog-categories)) .catalog-all__body {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .catalog-all__products {
    grid-template-columns: repeat(2, 1fr);
  }
  .series-head__icon img {
    max-width: 36px;
  }
  .catalog-all__info {
    padding: 15px;
  }
}
.catalog-category__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-category__section {
  width: 100%;
  display: grid;
  grid-template-columns: 373px 1fr;
  gap: 2px;
}
.catalog-category__left {
  padding: 20px;
  background: var(--1, #fff);
}
.catalog-category__info {
  position: sticky;
  top: 90px;
  left: 0;
}
.catalog-category__title {
  margin-bottom: 10px;
  color: var(--Gray-700-Main, #555);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}
.catalog-category__description {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.catalog-category__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.catalog-category__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding-bottom: 2px;
}
.catalog-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2px 0;
  padding: 0 16px;
  background: #fff;
}
.catalog-head__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.catalog-head__tabs {
  display: flex;
  align-items: center;
  gap: 2px;
}
.catalog-head__tab {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 44px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.catalog-head__tab.is-active {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.catalog-head__tab:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.catalog-head__label {
  position: relative;
  display: block;
  width: 100%;
}
.catalog-head__label:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23888888' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.catalog-head__input {
  background: transparent;
  height: 44px;
  width: 100%;
  padding: 0 10px 0 46px;
  border: 0;
  border-radius: 0;
}
.catalog-head__conf {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 0 20px;
  height: 44px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.catalog-head__conf:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cg clip-path='url(%23clip0_3002_27905)'%3E    %3Cpath d='M9.08898 20.4911L4.93972 20.9999C4.75587 21.0279 4.56818 20.9868 4.41282 20.8846L2.8191 19.836C2.64083 19.7187 2.52071 19.5313 2.48864 19.3203L0.492598 6.19223C0.462589 5.99486 0.512216 5.79364 0.630562 5.63286L1.68077 4.20603C1.79912 4.04525 1.97649 3.93806 2.17387 3.90805C2.37124 3.87804 6.16907 3.35095 6.16907 3.35095M17.6125 3.67986C17.5804 3.46889 17.4607 3.21451 17.2824 3.09722L15.6887 2.04867C15.5333 1.94646 15.3457 1.90537 15.1618 1.93332L11.0907 2.52324M9.08898 5.14088L9.10904 5.27287L10.9964 17.6858C11.0053 17.7447 11.0602 17.7851 11.1191 17.7762L15.3572 17.1318C16.4507 16.9655 17.2017 15.9433 17.0333 14.8501L15.6374 5.78565M5.62802 5.78565L4.81781 5.87531C3.69422 5.99964 2.89693 7.02994 3.05828 8.1488L3.90673 14.2435M18.0878 6.10266L19.5899 16.2139M5.94444 19.9334L17.8007 22.0361C19.4321 22.3254 20.9892 21.2374 21.2785 19.606L23.3812 7.74977C23.6705 6.11837 22.5826 4.56131 20.9512 4.27199L9.09489 2.16928C7.4635 1.87995 5.90644 2.96791 5.61711 4.59931L3.51441 16.4556C3.22508 18.087 4.31304 19.644 5.94444 19.9334ZM7.57423 17.9321L16.9588 19.5964C18.0464 19.7893 19.0844 19.064 19.2773 17.9764L20.9416 8.59187C21.1345 7.50428 20.4092 6.46624 19.3216 6.27335L9.93707 4.60901C8.84947 4.41613 7.81144 5.14144 7.61855 6.22903L5.95421 15.6136C5.76133 16.7012 6.48663 17.7392 7.57423 17.9321Z' stroke='black'/%3E  %3C/g%3E  %3Cdefs%3E    %3CclipPath id='clip0_3002_27905'%3E      %3Crect width='24' height='24' fill='white'/%3E    %3C/clipPath%3E  %3C/defs%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.catalog-head__conf:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.catalog-head__conf:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cg clip-path='url(%23clip0_3002_27905)'%3E    %3Cpath d='M9.08898 20.4911L4.93972 20.9999C4.75587 21.0279 4.56818 20.9868 4.41282 20.8846L2.8191 19.836C2.64083 19.7187 2.52071 19.5313 2.48864 19.3203L0.492598 6.19223C0.462589 5.99486 0.512216 5.79364 0.630562 5.63286L1.68077 4.20603C1.79912 4.04525 1.97649 3.93806 2.17387 3.90805C2.37124 3.87804 6.16907 3.35095 6.16907 3.35095M17.6125 3.67986C17.5804 3.46889 17.4607 3.21451 17.2824 3.09722L15.6887 2.04867C15.5333 1.94646 15.3457 1.90537 15.1618 1.93332L11.0907 2.52324M9.08898 5.14088L9.10904 5.27287L10.9964 17.6858C11.0053 17.7447 11.0602 17.7851 11.1191 17.7762L15.3572 17.1318C16.4507 16.9655 17.2017 15.9433 17.0333 14.8501L15.6374 5.78565M5.62802 5.78565L4.81781 5.87531C3.69422 5.99964 2.89693 7.02994 3.05828 8.1488L3.90673 14.2435M18.0878 6.10266L19.5899 16.2139M5.94444 19.9334L17.8007 22.0361C19.4321 22.3254 20.9892 21.2374 21.2785 19.606L23.3812 7.74977C23.6705 6.11837 22.5826 4.56131 20.9512 4.27199L9.09489 2.16928C7.4635 1.87995 5.90644 2.96791 5.61711 4.59931L3.51441 16.4556C3.22508 18.087 4.31304 19.644 5.94444 19.9334ZM7.57423 17.9321L16.9588 19.5964C18.0464 19.7893 19.0844 19.064 19.2773 17.9764L20.9416 8.59187C21.1345 7.50428 20.4092 6.46624 19.3216 6.27335L9.93707 4.60901C8.84947 4.41613 7.81144 5.14144 7.61855 6.22903L5.95421 15.6136C5.76133 16.7012 6.48663 17.7392 7.57423 17.9321Z' stroke='white'/%3E  %3C/g%3E  %3Cdefs%3E    %3CclipPath id='clip0_3002_27905'%3E      %3Crect width='24' height='24' fill='white'/%3E    %3C/clipPath%3E  %3C/defs%3E%3C/svg%3E");
}

.cc-card {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s;
}
.cc-card:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M3.51472 11.9999H20.4853M20.4853 11.9999L12 3.51465M20.4853 11.9999L12 20.4852' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  top: 24px;
  right: 20px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cc-card:hover {
  z-index: 1;
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);
}
.cc-card:hover:after {
  opacity: 1;
  visibility: visible;
}
.cc-card:hover .cc-card__title {
  color: var(--3, #266b95);
}
.cc-card__middle {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.cc-card__labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 12px;
  z-index: 2;
  pointer-events: none;
}
.cc-card__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.cc-card__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}
.cc-card__label {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  color: var(--Gray-950, #262626);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.cc-card__top {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 24px 20px;
  gap: 10px;
  align-items: flex-start;
}
.cc-card__title {
  color: var(--Gray-700-Main, #555);
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
}
.cc-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.cc-card__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 12px;
}
.cc-card__item {
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.cc-card__item:hover {
  background: var(--Gray-80, #f0f0f0);
}
.cc-card__icon {
  margin-bottom: 10px;
}
.cc-card__name {
  display: block;
  color: var(--Gray-900, #3d3d3d);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.cc-card__price {
  display: block;
  color: var(--3, #266b95);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
}

.image-slider {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  touch-action: pan-y;
  z-index: 1;
}
.image-slider:hover .image-slider__pagination {
  opacity: 1;
  pointer-events: auto;
}
.image-slider__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  transition: transform 0.2s ease-out;
  will-change: transform;
}
.image-slider__item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider__placeholder {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
  color: #757575;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.image-slider__placeholder-info {
  font-size: 0.9rem;
  margin-top: 10px;
  color: #a0a0a0;
}
.image-slider__pagination {
  position: absolute;
  bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  padding: 0 8px;
  background-color: transparent;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.image-slider__dot {
  flex-grow: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s;
  cursor: pointer;
}
.image-slider__dot--active {
  background-color: #ffffff;
}

.choice-form {
  z-index: 1;
}
.choice-form__body {
  position: relative;
  z-index: 1;
  padding: 96px 20px;
}
.choice-form__body:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.choice-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.choice-form__inner {
  margin: 0 auto;
  max-width: 808px;
}
.choice-form__title {
  color: var(--Content-Reversed, #fff);
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 112%;
  margin-bottom: 30px;
}
.choice-form__form {
  display: grid;
  grid-template-columns: 1fr 1fr 123px;
  gap: 8px;
  margin-bottom: 22px;
}
.choice-form__input {
  display: block;
  padding: 0 16px;
  height: 56px;
  border-radius: 2px;
  background: var(--Gray-50, #f6f6f6);
  border: 0;
}
.choice-form__text {
  width: 100%;
  display: block;
  text-align: center;
  color: var(--1, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.choice-form__text a {
  text-align: center;
  color: var(--1, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-decoration: underline;
}

.content {
  margin-bottom: 20px;
}
.content__body {
  padding: 50px;
  background: #fff;
  display: grid;
  grid-template-columns: 438px 1fr;
  gap: 20px;
}
.content__title {
  color: var(--Gray-700-Main, #555);
  font-size: 32px;
  font-weight: 500;
  line-height: 122%;
}
.content__right h3 {
  margin-bottom: 23px;
  color: var(--Gray-700-Main, #555);
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}
.content__right p {
  margin-bottom: 23px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1439px) {
  .catalog-category__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-category__section {
    grid-template-columns: 300px 1fr;
  }
  .catalog-head {
    grid-template-columns: 380px 1fr;
  }
  .choice-form__title {
    font-size: 32px;
  }
  .content__body {
    padding: 40px;
  }
  .content__body {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 1023px) {
  .catalog-category__section {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-head {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .catalog-head__tab {
    width: 100%;
    justify-content: center;
  }
  .image-slider__pagination {
    opacity: 1;
    pointer-events: auto;
  }
  .image-slider:hover .image-slider__pagination {
    opacity: 1;
  }
  .choice-form__title {
    font-size: 24px;
  }
  .content__body {
    padding: 32px 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog-head__tab {
    font-size: 14px;
    padding: 0 10px;
    height: 36px;
  }
  .catalog-head__right {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-category__title {
    font-size: 22px;
  }
  .catalog-category__left {
    padding: 20px 12px;
  }
  .catalog-category__description {
    font-size: 12px;
  }
  .catalog-category__btn {
    height: 36px;
  }
  .cc-card__top {
    padding: 16px 12px;
  }
  .cc-card__title {
    font-size: 18px;
  }
  .cc-card__desc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cc-card__bottom {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .cc-card__labels {
    padding: 4px;
  }
  .cc-card__label {
    padding: 3px 6px;
    white-space: nowrap;
  }
  .cc-card__item {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 0px;
  }
  .cc-card__icon {
    grid-area: 1/1/3/2;
    width: 32px;
    height: 32px;
    margin: 0;
  }
  .cc-card__name {
    grid-area: 1/2/2/3;
    text-align: left;
    font-size: 12px;
  }
  .cc-card__price {
    grid-area: 2/2/3/3;
    text-align: left;
    font-size: 10px;
  }
  .image-slider {
    padding-bottom: 75%;
  }
  .cc-card:after {
    display: none;
  }
  .choice-form__form {
    grid-template-columns: repeat(1, 1fr);
  }
  .choice-form__input {
    height: 44px;
  }
  .choice-form__btn {
    height: 44px;
  }
  .content__title {
    font-size: 22px;
  }
  .content__right h3 {
    font-size: 20px;
  }
  .content__right p {
    font-size: 14px;
  }
  .catalog-head__conf {
    position: relative;
    padding: 0 13px;
    gap: 12px;
    font-size: 14px;
  }
  .catalog-head__conf:before {
    width: 22px;
    height: 22px;
    background-size: 100%;
  }
  .catalog-head__conf:after {
    content: "";
    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='M8.33334 6.6665L11.6667 9.99984L8.33334 13.3332' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .catalog-head__input {
    font-size: 14px;
  }
  .catalog-head__input::placeholder {
    font-size: 14px;
  }
}
.series-intro .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.7);
}
.series-intro .breadcrumbs__item:not(:last-child):after {
  color: rgba(255, 255, 255, 0.7);
}
.series-intro__body {
  position: relative;
  z-index: 1;
}
.series-intro__body:after {
  content: "";
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.6) 0%, rgba(34, 35, 39, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.series-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.series-intro__top {
  padding: 12px 20px 20px;
}
.series-intro__back {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='18' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M20 13L15 18L20 23' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}
.series-intro__title {
  color: var(--1, #fff);
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
}
.series-intro__description {
  max-width: 473px;
  color: var(--1, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}
.series-intro__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.series-intro__list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.series-intro__sublist {
  display: flex;
  align-items: center;
}
.series-intro__element {
  display: inline-flex;
  align-items: center;
}
.series-intro__subitem {
  display: inline-flex;
  align-items: center;
}
.series-intro__subitem:not(:first-child) {
  margin-left: -4px;
}
.series-intro__link {
  display: inline-flex;
  align-items: center;
  height: 36px;
  gap: 2px;
  padding: 8px 8px 8px 12px;
  border-radius: 99px;
  background: #fff;
  backdrop-filter: blur(8px);
}
.series-intro__link:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23D1D1D1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.series-intro__sublink {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: relative;
  z-index: 1;
}
.series-intro__sublink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 50%;
}
.series-intro__bottom {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.series-intro__categories {
  display: flex;
}
.series-intro__element:last-child .series-intro__category {
  border-right: none;
}
.series-intro__category {
  min-width: 162px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-right: 2px solid var(--Gray-100, #e7e7e7);
  background: #fff;
  transition: 0.3s;
}
.series-intro__category:hover {
  background: var(--Gray-80, #f0f0f0);
}
.series-intro__icon {
  margin-bottom: 10px;
}
.series-intro__name {
  display: block;
  color: var(--Gray-900, #3d3d3d);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2px;
}
.series-intro__desc {
  display: block;
  color: var(--3, #266b95);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.series-intro__conf {
  position: relative;
  display: inline-flex;
  padding: 12px;
  max-width: 313px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: var(--3, #266b95);
  transition: 0.3s;
}
.series-intro__conf:hover {
  background: var(--Blue-700, #225c82);
}
.series-intro__conf:hover:after {
  rotate: 45deg;
}
.series-intro__conf:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M6 18L18 6M18 6H6M18 6V18' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: 0.3s;
}
.series-intro__conf span {
  display: block;
  color: var(--1, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.catalog-tabs__top {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 24px 20px;
  margin-bottom: 2px;
}
.catalog-tabs__item {
  color: var(--Gray-700-Main, #555);
  font-size: 36px;
  font-weight: 500;
  line-height: 112%;
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
  border-bottom: 1px dashed var(--Gray-100, #555);
}
.catalog-tabs__item.is-active {
  opacity: 1;
  border-bottom: 0;
}
.catalog-tabs__content {
  display: none;
}
.catalog-tabs__content.is-active {
  display: block;
}
.catalog-about__list {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 40px 20px;
  gap: 60px;
}
.catalog-about__item {
  display: grid;
  width: 100%;
  gap: 20px;
  grid-template-columns: 337px 1fr;
}
.catalog-about__label {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.catalog-about__desc {
  color: var(--Gray-700-Main, #555);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.catalog-about__element {
  border-top: 1px solid var(--Gray-100, #e7e7e7);
  padding: 20px 0;
  position: relative;
}
.catalog-about__heading {
  position: relative;
  cursor: pointer;
}
.catalog-about__heading:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M6 9L12 15L18 9' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.catalog-about__heading.is-active:after {
  transform: translateY(-50%) rotate(180deg);
}
.catalog-about__name {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.catalog-about__hidden {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}
.catalog-about__card {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 24px;
}
.catalog-about__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.catalog-about__image {
  display: inline-flex;
  align-items: flex-start;
}
.catalog-about__image img {
  display: block;
  width: 100%;
}
.catalog-about__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.catalog-about__el {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-about__pretitle {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-transform: uppercase;
}
.catalog-about__grid {
  display: flex;
  gap: 4px;
}
.catalog-about__color {
  min-width: 60px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.catalog-about__color span {
  display: block;
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.catalog-about__btn {
  height: 96px;
  border: 0;
  margin-top: 2px;
  font-size: 18px;
}
.catalog-about__btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(38, 107, 149);
}
.catalog-about__versions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.catalog-about__article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 20px;
  background: var(--Gray-50, #f6f6f6);
}
.catalog-about__article:hover span {
  color: var(--3, #266b95);
}
.catalog-about__article:hover span:after {
  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='M2.92893 9.99978H17.0711M17.0711 9.99978L10 2.92871M17.0711 9.99978L10 17.0708' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.catalog-about__article img {
  margin-bottom: 30px;
}
.catalog-about__article span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  transition: 0.3s;
}
.catalog-about__article span:after {
  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='M2.92893 9.99978H17.0711M17.0711 9.99978L10 2.92871M17.0711 9.99978L10 17.0708' stroke='black' stroke-opacity='0.3' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.catalog-about__scheme {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeef;
}

.gallery {
  margin-top: 2px;
  padding: 40px 20px;
  background: #fff;
}
.gallery__head {
  margin-bottom: 34px;
}
.gallery__title {
  color: var(--Gray-700-Main, #555);
  font-size: 36px;
  font-weight: 500;
  line-height: 112%;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 8px;
}
.gallery__item {
  position: relative;
  padding-bottom: 63%;
}
.gallery__item:nth-child(1) {
  grid-area: 1/1/4/3;
}
.gallery__item:nth-child(2) {
  grid-area: 1/3/4/5;
}
.gallery__item:nth-child(3) {
  grid-area: 1/5/2/6;
}
.gallery__item:nth-child(4) {
  grid-area: 2/5/3/6;
}
.gallery__item:nth-child(5) {
  grid-area: 3/5/4/6;
}
.gallery__item:nth-child(6) {
  grid-area: 4/1/5/2;
}
.gallery__item:nth-child(7) {
  grid-area: 4/2/5/3;
}
.gallery__item:nth-child(8) {
  grid-area: 4/3/5/4;
}
.gallery__item:nth-child(9) {
  grid-area: 4/4/5/5;
}
.gallery__item:nth-child(10) {
  grid-area: 4/5/5/6;
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1439px) {
  .series-intro__category {
    min-width: 150px;
  }
  .series-intro__items {
    overflow-x: auto;
  }
  .catalog-about__versions {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .series-intro__bottom {
    flex-direction: column;
  }
  .series-intro__categories {
    flex-direction: column;
  }
  .series-intro__category {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 100px;
    border-bottom: 2px solid #f5f5f5;
    border-right: 0;
  }
  .series-intro__icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .series-intro__name,
  .series-intro__desc {
    display: block;
    text-align: left;
  }
  .series-intro__conf {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .series-intro__conf span {
    font-size: 14px;
  }
  .catalog-tabs__item {
    font-size: 26px;
  }
  .catalog-about__item {
    display: flex;
    flex-direction: column;
  }
  .catalog-about__card {
    display: flex;
    flex-direction: column;
  }
  .catalog-about__grid {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .series-intro__title {
    font-size: 26px;
  }
  .series-intro__description {
    font-size: 14px;
  }
  .series-intro__link {
    font-size: 14px;
  }
  .series-intro__name,
  .series-intro__desc {
    font-size: 14px;
  }
  .catalog-tabs__item {
    font-size: 22px;
  }
  .catalog-about__desc {
    font-size: 18px;
  }
  .catalog-about__name {
    font-size: 20px;
  }
  .catalog-about__btn {
    font-size: 16px;
    height: 72px;
  }
  .catalog-about__versions {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-about__scheme img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .gallery__title {
    font-size: 24px;
  }
  .gallery__grid {
    display: flex;
    overflow-x: auto;
  }
  .gallery__item {
    min-width: 70%;
  }
}
.catalog-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding-bottom: 2px;
}
.catalog-types__link {
  position: relative;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  transition: 0.3s;
}
.catalog-types__link:hover {
  z-index: 1;
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);
}
.catalog-types__link:hover .catalog-types__name {
  color: var(--3, #266b95);
}
.catalog-types__link:hover .catalog-types__name:after {
  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='M2.92893 9.99978H17.0711M17.0711 9.99978L10 2.92871M17.0711 9.99978L10 17.0708' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.catalog-types__img {
  max-width: 220px;
  width: 100%;
  margin-bottom: 38px;
}
.catalog-types__name {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  transition: 0.3s;
  margin-top: auto;
}
.catalog-types__name:after {
  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='M2.92893 9.99978H17.0711M17.0711 9.99978L10 2.92871M17.0711 9.99978L10 17.0708' stroke='black' stroke-opacity='0.3' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

@media (max-width: 1439px) {
  .catalog-types {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .catalog-types {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog-types__name:after {
    display: none;
  }
  .catalog-types__name {
    padding: 12px;
    font-size: 16px;
  }
  .catalog-types__img {
    max-width: 120px;
  }
}
@media (max-width: 1023px) {
  .favorite.is-compare .favorite__tab-content {
    overflow: hidden;
  }
  .favorite.is-compare .favorite__cards {
    display: flex;
    overflow-x: auto;
  }
  .favorite.is-compare .product-card {
    min-width: 180px;
  }
  .favorite.is-compare .product-card.is-empty {
    display: none;
  }
}
.configurator {
  margin-bottom: 50px;
}
.configurator__breadcrumbs {
  background: var(--1, #fff);
  margin-bottom: 2px;
}
.configurator__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.configurator__heading {
  padding: 16px;
  background: var(--1, #fff);
  margin-bottom: 2px;
}
.configurator__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.configurator__back {
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='17.5' fill='%23F6F6F6'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='17.5' stroke='%23E7E7E7'/%3E%3Cpath d='M12.168 18H23.8346M12.168 18L17.168 13M12.168 18L17.168 23' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator__title {
  color: var(--Gray-300, #b0b0b0);
  font-size: 36px;
  font-weight: 500;
  line-height: 112%;
}
.configurator__title span {
  color: var(--Gray-700-Main, #555);
}
.configurator__btn {
  height: 36px;
  padding: 0 10px;
  margin-left: auto;
}
.configurator__desc {
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.configurator__sticky {
  position: sticky;
  top: 92px;
  right: 0;
}
.configurator-tabs {
  position: sticky;
  top: 92px;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.configurator-tabs__tab {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #f5f5f5;
  background: var(--1, #fff);
  transition: 0.3s;
  cursor: pointer;
}
.configurator-tabs__tab:not(:first-child) {
  border-left: 2px solid #f5f5f5;
}
.configurator-tabs__tab.is-active {
  border-bottom: 2px solid var(--Blue-600-Main, #266b95);
}
.configurator-tabs__icon {
  max-width: 38px;
}
.configurator-tabs__icon img {
  display: block;
  width: 100%;
}
.configurator-tabs__content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.configurator-tabs__name {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.configurator-tabs__price {
  display: block;
  color: var(--3, #266b95);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.configurator-search {
  background: #fff;
  margin-bottom: 2px;
  padding: 10px;
}
.configurator-search__label {
  display: block;
  width: 100%;
  position: relative;
}
.configurator-search__label:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E %3Cpath d='M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23888888' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.configurator-search__input {
  width: 100%;
  height: 44px;
  padding-left: 46px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
}
.configurator-search__input::placeholder {
  color: var(--Gray-400, #888);
  font-size: 16px;
  font-weight: 500;
}
.configurator-main__head {
  position: relative;
  padding: 20px 16px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.configurator-main__head:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E %3Cpath d='M6 9L12 15L18 9' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.configurator-main__head.is-active:after {
  transform: translateY(-50%) rotate(180deg);
}
.configurator-main__counter {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--Gray-950, #262626);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.configurator-main__title {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  gap: 4px;
}
.configurator-main__title span {
  display: inline-flex;
  overflow: hidden;
  color: var(--Blue-600-Main, #266b95);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.configurator-main__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 2px;
}
.configurator-filter {
  padding: 0 16px 20px 16px;
  background: #fff;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.configurator-filter__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.configurator-filter__name {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.configurator-filter__materials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.configurator-filter__material:has(input:checked) .configurator-filter__btn {
  border: 1px solid var(--Blue-600-Main, #266b95);
  background: var(--Blue-600-Main, #266b95);
  color: var(--White, #fff);
}
.configurator-filter__types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.configurator-filter__type:has(input:checked) .configurator-filter__btn {
  border: 1px solid var(--Blue-600-Main, #266b95);
  background: var(--Blue-600-Main, #266b95);
  color: var(--White, #fff);
}
.configurator-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid var(--Gray-200, #d1d1d1);
  background: var(--1, #fff);
  color: var(--Gray-950, #262626);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
  transition: 0.3s;
}
.configurator-filter__colors {
  display: flex;
  align-items: flex-start;
  gap: 6px 4px;
  flex-wrap: wrap;
}
.configurator-filter__color {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.configurator-filter__color-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  cursor: pointer;
}
.configurator-filter__color-label:has(input:checked) .configurator-filter__color-image {
  border: 2px solid var(--3, #266b95);
}
.configurator-filter__color-label:has(input:checked) .configurator-filter__color-image:after {
  visibility: visible;
  opacity: 1;
}
.configurator-filter__color-image {
  position: relative;
  display: inline-flex;
  padding: 2px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.configurator-filter__color-image:after {
  content: "";
  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 %3Ccircle cx='10' cy='10' r='8' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM13.7071 8.70711C14.0976 8.31658 14.0976 7.68342 13.7071 7.29289C13.3166 6.90237 12.6834 6.90237 12.2929 7.29289L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L8.29289 12.7071C8.68342 13.0976 9.31658 13.0976 9.70711 12.7071L13.7071 8.70711Z' fill='%23266B95'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -10px;
  right: -10px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.configurator-filter__color-name {
  display: block;
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.configurator-object {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  margin-bottom: 2px;
  padding-bottom: 60%;
}
.configurator-object__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.configurator-object__element {
  position: absolute;
  z-index: 1;
}
.configurator-object__element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.configurator-object__element:has(img):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.configurator-object__element:has(img):after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E %3Cpath d='M33.25 12.25L31.7322 33.4994C31.6014 35.3309 30.0773 36.75 28.2411 36.75H13.7589C11.9227 36.75 10.3986 35.3309 10.2678 33.4994L8.75 12.25M17.5 19.25V29.75M24.5 19.25V29.75M26.25 12.25V7C26.25 6.0335 25.4665 5.25 24.5 5.25H17.5C16.5335 5.25 15.75 6.0335 15.75 7V12.25M7 12.25H35' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.configurator-object__element:has(img):hover:before, .configurator-object__element:has(img):hover:after {
  visibility: visible;
  opacity: 1;
}
.configurator-object__body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.configurator-object__preview {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.configurator-object__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12px;
}
.configurator-object__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 99px;
  border: 1px solid var(--Gray-100, #e7e7e7);
  background: var(--Gray-50, #f6f6f6);
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}
.configurator-object__clear:after {
  content: "";
  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='M5 15L15 5M5 5L15 15' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator-data {
  background: var(--1, #fff);
}
.configurator-data__table {
  width: 100%;
  border-collapse: collapse;
}
.configurator-data__table td {
  padding: 14px 12px;
  border: 0;
  border-bottom: 2px solid #f5f5f5;
}
.configurator-data__table td:last-child {
  padding: 6px 12px;
  width: 111px;
}
.configurator-data__table td:first-child {
  width: 91px;
}
.configurator-data__category {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.configurator-data__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--Gray-100, #e7e7e7);
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.configurator-data__name {
  display: inline-flex;
  color: var(--Gray-950, #262626);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.configurator-data__count {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.configurator-data__price {
  display: inline-flex;
  color: var(--Gray-950, #262626);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.configurator-data__nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.configurator-data__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: var(--White, #fff);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.configurator-data__remove:after {
  content: "";
  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='M15.832 5.83333L15.1093 15.9521C15.047 16.8243 14.3212 17.5 13.4468 17.5H6.55056C5.67616 17.5 4.95043 16.8243 4.88813 15.9521L4.16536 5.83333M8.33203 9.16667V14.1667M11.6654 9.16667V14.1667M12.4987 5.83333V3.33333C12.4987 2.8731 12.1256 2.5 11.6654 2.5H8.33203C7.87179 2.5 7.4987 2.8731 7.4987 3.33333V5.83333M3.33203 5.83333H16.6654' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator-data__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: var(--White, #fff);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.configurator-data__more:after {
  content: "";
  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='M4.16797 10H15.8346M15.8346 10L10.8346 5M15.8346 10L10.8346 15' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator-data__choose {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 36px;
  background: var(--Gray-950, #262626);
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.configurator .product-card {
  border: 1px solid transparent;
  transition: 0.3s;
}
.configurator .product-card.is-add {
  border: 1px solid var(--3, #266b95);
}
.configurator .product-card.is-add .product-card__add {
  background: var(--Blue-50, #f3f8fc);
  color: var(--Blue-600-Main, #266b95);
}
.configurator .product-card.is-add .product-card__add:before {
  content: "";
  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='M3.33203 10.5091L7.4346 14.5832L16.6654 5.4165' stroke='%23266B95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator .product-card.is-add .product-card__img:after {
  content: "";
  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 %3Ccircle cx='10' cy='10' r='8' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM13.7071 8.70711C14.0976 8.31658 14.0976 7.68342 13.7071 7.29289C13.3166 6.90237 12.6834 6.90237 12.2929 7.29289L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L8.29289 12.7071C8.68342 13.0976 9.31658 13.0976 9.70711 12.7071L13.7071 8.70711Z' fill='%23266B95'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}
.configurator .product-card.is-add:hover .product-card__footer {
  border: 1px solid var(--3, #266b95);
  border-top: none;
}
.configurator .product-card__footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid transparent;
  margin-left: -1px;
  width: calc(100% + 2px);
}
.configurator .product-card__add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  width: 100%;
  height: 36px;
  border-radius: 2px;
  background: var(--Blue-600-Main, #266b95);
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}
.configurator .product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  border-radius: 2px;
  border: 1px solid var(--Gray-100, #e7e7e7);
  background: var(--Gray-50, #f6f6f6);
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}

.ymaps3x0--map-copyrights_right {
  display: none !important;
}

.map__marker {
  width: 26px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='33' viewBox='0 0 27 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0.5C20.6797 0.5 26.5 6.3203 26.5 13.5C26.5 15.9856 25.8019 18.3097 24.5908 20.2852C24.5581 20.3448 24.5215 20.403 24.4814 20.46C24.1611 20.9644 23.5962 21.7946 23.001 22.5967C22.425 23.3728 21.7892 24.1636 21.3135 24.5947L14.8809 31.7285L14.8818 31.7295C14.1569 32.5794 12.8431 32.5795 12.1182 31.7295V31.7285L5.47266 24.3818C4.99588 23.9518 4.41159 23.2097 3.88574 22.4824C3.34417 21.7334 2.83542 20.9589 2.51855 20.46H2.51758C2.47761 20.4032 2.44182 20.3447 2.40918 20.2852C1.19813 18.3097 0.5 15.9856 0.5 13.5C0.5 6.3203 6.3203 0.5 13.5 0.5Z' fill='%23266B95' stroke='white'/%3E%3Ccircle cx='13.5' cy='13.5' r='5.5' fill='white'/%3E%3C/svg%3E%0A");
}

.contacts__head {
  padding-top: 12px;
  padding-bottom: 30px;
  background: white;
}
.contacts__body {
  background: white;
}
.contacts__title {
  font-weight: 500;
  line-height: 110%;
  color: rgb(85, 85, 85);
}
.contacts__grid {
  display: flex;
  background: rgb(245, 245, 245);
  padding: 2px;
}
.contacts__col {
  width: 100%;
}
.contacts-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-map__wrapper {
  height: 100%;
  position: relative;
}
.contacts-map__tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 2px;
  padding: 8px;
}
.contacts-map__tab {
  width: 100%;
  cursor: pointer;
}
.contacts-info {
  display: flex;
  background: rgb(255, 255, 255);
  flex-direction: column;
}
.contacts-info__row {
  display: flex;
  gap: 16px;
}
.contacts-info__row-left {
  width: 45%;
}
.contacts-info__row-right {
  width: 55%;
}
.contacts-info__rows {
  padding: 48px 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-left: 2px solid rgb(245, 245, 245);
}
.contacts-info__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgb(136, 136, 136);
}
.contacts-info__link {
  font-weight: 500;
  line-height: 120%;
  color: rgb(85, 85, 85);
  display: inline-block;
}
.contacts-info__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  display: block;
}
.contacts-soc {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.contacts-soc__link {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: rgb(231, 231, 231);
  border-radius: 2px;
}
.contacts-soc__link svg {
  transition: 0.3s;
  display: block;
}
.contacts-soc__link svg path {
  transition: 0.3s;
}
.contacts-soc__link.is-tg {
  position: relative;
  z-index: 2;
}
.contacts-soc__link.is-tg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.26%);
  z-index: -1;
}
.contacts-soc__link.is-tg:hover::before {
  opacity: 1;
}
.contacts-soc__link.is-tg:hover svg path {
  fill: white;
}
.contacts-soc__link.is-vk:hover {
  background: rgb(39, 135, 245);
}
.contacts-soc__link.is-vk:hover svg path {
  fill: white;
}
.contacts-soc__link.is-yt:hover {
  background: rgb(255, 0, 0);
}
.contacts-soc__link.is-yt:hover svg path {
  fill: white;
}
.contacts-soc__link.is-wa {
  position: relative;
  z-index: 2;
}
.contacts-soc__link.is-wa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(0deg, #20b038 0%, #60d66a 100%);
  z-index: -1;
}
.contacts-soc__link.is-wa:hover::before {
  opacity: 1;
}
.contacts-soc__link.is-wa:hover svg path {
  fill: white;
}
.contacts-soc__link.is-dz:hover {
  background: rgb(44, 48, 54);
}
.contacts-soc__link.is-dz:hover svg path {
  fill: white;
}
.contacts-soc__link.is-rt:hover {
  background: rgb(16, 9, 67);
}
.contacts-soc__link.is-rt:hover svg path.hover {
  fill: white;
}
.contacts-btns {
  display: flex;
  padding: 2px;
  background: rgb(245, 245, 245);
  gap: 2px;
  margin-bottom: -2px;
}
.contacts__btn {
  text-align: center;
  padding: 0 24px;
  width: 100%;
  border: none;
}

.questions {
  z-index: 3;
}
.questions__head {
  padding: 30px 20px;
  border-bottom: 2px solid rgb(245, 245, 245);
  background: white;
}
.questions__body {
  background: white;
}
.questions__title {
  font-weight: 500;
  line-height: 110%;
  color: rgb(85, 85, 85);
}
.questions-search {
  border-bottom: 2px solid rgb(245, 245, 245);
  position: relative;
  padding: 10px;
}
.questions-search::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23888888' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.questions-search__input {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  height: 44px;
  width: 100%;
  padding-left: 46px;
  border: none;
}
.questions-search__input::placeholder {
  color: rgb(136, 136, 136);
}
.questions-card {
  border-bottom: 2px solid rgb(245, 245, 245);
}
.questions-card__head {
  padding: 24px;
  cursor: pointer;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.questions-card__head::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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 6V12M12 12V18M12 12H18M12 12L6 12' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}
.questions-card__head.is-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='M18 12H6' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.questions-card__head span {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgb(85, 85, 85);
}
.questions-card__hidden {
  padding: 0 24px 24px;
  font-weight: 400;
  line-height: 150%;
  color: rgb(85, 85, 85);
  display: none;
}
.questions__more {
  border-bottom: 2px solid #f5f5f5;
}

.feedback {
  margin-bottom: 20px;
}
.feedback__container-inner {
  padding: 80px 20px;
  background: white;
}
.feedback__btn {
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
}
.feedback__head {
  margin-bottom: 40px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.feedback__body {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.feedback__title {
  font-weight: 500;
  line-height: 112%;
  text-align: center;
  color: rgb(85, 85, 85);
  margin-bottom: 20px;
}
.feedback__text {
  display: block;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: rgb(85, 85, 85);
}
.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.feedback-form:has(.feedback-agree__check:checked) .feedback__btn {
  opacity: 1;
  pointer-events: all;
}
.feedback-form .select2-container {
  height: 44px;
  vertical-align: middle;
  max-width: 100%;
}
.feedback-form .select2-container--open .select2-dropdown {
  border: none;
}
.feedback-form .select2-container--default .select2-results__option {
  padding: 0 12px !important;
  height: 44px;
  display: flex;
  align-items: center;
}
.feedback-form .select2-container--default .select2-results__option--selected {
  pointer-events: none;
}
.feedback-form .select2-container--default .select2-results__option--selected,
.feedback-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgb(38, 107, 149);
  color: white !important;
}
.feedback-form .select2-container--default .select2-selection--single {
  height: 44px;
  border: none;
  background: rgb(246, 246, 246);
  display: flex;
  align-items: center;
}
.feedback-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.feedback-form .select2-container--default .select2-results__option {
  font-family: "Vela Sans" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgb(85, 85, 85);
  transition: 0.3s;
}
.feedback-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgb(109, 109, 109);
  font-family: "Vela Sans" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgb(109, 109, 109);
}
.feedback-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
  padding-left: 12px;
}
.feedback-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  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='M6.6665 8.33464L9.99984 11.668L13.3332 8.33464' stroke='%236D6D6D' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.feedback-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.feedback-form__grid {
  display: flex;
  gap: 20px;
}
.feedback-form__grid:last-child {
  align-items: center;
}
.feedback-form__col {
  width: calc(50% - 10px);
}
.feedback-form__row {
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
}
.feedback-form__row:last-child {
  margin-bottom: 0;
}
.feedback-form__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  width: 100%;
}
.feedback-form__item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  position: relative;
  color: rgb(85, 85, 85);
}
.feedback-form__item-name.required::after {
  content: "*";
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(213, 0, 3);
  margin-left: 2px;
}
.feedback-form__input {
  padding: 0 12px;
  vertical-align: middle;
  padding: 0 12px;
  background: rgb(246, 246, 246);
  border-radius: 3px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  height: 44px;
  color: rgb(85, 85, 85);
}
.feedback-form__input::placeholder {
  color: rgb(109, 109, 109);
}
.feedback-form__input.is-textarea {
  height: 128px;
  padding: 12px;
}
.feedback-form__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.feedback-agree {
  display: flex;
  gap: 16px;
  position: relative;
}
.feedback-agree::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23D1D1D1'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
  margin-top: 3px;
  cursor: pointer;
}
.feedback-agree:has(input:checked)::before {
  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%3Cg clip-path='url(%23clip0_240_29193)'%3E%3Crect width='20' height='20' rx='2' fill='%23266B95'/%3E%3Cpath d='M3.33325 10.5091L7.43582 14.5832L16.6666 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_29193'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.feedback-agree:has(input:checked):hover::before {
  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%3Cg clip-path='url(%23clip0_240_29207)'%3E%3Crect width='20' height='20' rx='2' fill='%23204F6C'/%3E%3Cpath d='M3.33325 10.5091L7.43582 14.5832L16.6666 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_29207'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.feedback-agree__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.feedback-file {
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
}
.feedback-file::before {
  content: "";
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='55' height='55' rx='27.5' fill='%23F6F6F6'/%3E%3Crect x='0.5' y='0.5' width='55' height='55' rx='27.5' stroke='%23E7E7E7'/%3E%3Cpath d='M33 21.9302V32C33 34.7614 30.7614 37 28 37C25.2386 37 23 34.7614 23 32V22.3333C23 20.4924 24.4924 19 26.3333 19C28.1743 19 29.6667 20.4924 29.6667 22.3333V31.9845C29.6667 32.905 28.9205 33.6512 28 33.6512C27.0795 33.6512 26.3333 32.905 26.3333 31.9845V22.5' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.feedback-file__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(85, 85, 85);
}

@media (max-width: 1439px) {
  .contacts-info__rows {
    padding: 30px;
  }
  .contacts-info__link {
    font-size: 24px;
  }
  .questions__title,
  .feedback__title {
    font-size: 26px;
  }
  .questions-card__head span {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .contacts__grid {
    flex-direction: column;
  }
  .contacts-map__wrapper {
    min-height: 377px;
  }
  .contacts-map__tab {
    height: 42px;
  }
  .questions__head {
    padding: 30px 16px;
  }
}
@media (max-width: 767px) {
  .feedback-form__grid {
    flex-direction: column;
  }
  .feedback-form__col {
    width: 100%;
  }
  .feedback__container-inner {
    padding: 40px 20px;
  }
  .contacts-info__rows {
    padding: 26px 12px;
  }
  .contacts-info__row {
    flex-direction: column;
  }
  .contacts-info__row-left {
    width: 100%;
  }
  .contacts-info__row-right {
    width: 100%;
  }
  .contacts-info__label {
    font-size: 14px;
  }
  .contacts-info__link {
    font-size: 22px;
  }
  .contacts__btn {
    font-size: 14px;
    padding: 0 10px;
  }
  .questions__title,
  .feedback__title {
    font-size: 24px;
  }
  .questions-card__hidden {
    font-size: 14px;
  }
  .questions-search__input {
    padding-left: 36px;
  }
  .questions-search::before {
    left: 14px;
  }
  .questions-card__head {
    padding: 16px;
    align-items: flex-start;
  }
  .questions-card__head span {
    font-size: 16px;
  }
}
.detail .breadcrumbs {
  padding-left: 12px;
  padding-right: 12px;
}
.detail__head, .detail__body {
  padding-left: 12px;
  padding-right: 12px;
}
.detail__head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgb(245, 245, 245);
}
.detail__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(85, 85, 85);
  text-align: center;
}
.detail__title {
  max-width: 864px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  color: rgb(85, 85, 85);
}
.detail-date {
  display: flex;
  gap: 8px;
}
.detail-date span {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(85, 85, 85);
}
.detail__body {
  padding-top: 30px;
  padding-bottom: 36px;
}
.detail__wrapper {
  background: white;
}
.detail__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1036px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 18px;
}
.detail__content img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.detail__content img + p {
  align-self: flex-start;
  margin-bottom: 48px;
  font-family: Vela Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgb(85, 85, 85);
}
.detail__content img + p a {
  color: rgb(38, 107, 149);
  text-decoration: underline;
  color: rgb(38, 107, 149);
}
.detail__content *:not(img):not(img + p) {
  max-width: 734px;
}
.detail__content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: rgb(85, 85, 85);
  margin-bottom: 30px;
  width: 100%;
}
.detail__content h2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 32px;
  line-height: 122%;
  color: rgb(85, 85, 85);
  width: 100%;
}
.detail__content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: rgb(85, 85, 85);
  margin-bottom: 30px;
  width: 100%;
}
.detail__content p a {
  color: rgb(38, 107, 149);
  text-decoration: underline;
  color: rgb(38, 107, 149);
}
.detail__content li p {
  display: inline-block;
}
.detail__content li {
  margin-bottom: 16px;
}
.detail__content li a {
  color: rgb(38, 107, 149);
  text-decoration: underline;
  color: rgb(38, 107, 149);
}
.detail__content ol,
.detail__content ul {
  margin-bottom: 30px;
  width: 100%;
}
.detail__content ol {
  list-style: decimal;
  list-style-position: inside;
}
.detail__content ul {
  list-style: disc;
  list-style-position: inside;
}
.detail__bottom {
  padding-top: 30px;
}
.detail-soc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.detail-soc__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  margin-bottom: 16px;
}
.detail-soc__links {
  display: flex;
  gap: 8px;
}
.detail-soc__link {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 2px;
  border: 1px solid rgb(231, 231, 231);
  background: rgb(246, 246, 246);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-soc__link svg path {
  transition: 0.3s;
}
.detail-soc__link.is-share:hover {
  border-color: transparent;
  background: rgb(231, 231, 231);
}
.detail-soc__link.is-tg {
  position: relative;
  z-index: 2;
}
.detail-soc__link.is-tg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.26%);
  z-index: -1;
}
.detail-soc__link.is-tg:hover {
  border-color: transparent;
}
.detail-soc__link.is-tg:hover::before {
  opacity: 1;
}
.detail-soc__link.is-tg:hover svg path {
  fill: white;
}
.detail-soc__link.is-vk:hover {
  background: rgb(39, 135, 245);
  border-color: transparent;
}
.detail-soc__link.is-vk:hover svg path {
  fill: white;
}
.detail-soc__link.is-wa {
  position: relative;
  z-index: 2;
}
.detail-soc__link.is-wa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(0deg, #20b038 0%, #60d66a 100%);
  z-index: -1;
}
.detail-soc__link.is-wa:hover {
  border-color: transparent;
}
.detail-soc__link.is-wa:hover::before {
  opacity: 1;
}
.detail-soc__link.is-wa:hover svg path {
  fill: white;
}
.detail-tags {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.detail-tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgb(85, 85, 85);
  height: 36px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border: 1px solid rgb(231, 231, 231);
  transition: 0.3s;
}
.detail-tag:hover {
  background: rgb(231, 231, 231);
}
.detail__wrapper {
  display: flex;
}
.detail__middle {
  flex: 1 1 auto;
}
.detail__sticky {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
}
.detail__back {
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border-radius: 50%;
  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.16699 10H15.8337M4.16699 10L9.16699 5M4.16699 10L9.16699 15' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(246, 246, 246);
  border: 1px solid rgb(231, 231, 231);
  position: absolute;
  top: 0;
  left: 12px;
  cursor: pointer;
}
.detail__back:hover {
  background-color: rgb(231, 231, 231);
}
.detail__subs {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgb(255, 255, 255);
  background: rgb(38, 38, 38);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 12px;
}
.detail__subs:hover {
  opacity: 0.8;
}
.detail__up {
  position: fixed;
  right: 32px;
  bottom: 50px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='18' fill='%23262626'/%3E%3Cpath d='M18 12.166V23.8327M18 12.166L13 17.166M18 12.166L23 17.166' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
  z-index: 5;
  cursor: pointer;
}
.detail__up:hover {
  opacity: 0.8;
}
.detail-solutions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  background: rgb(245, 245, 245);
  margin-bottom: 30px;
}

.subs {
  position: relative;
  padding: 50px 20px;
  z-index: 2;
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
}
.subs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.subs video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.subs__title {
  font-weight: 500;
  line-height: 122%;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
.subs-form {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}
.subs-form__input {
  height: 44px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgb(85, 85, 85);
  background: rgb(246, 246, 246);
  border-radius: 2px;
  border: none;
  flex: 1 1 auto;
}
.subs-form__input::placeholder {
  color: rgb(109, 109, 109);
}
.subs-form__wrapper {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}
.subs-form__btn {
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 2px;
  transition: 0.3s;
  background: rgb(38, 107, 149);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgb(255, 255, 255);
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.subs-form__btn:hover {
  background: rgb(34, 92, 130);
}
.subs__agree {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.subs__agree a {
  text-decoration: underline;
  color: inherit;
}

.read {
  padding-bottom: 22px;
}
.read__head {
  padding: 40px 0;
}
.read__body {
  background: white;
}
.read__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 112%;
  color: rgb(85, 85, 85);
  text-align: center;
}
.read__cards {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-bottom: 2px solid rgb(245, 245, 245);
}
.read__more-wrapper {
  padding-top: 2px;
  z-index: 3;
  position: relative;
}

.product__article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card {
  flex: 1 1 auto;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-card.is-compare .product-card__footer {
  opacity: 1;
  visibility: visible;
  position: static;
  box-shadow: none;
}
.product-card.is-compare .product-card__panel {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}
.product-card.is-empty {
  pointer-events: none;
}
.product-card.is-like .product-card__panel {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}
.product-card.is-like .product-card__panel-btn.is-like {
  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.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23F91A49'/%3E%3C/svg%3E%0A");
}
.product-card.is-like .product-card__panel-btn.is-compare {
  opacity: 0;
  visibility: hidden;
}
.product-card.is-like:hover .product-card__panel-btn.is-compare {
  opacity: 1;
  visibility: visible;
}
.product-card:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.product-card:hover .product-card__panel {
  opacity: 1;
  visibility: visible;
}
.product-card:hover .product-card__footer {
  opacity: 1;
  visibility: visible;
}
.product-card__labels {
  position: absolute;
  top: 0;
  left: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
  z-index: 3;
}
.product-card__lab {
  padding: 4px;
  display: inline-flex;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ccc;
}
.product-card__lab.is-sale {
  background: var(---Red-600, #f91a49);
}
.product-card__compare {
  background: white;
}
.product-card__compare-item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid rgb(231, 231, 231);
}
.product-card__compare-item:last-child {
  border: none;
}
.product-card__compare-item span:first-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: rgb(136, 136, 136);
}
.product-card__compare-item span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.product-card__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(136, 136, 136);
  padding-right: 66px;
  display: block;
}
.product-card__middle {
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.product-card__img {
  position: relative;
  padding-bottom: 102%;
  width: 100%;
}
.product-card__img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0;
  z-index: 2;
}
.product-card__link {
  position: relative;
  padding: 13px 16px;
  z-index: 5;
  background: white;
  height: 100%;
}
.product-card__link-wrapper {
  transition: 0.3s;
  flex: 1 1 auto;
}
.product-card__footer {
  padding: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}
.product-card__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 2px;
  background: rgb(38, 107, 149);
  transition: 0.3s;
  gap: 4px;
}
.product-card__btn:hover {
  background: rgb(34, 92, 130);
}
.product-card__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M2.5 2.50005H4.28333C4.4843 2.49778 4.67932 2.56822 4.83246 2.69838C4.9856 2.82855 5.08653 3.00968 5.11667 3.20839L5.51667 5.83339L6.66667 13.3334L15.8333 12.5001L17.5 5.83339M13.3333 5.83339H11.25M11.25 5.83339H9.16667M11.25 5.83339V7.91672M11.25 5.83339V3.75005M9.16667 17.5C9.16667 17.9602 8.79357 18.3333 8.33333 18.3333C7.8731 18.3333 7.5 17.9602 7.5 17.5C7.5 17.0398 7.8731 16.6667 8.33333 16.6667C8.79357 16.6667 9.16667 17.0398 9.16667 17.5ZM15 17.5C15 17.9602 14.6269 18.3333 14.1667 18.3333C13.7064 18.3333 13.3333 17.9602 13.3333 17.5C13.3333 17.0398 13.7064 16.6667 14.1667 16.6667C14.6269 16.6667 15 17.0398 15 17.5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-card__panel {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 12px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 6;
}
.product-card__panel-btn {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: all;
}
.product-card__panel-btn.is-compare {
  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%3Cg opacity='0.3'%3E%3Cpath d='M10 7.27273H7.95455C7.57799 7.27273 7.27273 7.57799 7.27273 7.95455V10.1705M10 7.27273H12.3864H12.7273M10 7.27273L7.27273 10.1705M7.27273 10.1705V12.3864V12.7273M12.7273 7.27273H16.8182C17.1947 7.27273 17.5 7.57799 17.5 7.95455V12.3864V16.8179C17.5 17.1945 17.1947 17.5 16.8182 17.5H12.3864H7.95455C7.57799 17.5 7.27273 17.1947 7.27273 16.8182V12.7273M12.7273 7.27273C12.7273 5.82395 12.7273 4.82549 12.7273 3.50012C12.7273 2.94784 12.2796 2.5 11.7273 2.5H7.61364H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V7.61364V11.7273C2.5 12.2796 2.94772 12.7273 3.5 12.7273H7.27273M12.7273 7.27273C12.7273 7.38361 12.7273 7.49713 12.7273 7.61364C12.7273 8.68491 12.7273 9.33326 12.7273 10.1705M12.7273 7.27273L7.27273 12.7273M7.27273 12.7273H7.61364H10M12.7273 10.1705C12.7273 10.6294 12.7273 11.1624 12.7273 11.7272C12.7273 12.2795 12.2796 12.7273 11.7273 12.7273H10M12.7273 10.1705L10 12.7273' stroke='%23888888' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.product-card__panel-btn.is-compare:hover {
  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%3Cg opacity='1'%3E%3Cpath d='M10 7.27273H7.95455C7.57799 7.27273 7.27273 7.57799 7.27273 7.95455V10.1705M10 7.27273H12.3864H12.7273M10 7.27273L7.27273 10.1705M7.27273 10.1705V12.3864V12.7273M12.7273 7.27273H16.8182C17.1947 7.27273 17.5 7.57799 17.5 7.95455V12.3864V16.8179C17.5 17.1945 17.1947 17.5 16.8182 17.5H12.3864H7.95455C7.57799 17.5 7.27273 17.1947 7.27273 16.8182V12.7273M12.7273 7.27273C12.7273 5.82395 12.7273 4.82549 12.7273 3.50012C12.7273 2.94784 12.2796 2.5 11.7273 2.5H7.61364H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V7.61364V11.7273C2.5 12.2796 2.94772 12.7273 3.5 12.7273H7.27273M12.7273 7.27273C12.7273 7.38361 12.7273 7.49713 12.7273 7.61364C12.7273 8.68491 12.7273 9.33326 12.7273 10.1705M12.7273 7.27273L7.27273 12.7273M7.27273 12.7273H7.61364H10M12.7273 10.1705C12.7273 10.6294 12.7273 11.1624 12.7273 11.7272C12.7273 12.2795 12.2796 12.7273 11.7273 12.7273H10M12.7273 10.1705L10 12.7273' stroke='%23111827' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  opacity: 0.7;
}
.product-card__panel-btn.is-like {
  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' opacity='0.3'%3E%3Cpath d='M4.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23888888'/%3E%3C/svg%3E%0A");
}
.product-card__panel-btn.is-like.is-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='M4.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23F91A49'/%3E%3C/svg%3E%0A") !important;
}
.product-card__panel-btn.is-like:hover {
  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.11602 4.30436C5.99481 2.7189 8.49535 3.18465 9.99486 4.91607C11.4944 3.18465 13.9626 2.73558 15.8737 4.30436C17.7848 5.87315 18.017 8.54063 16.5416 10.4158C15.3922 11.8765 12.0607 14.8551 10.6444 16.1003C10.272 16.4277 9.71771 16.4277 9.34537 16.1003C7.929 14.8551 4.59751 11.8765 3.44815 10.4158C1.97273 8.54063 2.23723 5.88982 4.11602 4.30436Z' fill='%23111827'/%3E%3C/svg%3E%0A");
  opacity: 0.7;
}
.product-card__panel-btn.is-remove {
  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%3Cg opacity='0.3'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.product-card__panel-btn.is-remove:hover {
  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%3Cg %3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  opacity: 0.7;
}
.product-card__bottom {
  margin-top: auto;
}
.product-card__link {
  display: flex;
  flex-direction: column;
}
.product-card__link-wrapper {
  position: relative;
  z-index: 3;
  background: white;
}
.product-card__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgb(85, 85, 85);
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__info {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.product-card__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: rgb(85, 85, 85);
}
.product-card__price.is-sale {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(---Red-600, #f91a49);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}
.product-card__price.is-sale span {
  display: inline-flex;
  color: var(--Gray-400, #888);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-decoration: line-through;
}
.product-card__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: rgb(85, 85, 85);
}
.product-card__availability.is-yellow::before {
  background: rgb(255, 195, 76);
}
.product-card__availability.is-red::before {
  background: rgb(249, 26, 73);
}
.product-card__availability::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: rgb(0, 170, 116);
}

@media (max-width: 1439px) {
  .detail__title {
    font-size: 36px;
  }
  .read__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .detail__title {
    font-size: 32px;
  }
  .detail__content h3 {
    font-size: 20px;
  }
  .detail__content h2 {
    font-size: 26px;
  }
  .detail__content p {
    font-size: 16px;
  }
  .subs__title {
    font-size: 26px;
  }
  .read__title {
    font-size: 26px;
  }
  .detail__subs {
    padding: 5px 14px;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .detail__title {
    font-size: 26px;
    margin-top: 8px;
  }
  .detail__content h3 {
    font-size: 18px;
  }
  .detail__content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .detail__content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .subs__title {
    font-size: 22px;
  }
  .read__title {
    font-size: 24px;
  }
  .detail__content img + p {
    margin-bottom: 20px;
  }
  .subs-form {
    flex-direction: column;
  }
  .subs {
    padding: 44px 16px;
  }
  .subs.is-email .subs-form {
    flex-direction: row;
  }
  .subs.is-email .subs-form__btn {
    font-size: 0;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    background-repeat: no-repeat;
    background-position: center;
    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 12H19M19 12L13 6M19 12L13 18' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .subs-form__btn {
    text-align: center;
    justify-content: center;
  }
  .detail-solutions {
    grid-template-columns: repeat(2, 1fr);
  }
  .subs__agree {
    text-align: center;
  }
  .detail__subs {
    font-size: 12px;
    padding: 5px 8px;
  }
  .detail__head {
    padding-top: 18px;
  }
}
.share-modal {
  padding: 0;
  background: transparent;
  max-width: 454px;
  width: 100%;
  overflow: visible;
}

.share-modal__head {
  margin-bottom: 24px;
}

.share-modal__inner {
  padding: 30px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.share-modal__message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #02152C;
  font-size: 12px;
  color: white;
  padding: 5px;
  border-radius: 99px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.share-modal__message.is-visible {
  visibility: visible;
  opacity: 1;
}

.share-modal__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #1D1D1F;
}

.share-modal__url {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.share-modal__url-left {
  flex: 1 1 auto;
  position: relative;
  display: flex;
}

.share-modal__url-left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  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='M11.666 10.0002C11.666 14.5835 7.08268 14.1668 5.83268 14.1668C4.58268 14.1668 1.66602 13.3335 1.66602 10.0002C1.66602 6.66683 4.72157 5.8335 5.83268 5.8335H6.24935M8.33268 10.01C8.33268 5.4267 12.916 5.84336 14.166 5.84336C15.416 5.84336 18.3327 6.6767 18.3327 10.01C18.3327 13.3434 15.2771 14.1767 14.166 14.1767L13.7493 14.1668' stroke='%23007EEE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.share-modal__url-input {
  padding-left: 44px;
  height: 52px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #1D1D1F;
  padding-right: 16px;
  outline: none;
  border: 1px solid #D5DAE2;
  border-radius: 8px;
  width: 100%;
  background: white !important;
}

.share-modal__url-input:hover {
  background: white;
}

.share-modal__url-copy {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 8px;
  background-color: var(--Primary-500---main, #007EEE);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
  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='M15 3V6.4C15 6.96005 15 7.24008 15.109 7.45399C15.2049 7.64215 15.3578 7.79513 15.546 7.89101C15.7599 8 16.0399 8 16.6 8H20M10 8H6C4.89543 8 4 8.89543 4 10V19C4 20.1046 4.89543 21 6 21H12C13.1046 21 14 20.1046 14 19V16M16 3H13.2C12.0799 3 11.5198 3 11.092 3.21799C10.7157 3.40973 10.4097 3.71569 10.218 4.09202C10 4.51984 10 5.0799 10 6.2V12.8C10 13.9201 10 14.4802 10.218 14.908C10.4097 15.2843 10.7157 15.5903 11.092 15.782C11.5198 16 12.0799 16 13.2 16H16.8C17.9201 16 18.4802 16 18.908 15.782C19.2843 15.5903 19.5903 15.2843 19.782 14.908C20 14.4802 20 13.9201 20 12.8V7L16 3Z' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 1s;
  cursor: pointer;
}

.share-modal__url-copy:hover {
  background-color: #2562EB;
}

.share-modal__soc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.share-modal__soc-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
  color: #1D1D1F;
}

.share-modal__soc-link {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
}

.share-modal__soc-link img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 1s;
}

.share-modal__soc-link img.is-hover {
  opacity: 0;
  visibility: hidden;
}

.share-modal__soc-link:hover img {
  opacity: 0;
  visibility: hidden;
}

.share-modal__soc-link:hover img.is-hover {
  opacity: 1;
  visibility: visible;
}

.downloadables {
  margin-bottom: 20px;
}
.downloadables__cards {
  background: rgb(245, 245, 245);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding-bottom: 2px;
}
.downloadables-card {
  padding: 44px 20px 20px;
  background: white;
  transition: 0.3s;
}
.downloadables-card__article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.downloadables-card:hover {
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.031372549);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.0784313725);
  z-index: 5;
  position: relative;
}
.downloadables-card:hover .downloadables-card__name {
  color: rgb(38, 107, 149);
}
.downloadables-card:hover .downloadables-card__name::after {
  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='M9.99998 2.92893V17.0711M9.99998 17.0711L17.071 10M9.99998 17.0711L2.92891 10' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.downloadables-card__img {
  padding-bottom: 105%;
  position: relative;
  margin-bottom: 38px;
}
.downloadables-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.downloadables-card__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgb(85, 85, 85);
  position: relative;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  transition: 0.3s;
  margin-bottom: 7px;
}
.downloadables-card__name::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M10.0002 2.92893V17.0711M10.0002 17.0711L17.0713 10M10.0002 17.0711L2.92915 10' stroke='black' stroke-opacity='0.3' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.downloadables-card__info {
  display: flex;
  flex-wrap: wrap;
}
.downloadables-card__info span {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(85, 85, 85);
}
.downloadables-card__info span:not(:last-child) {
  padding-right: 12px;
  position: relative;
}
.downloadables-card__info span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgb(85, 85, 85);
}
.downloadables .blog-search {
  max-width: 360px;
}
.downloadables .blog__head {
  padding-left: 0;
  padding-right: 0;
}
.downloadables__more {
  border-bottom: 2px solid #f5f5f5;
}

@media (max-width: 1439px) {
  .downloadables__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .downloadables__body .blog-panel {
    flex-direction: column;
  }
  .downloadables__body .blog-panel__left {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .downloadables__body .blog-panel__right {
    width: 100%;
  }
  .downloadables .blog-search {
    max-width: 100%;
  }
  .downloadables__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .downloadables__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .downloadables-card__name {
    font-size: 14px;
  }
  .downloadables-card {
    padding: 20px 15px 15px;
  }
  .downloadables-card__info span {
    font-size: 10px;
  }
  .downloadables-card {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.favorite.is-compare .favorite__head {
  border: none;
}
.favorite__head {
  padding: 12px 16px 20px;
  border-bottom: 2px solid rgb(245, 245, 245);
  background: white;
}
.favorite__body {
  background: white;
}
.favorite__panel {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 16px;
  background: white;
}
.favorite__filter {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.favorite__filter::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23D1D1D1'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
  cursor: pointer;
}
.favorite__filter::before:hover::before {
  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%3Cg clip-path='url(%23clip0_240_29207)'%3E%3Crect width='20' height='20' rx='2' fill='%23204F6C'/%3E%3Cpath d='M3.33325 10.5091L7.43582 14.5832L16.6666 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_29207'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.favorite__filter:has(input:checked)::before {
  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%3Cg clip-path='url(%23clip0_240_29193)'%3E%3Crect width='20' height='20' rx='2' fill='%23266B95'/%3E%3Cpath d='M3.33325 10.5091L7.43582 14.5832L16.6666 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_29193'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.favorite__filter-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
}
.favorite__remove {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: rgb(85, 85, 85);
  position: relative;
  display: flex;
  gap: 4px;
  transition: 0.3s;
}
.favorite__remove:hover {
  color: rgb(38, 107, 149);
}
.favorite__remove:hover::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M15.8335 5.83333L15.1107 15.9521C15.0484 16.8243 14.3227 17.5 13.4483 17.5H6.55203C5.67763 17.5 4.9519 16.8243 4.8896 15.9521L4.16683 5.83333M8.3335 9.16667V14.1667M11.6668 9.16667V14.1667M12.5002 5.83333V3.33333C12.5002 2.8731 12.1271 2.5 11.6668 2.5H8.3335C7.87326 2.5 7.50016 2.8731 7.50016 3.33333V5.83333M3.3335 5.83333H16.6668' stroke='%23266B95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.favorite__remove::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M15.8335 5.83333L15.1107 15.9521C15.0484 16.8243 14.3227 17.5 13.4483 17.5H6.55203C5.67763 17.5 4.9519 16.8243 4.8896 15.9521L4.16683 5.83333M8.3335 9.16667V14.1667M11.6668 9.16667V14.1667M12.5002 5.83333V3.33333C12.5002 2.8731 12.1271 2.5 11.6668 2.5H8.3335C7.87326 2.5 7.50016 2.8731 7.50016 3.33333V5.83333M3.3335 5.83333H16.6668' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.favorite__title {
  font-weight: 500;
  line-height: 110%;
  color: rgb(85, 85, 85);
}
.favorite__clear {
  padding: 0 16px;
  height: 44px;
  white-space: nowrap;
  align-self: center;
}
.favorite__tabs {
  display: flex;
  gap: 8px;
  padding: 0 16px 20px;
  border-bottom: 2px solid rgb(245, 245, 245);
  background: white;
}
.favorite__tab {
  height: 40px;
  gap: 4px;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
}
.favorite__tab-content {
  display: none;
}
.favorite__tab-content.is-active {
  display: block;
}
.favorite__tab.is-active {
  color: white;
  background: rgb(38, 107, 149);
  border-color: rgb(38, 107, 149);
}
.favorite__tab.is-active span {
  color: white;
}
.favorite__tab span {
  color: rgb(136, 136, 136);
}
.favorite__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgb(245, 245, 245);
  gap: 2px;
  min-height: 380px;
  padding-top: 2px;
}
.favorite__body {
  display: flex;
}
.favorite-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 40px 20px;
}
.favorite-empty img {
  display: block;
  margin-bottom: 10px;
}
.favorite-empty__title {
  max-width: 342px;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: rgb(85, 85, 85);
  margin-bottom: 20px;
}
.favorite-empty__btn {
  padding: 0 16px;
  line-height: 140%;
  color: #ffffff;
  position: relative;
}

.interest {
  margin-bottom: 20px;
}
.interest__head {
  padding: 40px 0;
}
.interest__body {
  background: white;
}
.interest__more {
  border-bottom: 2px solid #f5f5f5;
}
.interest .favorite__cards {
  border-bottom: 2px solid rgb(245, 245, 245);
}

@media (max-width: 1439px) {
  .favorite__cards {
    grid-template-columns: repeat(4, 1fr);
  }
  .favorite__title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .favorite__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .favorite__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .favorite__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .favorite__title {
    font-size: 26px;
  }
  .favorite__tabs {
    padding-left: 12px;
  }
  .favorite__panel {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.footer {
  background: var(--Gray-700-Main, #555);
}
.footer__top {
  padding: 40px 0;
  display: flex;
  gap: 20px;
}
.footer__bottom {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__left {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.footer__right {
  width: 70%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__creator {
  margin-left: auto;
}
.footer__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.footer__heading {
  padding: 6px 0;
}
.footer__name {
  display: block;
  color: var(--1, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-transform: uppercase;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
}
.footer-contacts__link {
  display: inline-flex;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.footer-soc {
  margin-bottom: 46px;
}
.footer-soc__list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-soc__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.footer-soc__link.is-tg:hover {
  background: #2aabee;
}
.footer-soc__link.is-vk:hover {
  background: #2787f5;
}
.footer-soc__link.is-yt:hover {
  background: #f00;
}
.footer-soc__link.is-wa:hover {
  background: #60d66a;
}
.footer-soc__link.is-dz:hover {
  background: #2c3036;
}
.footer-soc__link.is-rt:hover {
  background: #100943;
}
.footer-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-right: 90px;
}
.footer-data__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer-data__title {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  opacity: 0.7;
  text-transform: uppercase;
}
.footer-data__text {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-transform: uppercase;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__list:not(:last-child) {
  margin-bottom: 24px;
}
.footer__link {
  display: inline-flex;
  padding: 6px 0;
  color: var(--1, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  opacity: 0.7;
  text-transform: uppercase;
  transition: 0.3s;
}
.footer__link:hover {
  text-decoration: underline;
  opacity: 1;
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-nav__link {
  display: inline-flex;
  padding: 6px 0;
  color: var(--1, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-transform: uppercase;
  transition: 0.3s;
}
.footer-nav__link:hover {
  text-decoration: underline;
}
.footer__links {
  max-width: 650px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 24px;
}
.footer__copyright {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  opacity: 0.8;
  text-transform: uppercase;
}
.footer__creator {
  white-space: nowrap;
}
.footer__creator span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  opacity: 0.8;
  text-transform: uppercase;
}
.footer__creator span a {
  display: inline-flex;
  padding: 6px 0;
  color: var(--1, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  opacity: 0.7;
  text-transform: uppercase;
  transition: 0.3s;
}
.footer__creator span a:hover {
  text-decoration: underline;
  opacity: 1;
}

.js-scroll {
  position: fixed;
  bottom: 20px;
  right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='18' fill='%23555555'/%3E%3Cpath d='M18 11V25M18 11L12 17M18 11L24 17' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 36px;
  height: 36px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.js-scroll.is-active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1023px) {
  .footer__top,
  .footer__bottom {
    flex-direction: column;
  }
  .footer__left {
    width: 100%;
  }
  .footer__right {
    width: 100%;
  }
  .footer-data {
    padding-right: 0;
    flex-direction: row;
  }
  .footer-data__item {
    width: 33.3334%;
  }
}
@media (max-width: 767px) {
  .footer-data {
    flex-direction: column;
    display: none;
  }
  .footer-data__item {
    width: 100%;
  }
  .footer__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer__right {
    display: flex;
    flex-direction: column;
  }
  .footer__creator {
    margin-left: 0;
  }
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0;
  }
  .js-scroll {
    bottom: 70px;
  }
  .footer-contacts__link {
    font-size: 20px;
  }
  .footer-soc {
    margin-bottom: 0;
  }
  .footer-contacts {
    margin-bottom: 20px;
  }
  .footer__link,
  .footer__copyright {
    font-size: 12px;
  }
  .footer__bottom {
    gap: 16px;
  }
  .footer__link {
    padding: 12px 0;
  }
  .footer__accordeon .footer__list {
    display: none;
  }
  .footer__accordeon .footer__heading:has(span) {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .footer__accordeon .footer__heading:has(span).is-active::after {
    transform: rotate(-180deg);
  }
  .footer__accordeon .footer__heading:has(span)::after {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41406 1.41276L4.7474 4.74609L8.08073 1.41276' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    margin-left: auto;
    transition: 0.3s;
  }
  .footer-nav__link,
  .footer__heading {
    padding: 12px 0;
  }
  .footer__top {
    padding-bottom: 14px;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
.header.is-active {
  z-index: 11;
  background-color: #fff;
}
.header__body {
  background: #fff;
  position: relative;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
  padding: 0 8px;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
  padding: 0 8px;
}
.header__left {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header-nav__list {
  display: flex;
  align-items: center;
}
.header-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 44px;
  color: var(--Gray-400, #888);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}
.header-nav__link:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-contacts {
  display: inline-flex;
  align-items: center;
}
.header-contacts__tel {
  display: inline-flex;
  align-items: center;
  height: 44px;
  gap: 5px;
  padding: 0 10px;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}
.header-contacts__tel: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='M4.16663 5.46295C4.16663 4.74703 4.747 4.16666 5.46292 4.16666H7.58836C7.86734 4.16666 8.11502 4.34518 8.20324 4.60984L9.17405 7.52226C9.27605 7.82826 9.13752 8.16269 8.84902 8.30694L7.38598 9.03846C8.1004 10.623 9.37695 11.8996 10.9615 12.614L11.693 11.1509C11.8373 10.8624 12.1717 10.7239 12.4777 10.8259L15.3901 11.7967C15.6548 11.8849 15.8333 12.1326 15.8333 12.4116V14.537C15.8333 15.253 15.2529 15.8333 14.537 15.8333H13.8888C8.51941 15.8333 4.16663 11.4805 4.16663 6.1111V5.46295Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.header-contacts__tel:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-contacts__tel:hover:before {
  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='M4.16663 5.46295C4.16663 4.74703 4.747 4.16666 5.46292 4.16666H7.58836C7.86734 4.16666 8.11502 4.34518 8.20324 4.60984L9.17405 7.52226C9.27605 7.82826 9.13752 8.16269 8.84902 8.30694L7.38598 9.03846C8.1004 10.623 9.37695 11.8996 10.9615 12.614L11.693 11.1509C11.8373 10.8624 12.1717 10.7239 12.4777 10.8259L15.3901 11.7967C15.6548 11.8849 15.8333 12.1326 15.8333 12.4116V14.537C15.8333 15.253 15.2529 15.8333 14.537 15.8333H13.8888C8.51941 15.8333 4.16663 11.4805 4.16663 6.1111V5.46295Z' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header-contacts__call {
  display: inline-flex;
  align-items: center;
  height: 44px;
  gap: 5px;
  padding: 0 10px;
  color: var(--Blue-600-Main, #266b95);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}
.header-contacts__call:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-logo {
  display: inline-flex;
  padding: 10px;
}
.header-logo__link {
  display: inline-flex;
}
.header-menu__list {
  display: flex;
  align-items: center;
}
.header-menu__link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 0 10px;
  height: 44px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.header-menu__link:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-menu__link:hover:before {
  filter: brightness(0) invert(1);
}
.header-menu__link.is-active {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-menu__link.is-active:before {
  filter: brightness(0) invert(1);
}
.header-menu__link.is-catalog:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M14 5.6C14 5.03995 14 4.75992 14.109 4.54601C14.2049 4.35785 14.3578 4.20487 14.546 4.10899C14.7599 4 15.0399 4 15.6 4H18.4C18.9601 4 19.2401 4 19.454 4.10899C19.6422 4.20487 19.7951 4.35785 19.891 4.54601C20 4.75992 20 5.03995 20 5.6V8.4C20 8.96005 20 9.24008 19.891 9.45399C19.7951 9.64215 19.6422 9.79513 19.454 9.89101C19.2401 10 18.9601 10 18.4 10H15.6C15.0399 10 14.7599 10 14.546 9.89101C14.3578 9.79513 14.2049 9.64215 14.109 9.45399C14 9.24008 14 8.96005 14 8.4V5.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M4 5.6C4 5.03995 4 4.75992 4.10899 4.54601C4.20487 4.35785 4.35785 4.20487 4.54601 4.10899C4.75992 4 5.03995 4 5.6 4H8.4C8.96005 4 9.24008 4 9.45399 4.10899C9.64215 4.20487 9.79513 4.35785 9.89101 4.54601C10 4.75992 10 5.03995 10 5.6V8.4C10 8.96005 10 9.24008 9.89101 9.45399C9.79513 9.64215 9.64215 9.79513 9.45399 9.89101C9.24008 10 8.96005 10 8.4 10H5.6C5.03995 10 4.75992 10 4.54601 9.89101C4.35785 9.79513 4.20487 9.64215 4.10899 9.45399C4 9.24008 4 8.96005 4 8.4V5.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M4 15.6C4 15.0399 4 14.7599 4.10899 14.546C4.20487 14.3578 4.35785 14.2049 4.54601 14.109C4.75992 14 5.03995 14 5.6 14H8.4C8.96005 14 9.24008 14 9.45399 14.109C9.64215 14.2049 9.79513 14.3578 9.89101 14.546C10 14.7599 10 15.0399 10 15.6V18.4C10 18.9601 10 19.2401 9.89101 19.454C9.79513 19.6422 9.64215 19.7951 9.45399 19.891C9.24008 20 8.96005 20 8.4 20H5.6C5.03995 20 4.75992 20 4.54601 19.891C4.35785 19.7951 4.20487 19.6422 4.10899 19.454C4 19.2401 4 18.9601 4 18.4V15.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M14 15.6C14 15.0399 14 14.7599 14.109 14.546C14.2049 14.3578 14.3578 14.2049 14.546 14.109C14.7599 14 15.0399 14 15.6 14H18.4C18.9601 14 19.2401 14 19.454 14.109C19.6422 14.2049 19.7951 14.3578 19.891 14.546C20 14.7599 20 15.0399 20 15.6V18.4C20 18.9601 20 19.2401 19.891 19.454C19.7951 19.6422 19.6422 19.7951 19.454 19.891C19.2401 20 18.9601 20 18.4 20H15.6C15.0399 20 14.7599 20 14.546 19.891C14.3578 19.7951 14.2049 19.6422 14.109 19.454C14 19.2401 14 18.9601 14 18.4V15.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.header-utils__list {
  display: flex;
  align-items: center;
}
.header-utils__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 44px;
  transition: 0.3s;
}
.header-utils__link:hover {
  background: var(--3, #266b95);
}
.header-utils__link:hover img {
  filter: brightness(0) invert(1);
}
.header-utils__link.is-menu.is-active {
  background: var(--3, #266b95);
}
.header-utils__link.is-menu.is-active img {
  filter: brightness(0) invert(1);
}
.header-utils__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  background: var(---Red-600, #f91a49);
  position: absolute;
  top: 5px;
  right: 6px;
  color: var(--White, #fff);
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.33;
}
.header-utils__icon {
  transition: 0.3s;
}
.header-catalog {
  position: absolute;
  top: 92px;
  left: 150px;
  max-height: 774px;
  max-width: 1214px;
  width: 100%;
  z-index: 12;
  background: var(--1, #fff);
  display: none;
  grid-template-columns: 364px 1fr;
}
.header-catalog.is-open {
  display: grid;
}
.header-catalog__left {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-catalog__content {
  display: none;
  flex-direction: column;
  padding: 24px 20px;
  gap: 20px;
}
.header-catalog__content.is-active {
  display: flex;
}
.header-catalog__body {
  overflow-y: auto;
  max-height: 658px;
}
.header-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 14px;
}
.header-catalog__category {
  display: flex;
  padding: 7px 8px;
  width: 100%;
  color: var(--Gray-700-Main, #555);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  transition: 0.3s;
}
.header-catalog__category:hover {
  color: var(--3, #266b95);
}
.header-catalog__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-catalog__item {
  width: 100%;
}
.header-catalog__link {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  padding-left: 4px;
  padding-right: 36px;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  transition: 0.3s;
}
.header-catalog__link:not(:has(img)) {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.header-catalog__link:after {
  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.33301 5.8335L12.4997 10.0002L8.33301 14.1668' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.header-catalog__link:hover {
  color: var(--3, #266b95);
}
.header-catalog__link:hover:after {
  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.33301 5.8335L12.4997 10.0002L8.33301 14.1668' stroke='%23266B95' stroke-opacity='1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.header-catalog__title {
  padding: 0 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.header-catalog__pretitle {
  padding: 0 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.header-catalog__additional {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.header-catalog__additional li {
  width: 100%;
}
.header-catalog__additional a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  transition: 0.3s;
}
.header-catalog__additional a:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.header-catalog__additional a:hover {
  color: var(--3, #266b95);
}
.header-catalog__additional a:hover:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23266b95' stroke-opacity='1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.header-catalog__bottom {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 8px;
  width: 100%;
}
.header-dropdown {
  position: absolute;
  max-width: 482px;
  width: 100%;
  top: 92px;
  right: 0;
  padding: 30px 24px;
  background: var(--1, #fff);
  display: none;
  flex-direction: column;
  min-height: 574px;
}
.header-dropdown.is-active {
  display: flex;
}
.header-dropdown__head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-dropdown__title {
  color: var(--Gray-700-Main, #555);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.header-dropdown__pretitle {
  display: block;
  margin-bottom: 13px;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.header-dropdown__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
}
.header-dropdown__item {
  width: 100%;
}
.header-dropdown__link {
  position: relative;
  display: flex;
  width: 100%;
  padding: 6px 0;
  color: var(--Gray-700-Main, #555);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  transition: 0.3s;
}
.header-dropdown__link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M10 7L15 12L10 17' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-dropdown__link:hover {
  color: var(--2, #000);
}
.header-dropdown__link:hover:after {
  opacity: 1;
  visibility: visible;
}
.header-dropdown__bottom {
  margin-top: auto;
}
.header-dropdown__label {
  display: block;
  margin-bottom: 16px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.header-dropdown__soc {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-dropdown__btn {
  display: flex;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid var(--Gray-100, #e7e7e7);
  background: var(--Gray-50, #f6f6f6);
}

.hc-nav {
  width: 100%;
  margin-bottom: 27px;
}
.hc-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hc-nav__item {
  width: 100%;
}
.hc-nav__link {
  position: relative;
  display: flex;
  width: 100%;
  padding: 7px 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  transition: 0.3s;
}
.hc-nav__link.is-category:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.hc-nav__link.is-category.is-active, .hc-nav__link.is-category:hover {
  color: var(--3, #266b95);
}
.hc-nav__link.is-category.is-active:after, .hc-nav__link.is-category:hover:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23266b95' stroke-opacity='1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.hc-nav__link:hover {
  color: var(--3, #266b95);
}

.mob-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #f5f5f5;
  z-index: 11;
}
.mob-menu__item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 6px 8px 6px;
  gap: 2px;
}
.mob-menu__item.is-cart .mob-menu__count {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(---Red-600, #f91a49);
  color: var(--White, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
}
.mob-menu__name {
  display: block;
  text-align: center;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1439px) {
  .header-nav__item:not(.on-mob),
  .header-menu__item:not(:first-child) {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    background: #fff;
  }
  .header-nav,
  .header-menu {
    display: none;
  }
  .header__top .header__right {
    width: 100%;
  }
  .header-contacts {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header-utils__item:not(.on-mob) {
    display: none;
  }
  .mob-menu {
    display: grid;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
.header.is-active {
  z-index: 11;
  background-color: #fff;
}
.header.is-white {
  background: transparent;
}
.header.is-white:not(.is-active) .header__body {
  background: transparent;
}
.header.is-white:not(.is-active) .header__top,
.header.is-white:not(.is-active) .header__bottom {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.header.is-white:not(.is-active) .header-nav__link,
.header.is-white:not(.is-active) .header-contacts__tel,
.header.is-white:not(.is-active) .header-contacts__call,
.header.is-white:not(.is-active) .header-menu__link {
  color: #fff;
}
.header.is-white:not(.is-active) .header-contacts__tel:before {
  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='M4.16663 5.46295C4.16663 4.74703 4.747 4.16666 5.46292 4.16666H7.58836C7.86734 4.16666 8.11502 4.34518 8.20324 4.60984L9.17405 7.52226C9.27605 7.82826 9.13752 8.16269 8.84902 8.30694L7.38598 9.03846C8.1004 10.623 9.37695 11.8996 10.9615 12.614L11.693 11.1509C11.8373 10.8624 12.1717 10.7239 12.4777 10.8259L15.3901 11.7967C15.6548 11.8849 15.8333 12.1326 15.8333 12.4116V14.537C15.8333 15.253 15.2529 15.8333 14.537 15.8333H13.8888C8.51941 15.8333 4.16663 11.4805 4.16663 6.1111V5.46295Z' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header.is-white:not(.is-active) .header-menu__link.is-catalog:before,
.header.is-white:not(.is-active) .header-utils__icon {
  filter: brightness(0) invert(1);
}
.header.is-white:not(.is-active) .header-logo__img {
  display: none;
}
.header.is-white:not(.is-active) .header-logo__img-white {
  display: block;
}
.header__body {
  background: #fff;
  position: relative;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
  padding: 0 8px;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
  padding: 0 8px;
}
.header__left {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header-nav__list {
  display: flex;
  align-items: center;
}
.header-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 44px;
  color: var(--Gray-400, #888);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}
.header-nav__link:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-contacts {
  display: inline-flex;
  align-items: center;
}
.header-contacts__tel {
  display: inline-flex;
  align-items: center;
  height: 44px;
  gap: 5px;
  padding: 0 10px;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}
.header-contacts__tel:before {
  content: "";
  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='M4.16663 5.4628C4.16663 4.74688 4.747 4.1665 5.46292 4.1665H7.58836C7.86734 4.1665 8.11502 4.34502 8.20324 4.60969L9.17405 7.5221C9.27605 7.8281 9.13752 8.16254 8.84902 8.30679L7.38598 9.03831C8.1004 10.6228 9.37695 11.8994 10.9615 12.6138L11.693 11.1508C11.8373 10.8623 12.1717 10.7237 12.4777 10.8257L15.3901 11.7966C15.6548 11.8848 15.8333 12.1325 15.8333 12.4114V14.5369C15.8333 15.2528 15.2529 15.8332 14.537 15.8332H13.8888C8.51941 15.8332 4.16663 11.4804 4.16663 6.11095V5.4628Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.header-contacts__tel:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-contacts__tel:hover:before {
  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='M4.16663 5.4628C4.16663 4.74688 4.747 4.1665 5.46292 4.1665H7.58836C7.86734 4.1665 8.11502 4.34502 8.20324 4.60969L9.17405 7.5221C9.27605 7.8281 9.13752 8.16254 8.84902 8.30679L7.38598 9.03831C8.1004 10.6228 9.37695 11.8994 10.9615 12.6138L11.693 11.1508C11.8373 10.8623 12.1717 10.7237 12.4777 10.8257L15.3901 11.7966C15.6548 11.8848 15.8333 12.1325 15.8333 12.4114V14.5369C15.8333 15.2528 15.2529 15.8332 14.537 15.8332H13.8888C8.51941 15.8332 4.16663 11.4804 4.16663 6.11095V5.4628Z' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.header-contacts__call {
  display: inline-flex;
  align-items: center;
  height: 44px;
  gap: 5px;
  padding: 0 10px;
  color: var(--Blue-600-Main, #266b95);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}
.header-contacts__call:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-logo {
  display: inline-flex;
  padding: 10px;
}
.header-logo__link {
  display: inline-flex;
}
.header-logo__img-white {
  display: none;
}
.header-menu__list {
  display: flex;
  align-items: center;
}
.header-menu__link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 0 10px;
  height: 44px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.header-menu__link:hover {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-menu__link:hover:before {
  filter: brightness(0) invert(1);
}
.header-menu__link.is-active {
  background: var(--3, #266b95);
  color: var(--1, #fff);
}
.header-menu__link.is-active:before {
  filter: brightness(0) invert(1);
}
.header-menu__link.is-catalog:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M14 5.6C14 5.03995 14 4.75992 14.109 4.54601C14.2049 4.35785 14.3578 4.20487 14.546 4.10899C14.7599 4 15.0399 4 15.6 4H18.4C18.9601 4 19.2401 4 19.454 4.10899C19.6422 4.20487 19.7951 4.35785 19.891 4.54601C20 4.75992 20 5.03995 20 5.6V8.4C20 8.96005 20 9.24008 19.891 9.45399C19.7951 9.64215 19.6422 9.79513 19.454 9.89101C19.2401 10 18.9601 10 18.4 10H15.6C15.0399 10 14.7599 10 14.546 9.89101C14.3578 9.79513 14.2049 9.64215 14.109 9.45399C14 9.24008 14 8.96005 14 8.4V5.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M4 5.6C4 5.03995 4 4.75992 4.10899 4.54601C4.20487 4.35785 4.35785 4.20487 4.54601 4.10899C4.75992 4 5.03995 4 5.6 4H8.4C8.96005 4 9.24008 4 9.45399 4.10899C9.64215 4.20487 9.79513 4.35785 9.89101 4.54601C10 4.75992 10 5.03995 10 5.6V8.4C10 8.96005 10 9.24008 9.89101 9.45399C9.79513 9.64215 9.64215 9.79513 9.45399 9.89101C9.24008 10 8.96005 10 8.4 10H5.6C5.03995 10 4.75992 10 4.54601 9.89101C4.35785 9.79513 4.20487 9.64215 4.10899 9.45399C4 9.24008 4 8.96005 4 8.4V5.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M4 15.6C4 15.0399 4 14.7599 4.10899 14.546C4.20487 14.3578 4.35785 14.2049 4.54601 14.109C4.75992 14 5.03995 14 5.6 14H8.4C8.96005 14 9.24008 14 9.45399 14.109C9.64215 14.2049 9.79513 14.3578 9.89101 14.546C10 14.7599 10 15.0399 10 15.6V18.4C10 18.9601 10 19.2401 9.89101 19.454C9.79513 19.6422 9.64215 19.7951 9.45399 19.891C9.24008 20 8.96005 20 8.4 20H5.6C5.03995 20 4.75992 20 4.54601 19.891C4.35785 19.7951 4.20487 19.6422 4.10899 19.454C4 19.2401 4 18.9601 4 18.4V15.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E  %3Cpath d='M14 15.6C14 15.0399 14 14.7599 14.109 14.546C14.2049 14.3578 14.3578 14.2049 14.546 14.109C14.7599 14 15.0399 14 15.6 14H18.4C18.9601 14 19.2401 14 19.454 14.109C19.6422 14.2049 19.7951 14.3578 19.891 14.546C20 14.7599 20 15.0399 20 15.6V18.4C20 18.9601 20 19.2401 19.891 19.454C19.7951 19.6422 19.6422 19.7951 19.454 19.891C19.2401 20 18.9601 20 18.4 20H15.6C15.0399 20 14.7599 20 14.546 19.891C14.3578 19.7951 14.2049 19.6422 14.109 19.454C14 19.2401 14 18.9601 14 18.4V15.6Z' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.header-utils__list {
  display: flex;
  align-items: center;
}
.header-utils__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 44px;
  transition: 0.3s;
}
.header-utils__link:hover {
  background: var(--3, #266b95);
}
.header-utils__link:hover img {
  filter: brightness(0) invert(1);
}
.header-utils__link.is-menu.is-active {
  background: var(--3, #266b95);
}
.header-utils__link.is-menu.is-active img {
  filter: brightness(0) invert(1);
}
.header-utils__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  background: var(---Red-600, #f91a49);
  position: absolute;
  top: 5px;
  right: 6px;
  color: var(--White, #fff);
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.33;
}
.header-utils__icon {
  transition: 0.3s;
}
.header-catalog {
  position: absolute;
  top: 92px;
  left: 150px;
  max-height: 774px;
  max-width: 1214px;
  width: 100%;
  z-index: 12;
  background: var(--1, #fff);
  display: none;
  grid-template-columns: 364px 1fr;
}
.header-catalog.is-open {
  display: grid;
}
.header-catalog__left {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-catalog__content {
  display: none;
  flex-direction: column;
  padding: 24px 20px;
  gap: 20px;
}
.header-catalog__content.is-active {
  display: flex;
}
.header-catalog__body {
  overflow-y: auto;
  max-height: 658px;
}
.header-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 14px;
}
.header-catalog__category {
  display: flex;
  padding: 7px 8px;
  width: 100%;
  color: var(--Gray-700-Main, #555);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  transition: 0.3s;
}
.header-catalog__category:hover {
  color: var(--3, #266b95);
}
.header-catalog__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-catalog__item {
  width: 100%;
}
.header-catalog__link {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  padding-left: 4px;
  padding-right: 36px;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  transition: 0.3s;
}
.header-catalog__link:not(:has(img)) {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.header-catalog__link:after {
  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.33301 5.8335L12.4997 10.0002L8.33301 14.1668' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.header-catalog__link:hover {
  color: var(--3, #266b95);
}
.header-catalog__link:hover:after {
  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.33301 5.8335L12.4997 10.0002L8.33301 14.1668' stroke='%23266B95' stroke-opacity='1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.header-catalog__title {
  padding: 0 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.header-catalog__pretitle {
  padding: 0 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.header-catalog__additional {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.header-catalog__additional li {
  width: 100%;
}
.header-catalog__additional a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  transition: 0.3s;
}
.header-catalog__additional a:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.header-catalog__additional a:hover {
  color: var(--3, #266b95);
}
.header-catalog__additional a:hover:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23266b95' stroke-opacity='1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.header-catalog__bottom {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 8px;
  width: 100%;
}
.header-dropdown {
  position: absolute;
  max-width: 482px;
  width: 100%;
  top: 92px;
  right: 0;
  padding: 30px 24px;
  background: var(--1, #fff);
  display: none;
  flex-direction: column;
  min-height: 574px;
}
.header-dropdown.is-active {
  display: flex;
}
.header-dropdown__head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-dropdown__title {
  color: var(--Gray-700-Main, #555);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.header-dropdown__pretitle {
  display: block;
  margin-bottom: 13px;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.header-dropdown__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
}
.header-dropdown__item {
  width: 100%;
}
.header-dropdown__link {
  position: relative;
  display: flex;
  width: 100%;
  padding: 6px 0;
  color: var(--Gray-700-Main, #555);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  transition: 0.3s;
}
.header-dropdown__link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M10 7L15 12L10 17' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-dropdown__link:hover {
  color: var(--2, #000);
}
.header-dropdown__link:hover:after {
  opacity: 1;
  visibility: visible;
}
.header-dropdown__bottom {
  margin-top: auto;
}
.header-dropdown__label {
  display: block;
  margin-bottom: 16px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.header-dropdown__soc {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-dropdown__btn {
  display: flex;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid var(--Gray-100, #e7e7e7);
  background: var(--Gray-50, #f6f6f6);
}

.hc-nav {
  width: 100%;
  margin-bottom: 27px;
}
.hc-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hc-nav__item {
  width: 100%;
}
.hc-nav__link {
  position: relative;
  display: flex;
  width: 100%;
  padding: 7px 8px;
  color: var(--Gray-700-Main, #555);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  transition: 0.3s;
}
.hc-nav__link.is-category:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.hc-nav__link.is-category.is-active, .hc-nav__link.is-category:hover {
  color: var(--3, #266b95);
}
.hc-nav__link.is-category.is-active:after, .hc-nav__link.is-category:hover:after {
  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.33301 6.6665L11.6663 9.99984L8.33301 13.3332' stroke='%23266b95' stroke-opacity='1' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.hc-nav__link:hover {
  color: var(--3, #266b95);
}

@media (max-width: 1439px) {
  .header-nav__item:not(.on-mob),
  .header-menu__item:not(:first-child) {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav,
  .header-menu {
    display: none;
  }
  .header__top .header__right {
    width: 100%;
  }
  .header-contacts {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header-utils__item:not(.on-mob) {
    display: none;
  }
  .header__bottom,
  .header__top {
    padding: 0;
  }
}
.intro {
  margin-top: -92px;
  margin-bottom: 20px;
}
.intro-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100vh;
  max-height: 783px;
  padding-bottom: 154px;
}
.intro-card:after {
  content: "";
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.6) 0%, rgba(34, 35, 39, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.intro-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.intro-card__body {
  max-width: 714px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-card__title {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 24px;
}
.intro-card__desc {
  color: var(--1, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
.intro-card__bottom {
  width: 100%;
  max-width: 384px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.intro-card__link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--1, #fff);
  font-size: 16px;
  font-weight: 500;
}
.intro-slider__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='2' fill='%23262626'/%3E%3Cpath d='M24 17L19 22L24 27' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.intro-slider__next {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='2' fill='%23262626'/%3E%3Cpath d='M24 17L19 22L24 27' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  cursor: pointer;
}
.intro-slider__pagination {
  position: absolute;
  bottom: 20px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.intro-slider__pagination .swiper-pagination-bullet {
  width: 52px;
  height: 52px;
  background: transparent;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
}
.intro-slider__pagination .swiper-pagination-bullet img {
  display: block;
  width: 100%;
}
.intro-slider__pagination .swiper-pagination-bullet-active {
  border: 2px solid var(--Blue-500, #3990be);
}

.series__body {
  background: #fff;
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 2px solid #f5f5f5;
}
.series-aside {
  padding: 12px;
}
.series-aside__tabs {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
}
.series-aside__tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 6px;
  cursor: pointer;
  transition: 0.3s;
}
.series-aside__tab:after {
  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.33334 5.8335L12.5 10.0002L8.33334 14.1668' stroke='%23555555' stroke-opacity='0.5' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.series-aside__tab:hover span {
  color: var(--3, #266b95);
}
.series-aside__tab:hover:after {
  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.33334 5.8335L12.5 10.0002L8.33334 14.1668' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.series-aside__tab span {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.3s;
}
.series-aside__tab.is-active {
  background: var(--3, #266b95);
}
.series-aside__tab.is-active span {
  color: #fff;
}
.series-aside__tab.is-active:after {
  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.33334 5.8335L12.5 10.0002L8.33334 14.1668' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.series__content {
  height: 100%;
  padding: 30px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.series__content.is-active {
  display: grid;
}
.series__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.series__data {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
}
.series-card {
  padding: 25px 20px;
  background: #fff;
}
.series-card__name {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}
.series-card__desc {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
.series-card__categories {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.series-card__category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.series-card__pretitle {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.series-card__list {
  display: flex;
  align-items: center;
  gap: 2px;
}
.series-card__item {
  padding: 5px;
}
.series-card__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.index-head {
  padding: 30px 20px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
}
.index-head__title {
  color: var(--Gray-700-Main, #555);
  font-size: 36px;
  font-weight: 500;
  line-height: 112%;
}

.iabout-card {
  min-height: 627px;
  position: relative;
  z-index: 1;
  padding: 30px 20px 117px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.iabout-card:after {
  content: "";
  background: linear-gradient(180deg, rgba(34, 35, 39, 0.6) 0%, rgba(34, 35, 39, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.iabout-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.iabout-card__title {
  max-width: 588px;
  color: var(--1, #fff);
  font-size: 32px;
  font-weight: 500;
  line-height: 122%;
  margin-bottom: 16px;
}
.iabout-card__desc {
  max-width: 588px;
  color: var(--1, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.iabout-card__btn {
  padding: 0 16px;
  margin-top: auto;
}
.iabout-slider {
  position: relative;
}
.iabout-slider__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 10px;
}
.iabout-slider__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.iabout-slider__pagination .swiper-pagination-bullet {
  height: 44px;
  width: 100%;
  padding: 12px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  border-top: 1px solid #fff;
  color: var(--1, #fff);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  transition: 0.3s;
}
.iabout-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
  color: #555;
}
.iabout-slider__navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}
.iabout-slider__prev {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: var(--White, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.iabout-slider__prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M14 7L9 12L14 17' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.iabout-slider__next {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: var(--White, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.iabout-slider__next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M14 7L9 12L14 17' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.sales {
  z-index: 3;
  margin-bottom: 2px;
}
.sales__body {
  position: relative;
}
.sales-slider {
  overflow: visible;
  overflow-x: clip;
}
.sales-slider__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='2' fill='%23262626'/%3E%3Cpath d='M9.16667 15H20.8333M9.16667 15L14.1667 10M9.16667 15L14.1667 20' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.sales-slider__next {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='2' fill='%23262626'/%3E%3Cpath d='M9.16667 15H20.8333M9.16667 15L14.1667 10M9.16667 15L14.1667 20' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  cursor: pointer;
}

.iblog {
  margin-bottom: 2px;
}
.iblog__body {
  position: relative;
}
.iblog-slider {
  overflow: visible;
  overflow-x: clip;
}
.iblog-slider__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='2' fill='%23262626'/%3E%3Cpath d='M9.16667 15H20.8333M9.16667 15L14.1667 10M9.16667 15L14.1667 20' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.iblog-slider__next {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='2' fill='%23262626'/%3E%3Cpath d='M9.16667 15H20.8333M9.16667 15L14.1667 10M9.16667 15L14.1667 20' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  cursor: pointer;
}
.iblog .blog-panel {
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  border-top: 0;
}

.production {
  margin-bottom: 2px;
}
.production__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 2px;
}
.production-card {
  position: relative;
  background: #fff;
  transition: 0.3s;
}
.production-card__preview {
  min-height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.production-card__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.production-card__list {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
.production-card__item {
  max-width: 38px;
  display: inline-flex;
  border-radius: 3px;
  border: 2px solid transparent;
  padding: 3px;
  transition: 0.3s;
  cursor: pointer;
}
.production-card__item img {
  display: block;
  width: 100%;
}
.production-card__item.is-active {
  border: 2px solid var(--3, #266b95);
}
.production-card__right {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='2' fill='white'/%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='2' stroke='%23E7E7E7'/%3E%3Cpath d='M13.8333 11.3333L18 15.4999L13.8333 19.6666' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.production-card__name {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.production-card__desc {
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
.production-card__links {
  display: flex;
  flex-direction: column;
  margin-left: -8px;
  width: calc(100% + 16px);
}
.production-card__link {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  padding: 8px;
  transition: 0.3s;
}
.production-card__link:hover {
  background: var(--Gray-80, #f0f0f0);
}
.production-card__icon img {
  display: block;
  width: 100%;
}
.production-card__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.production-card__label {
  display: block;
  color: var(--Gray-900, #3d3d3d);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.production-card__price {
  display: block;
  color: var(--3, #266b95);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
}
.production-card__wrapper {
  position: relative;
  z-index: 3;
  background: white;
  transition: 0.3s;
  flex: 1 1 auto;
  padding: 12px 20px;
}
.production-card__footer {
  padding: 12px;
  flex-direction: column;
  gap: 4px;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}
.production-card:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.production-card:hover .production-card__footer {
  opacity: 1;
  visibility: visible;
}
.production-card__btn {
  height: 36px;
}
.production-card__btn.btn {
  background: var(--Gray-50, #f6f6f6);
}
.production-card__btn.btn-primary {
  background: var(--3, #266b95);
}
.production__more {
  height: 56px;
}

.help {
  margin-bottom: 2px;
}
.help__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--1, #fff);
  padding: 100px 0;
}
.help__form {
  max-width: 808px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.help__head {
  margin-bottom: 24px;
}
.help__title {
  margin-bottom: 20px;
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 112%;
}
.help__desc {
  color: var(--Gray-400, #888);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.help__grid {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 26px;
}
.help__grid .feedback-form__input {
  height: 56px;
}
.help__btn {
  width: 100%;
}
.help__info {
  display: inline-block;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.help__info a {
  display: inline-block;
  color: var(--Blue-600-Main, #266b95);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-decoration: underline;
}

.about-catalog.is-index {
  margin-bottom: 50px;
}

@media (max-width: 1439px) {
  .intro-card__title {
    font-size: 36px;
  }
  .series__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .index-head__title,
  .help__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .series__body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .production__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .series-aside__tabs {
    flex-direction: row;
    white-space: nowrap;
  }
  .series-aside {
    width: 100%;
    overflow: auto;
  }
  .series-aside__tab:after {
    display: none;
  }
  .series-aside__tab {
    padding-right: 10px;
  }
  .iabout-slider__navigation {
    display: none;
  }
  .iabout-slider__nav {
    grid-template-columns: 1fr;
  }
  .index-head__title,
  .help__title {
    font-size: 28px;
  }
  .index-head {
    padding: 20px 10px;
  }
  .about-catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .production__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .intro-slider__navigation {
    display: none;
  }
  .intro-card__body {
    padding: 0 20px;
  }
  .intro-card {
    height: auto;
    min-height: 580px;
  }
  .intro-card__title {
    font-size: 26px;
  }
  .intro-card__btn {
    height: 46px;
  }
  .intro-slider__pagination {
    bottom: 20px !important;
  }
  .index-head__title,
  .help__title {
    font-size: 24px;
  }
  .index-head__more {
    font-size: 0;
    gap: 0;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .series-aside__tab span {
    font-size: 14px;
  }
  .series__content {
    padding: 30px 0;
  }
  .series__data {
    padding: 20px 10px;
  }
  .series-card__list {
    overflow-x: auto;
    width: 100%;
  }
  .series-card__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .series__body {
    width: 100%;
  }
  .series-card {
    width: 100%;
  }
  .series__right {
    width: 100%;
  }
  .series__img {
    width: 100%;
  }
  .series__img img {
    max-width: 100%;
  }
  .series__content.is-active {
    display: flex;
    flex-direction: column;
  }
  .iabout-card__title {
    font-size: 22px;
  }
  .iabout-card__desc {
    font-size: 14px;
  }
  .iabout-card__btn {
    width: 100%;
  }
  .iabout-card {
    min-height: 500px;
  }
  .sales-slider__nav {
    display: none;
  }
  .product-card,
  .production-card {
    z-index: 5;
    box-shadow: none;
  }
  .product-card:hover,
  .production-card:hover {
    box-shadow: none;
  }
  .product-card__footer,
  .production-card__footer {
    opacity: 1;
    visibility: visible;
    position: relative;
    box-shadow: none;
    left: auto;
    top: auto;
  }
  .product-card__footer:hover,
  .production-card__footer:hover {
    box-shadow: none;
  }
  .help__body {
    padding: 50px 20px;
  }
  .help__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .iblog-slider__nav {
    display: none;
  }
  .iabout-slider__pagination {
    justify-content: center;
  }
  .iabout-slider__pagination .swiper-pagination-bullet {
    border: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    padding: 0;
    background: #fff;
    font-size: 0;
  }
  .iabout-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.navigation-pages {
  display: flex;
  justify-content: space-between;
  gap: 1px;
}

.navigation-pages__list {
  display: flex;
  justify-content: center;
  gap: 1px;
}

.navigation-pages__link {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 2px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  color: rgb(85, 85, 85);
  transition: 0.3s;
}

.navigation {
  border-bottom: 2px solid #f5f5f5;
}

.navigation-pages__item.is-dots {
  pointer-events: none;
}

.navigation-pages__link:hover,
.navigation-pages__link.is-active {
  background: rgb(38, 107, 149);
  color: white;
}

.navigation-pages__link.is-prev,
.navigation-pages__link.is-next {
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
}

.navigation-pages__link.is-prev {
  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='M14 7L9 12L14 17' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  width: 44px;
  flex: 0 0 44px;
  height: 44px;
}

.navigation-pages__link.is-prev: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='M14 7L9 12L14 17' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-color: rgb(38, 107, 149);
}

.navigation-pages__link.is-next {
  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='M10 7L15 12L10 17' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 44px;
  flex: 0 0 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.navigation-pages__link.is-next: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='M10 7L15 12L10 17' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-color: rgb(38, 107, 149);
}

.navigation-pages__link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.navigation {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 16px;
}
.navigation-count {
  min-width: 180px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.navigation-count__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgb(136, 136, 136);
}
.navigation-count__select ~ .select2-container--open .select2-dropdown {
  border: none;
}
.navigation-count__select ~ .select2-container--default .select2-results__option {
  padding: 0 10 !important;
  height: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.navigation-count__select ~ .select2-container--default .select2-results__option--selected {
  pointer-events: none;
}
.navigation-count__select ~ .select2-container--default .select2-results__option--selected,
.navigation-count__select ~ .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgb(38, 107, 149);
  color: white !important;
}
.navigation-count__select ~ .select2-container--open .select2-dropdown {
  width: auto !important;
  left: -6px;
}
.navigation-count__select ~ .select2-container {
  width: auto !important;
}
.navigation-count__select ~ .select2-container:hover .select2-selection__rendered, .navigation-count__select ~ .select2-container.select2-container--open .select2-selection__rendered {
  color: rgb(38, 107, 149) !important;
}
.navigation-count__select ~ .select2-container:hover .select2-selection__arrow, .navigation-count__select ~ .select2-container.select2-container--open .select2-selection__arrow {
  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='M8 10L12 14L16 10' stroke='%23266B95' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A") !important;
}
.navigation-count__select ~ .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.navigation-count__select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  padding-right: 26px;
}
.navigation-count__select ~ .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.navigation-count__select ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  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='M8 10L12 14L16 10' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  transition: 0.3s;
}
.navigation-count__select ~ .select2-container--default .select2-selection--single .select2-selection__rendered,
.navigation-count__select ~ .select2-container--default .select2-results__option {
  font-family: Vela Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(85, 85, 85);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .navigation-pages__link {
    width: 36px;
    height: 36px;
  }
  .navigation-pages__link.is-next,
  .navigation-pages__link.is-prev {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
  .navigation {
    justify-content: center;
    padding: 8px;
  }
}
.page-heading__body {
  background: var(--1, #fff);
}
.page-heading__content {
  padding: 12px 16px 20px;
}
.page-heading__wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 16px 20px;
}
.page-heading__wrapper .btn {
  margin-left: auto;
}
.page-heading__footer {
  padding: 0 16px 20px;
}
.page-heading__footer span {
  margin-top: 0;
  opacity: 0.6;
}
.page-heading__title {
  color: var(--Gray-700-Main, #555);
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
}
.page-heading__title sup {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: rgb(38, 107, 149);
  top: -2em;
}
.page-heading__title:last-child {
  margin-bottom: 0;
}
.page-heading__status {
  display: inline-block;
  padding: 4px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  background: rgb(38, 107, 149);
  white-space: nowrap;
  vertical-align: super;
}
.page-heading__status.is-green {
  background: rgb(30, 168, 113);
}
.page-heading__status.is-gray {
  background: rgba(85, 85, 85, 0.5);
}
.page-heading__text {
  max-width: 481px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--Gray-700-Main, #555);
  margin-top: 10px;
}
.page-heading__back {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  transition: 0.3s;
  border-radius: 50%;
  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.16699 10H15.8337M4.16699 10L9.16699 5M4.16699 10L9.16699 15' stroke='%23555555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(246, 246, 246);
  border: 1px solid rgb(231, 231, 231);
  margin-top: 7px;
}
.page-heading__back:hover {
  background-color: rgb(231, 231, 231);
}
.page-heading__conf {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 48px 8px 8px;
  background: var(--Blue-600-Main, #266b95);
  margin-left: auto;
  transition: 0.3s;
}
.page-heading__conf:hover {
  background: var(--Blue-700, #225c82);
}
.page-heading__conf span {
  display: block;
  color: var(--1, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.page-heading__conf:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M6 18L18 6M18 6H6M18 6V18' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .page-heading__wrapper {
    padding: 8px 12px 20px;
  }
}
@media (max-width: 767px) {
  .page-heading__title {
    font-size: 26px;
  }
  .page-heading__back {
    margin-top: -5px;
  }
  .page-heading__text {
    font-size: 14px;
  }
  .page-heading__conf {
    width: 100%;
    margin-top: 10px;
  }
  .page-heading__title sup {
    top: -1em;
  }
}
.pages__body {
  background: #fff;
  padding: 20px;
}
.pages__labels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
.pages__label {
  position: relative;
  gap: 10px;
  display: flex;
  align-items: center;
}
.pages__label:before {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pages__label.is-green:before {
  background: lightgreen;
}
.pages__label.is-orange:before {
  background: orange;
}
.pages__label.is-red:before {
  background: red;
}
.pages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pages__link {
  gap: 10px;
}
.pages__link:before {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pages__link.is-green:before {
  background: lightgreen;
}
.pages__link.is-orange:before {
  background: orange;
}
.pages__link.is-red:before {
  background: red;
}

.product-detail__body {
  background: #fff;
}
.product-detail__breadcrumbs {
  border-bottom: 2px solid #f5f5f5;
}
.product-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product-detail__left {
  overflow: hidden;
  border-bottom: 2px solid #f5f5f5;
}
.product-detail__right {
  border-left: 2px solid #f5f5f5;
}
.product-detail__info {
  padding: 16px 24px 24px;
  border-bottom: 2px solid #f5f5f5;
}
.product-detail__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.product-detail__art {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: var(--Gray-500, #6d6d6d);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}
.product-detail__art: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='M5.33594 12.0002C4.71468 12.0002 4.40405 12.0002 4.15903 11.8987C3.83232 11.7633 3.57276 11.5038 3.43743 11.1771C3.33594 10.932 3.33594 10.6214 3.33594 10.0002V5.46683C3.33594 4.72009 3.33594 4.34672 3.48126 4.06151C3.60909 3.81063 3.81307 3.60665 4.06395 3.47882C4.34917 3.3335 4.72253 3.3335 5.46927 3.3335H10.0026C10.6239 3.3335 10.9345 3.3335 11.1795 3.43499C11.5062 3.57032 11.7658 3.82988 11.9011 4.15658C12.0026 4.40161 12.0026 4.71224 12.0026 5.3335M10.1359 16.6668H14.5359C15.2827 16.6668 15.656 16.6668 15.9413 16.5215C16.1921 16.3937 16.3961 16.1897 16.5239 15.9388C16.6693 15.6536 16.6693 15.2802 16.6693 14.5335V10.1335C16.6693 9.38676 16.6693 9.01339 16.5239 8.72818C16.3961 8.47729 16.1921 8.27332 15.9413 8.14549C15.656 8.00016 15.2827 8.00016 14.5359 8.00016H10.1359C9.3892 8.00016 9.01583 8.00016 8.73062 8.14549C8.47973 8.27332 8.27576 8.47729 8.14793 8.72818C8.0026 9.01339 8.0026 9.38676 8.0026 10.1335V14.5335C8.0026 15.2802 8.0026 15.6536 8.14793 15.9388C8.27576 16.1897 8.47973 16.3937 8.73062 16.5215C9.01583 16.6668 9.3892 16.6668 10.1359 16.6668Z' stroke='%236D6D6D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.product-detail__group {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.product-detail__favorite {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: var(--Gray-500, #6d6d6d);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}
.product-detail__favorite: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='M4.11602 4.30388C5.99481 2.71842 8.49535 3.18416 9.99486 4.91558C11.4944 3.18416 13.9626 2.73509 15.8737 4.30388C17.7848 5.87266 18.017 8.54015 16.5416 10.4153C15.3922 11.876 12.0607 14.8546 10.6444 16.0998C10.272 16.4272 9.71771 16.4272 9.34537 16.0998C7.929 14.8546 4.59751 11.876 3.44815 10.4153C1.97273 8.54015 2.23723 5.88934 4.11602 4.30388Z' stroke='%236D6D6D' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.product-detail__compare {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: var(--Gray-500, #6d6d6d);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}
.product-detail__compare: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='M10 7.27273H7.95455C7.57799 7.27273 7.27273 7.57799 7.27273 7.95455V10.1705M10 7.27273H12.3864H12.7273M10 7.27273L7.27273 10.1705M7.27273 10.1705V12.3864V12.7273M12.7273 7.27273H16.8182C17.1947 7.27273 17.5 7.57799 17.5 7.95455V12.3864V16.8179C17.5 17.1945 17.1947 17.5 16.8182 17.5H12.3864H7.95455C7.57799 17.5 7.27273 17.1947 7.27273 16.8182V12.7273M12.7273 7.27273C12.7273 5.82395 12.7273 4.82549 12.7273 3.50012C12.7273 2.94784 12.2796 2.5 11.7273 2.5H7.61364H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V7.61364V11.7273C2.5 12.2796 2.94772 12.7273 3.5 12.7273H7.27273M12.7273 7.27273C12.7273 7.38361 12.7273 7.49713 12.7273 7.61364C12.7273 8.68491 12.7273 9.33326 12.7273 10.1705M12.7273 7.27273L7.27273 12.7273M7.27273 12.7273H7.61364H10M12.7273 10.1705C12.7273 10.6294 12.7273 11.1624 12.7273 11.7272C12.7273 12.2795 12.2796 12.7273 11.7273 12.7273H10M12.7273 10.1705L10 12.7273' stroke='%236D6D6D' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.product-detail__share {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: var(--Gray-500, #6d6d6d);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
}
.product-detail__share: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='M16.6693 5.55572H14.2989C13.0543 5.55572 12.4321 5.55572 11.9567 5.79793C11.5386 6.01098 11.1986 6.35093 10.9856 6.76907C10.7433 7.24443 10.7433 7.86671 10.7433 9.11127V10.0002M16.6693 5.55572L14.447 3.3335M16.6693 5.55572L14.447 7.77794M8.52112 3.3335H6.89149C5.64693 3.3335 5.02465 3.3335 4.54929 3.5757C4.13115 3.78876 3.7912 4.12871 3.57815 4.54685C3.33594 5.02221 3.33594 5.64449 3.33594 6.88905V13.1113C3.33594 14.3558 3.33594 14.9781 3.57815 15.4535C3.7912 15.8716 4.13115 16.2116 4.54929 16.4246C5.02465 16.6668 5.64693 16.6668 6.89149 16.6668H13.1137C14.3583 16.6668 14.9806 16.6668 15.4559 16.4246C15.8741 16.2116 16.214 15.8716 16.4271 15.4535C16.6693 14.9781 16.6693 14.3558 16.6693 13.1113V11.4816' stroke='%236D6D6D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.product-detail__title {
  color: var(--Gray-700-Main, #555);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 25px;
}
.product-detail__colors {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 5px;
}
.product-detail__color {
  min-width: 62px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  cursor: pointer;
}
.product-detail__color-name {
  display: block;
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-detail__color.is-active .product-detail__image {
  border: 2px solid var(--3, #266b95);
}
.product-detail__color.is-active:after {
  content: "";
  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%3Crect width='16' height='16' rx='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0976 6.31658 12.0976 5.68342 11.7071 5.29289C11.3166 4.90237 10.6834 4.90237 10.2929 5.29289L7 8.58579L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='%23266B95'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: 1;
  transition: 0.3s;
}
.product-detail__image {
  display: inline-flex;
  padding: 2px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.product-detail__data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.product-detail__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.product-detail__price {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-detail__newprice {
  display: inline-flex;
  color: var(---Red-600, #f91a49);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}
.product-detail__oldprice {
  display: inline-flex;
  color: var(--Gray-400, #888);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: line-through;
}
.product-detail__discount {
  display: inline-flex;
  padding: 4px;
  border-radius: 2px;
  background: var(---Red-600, #f91a49);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-detail__normalprice {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}
.product-detail__amount {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.product-detail__circle {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.product-detail__count {
  display: inline-block;
  color: var(--Gray-400, #888);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.product-detail__count span {
  display: inline-block;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.product-detail__cart {
  display: inline-flex;
  gap: 10px;
}
.product-detail__btn {
  padding: 0 34px;
  gap: 4px;
}
.product-detail__btn:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M3 3.00006H5.14C5.38116 2.99734 5.61519 3.08186 5.79895 3.23806C5.98272 3.39426 6.10384 3.61161 6.14 3.85006L6.62 7.00006L8 16.0001L19 15.0001L21 7.00006M16 7.00006H13.5M13.5 7.00006H11M13.5 7.00006V9.50006M13.5 7.00006V4.50006M11 21C11 21.5523 10.5523 22 10 22C9.44772 22 9 21.5523 9 21C9 20.4477 9.44772 20 10 20C10.5523 20 11 20.4477 11 21ZM18 21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21C16 20.4477 16.4477 20 17 20C17.5523 20 18 20.4477 18 21Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.product-detail__conf {
  display: flex;
  min-height: 56px;
  align-items: center;
  position: relative;
  background: var(--Blue-100, #e6f0f8);
  padding: 8px 50px 8px 70px;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.product-detail__conf:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E  %3Cpath d='M27.5214 13.7399L28.1906 18.1414M6.11115 8.08501L4.79156 9.87781M5.60397 17.0723L6.2732 21.4738M27.9585 27.0868L29.2781 25.294M17.203 30.8L9.38528 31.6961C9.11344 31.7374 8.83592 31.6767 8.60621 31.5255L6.2497 29.9751C5.98611 29.8017 5.8085 29.5246 5.76107 29.2126L2.80969 9.80114C2.76532 9.50929 2.8387 9.21178 3.01369 8.97404L4.56655 6.8643C4.74154 6.62656 5.0038 6.46807 5.29564 6.4237L11.203 5.59996M28.124 5.98733C28.0766 5.67539 27.899 5.39823 27.6354 5.2248L25.2789 3.67439C25.0492 3.52326 24.7717 3.46251 24.4998 3.50384L18.4031 4.39995M30.9143 24L28.8262 9.66871M15.5204 8.24659L18.3647 26.9533M15.5204 8.24659L14.403 8.39996M15.5204 8.24659L19.203 7.99996M18.3647 26.9533L25.737 25.8324C26.8305 25.6662 27.5814 24.6439 27.413 23.5507L25.203 9.19996M18.3647 26.9533L17.203 27.0868M10.403 9.19996L8.22166 9.44135C7.09807 9.56569 6.30076 10.5958 6.46211 11.7147L8.00301 22.4' stroke='%23266B95' stroke-linecap='round'/%3E  %3Crect x='11.7409' y='3.32231' width='25.6762' height='25.6762' rx='2.5' transform='rotate(10.0568 11.7409 3.32231)' stroke='%23266B95'/%3E  %3Crect x='14.4441' y='7.18803' width='19.0071' height='19.0071' rx='1.5' transform='rotate(10.0568 14.4441 7.18803)' stroke='%23266B95'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  left: 20px;
}
.product-detail__conf:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M6 18L18 6M18 6H6M18 6V18' stroke='%23266B95' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 25px;
}
.product-detail__images {
  position: relative;
  border-bottom: 2px solid #f5f5f5;
}
.product-detail__labels {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
  display: flex;
  width: 100%;
  gap: 4px;
  flex-wrap: wrap;
}
.product-detail__label {
  padding: 4px;
  display: inline-flex;
  border-radius: 2px;
  background: var(---Red-600, #f91a49);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-detail__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 1;
}
.product-detail__navigation {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.product-detail__prev {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='1.5' fill='%23F6F6F6'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='1.5' stroke='%23E7E7E7'/%3E%3Cpath d='M24 17L19 22L24 27' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.product-detail__next {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='1.5' fill='%23F6F6F6'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='1.5' stroke='%23E7E7E7'/%3E%3Cpath d='M20 17L25 22L20 27' stroke='%23555555' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.product-slider {
  width: 100%;
}
.product-slider__slide {
  width: 100%;
  aspect-ratio: 16/11;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
.product-slider__slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-accordeon {
  display: flex;
  flex-direction: column;
}
.product-accordeon__item {
  border-bottom: 2px solid #f5f5f5;
  padding: 16px 24px;
}
.product-accordeon__text {
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.product-accordeon__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product-accordeon__header:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E  %3Cpath d='M14 7V14M14 14V21M14 14H21M14 14L7 14' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  display: inline-flex;
}
.product-accordeon__header.is-active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E  %3Cpath d='M21 14H7' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product-accordeon__title {
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.product-accordeon__body {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}
.product-accordeon__body.is-active {
  max-height: none;
  padding-top: 20px;
}
.product-accordeon__table {
  width: 100%;
}
.product-accordeon__table td {
  width: 50%;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  overflow: hidden;
}
.product-accordeon__table td:last-child {
  padding-left: 5px;
}
.product-accordeon__table td span {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  position: relative;
}
.product-accordeon__table td span:after {
  content: "";
  width: 999px;
  height: 1px;
  border-bottom: 1px dashed #e7e7e7;
  position: absolute;
  top: calc(100% - 6px);
  left: calc(100% + 5px);
}
.product-accordeon__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.product-accordeon__note {
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 0;
}
.product-accordeon__link {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: var(--Blue-700, #225c82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.product-accordeon__link:after {
  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.33594 6.6665L11.6693 9.99984L8.33594 13.3332' stroke='%23225C82' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}

.service-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.service-list__item {
  border-top: 1px solid #f5f5f5;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
}
.service-list__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.service-list__price {
  margin-left: auto;
  color: var(--Blue-600-Main, #266b95);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.service-list__name {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.service-list__desc {
  color: var(--Gray-400, #888);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

.files-list {
  display: flex;
  flex-direction: column;
}
.files-list__card {
  border-top: 1px solid #f5f5f5;
  padding: 12px 0;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.files-list__card:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.33973 3.6001C5.48764 3.6001 4.79688 4.30525 4.79688 5.1751V18.8251C4.79688 19.6949 5.48764 20.4001 6.33973 20.4001H17.654C18.5061 20.4001 19.1969 19.6949 19.1969 18.8251V9.50248C19.1969 9.08477 19.0343 8.68416 18.745 8.38879L14.5059 4.0614C14.2166 3.76603 13.8241 3.6001 13.4149 3.6001H6.33973ZM11.2254 10.6876C11.2254 10.2527 11.5708 9.9001 11.9969 9.9001C12.4229 9.9001 12.7683 10.2527 12.7683 10.6876V13.3604L13.7378 12.2608C14.0228 11.9375 14.5105 11.9113 14.8272 12.2023C15.1439 12.4932 15.1696 12.9911 14.8846 13.3144L12.5703 15.9394C12.424 16.1053 12.2156 16.2001 11.9969 16.2001C11.7782 16.2001 11.5698 16.1053 11.4235 15.9394L9.10919 13.3144C8.82418 12.9911 8.84985 12.4932 9.16653 12.2023C9.48321 11.9113 9.97098 11.9375 10.256 12.2608L11.2254 13.3604V10.6876Z' fill='%23B0B0B0'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.files-list__name {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.files-list__data {
  display: inline-flex;
  margin-left: auto;
  color: var(--Gray-400, #888);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

.interest.is-white {
  margin: 0;
}
.interest.is-white .interest__head {
  padding: 30px 20px;
  background: #fff;
}
.interest.is-white .interest__body.is-gallery {
  padding: 0 20px;
  position: relative;
}
.interest.is-white .interest__gallery {
  overflow: hidden;
}
.interest.is-white .interest__title {
  display: inline-flex;
  align-items: flex-start;
  color: var(--Gray-700-Main, #555);
  font-size: 36px;
  font-weight: 500;
  line-height: 112%;
}
.interest.is-white .interest__title span {
  display: inline-flex;
  overflow: hidden;
  color: var(--Blue-600-Main, #266b95);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 5px;
}
.interest.is-white .interest-slider__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='2' fill='%23262626'/%3E%3Cpath d='M9.16406 15H20.8307M9.16406 15L14.1641 10M9.16406 15L14.1641 20' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.interest.is-white .interest-slider__next {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='2' fill='%23262626'/%3E%3Cpath d='M9.16406 15H20.8307M9.16406 15L14.1641 10M9.16406 15L14.1641 20' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  cursor: pointer;
}
.interest-slider__link {
  display: flex;
  position: relative;
  padding-bottom: 100%;
  z-index: 1;
}
.interest-slider__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 1439px) {
  .product-detail__group span {
    font-size: 0;
  }
  .product-detail__title {
    font-size: 24px;
  }
  .interest.is-white .interest__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .product-detail__grid {
    display: flex;
    flex-direction: column;
  }
  .product-detail__right {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .product-detail__prev,
  .product-detail__next {
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .product-detail__title {
    font-size: 22px;
  }
  .product-detail__data {
    flex-direction: column;
    gap: 15px;
  }
  .product-detail__btn {
    width: 100%;
  }
  .product-detail__cart {
    width: 100%;
  }
  .interest.is-white .interest__title {
    font-size: 24px;
  }
}
.search-result__head {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #f5f5f5;
}
.search-result__title {
  padding: 12px 20px 20px;
  color: var(--Gray-700-Main, #555);
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
}
.search-result__body {
  background: #fff;
}
.search-result__form {
  display: grid;
  grid-template-columns: 1fr 87px;
  gap: 2px;
  border-bottom: 2px solid #f5f5f5;
}
.search-result__label {
  position: relative;
}
.search-result__label:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E  %3Cpath d='M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23888888' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.search-result__search {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 0;
  padding-left: 46px;
}
.search-result .blog-tabs {
  padding: 0 12px;
  border-bottom: 2px solid #f5f5f5;
}
.search-result .blog-tabs .btn span {
  color: var(--Gray-700-Main, #aaa);
  margin-left: 2px;
}
.search-result .blog-tabs .btn.is-active span, .search-result .blog-tabs .btn:hover span {
  color: rgba(255, 255, 255, 0.5);
}
.search-result__list {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-bottom: 2px solid #f5f5f5;
}
.search-result__item:not(:last-child) {
  border-bottom: 2px solid #f5f5f5;
}
.search-result__card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  width: 100%;
  align-items: center;
  padding: 15px 30px 15px 15px;
  transition: 0.3s;
}
.search-result__card:after {
  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.33301 5.8335L12.4997 10.0002L8.33301 14.1668' stroke='%23888888' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 8px;
}
.search-result__card:hover {
  background: var(--Gray-50, #f6f6f6);
}
.search-result__img {
  display: inline-flex;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}
.search-result__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.search-result__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.search-result__name {
  display: block;
  color: var(--Gray-700-Main, #555);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.search-result__desc {
  display: block;
  color: var(--Gray-400, #888);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.search-result__more {
  border-bottom: 2px solid #f5f5f5;
}

@media (max-width: 1439px) {
  .search-result__title {
    font-size: 36px;
  }
  .search-result .blog-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (max-width: 1023px) {
  .search-result__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .search-result__title {
    font-size: 26px;
  }
  .search-result__card {
    padding: 10px 25px 10px 10px;
  }
  .navigation-count {
    display: none;
  }
  .search-result__name {
    font-size: 18px;
  }
  .search-result__img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .search-result__name {
    font-size: 14px;
  }
  .search-result__desc {
    font-size: 12px;
  }
  .search-result__card {
    align-items: flex-start;
    gap: 4px;
    padding-right: 32px;
  }
  .search-result__card:after {
    top: 11px;
  }
  .search-result__list {
    padding-left: 4px;
    padding-right: 4px;
  }
  .help__grid .feedback-form__input {
    height: 44px;
  }
}
.showroom {
  border-bottom: 2px solid #f5f5f5;
}
.showroom__head {
  padding-top: 12px;
  padding-bottom: 30px;
}
.showroom__title {
  font-weight: 500;
  line-height: 110%;
  color: rgb(85, 85, 85);
}
.showroom__body {
  background: white;
}
.showroom__img {
  position: relative;
  padding-bottom: 46%;
}
.showroom__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.showroom-content__row {
  padding: 50px;
  background: #fff;
  display: grid;
  grid-template-columns: 438px 1fr;
  gap: 20px;
}
.showroom-content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 60px;
}
.showroom-content__title {
  font-weight: 500;
  line-height: 122%;
  color: rgb(85, 85, 85);
  max-width: 309px;
}
.showroom-contact {
  display: flex;
  flex-direction: column;
}
.showroom-contact__label {
  font-weight: 400;
  line-height: 150%;
  color: rgb(136, 136, 136);
  margin-bottom: 10px;
}
.showroom-contact__link {
  font-weight: 500;
  line-height: 130%;
  color: rgb(85, 85, 85);
}
.showroom-contact__link + .showroom-contact__link {
  margin-top: 4px;
}
.showroom-contact__map {
  font-weight: 500;
  line-height: 80%;
  color: rgb(34, 92, 130);
  margin-top: 8px;
}
.showroom__text h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: rgb(85, 85, 85);
  margin-bottom: 24px;
}
.showroom__text p {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgb(85, 85, 85);
}

@media (max-width: 1439px) {
  .showroom-content__row {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .showroom-content__row {
    padding: 32px 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .showroom-content__title {
    font-size: 32px;
    max-width: 100%;
  }
  .showroom-contact__link {
    font-size: 16px;
  }
  .showroom-contact__label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .showroom-content__title {
    font-size: 22px;
  }
  .showroom-content__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .more .btn {
    height: 44px;
  }
}
.unexist {
  margin-bottom: 20px;
}
.unexist__body {
  background: white;
  display: flex;
  justify-content: center;
}
.unexist__main {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 600px;
  padding: 222px 0;
}
.unexist__title {
  font-weight: 500;
  font-size: 128px;
  line-height: 100%;
  text-align: center;
  color: rgb(85, 85, 85);
}
.unexist__text {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: rgb(85, 85, 85);
  margin-bottom: 24px;
}
.unexist__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgb(109, 109, 109);
  margin-bottom: 24px;
}
.unexist__btn {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .unexist__title {
    font-size: 112px;
  }
}