@charset "UTF-8";
@font-face {
  font-family: "DINish Condensed";
  src: local("Montserrat"), url("../fonts/DINish/DINishCondensed-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DINish Condensed";
  src: local("Montserrat"), url("../fonts/DINish/DINishCondensed-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "DINish Expanded";
  src: local("Montserrat"), url("../fonts/DINish/DINishExpanded-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DINish Expanded";
  src: local("Montserrat"), url("../fonts/DINish/DINishExpanded-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "UKIJ Moy Qelem";
  src: local("NEXT ART"), url("../fonts/UKIJMoyQ/UKIJMoyQ.ttf") format("truetype");
  font-weight: 400;
  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;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

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: "DINish Expanded", sans-serif;
  background: #020303;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

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

* {
  box-sizing: border-box;
}

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

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

a {
  text-decoration: none;
  color: var(--Brand-2, #192f44);
}

p {
  margin-top: 0;
  font-weight: 400;
  font-size: 18px;
}

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: 1520px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.overlay {
  opacity: 0.5;
  background: var(--Brand-2, #192f44);
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.overlay.is-modal {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}

input {
  height: 44px;
  background: #f5f5f5;
  outline: none;
  transition: 0.3s;
}
input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: "DINish Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

textarea {
  height: 70px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: var(--UI-Radius-Fields, 10px);
  border: var(--Border-Border, 1px) solid var(--UI-Border, rgba(25, 47, 68, 0.25));
  outline: none;
  transition: 0.3s;
}
textarea:focus {
  border: var(--Border-Border, 1px) solid var(--UI-Prime, #06a7bc);
}
textarea::placeholder {
  color: rgb(109, 109, 109);
  font-size: var(--Size-UI, 14px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.14px;
}

.hover-text-animation:hover .hover-text-animation__wrapper span:last-child {
  transform: translateY(0);
}

.hover-text-animation:hover .hover-text-animation__wrapper span:first-child {
  transform: translateY(-150%);
}

.hover-text-animation__wrapper {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}

.hover-text-animation__wrapper span {
  transition: color 0.2s ease, transform 0.5s ease;
  display: block;
  line-height: 100%;
}

.hover-text-animation__wrapper span:last-child {
  transform: translateY(150%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hover-text-animation__wrapper span:first-child {
  transform: translateY(0);
}

.hover-text-animation span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
  input {
    padding: 0 10px;
  }
}
.error-404 {
  position: relative;
  overflow: hidden;
  background: #000;
  padding-top: 68px;
}
.error-404__container {
  position: relative;
  z-index: 1;
}
.error-404__breadcrumbs {
  margin-bottom: 24px;
}
.error-404__breadcrumbs .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.6);
}
.error-404__breadcrumbs .breadcrumbs__link:not(span):hover {
  color: #fff;
}
.error-404__content {
  min-height: 600px;
  padding: 63px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}
.error-404__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f9b71b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404__icon img {
  width: 36px;
  height: 36px;
  display: block;
}
.error-404__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.error-404__text {
  margin: 0;
  width: 100%;
  max-width: 626px;
  color: #fff;
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.error-404__lines {
  position: absolute;
  top: 68px;
  right: -98px;
  width: 752px;
  height: 850px;
  pointer-events: none;
}
.error-404__lines img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-404__lines:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1439px) {
  .error-404__content {
    min-height: 520px;
  }
  .error-404__lines {
    right: -180px;
  }
}
@media (max-width: 1023px) {
  .error-404__content {
    min-height: 460px;
    padding: 48px 0;
  }
  .error-404__title {
    font-size: 56px;
  }
  .error-404__lines {
    width: 620px;
    height: 700px;
    right: -240px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .error-404__content {
    min-height: 360px;
    padding: 30px 0 42px;
    gap: 16px;
  }
  .error-404__title {
    font-size: 48px;
  }
  .error-404__text {
    font-size: 14px;
    line-height: 1.43;
    max-width: 320px;
  }
  .error-404__lines {
    width: 460px;
    height: 520px;
    right: -280px;
    top: 108px;
  }
  .error-404__lines:before {
    width: 140px;
  }
}
.objects__blog {
  margin-top: 20px;
}

.blog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.blog-card {
  min-width: 0;
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
}
.blog-card__media {
  position: relative;
  width: 100%;
  padding-top: 68.66%;
  overflow: hidden;
}
.blog-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  z-index: 1;
  transition: transform 0.5s ease;
}
.blog-card__content {
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-card__title {
  font-family: "DINish Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card:hover .blog-card__image {
  transform: scale(1.03);
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}
.blog-card-meta__category {
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: rgb(243, 154, 13);
  text-transform: none;
  flex-shrink: 0;
}
.blog-card-meta__date {
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

@media (max-width: 1439px) {
  .blog-card__title {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-card__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog {
    grid-template-columns: 1fr;
  }
  .blog-card__content {
    padding-right: 0;
  }
  .blog-card-meta {
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 4px;
    white-space: normal;
  }
}
.blog-detail {
  background: #000;
  color: #fff;
  padding-top: 68px;
}
.blog-detail__breadcrumbs {
  margin-bottom: 24px;
}
.blog-detail__content {
  position: relative;
}
.blog-detail__article {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-detail__action {
  position: sticky;
  top: 70px;
  width: 36px;
  height: 36px;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  z-index: 3;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-detail__action:hover {
  opacity: 0.8;
}
.blog-detail__action::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blog-detail__action--back {
  position: absolute;
  left: 0;
}
.blog-detail__action--back::before {
  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 12H19M5 12L11 6M5 12L11 18' stroke='%23404040' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
}
.blog-detail__action--share {
  position: absolute;
  right: 0;
}
.blog-detail__action--share::before {
  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='M17.5 14.5C16.85 14.5 16.27 14.75 15.83 15.15L9.91 11.71C9.97 11.48 10 11.24 10 11C10 10.76 9.97 10.52 9.91 10.29L15.76 6.89C16.22 7.32 16.82 7.59 17.5 7.59C18.88 7.59 20 6.47 20 5.09C20 3.71 18.88 2.59 17.5 2.59C16.12 2.59 15 3.71 15 5.09C15 5.33 15.03 5.57 15.09 5.8L9.24 9.2C8.78 8.77 8.18 8.5 7.5 8.5C6.12 8.5 5 9.62 5 11C5 12.38 6.12 13.5 7.5 13.5C8.18 13.5 8.78 13.23 9.24 12.8L15.15 16.24C15.05 16.5 15 16.77 15 17.05C15 18.37 16.08 19.45 17.4 19.45C18.72 19.45 19.8 18.37 19.8 17.05C19.8 15.73 18.82 14.5 17.5 14.5Z' fill='%23404040'/%3E%3C/svg%3E");
}
.blog-detail__action.is-copied {
  background-color: #f9b71b;
}
.blog-detail__other {
  margin-top: 60px;
  padding: 60px 0;
}

.breadcrumbs--white .breadcrumbs__item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs--white .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.blog-detail-article__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.blog-detail-article__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.blog-detail-article__hero {
  position: relative;
  width: 100%;
  padding-top: 53.7%;
  overflow: hidden;
  margin-top: 36px;
}
.blog-detail-article__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.blog-detail-article__body {
  width: 790px;
  margin: 36px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-detail-article__body h2 {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  text-transform: uppercase;
  color: #fff;
}
.blog-detail-article__body h2.is-large {
  font-size: 42px;
  line-height: 1.16;
  text-transform: none;
}
.blog-detail-article__body h3 {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}
.blog-detail-article__body p,
.blog-detail-article__body li {
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.blog-detail-article__body ol {
  counter-reset: item;
}
.blog-detail-article__body ol li {
  position: relative;
  padding-left: 24px;
  counter-increment: item;
}
.blog-detail-article__body ol li:before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.blog-detail-article__body ul li {
  position: relative;
  padding-left: 24px;
}
.blog-detail-article__body ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 6px;
}
.blog-detail-article__body p.is-large {
  font-size: 18px;
  line-height: 1.56;
}
.blog-detail-article__body ul,
.blog-detail-article__body ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-detail-article__body strong {
  font-weight: 700;
}
.blog-detail-article__image-wrap {
  position: relative;
  width: 100%;
  padding-top: 67.98%;
  overflow: hidden;
}
.blog-detail-article__image-wrap.is-medium {
  padding-top: 56.08%;
}
.blog-detail-article__image-wrap.is-small {
  padding-top: 49.49%;
}
.blog-detail-article__image-wrap.is-chart {
  padding-top: 35.31%;
}
.blog-detail-article__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.blog-detail-article__quote {
  margin: 8px 0;
}
.blog-detail-article__cta {
  margin-top: 8px;
}
.blog-detail-article__tags {
  width: 790px;
  margin: 36px auto 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.blog-detail-quote {
  background: #f2f4f5;
  color: #000;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  margin-inline: 0;
}
.blog-detail-quote::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  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='M37.2376 8.53774C37.0118 8.53774 36.7858 8.53774 36.56 8.53774C35.0353 8.53774 33.7647 8.90567 32.7482 9.64151C31.7882 10.3208 31.1105 11.3113 30.7153 12.6132C30.3765 13.8585 30.2071 15.3868 30.2071 17.1981C30.2071 17.4245 30.2071 17.6792 30.2071 17.9623C30.2635 18.3585 30.2918 18.7264 30.2918 19.066C30.2918 19.4057 30.2918 19.7453 30.2918 20.0849H38V38H23.5153V16.6887C23.5153 13.2358 24.1082 10.349 25.2941 8.0283C26.48 5.65095 27.9764 4.06603 29.7835 3.27359C31.5906 2.42453 33.3129 2 34.9506 2C35.9106 2 36.9271 2.11321 38 2.33962L37.2376 8.53774ZM15.7224 8.53774C15.4965 8.53774 15.2706 8.53774 15.0447 8.53774C13.52 8.53774 12.2494 8.90567 11.2329 9.64151C10.2729 10.3208 9.59529 11.3113 9.2 12.6132C8.86117 13.8585 8.69176 15.3868 8.69176 17.1981C8.69176 17.4245 8.69176 17.6792 8.69176 17.9623C8.74823 18.3585 8.77647 18.7264 8.77647 19.066C8.77647 19.4057 8.77647 19.7453 8.77647 20.0849H16.4847V38H2V16.6887C2 13.2358 2.59294 10.349 3.77882 8.0283C4.9647 5.65095 6.46117 4.06603 8.26823 3.27359C10.0753 2.42453 11.7976 2 13.4353 2C14.3953 2 15.4118 2.11321 16.4847 2.33962L15.7224 8.53774Z' fill='%23F9B71B'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-detail-quote__text {
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #000;
  padding-right: 70px;
}
.blog-detail-quote__author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-detail-quote__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-detail-quote__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: static;
}
.blog-detail-quote__author-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.blog-detail-quote__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}
.blog-detail-quote__role {
  margin-top: 4px;
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  color: rgba(0, 0, 0, 0.6);
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-detail-meta__category, .blog-detail-meta__date {
  font-family: "DINish Condensed";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.blog-detail-meta__category {
  color: #f39a0d;
}
.blog-detail-meta__date {
  color: rgba(255, 255, 255, 0.6);
}

.blog-detail-cta {
  background: #f9b71b;
  text-decoration: none;
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: background-color 0.3s ease;
}
.blog-detail-cta:hover {
  background: #f39a0d;
}
.blog-detail-cta .hover-text-animation__wrapper {
  padding: 0;
}
.blog-detail-cta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #000;
}
.blog-detail-cta span span::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='M5 12H19M19 12L13 6M19 12L13 18' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
}

.blog-detail-tag {
  text-decoration: none;
  border: 1px solid #fff;
  padding: 4px 8px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.01);
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}
.blog-detail-tag:hover {
  background: #fff;
  color: #000;
}

.blog-detail-other__head {
  margin-bottom: 36px;
}
.blog-detail-other__title {
  text-align: center;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #fff;
}
.blog-detail-other__body {
  position: relative;
}
.blog-detail-other__slider {
  overflow: hidden;
}
.blog-detail-other__slider .swiper-slide {
  height: auto;
}
.blog-detail-other__nav {
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.blog-detail-other__nav::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blog-detail-other__nav--prev {
  left: -18px;
}
.blog-detail-other__nav--prev::before {
  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 12H19M5 12L11 6M5 12L11 18' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
}
.blog-detail-other__nav--next {
  right: -18px;
}
.blog-detail-other__nav--next::before {
  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='square'/%3E%3C/svg%3E");
}

@media (max-width: 1439px) {
  .blog-detail__action {
    display: none;
  }
  .blog-detail-article__title {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .blog-detail {
    padding-top: 52px;
  }
  .blog-detail-article__title {
    font-size: 46px;
  }
  .blog-detail-article__body, .blog-detail-article__tags {
    width: 100%;
  }
  .blog-detail-article__body h2 {
    font-size: 30px;
  }
  .blog-detail-article__body h2.is-large {
    font-size: 34px;
  }
  .blog-detail-quote__text {
    font-size: 20px;
    line-height: 1.4;
  }
  .blog-detail-other__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .blog-detail__breadcrumbs {
    margin-bottom: 16px;
  }
  .blog-detail__other {
    margin-top: 44px;
    padding: 44px 0;
  }
  .blog-detail-article__head {
    align-items: flex-start;
    text-align: left;
    gap: 16px;
  }
  .blog-detail-article__title {
    font-size: 32px;
  }
  .blog-detail-article__body {
    margin-top: 24px;
    gap: 16px;
  }
  .blog-detail-article__body h2 {
    font-size: 24px;
  }
  .blog-detail-article__body h2.is-large {
    font-size: 28px;
  }
  .blog-detail-article__body h3 {
    font-size: 20px;
  }
  .blog-detail-article__body p,
  .blog-detail-article__body li {
    font-size: 14px;
    line-height: 1.42;
  }
  .blog-detail-article__body p.is-large {
    font-size: 16px;
    line-height: 1.5;
  }
  .blog-detail-article__tags {
    margin-top: 24px;
    padding-top: 24px;
    justify-content: flex-start;
  }
  .blog-detail-meta__category, .blog-detail-meta__date {
    font-size: 14px;
  }
  .blog-detail-quote {
    padding: 20px;
    gap: 16px;
  }
  .blog-detail-quote::after {
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
  .blog-detail-quote__text {
    font-size: 16px;
    letter-spacing: 0;
    padding-right: 30px;
  }
  .blog-detail-quote__author {
    gap: 12px;
    padding-top: 16px;
  }
  .blog-detail-quote__avatar {
    width: 48px;
    height: 48px;
  }
  .blog-detail-quote__name {
    font-size: 20px;
  }
  .blog-detail-other__head {
    margin-bottom: 20px;
  }
  .blog-detail-other__title {
    font-size: 30px;
  }
  .blog-detail-other__nav {
    display: none;
  }
}
.bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  width: 100%;
}
.bottom-call {
  position: absolute;
  bottom: 78px;
  right: 0;
}
.bottom-back {
  bottom: 165px;
  right: 9px;
  position: absolute;
}
.bottom * {
  pointer-events: all;
}
.bottom-back {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: 0 0 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-100' y='-100' width='248' height='248'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(50px);clip-path:url(%23bgblur_0_410_15592_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='100'%3E%3Crect width='48' height='48' rx='24' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M24 17V31M24 17L18 23M24 17L30 23' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_410_15592_clip_path' transform='translate(100 100)'%3E%3Crect width='48' height='48' rx='24'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bottom-call {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
}
.bottom-call:hover .bottom-call__inner {
  background-color: rgb(243, 154, 13);
  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%3Cpath d='M3.75 6.25C3.75 4.86929 4.86929 3.75 6.25 3.75H10.3491C10.8871 3.75 11.3648 4.09429 11.5349 4.60472L13.4072 10.2215C13.6039 10.8117 13.3367 11.4566 12.7803 11.7348L9.95876 13.1456C11.3366 16.2015 13.7985 18.6634 16.8544 20.0412L18.2652 17.2197C18.5434 16.6633 19.1883 16.3961 19.7785 16.5928L25.3953 18.4651C25.9057 18.6352 26.25 19.1129 26.25 19.6509V23.75C26.25 25.1307 25.1307 26.25 23.75 26.25H22.5C12.1447 26.25 3.75 17.8553 3.75 7.5V6.25Z' fill='white'/%3E%3C/svg%3E%0A");
}
.bottom-call__inner {
  transition: 0.3s;
  background-color: rgb(249, 183, 27);
  background-repeat: no-repeat;
  background-position: center;
  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%3Cpath d='M3.75 6.25C3.75 4.86929 4.86929 3.75 6.25 3.75H10.3491C10.8871 3.75 11.3648 4.09429 11.5349 4.60472L13.4072 10.2215C13.6039 10.8117 13.3367 11.4566 12.7803 11.7348L9.95876 13.1456C11.3366 16.2015 13.7985 18.6634 16.8544 20.0412L18.2652 17.2197C18.5434 16.6633 19.1883 16.3961 19.7785 16.5928L25.3953 18.4651C25.9057 18.6352 26.25 19.1129 26.25 19.6509V23.75C26.25 25.1307 25.1307 26.25 23.75 26.25H22.5C12.1447 26.25 3.75 17.8553 3.75 7.5V6.25Z' fill='black'/%3E%3C/svg%3E%0A");
  flex: 1 1 auto;
  border-radius: 50%;
}
.bottom-online {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
  background: rgb(249, 183, 27);
}
.bottom-online:hover {
  background: rgb(243, 154, 13);
}
.bottom-online__text {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.bottom-online__text.is-mob {
  display: none;
}
.bottom-online__circle {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L13 6M19 12L13 18' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.bottom-consult {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
  background: white;
  display: none;
}
.bottom-consult:hover .bottom-consult__circle {
  background-color: white;
}
.bottom-consult__text {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.bottom-consult__text.is-mob {
  display: none;
}
.bottom-consult__circle {
  transition: 0.3s;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background-color: rgb(243, 243, 243);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L13 6M19 12L13 18' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .bottom-btns {
    display: flex;
    width: 100%;
  }
  .bottom-online,
  .bottom-consult {
    height: auto;
    width: 50%;
    justify-content: space-between;
    gap: 6px;
  }
  .bottom-consult {
    display: flex;
  }
  .bottom-online__circle,
  .bottom-consult__circle {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
  .bottom-online,
  .bottom-consult {
    padding: 13px 10px;
  }
  .bottom-online__text {
    display: none;
  }
  .bottom-online__text.is-mob {
    display: inline;
  }
  .bottom-consult__text,
  .bottom-online__text {
    font-size: 18px;
  }
}
.breadcrumbs__list {
  display: flex;
  gap: 8px;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs__link {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.breadcrumbs__link:not(span):hover {
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .breadcrumbs__item:last-child {
    display: none;
  }
}
.calc-page {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 700px at 110% 20%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%), radial-gradient(900px 500px at 100% 55%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 70%), #000;
  padding: 68px 0 56px;
}
.calc-page__lines {
  position: absolute;
  top: 40px;
  right: -180px;
  width: 760px;
  height: 760px;
  pointer-events: none;
  opacity: 0.2;
}
.calc-page__lines::before, .calc-page__lines::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 48% 52% 58% 42%/36% 58% 42% 64%;
  transform: rotate(18deg);
}
.calc-page__lines::after {
  inset: 70px 40px 90px 80px;
  border-radius: 44% 56% 38% 62%/58% 34% 66% 42%;
  transform: rotate(28deg);
}
.calc-page__container {
  position: relative;
  z-index: 1;
}
.calc-page__breadcrumbs {
  margin-bottom: 22px;
}
.calc-page__head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.calc-page__title {
  margin: 0 0 16px;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.calc-page__description {
  margin: 0 auto;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.calc-page__content {
  max-width: 736px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calc-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.calc-breadcrumbs__link {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}
.calc-breadcrumbs__link:hover {
  color: #fff;
}
.calc-breadcrumbs__separator, .calc-breadcrumbs__current {
  color: rgba(255, 255, 255, 0.6);
}
.calc-form {
  background: #f3f5f7;
  color: #000;
}
.calc-form__body {
  display: block;
}
.calc-form__subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.calc-form__step {
  padding: 18px 16px 14px;
}
.calc-form__step-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
}
.calc-form__step-num, .calc-form__step-title {
  color: #000;
  font-family: "DINish Condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.calc-form__step-num {
  color: rgba(0, 0, 0, 0.55);
}
.calc-form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.calc-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.calc-form__field {
  width: 100%;
}
.calc-form__consent {
  margin-top: 16px;
}
.calc-form__actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.calc-form__actions:has(.calc-form__btn--secondary) {
  grid-template-columns: repeat(2, 1fr);
}
.calc-form__actions--between {
  justify-content: space-between;
}
.calc-form__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 15px 22px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.calc-form__btn::after {
  content: "";
  flex: 0 0 24px;
  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='M5 12H19M19 12L14 7M19 12L14 17' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.calc-form__btn--primary {
  width: 100%;
  background: #f9b71b;
}
.calc-form__btn--primary:hover {
  background: #ffd05f;
}
.calc-form__btn--secondary {
  border-color: rgba(0, 0, 0, 0.2);
  background: #fff;
}
.calc-form__btn--secondary::before {
  content: "";
  flex: 0 0 24px;
  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='M5 12H19M19 12L14 7M19 12L14 17' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.calc-form__btn--secondary::after {
  display: none;
}
.calc-form__btn--secondary:hover {
  border-color: #000;
}
.calc-form__options {
  margin-bottom: 12px;
}
.calc-form__result {
  padding: 28px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.calc-form__result-title {
  margin: 0;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.calc-form__result-text {
  margin: 0;
  max-width: 480px;
  color: rgba(0, 0, 0, 0.75);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.calc-progress {
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.calc-progress__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.calc-progress__percent, .calc-progress__benefit, .calc-progress__counter {
  margin: 0;
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.2px;
}
.calc-progress__percent {
  color: #000;
  font-weight: 700;
}
.calc-progress__benefit {
  justify-self: center;
  text-align: center;
}
.calc-progress__benefit mark {
  padding: 0 2px;
  background: #f9b71b;
  color: #000;
}
.calc-progress__track {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(249, 183, 27, 0.3);
  overflow: hidden;
}
.calc-progress__fill {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: repeating-linear-gradient(-45deg, rgb(249, 183, 27) 0 6px, rgba(249, 183, 27, 0.4) 6px 10px);
  transition: width 0.25s ease;
}
.calc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calc-field__label {
  color: #000;
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.calc-field__label span {
  color: #dc4f4f;
}
.calc-field__control {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.04);
  color: #000;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.calc-field__control::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.calc-field__control:focus {
  border-color: #f9b71b;
  background: #fff;
}
.calc-field__control--textarea {
  min-height: 110px;
  height: 110px;
  resize: vertical;
  padding: 10px;
  text-transform: none;
}
.calc-field__control--textarea::placeholder {
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
.calc-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: auto;
  align-items: start;
  column-gap: 8px;
  row-gap: 0;
  cursor: pointer;
}
.calc-consent__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.calc-consent__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.calc-consent__text {
  color: rgba(0, 0, 0, 0.75);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.calc-consent__text a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.calc-consent__text a:hover {
  color: #000;
}
.calc-consent__input:focus-visible + .calc-consent__box {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.calc-consent__input:checked + .calc-consent__box {
  background: #f9b71b;
  border-color: #f9b71b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}
.calc-consent__input:checked + .calc-consent__box:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M3.33301 8.6665L5.99967 11.3332L12.6663 4.6665' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.calc-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.calc-options--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.calc-options__item {
  position: relative;
  min-width: 0;
}
.calc-options__item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.calc-options__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 104px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.6);
  transition: border-color 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
.calc-options__title {
  color: #000;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.calc-options__text {
  color: rgba(0, 0, 0, 0.65);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
input:checked + .calc-options__card {
  border-color: #f9b71b;
  background: rgba(249, 183, 27, 0.14);
}
input:focus-visible + .calc-options__card {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.calc-help {
  background: rgba(255, 255, 255, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.calc-help__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.calc-help__telegram {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 100%);
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-align: center;
  transition: filter 0.25s ease;
}
.calc-help__telegram::before {
  content: "";
  flex: 0 0 24px;
  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 fill-rule='evenodd' clip-rule='evenodd' d='M2.15262 11.3184C7.78976 8.91929 11.5487 7.33767 13.4295 6.5735C18.7996 4.39166 19.9155 4.01265 20.6428 4.00013C20.8028 3.99738 21.1604 4.03611 21.3921 4.21974C21.5877 4.3748 21.6416 4.58426 21.6673 4.73128C21.6931 4.87829 21.7251 5.21319 21.6996 5.47487C21.4086 8.46165 20.1495 15.7098 19.5089 19.055C19.2378 20.4705 18.7041 20.9451 18.1874 20.9916C17.0644 21.0925 16.2117 20.2666 15.1241 19.5702C13.4222 18.4805 12.4607 17.8021 10.8087 16.7387C8.89954 15.5097 10.1372 14.8342 11.2252 13.7304C11.5099 13.4415 16.4576 9.04546 16.5534 8.64668C16.5654 8.5968 16.5765 8.41089 16.4634 8.31272C16.3504 8.21456 16.1835 8.24813 16.0631 8.27482C15.8924 8.31267 13.1735 10.0681 7.90659 13.541C7.13486 14.0587 6.43586 14.3109 5.80957 14.2976C5.11914 14.2831 3.79102 13.9163 2.80371 13.6028C1.59273 13.2183 0.630263 13.015 0.714072 12.362C0.757725 12.0218 1.23724 11.674 2.15262 11.3184Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.calc-help__telegram:hover {
  filter: brightness(1.08);
}
.calc-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.calc-person__avatar {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calc-person__avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.calc-person__avatar:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39d98a;
  border: 1px solid #1b1b1b;
}
.calc-person__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.calc-person__name {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.calc-person__role {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.calc-page__content--center {
  max-width: 736px;
  margin: 0 auto;
}
.calc-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.calc-details__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calc-details__group-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 22px;
}
.calc-details__num, .calc-details__title {
  margin: 0;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.calc-details__title sup {
  font-size: 11px;
  line-height: 1;
  vertical-align: super;
}
.calc-details__grid {
  display: grid;
  gap: 8px;
}
.calc-details__grid--works {
  grid-template-columns: repeat(3, 1fr);
}
.calc-details__grid--coatings {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.calc-pick-card {
  position: relative;
  min-width: 0;
}
.calc-pick-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.calc-pick-card__box {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.calc-pick-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 141/72;
  background-color: #d7d7d7;
  overflow: hidden;
}
.calc-pick-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calc-pick-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 10px 8px;
  color: #000;
  text-align: center;
  font-family: "DINish Expanded";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  background: #fff;
}
.calc-pick-card__mark {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  background: rgba(245, 245, 245, 0.5);
  z-index: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.calc-pick-card__mark::before {
  content: "";
  position: absolute;
  inset: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33301 8.6665L5.99967 11.3332L12.6663 4.6665' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
input:checked + .calc-pick-card__box {
  border-color: #f9b71b;
  background: #f9b71b;
}
input:checked + .calc-pick-card__box .calc-pick-card__mark {
  border-color: #f9b71b;
  background: #f9b71b;
}
input:checked + .calc-pick-card__box .calc-pick-card__mark::before {
  opacity: 1;
}
input:checked + .calc-pick-card__box .calc-pick-card__label {
  background: #f9b71b;
}
input:focus-visible + .calc-pick-card__box {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.calc-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
}
.calc-chip {
  position: relative;
}
.calc-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.calc-chip__box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-family: "DINish Expanded";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.calc-chip__box.is-check:before {
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' fill='%23F5F5F5' fill-opacity='0.5'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23D0D0D0'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  border: 0;
}
.calc-chip__box::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  background: rgba(245, 245, 245, 0.5);
  flex-shrink: 0;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.calc-chip sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: super;
}
input:checked + .calc-chip__box {
  border-color: #f9b71b;
  background: #f9b71b;
}
input:checked + .calc-chip__box.is-check {
  border-color: rgba(0, 0, 0, 0.16);
  background: #fff;
}
input:checked + .calc-chip__box.is-check:before {
  border: 0;
  box-shadow: none;
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' fill='%23F9B71B'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23F9B71B'/%3E%3Cpath d='M5.33398 10.6665L8.00065 13.3332L14.6673 6.6665' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
input:checked + .calc-chip__box::before {
  border-color: #000;
  background: #fff;
  box-shadow: inset 0 0 0 6px #000;
}
input:focus-visible + .calc-chip__box {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.calc-photo-card {
  position: relative;
  min-width: 0;
}
.calc-photo-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.calc-photo-card__box {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.calc-photo-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 141/90;
  background: #d2d2d2;
  overflow: hidden;
}
.calc-photo-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calc-photo-card__media::before, .calc-photo-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
}
.calc-photo-card__mark {
  position: absolute;
  top: 8px;
  right: 8px;
  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%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' fill='%23F5F5F5' fill-opacity='0.5'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' stroke='%23D0D0D0'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.calc-photo-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 10px 8px;
  color: #000;
  text-align: center;
  font-family: "DINish Expanded";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  background: #fff;
}
input:checked + .calc-photo-card__box {
  border-color: #f9b71b;
  background: #f9b71b;
}
input:checked + .calc-photo-card__box .calc-photo-card__mark {
  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%3Crect x='3' y='3' width='14' height='14' rx='7' fill='black'/%3E%3Crect x='3' y='3' width='14' height='14' rx='7' stroke='%23F9B71B' stroke-width='6'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
input:checked + .calc-photo-card__box .calc-photo-card__label {
  background: #f9b71b;
}
input:focus-visible + .calc-photo-card__box {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (max-width: 1439px) {
  .calc-page__title {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .calc-page {
    padding-top: 64px;
  }
  .calc-page__lines {
    top: 80px;
    right: -320px;
    width: 620px;
    height: 620px;
    opacity: 0.14;
  }
  .calc-page__head {
    margin-bottom: 24px;
  }
  .calc-page__title {
    font-size: 44px;
    margin-bottom: 12px;
  }
  .calc-page__description {
    font-size: 14px;
    line-height: 1.43;
  }
  .calc-page__content {
    max-width: 100%;
  }
  .calc-form--details .calc-form__step-head--details .calc-form__step-num,
  .calc-form--details .calc-form__step-head--details .calc-form__step-title {
    font-size: 26px;
  }
  .calc-progress__top {
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
  }
  .calc-progress__benefit {
    order: 3;
    grid-column: 1/-1;
    justify-self: start;
    text-align: left;
  }
  .calc-progress__counter {
    justify-self: end;
  }
  .calc-details__grid--coatings {
    grid-template-columns: 1fr;
  }
  .calc-chip-list {
    gap: 6px;
  }
  .calc-chip__box {
    min-height: 30px;
  }
}
@media (max-width: 767px) {
  .calc-page {
    padding: 60px 0 40px;
  }
  .calc-page__breadcrumbs {
    margin-bottom: 14px;
  }
  .calc-page__head {
    margin-bottom: 18px;
  }
  .calc-page__title {
    font-size: 32px;
  }
  .calc-page__description {
    font-size: 13px;
    line-height: 1.4;
  }
  .calc-breadcrumbs {
    gap: 6px;
    font-size: 10px;
    letter-spacing: 0.36px;
  }
  .calc-form__step {
    padding: 16px 12px 12px;
  }
  .calc-form__step-head {
    margin-bottom: 14px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .calc-form__step-num, .calc-form__step-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .calc-form__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .calc-form__actions {
    margin-top: 16px;
  }
  .calc-form__actions--between {
    flex-direction: column-reverse;
  }
  .calc-form__btn {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .calc-form__btn--secondary {
    min-width: 0;
  }
  .calc-form__result {
    padding: 22px 12px 18px;
  }
  .calc-form__result-title {
    font-size: 24px;
  }
  .calc-progress {
    padding: 12px 12px 9px;
  }
  .calc-progress__top {
    gap: 6px;
  }
  .calc-progress__percent, .calc-progress__benefit, .calc-progress__counter {
    font-size: 11px;
  }
  .calc-field {
    gap: 6px;
  }
  .calc-field__control {
    height: 44px;
    font-size: 14px;
  }
  .calc-field__control::placeholder {
    font-size: 14px;
  }
  .calc-field__control--textarea {
    min-height: 100px;
    height: 100px;
  }
  .calc-help {
    padding: 18px 12px;
    gap: 16px;
  }
  .calc-help__title {
    font-size: 18px;
    line-height: 1.25;
  }
  .calc-help__telegram {
    min-height: 48px;
    font-size: 14px;
    line-height: 1.33;
    letter-spacing: 0.48px;
    padding: 10px 12px;
  }
  .calc-help__telegram::before {
    flex-basis: 20px;
    background-size: 20px 20px;
  }
  .calc-person__name {
    font-size: 16px;
  }
  .calc-person__role {
    font-size: 14px;
  }
  .calc-form--details .calc-form__step--details {
    padding: 14px 12px 12px;
  }
  .calc-form--details .calc-form__step-head--details {
    gap: 8px;
    margin-bottom: 4px;
  }
  .calc-form--details .calc-form__step-head--details .calc-form__step-num,
  .calc-form--details .calc-form__step-head--details .calc-form__step-title {
    font-size: 20px;
    line-height: 1.1;
  }
  .calc-form--details .calc-form__subtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .calc-form--details .calc-form__btn {
    min-height: 48px;
    font-size: 14px;
  }
  .calc-details {
    gap: 12px;
  }
  .calc-details__group {
    gap: 6px;
  }
  .calc-details__group-head {
    gap: 8px;
    align-items: baseline;
  }
  .calc-details__num, .calc-details__title {
    font-size: 16px;
    line-height: 1.2;
  }
  .calc-details__num {
    font-size: 15px;
  }
  .calc-details__grid--works, .calc-details__grid--coatings {
    grid-template-columns: 1fr;
  }
  .calc-pick-card__media {
    aspect-ratio: 16/9;
  }
  .calc-pick-card__label {
    min-height: 34px;
    font-size: 13px;
  }
  .calc-chip-list {
    gap: 4px;
  }
  .calc-chip {
    width: 100%;
  }
  .calc-chip__box {
    width: 100%;
    min-height: 34px;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 1.15;
    white-space: normal;
  }
  .calc-photo-card__label {
    min-height: 34px;
    font-size: 13px;
  }
}
.calc-page--step-3 .calc-details__grid--materials {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}
.calc-page--step-3 .calc-details__grid--materials .calc-pick-card__media {
  aspect-ratio: 104/58;
}
.calc-page--step-3 .calc-details__grid--materials .calc-pick-card__label {
  min-height: 42px;
  padding: 7px 6px;
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}
.calc-page--step-3 .calc-details__grid--materials .calc-pick-card__mark {
  top: 6px;
  right: 6px;
}
.calc-page--step-3 .calc-details__group:last-child .calc-form__subtitle {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  line-height: 1.45;
}

.calc-upload {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.calc-upload__label {
  display: block;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.calc-upload__dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 94px;
  padding: 14px 16px;
  border: 1px dashed #bababa;
  border-radius: 6px;
  background: #f5f5f5;
  text-align: center;
  cursor: pointer;
}
.calc-upload__dropzone.is-target {
  border-color: #f9b71b;
  background: #fff8df;
}
.calc-upload__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.calc-upload__icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath d='M14.9993 25.4999V14.9999M14.9993 14.9999L10.4993 19.4999M14.9993 14.9999L19.4993 19.4999M4.49931 19.4999C0.749133 15.7499 0.774976 9.3621 7.49923 5.9999C13.4992 2.99987 18.7494 5.99989 20.2493 11.2499C21.9993 10.9999 26.1422 10.4999 27.7494 14.2499C29.3565 17.9999 27.7494 21.7499 24.7493 22.4999' stroke='%23F39A0D' 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;
}
.calc-upload__text {
  color: #000;
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.calc-upload__hint {
  color: rgba(0, 0, 0, 0.5);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.calc-upload__files {
  display: flex;
  flex-direction: column;
}

.calc-file-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.calc-file-item:last-child {
  border-bottom: 0;
}
.calc-file-item__icon {
  width: 12px;
  height: 14px;
  margin-top: 2px;
  position: relative;
  flex-shrink: 0;
  background: #f9b71b;
  clip-path: polygon(0 0, 78% 0, 100% 22%, 100% 100%, 0 100%);
}
.calc-file-item__icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.calc-file-item__content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
}
.calc-file-item__name {
  color: #000;
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.calc-file-item__meta {
  color: rgba(0, 0, 0, 0.5);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.calc-file-item__remove {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  opacity: 0.6;
}
.calc-file-item__remove::before, .calc-file-item__remove::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #7f7f7f;
  transform-origin: center;
}
.calc-file-item__remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.calc-file-item__remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.calc-file-item__remove:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (max-width: 1023px) {
  .calc-page--step-3 .calc-details__grid--materials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .calc-page--step-3 .calc-details__grid--materials .calc-pick-card__media {
    aspect-ratio: 16/9;
  }
  .calc-page--step-3 .calc-details__grid--materials .calc-pick-card__label {
    min-height: 34px;
    font-size: 13px;
    line-height: 1.2;
  }
  .calc-page--step-3 .calc-details__group:last-child .calc-form__subtitle {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  .calc-upload__dropzone {
    min-height: 88px;
    padding: 12px;
  }
  .calc-upload__text {
    font-size: 12px;
    line-height: 18px;
  }
  .calc-upload__hint {
    font-size: 11px;
    line-height: 14px;
  }
  .calc-page--step-3 .calc-details__grid--materials {
    grid-template-columns: repeat(2, 1fr);
  }
}
.calc-page--done {
  padding: 68px 0 40px;
}
.calc-page--done .calc-page__lines {
  top: -16px;
  right: -150px;
  width: 780px;
  height: 780px;
  opacity: 0.22;
}
.calc-page--done .calc-page__content {
  max-width: 736px;
}

.calc-done {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 63px;
}
.calc-done__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f9b71b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.calc-done__icon::before {
  content: "";
  width: 36px;
  height: 36px;
  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.16699 10.4167L8.33366 14.5834L15.8337 6.66669' stroke='black' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.calc-done__title {
  margin: 0 0 14px;
  max-width: 626px;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.calc-done__text {
  margin: 0 0 36px;
  max-width: 626px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.calc-done__card {
  width: 100%;
  padding: 24px;
  background: #404040;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calc-done__card-title {
  margin: 0 0 8px;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.calc-done__card-text {
  margin: 0 0 24px;
  max-width: 626px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.calc-done__person {
  gap: 16px;
}
.calc-done__person .calc-person__avatar {
  width: 50px;
  height: 50px;
}
.calc-done__person .calc-person__avatar img {
  width: 50px;
  height: 50px;
}
.calc-done__person .calc-person__avatar:after {
  right: 2px;
  bottom: 2px;
  width: 10px;
  height: 10px;
}
.calc-done__person .calc-person__text {
  gap: 2px;
}
.calc-done__person .calc-person__name {
  font-size: 20px;
  line-height: 1.1;
}
.calc-done__person .calc-person__role {
  font-size: 14px;
  line-height: 1.2;
}
.calc-done__actions {
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.calc-done__action {
  min-height: 56px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  text-align: center;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, filter 0.25s ease;
}
.calc-done__action--portfolio {
  background: #fff;
}
.calc-done__action--portfolio:hover {
  background: #f2f2f2;
}
.calc-done__action--telegram {
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.258%);
  color: #fff;
}
.calc-done__action--telegram::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 fill-rule='evenodd' clip-rule='evenodd' d='M2.15262 11.3184C7.78976 8.91929 11.5487 7.33767 13.4295 6.5735C18.7996 4.39166 19.9155 4.01265 20.6428 4.00013C20.8028 3.99738 21.1604 4.03611 21.3921 4.21974C21.5877 4.3748 21.6416 4.58426 21.6673 4.73128C21.6931 4.87829 21.7251 5.21319 21.6996 5.47487C21.4086 8.46165 20.1495 15.7098 19.5089 19.055C19.2378 20.4705 18.7041 20.9451 18.1874 20.9916C17.0644 21.0925 16.2117 20.2666 15.1241 19.5702C13.4222 18.4805 12.4607 17.8021 10.8087 16.7387C8.89954 15.5097 10.1372 14.8342 11.2252 13.7304C11.5099 13.4415 16.4576 9.04546 16.5534 8.64668C16.5654 8.5968 16.5765 8.41089 16.4634 8.31272C16.3504 8.21456 16.1835 8.24813 16.0631 8.27482C15.8924 8.31267 13.1735 10.0681 7.90659 13.541C7.13486 14.0587 6.43586 14.3109 5.80957 14.2976C5.11914 14.2831 3.79102 13.9163 2.80371 13.6028C1.59273 13.2183 0.630263 13.015 0.714072 12.362C0.757725 12.0218 1.23724 11.674 2.15262 11.3184Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.calc-done__action--telegram:hover {
  filter: brightness(1.06);
}

@media (max-width: 1439px) {
  .calc-done__title {
    font-size: 56px;
  }
  .calc-done__card-title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .calc-page--done {
    padding-bottom: 32px;
  }
  .calc-page--done .calc-page__lines {
    right: -220px;
    width: 700px;
    height: 700px;
    opacity: 0.18;
  }
  .calc-done {
    padding-top: 26px;
  }
  .calc-done__title {
    font-size: 42px;
  }
  .calc-done__text {
    margin-bottom: 22px;
    font-size: 14px;
  }
  .calc-done__card {
    padding: 18px 16px 16px;
  }
  .calc-done__card-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .calc-done__card-text {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .calc-done__person {
    gap: 12px;
  }
  .calc-done__person .calc-person__avatar {
    width: 42px;
    height: 42px;
  }
  .calc-done__person .calc-person__avatar img {
    width: 42px;
    height: 42px;
  }
  .calc-done__person .calc-person__avatar:after {
    width: 9px;
    height: 9px;
  }
  .calc-done__person .calc-person__name {
    font-size: 18px;
  }
  .calc-done__person .calc-person__role {
    font-size: 13px;
  }
  .calc-done__actions {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }
  .calc-done__action {
    min-height: 58px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
@media (max-width: 767px) {
  .calc-page--done {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .calc-page--done .calc-page__lines {
    top: 12px;
    right: -250px;
    width: 560px;
    height: 560px;
    opacity: 0.14;
  }
  .calc-done {
    padding-top: 14px;
  }
  .calc-done__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }
  .calc-done__icon::before {
    background-size: 24px 24px;
  }
  .calc-done__title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 0.95;
  }
  .calc-done__text {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.4;
  }
  .calc-done__card {
    padding: 14px 12px 12px;
  }
  .calc-done__card-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.12;
  }
  .calc-done__card-text {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.35;
  }
  .calc-done__person {
    gap: 8px;
  }
  .calc-done__person .calc-person__avatar {
    width: 36px;
    height: 36px;
  }
  .calc-done__person .calc-person__avatar img {
    width: 36px;
    height: 36px;
  }
  .calc-done__person .calc-person__avatar:after {
    width: 7px;
    height: 7px;
  }
  .calc-done__person .calc-person__name {
    font-size: 14px;
    line-height: 1.1;
  }
  .calc-done__person .calc-person__role {
    font-size: 12px;
  }
  .calc-done__actions {
    gap: 6px;
  }
  .calc-done__action {
    min-height: 50px;
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: 0.44px;
  }
  .calc-done__action--telegram::before {
    flex-basis: 16px;
    background-size: 16px 16px;
  }
}
.container {
  max-width: 1560px;
}

.catalog {
  padding-bottom: 60px;
  padding-top: 80px;
}
.catalog__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.catalog__bg img {
  position: sticky;
  top: 0;
  right: 0;
  max-width: 100%;
  z-index: -2;
  transform: translateY(-68px);
  right: 0;
}
.catalog__head {
  margin: 24px 0;
  position: relative;
  padding: 0 56px;
}
.catalog__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.catalog__grid {
  display: flex;
  gap: 78px;
}
.catalog-filter {
  width: 294px;
  flex: 0 0 294px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.catalog-filter__groups {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.catalog-filter__group {
  display: flex;
  flex-direction: column;
}
.catalog-filter__group.is-mob {
  display: none;
}
.catalog-filter__group-head {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-filter__group-head span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.catalog-filter__group-head.is-active::after {
  transform: rotate(0);
}
.catalog-filter__group-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='M6 15L12 9L18 15' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.catalog-filter__group-hidden {
  padding-top: 16px;
}
.catalog-filter__radios {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.catalog-filter__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.catalog-filter__more {
  transition: 0.3s;
  opacity: 0.6;
  cursor: pointer;
  display: none;
}
.catalog-filter__more.is-active {
  display: block;
}
.catalog-filter__more:hover {
  opacity: 1;
}
.catalog-filter__more .hover-text-animation__wrapper {
  padding: 0;
}
.catalog-filter__more span {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.catalog-filter__more span::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='M6 9L12 15L18 9' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.catalog-filter__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-filter__submit, .catalog-filter__clear {
  text-align: center;
  width: 100%;
  height: 44px;
  transition: 0.3s;
  align-content: center;
  cursor: pointer;
}
.catalog-filter__submit .hover-text-animation__wrapper, .catalog-filter__clear .hover-text-animation__wrapper {
  padding: 0;
}
.catalog-filter__submit span, .catalog-filter__clear span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}
.catalog-filter__submit {
  background: rgb(249, 183, 27);
}
.catalog-filter__submit:hover {
  background: rgb(243, 154, 13);
}
.catalog-filter__submit span {
  color: rgb(0, 0, 0);
}
.catalog-filter__clear {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgb(255, 255, 255);
}
.catalog-filter__clear span {
  color: rgb(255, 255, 255);
}
.catalog-filter__clear:hover {
  background: rgb(255, 255, 255);
}
.catalog-filter__clear:hover span {
  color: rgb(0, 0, 0);
}
.catalog__main {
  flex: 1 1 auto;
}
.catalog__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 24px;
  margin-bottom: 40px;
}
.catalog__cards .image-slider {
  padding-bottom: 93%;
}
.catalog__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 3;
  position: relative;
}
.catalog__total {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.catalog__sort {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.catalog__sort-item {
  padding: 6px 10px;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.catalog__sort-item:hover span, .catalog__sort-item.is-active span {
  opacity: 1;
}
.catalog__sort-item span {
  opacity: 0.6;
  white-space: nowrap;
}
.catalog__sort-wrapper {
  position: relative;
}
.catalog__sort-body {
  position: absolute;
  top: calc(100% + 20px);
  background: black;
  left: 0;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.catalog__sort-body.is-active {
  opacity: 1;
  visibility: visible;
}
.catalog__sort-head:hover .hover-text-animation__wrapper, .catalog__sort-head.is-active .hover-text-animation__wrapper {
  opacity: 1;
}
.catalog__sort-head span::before, .catalog__sort-head span::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.catalog__sort-head span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16V4M7 4L3 8M7 4L11 8M17 8V20M17 20L21 16M17 20L13 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.catalog__sort-head span::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='M6 9L12 15L18 9' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.catalog__sort-head .hover-text-animation__wrapper {
  opacity: 0.6;
  transition: 0.3s;
}
.catalog__sort span {
  display: flex;
  gap: 8px;
  position: relative;
  align-items: center;
}

.primary-tab {
  border: 1px solid rgb(255, 255, 255);
  height: 36px;
  padding: 0 14px;
  align-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.primary-tab .hover-text-animation__wrapper {
  padding: 0;
}
.primary-tab:hover {
  background: rgb(255, 255, 255);
}
.primary-tab:hover span {
  color: rgb(0, 0, 0);
}
.primary-tab:has(input:checked) {
  background: rgb(255, 255, 255);
}
.primary-tab:has(input:checked) span {
  color: rgb(0, 0, 0);
}
.primary-tab span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.primary-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.primary-checkbox span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.primary-checkbox: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 x='0.5' y='0.5' width='19' height='19' rx='1.5' fill='%23F9B71B'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23F9B71B'/%3E%3Cpath d='M5.3335 10.6665L8.00016 13.3332L14.6668 6.6665' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.primary-checkbox:not(: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%3Crect width='20' height='20' rx='2' fill='white' fill-opacity='0.3'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='white' stroke-opacity='0.3'/%3E%3C/svg%3E%0A");
}
.primary-checkbox::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 width='20' height='20' rx='2' fill='white' fill-opacity='0.2'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='white' stroke-opacity='0.2'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}
.primary-range__item {
  position: relative;
  width: 100%;
}
.primary-range__clear {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 2;
  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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
}
.primary-range__outputs {
  display: flex;
  margin-bottom: 24px;
}
.primary-range__outputs input {
  height: 44px;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: transparent;
  box-shadow: none;
  outline: none;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px 0 16px;
  align-content: center;
  width: 100%;
}
.primary-range__outputs input:hover {
  background: rgba(255, 255, 255, 0.1);
}

.irs-handle {
  width: 20px !important;
  height: 20px !important;
  background-color: white !important;
  border: 5px solid rgb(249, 183, 27) !important;
  cursor: pointer;
}

.irs--round .irs-line {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 3px !important;
}

.irs-bar {
  background-color: rgb(249, 183, 27) !important;
  height: 3px !important;
}

.irs--round .irs-bar,
.irs--round .irs-line {
  top: 0;
}

.irs--round .irs-handle {
  top: -10px;
}

.irs--round {
  height: 3px;
}

.individual {
  margin-bottom: 40px;
  min-height: 647px;
  z-index: 1;
}
.individual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.individual__bg::before {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.4) 17.31%, rgba(0, 0, 0, 0.4) 72.12%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.individual__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.individual__body {
  min-height: 674px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.individual__imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.individual__img {
  width: 74px;
  height: 74px;
  max-width: 100%;
  max-height: 100%;
}
.individual__img:not(:first-child) {
  margin-left: -10px;
}
.individual__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 17px;
}
.individual__text {
  max-width: 483px;
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 24px;
}
.individual__btn {
  text-align: center;
  height: 44px;
  transition: 0.3s;
  align-content: center;
  cursor: pointer;
  background: rgb(249, 183, 27);
  padding: 0 24px;
}
.individual__btn .hover-text-animation__wrapper {
  padding: 0;
}
.individual__btn:hover {
  background: rgb(243, 154, 13);
}
.individual__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.seo {
  padding-top: 60px;
  padding-bottom: 100px;
}
.seo__container {
  max-width: 750px;
}
.seo h2 {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 116%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 17px;
}
.seo h3 {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 17px;
}
.seo p {
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 17px;
}
.seo p:last-child {
  margin-bottom: 0;
}

.catalog__cards .image-slider {
  min-height: 220px;
}

.catalog__filt {
  margin-left: auto;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
  display: none;
}
.catalog__filt:hover {
  opacity: 1;
}
.catalog__filt span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.catalog__filt span::before {
  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 6V4M12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10M12 6C13.1046 6 14 6.89543 14 8C14 9.10457 13.1046 10 12 10M6 18C7.10457 18 8 17.1046 8 16C8 14.8954 7.10457 14 6 14M6 18C4.89543 18 4 17.1046 4 16C4 14.8954 4.89543 14 6 14M6 18V20M6 14V4M12 10V20M18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14M18 18C16.8954 18 16 17.1046 16 16C16 14.8954 16.8954 14 18 14M18 18V20M18 14V4' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.catalog-filter__mob {
  display: none;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.catalog-filter__mob span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.catalog-filter__close {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-100' y='-100' width='237' height='237'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(50px);clip-path:url(%23bgblur_0_493_29271_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='100'%3E%3Crect x='0.5' y='0.5' width='36' height='36' fill='white' fill-opacity='0.01'/%3E%3Crect x='0.5' y='0.5' width='36' height='36' stroke='white'/%3E%3Cg clip-path='url(%23clip1_493_29271)'%3E%3Cpath d='M12.5 24.5L24.5 12.5M12.5 12.5L24.5 24.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_493_29271_clip_path' transform='translate(100 100)'%3E%3Crect x='0.5' y='0.5' width='36' height='36'/%3E%3C/clipPath%3E%3CclipPath id='clip1_493_29271'%3E%3Crect width='24' height='24' fill='white' transform='translate(6.5 6.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (max-width: 1199px) {
  .catalog__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .catalog__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .image-slider__pagination {
    display: none !important;
  }
  .catalog__head {
    padding: 0;
  }
  .catalog__head .previous {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog__grid {
    flex-direction: column;
  }
  .catalog__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-filter__group.is-mob {
    display: flex;
    margin: 0 -12px;
    width: calc(100% + 24px);
    overflow: auto;
  }
  .catalog-filter__group.is-mob .primary-tab span {
    white-space: nowrap;
  }
  .catalog-filter__group.is-mob .catalog-filter__radios {
    flex-wrap: nowrap;
    padding-left: 12px;
  }
  .image-slider__pagination {
    font-size: 36px;
  }
  .catalog-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 9999;
    padding: 20px 0;
    overflow: hidden;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .catalog-filter.is-active {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .catalog__title {
    font-size: 36px;
  }
  .catalog__main .catalog-filter__group-hidden {
    padding-top: 0;
  }
  .catalog__total span {
    display: none;
  }
  .catalog__sort-wrapper {
    order: -1;
  }
  .catalog__panel {
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 0;
  }
  .catalog__sort span::after {
    display: none;
  }
  .catalog__sort span {
    font-size: 0;
    gap: 0;
  }
  .catalog__filt {
    display: block;
  }
  .product-same__card-oldprice span,
  .product-same__card-newprice span {
    font-size: 16px;
  }
  .product-same__card-newprice img {
    top: -1px;
    left: -8px;
    max-width: calc(100% + 8px);
    max-height: calc(100% + 5px);
  }
  .individual__body {
    padding: 50px 0;
    min-height: auto;
  }
  .individual {
    min-height: auto;
  }
  .individual__title {
    font-size: 32px;
  }
  .individual__text {
    font-size: 14px;
  }
  .seo {
    padding: 40px 0;
  }
  .seo h2,
  .seo h3 {
    font-size: 28px;
  }
  .seo p {
    font-size: 14px;
  }
  .catalog-filter__mob {
    display: flex;
  }
  .catalog-filter__btns {
    flex-direction: row;
    padding: 0 20px;
  }
  .catalog-filter__groups {
    flex: 1 1 auto;
    overflow: auto;
    max-height: 100%;
    padding: 20px 20px 0;
  }
  .catalog__sort-body {
    top: calc(100% + 12px);
  }
  .page__main:has(.catalog-filter.is-active) {
    position: relative;
    z-index: 10;
  }
}
.contacts {
  padding: 80px 0 60px;
}
.contacts__breadcrumbs {
  margin-bottom: 12px;
}
.contacts__head {
  padding: 24px 0;
}
.contacts__title {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.contacts__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 44px;
  padding: 20px 0 0;
}
.contacts__map {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
}
.contacts__map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 21.15%, #000 100%);
  pointer-events: none;
  z-index: 1;
}
.contacts-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  z-index: 1;
}
.contacts__info {
  width: 469px;
  flex: 0 0 469px;
}

.map__marker {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E %3Cg clip-path='url(%23clip0_287_7440)'%3E %3Cpath d='M8.03027 6.22949C13.5367 0.7231 22.4643 0.723099 27.9707 6.22949C33.477 11.7359 33.4771 20.6636 27.9707 26.1699L19.0615 35.0791L18 36.1396L8.03027 26.1699C2.52388 20.6635 2.52388 11.7359 8.03027 6.22949ZM18 14.0996C16.8405 14.0998 15.9006 15.0397 15.9004 16.1992C15.9004 17.3589 16.8404 18.2996 18 18.2998C19.1598 18.2998 20.1006 17.359 20.1006 16.1992C20.1004 15.0396 19.1597 14.0996 18 14.0996Z' fill='%23F39A0D' stroke='white' stroke-width='3'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_287_7440'%3E %3Crect width='36' height='36' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contacts-info__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.contacts-info__label {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.contacts-info__phones {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.contacts-info__value {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contacts-info__value:hover {
  color: #f9b71b;
}
.contacts-info__social {
  gap: 10px;
}

@media (max-width: 1439px) {
  .contacts__title {
    font-size: 56px;
  }
  .contacts__content {
    gap: 28px;
  }
  .contacts__map {
    min-height: 500px;
  }
  .contacts__info {
    width: 420px;
    flex-basis: 420px;
  }
  .contacts-info__value {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .contacts {
    padding: 72px 0 50px;
  }
  .contacts__head {
    padding: 18px 0;
  }
  .contacts__title {
    font-size: 42px;
  }
  .contacts__content {
    flex-direction: column;
    gap: 30px;
    padding-top: 12px;
  }
  .contacts__map {
    width: 100%;
    min-height: 420px;
  }
  .contacts__info {
    width: 100%;
    flex-basis: auto;
  }
  .contacts-info {
    gap: 26px;
  }
  .contacts-info__value {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 62px 0 40px;
  }
  .contacts__breadcrumbs {
    margin-bottom: 10px;
  }
  .contacts__head {
    padding: 14px 0;
  }
  .contacts__title {
    font-size: 36px;
    line-height: 0.95;
  }
  .contacts__map {
    min-height: 280px;
  }
  .contacts-info {
    gap: 20px;
  }
  .contacts-info__label {
    font-size: 14px;
  }
  .contacts-info__value {
    font-size: 24px;
    line-height: 1.15;
    white-space: normal;
  }
}
.footer {
  background: #000;
}
.footer__head {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: flex-start;
  gap: 12px;
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-head__col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-head__col.is-brand {
  align-items: flex-start;
}
.footer-head__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f9b71b;
}
.footer-head__logo img {
  display: block;
  object-fit: contain;
}
.footer-head__phrase {
  color: #fff;
  text-align: center;
  font-family: "UKIJ Moy Qelem";
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.footer-head__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.footer-head__caption {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.footer-head__phones {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-head__value {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-head__value:hover {
  color: #f9b71b;
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.footer-social__title {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.footer-social__list {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
.footer-social__link {
  width: 46px;
  height: 48px;
  border-radius: 2px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.footer-social__link.is-tg: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 fill-rule='evenodd' clip-rule='evenodd' d='M2.15262 11.3184C7.78976 8.91929 11.5487 7.33767 13.4295 6.5735C18.7996 4.39166 19.9155 4.01265 20.6428 4.00013C20.8028 3.99738 21.1604 4.03611 21.3921 4.21974C21.5877 4.3748 21.6416 4.58426 21.6673 4.73128C21.6931 4.87829 21.7251 5.21319 21.6996 5.47487C21.4086 8.46165 20.1495 15.7098 19.5089 19.055C19.2378 20.4705 18.7041 20.9451 18.1874 20.9916C17.0644 21.0925 16.2117 20.2666 15.1241 19.5702C13.4222 18.4805 12.4607 17.8021 10.8087 16.7387C8.89954 15.5097 10.1372 14.8342 11.2252 13.7304C11.5099 13.4415 16.4576 9.04546 16.5534 8.64668C16.5654 8.5968 16.5765 8.41089 16.4634 8.31272C16.3504 8.21456 16.1835 8.24813 16.0631 8.27482C15.8924 8.31267 13.1735 10.0681 7.90659 13.541C7.13486 14.0587 6.43586 14.3109 5.80957 14.2976C5.11914 14.2831 3.79102 13.9163 2.80371 13.6028C1.59273 13.2183 0.630263 13.015 0.714072 12.362C0.757725 12.0218 1.23724 11.674 2.15262 11.3184Z' fill='black'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.footer-social__link.is-tg:hover {
  background: #2aabee;
}
.footer-social__link.is-tg:hover:after {
  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 fill-rule='evenodd' clip-rule='evenodd' d='M2.15262 11.3184C7.78976 8.91929 11.5487 7.33767 13.4295 6.5735C18.7996 4.39166 19.9155 4.01265 20.6428 4.00013C20.8028 3.99738 21.1604 4.03611 21.3921 4.21974C21.5877 4.3748 21.6416 4.58426 21.6673 4.73128C21.6931 4.87829 21.7251 5.21319 21.6996 5.47487C21.4086 8.46165 20.1495 15.7098 19.5089 19.055C19.2378 20.4705 18.7041 20.9451 18.1874 20.9916C17.0644 21.0925 16.2117 20.2666 15.1241 19.5702C13.4222 18.4805 12.4607 17.8021 10.8087 16.7387C8.89954 15.5097 10.1372 14.8342 11.2252 13.7304C11.5099 13.4415 16.4576 9.04546 16.5534 8.64668C16.5654 8.5968 16.5765 8.41089 16.4634 8.31272C16.3504 8.21456 16.1835 8.24813 16.0631 8.27482C15.8924 8.31267 13.1735 10.0681 7.90659 13.541C7.13486 14.0587 6.43586 14.3109 5.80957 14.2976C5.11914 14.2831 3.79102 13.9163 2.80371 13.6028C1.59273 13.2183 0.630263 13.015 0.714072 12.362C0.757725 12.0218 1.23724 11.674 2.15262 11.3184Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-social__link.is-wa: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='M12.0439 1.71387C14.7847 1.71387 17.3587 2.77511 19.2891 4.70117C21.2243 6.6272 22.29 9.18832 22.2852 11.9111C22.2852 17.5329 17.6877 22.1035 12.0391 22.1035H12.0342C10.3202 22.1034 8.63562 21.6736 7.1377 20.8623L1.71484 22.2842L3.16895 17.0049C2.2701 15.4552 1.7988 13.7003 1.80371 11.9062C1.80378 6.2847 6.40051 1.71413 12.0439 1.71387ZM8.41895 7.19824C8.24705 7.19824 7.97208 7.26247 7.73633 7.5166C7.50058 7.77078 6.84193 8.38648 6.8418 9.64258C6.8418 10.894 7.76096 12.1072 7.88867 12.2783C8.01918 12.454 9.66394 15.1043 12.2598 16.125C14.421 16.9756 14.8635 16.8047 15.3301 16.7607C15.7969 16.7165 16.8425 16.1441 17.0586 15.5479C17.2697 14.9517 17.2699 14.4436 17.2061 14.3359C17.1422 14.2284 16.9702 14.1651 16.7148 14.0381C16.4594 13.911 15.2016 13.295 14.9658 13.207C14.7302 13.124 14.5585 13.0799 14.3916 13.334C14.2196 13.5882 13.7284 14.16 13.5811 14.3311C13.4338 14.5021 13.2816 14.5215 13.0264 14.3945C12.771 14.2674 11.9452 13.999 10.9678 13.1289C10.2064 12.4543 9.6913 11.6175 9.54395 11.3633C9.39681 11.1093 9.52864 10.9727 9.65625 10.8457C9.76922 10.7333 9.91233 10.547 10.04 10.4004C10.1675 10.254 10.2116 10.1464 10.2949 9.97559C10.3784 9.80449 10.3392 9.65737 10.2754 9.53027C10.2111 9.40691 9.7102 8.1468 9.48438 7.64355C9.2929 7.21851 9.09182 7.20802 8.91016 7.20312C8.76286 7.19824 8.59079 7.19824 8.41895 7.19824Z' fill='black'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.footer-social__link.is-wa:hover {
  background: #60d66a;
}
.footer-social__link.is-wa:hover:after {
  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='M12.0439 1.71387C14.7847 1.71387 17.3587 2.77511 19.2891 4.70117C21.2243 6.6272 22.29 9.18832 22.2852 11.9111C22.2852 17.5329 17.6877 22.1035 12.0391 22.1035H12.0342C10.3202 22.1034 8.63562 21.6736 7.1377 20.8623L1.71484 22.2842L3.16895 17.0049C2.2701 15.4552 1.7988 13.7003 1.80371 11.9062C1.80378 6.2847 6.40051 1.71413 12.0439 1.71387ZM8.41895 7.19824C8.24705 7.19824 7.97208 7.26247 7.73633 7.5166C7.50058 7.77078 6.84193 8.38648 6.8418 9.64258C6.8418 10.894 7.76096 12.1072 7.88867 12.2783C8.01918 12.454 9.66394 15.1043 12.2598 16.125C14.421 16.9756 14.8635 16.8047 15.3301 16.7607C15.7969 16.7165 16.8425 16.1441 17.0586 15.5479C17.2697 14.9517 17.2699 14.4436 17.2061 14.3359C17.1422 14.2284 16.9702 14.1651 16.7148 14.0381C16.4594 13.911 15.2016 13.295 14.9658 13.207C14.7302 13.124 14.5585 13.0799 14.3916 13.334C14.2196 13.5882 13.7284 14.16 13.5811 14.3311C13.4338 14.5021 13.2816 14.5215 13.0264 14.3945C12.771 14.2674 11.9452 13.999 10.9678 13.1289C10.2064 12.4543 9.6913 11.6175 9.54395 11.3633C9.39681 11.1093 9.52864 10.9727 9.65625 10.8457C9.76922 10.7333 9.91233 10.547 10.04 10.4004C10.1675 10.254 10.2116 10.1464 10.2949 9.97559C10.3784 9.80449 10.3392 9.65737 10.2754 9.53027C10.2111 9.40691 9.7102 8.1468 9.48438 7.64355C9.2929 7.21851 9.09182 7.20802 8.91016 7.20312C8.76286 7.19824 8.59079 7.19824 8.41895 7.19824Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-social__link.is-vk: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='M3.52583 5H0.900219C0.150045 5 0 5.34687 0 5.72936C0 6.41244 0.890142 9.80039 4.14464 14.2812C6.31429 17.3412 9.37118 19 12.1528 19C13.8218 19 14.0283 18.6316 14.0283 17.997V15.6842C14.0283 14.9474 14.1864 14.8003 14.7149 14.8003C15.1043 14.8003 15.7719 14.9916 17.3297 16.467C19.1099 18.2156 19.4034 19 20.4047 19H23.0304C23.7805 19 24.1556 18.6316 23.9392 17.9045C23.7024 17.1799 22.8525 16.1286 21.7247 14.8823C21.1127 14.1719 20.1947 13.4069 19.9165 13.0243C19.5271 12.5326 19.6384 12.314 19.9165 11.8769L19.9633 11.8118C20.3589 11.2595 23.1393 7.34334 23.4493 5.94799C23.6161 5.40154 23.4493 5 22.6553 5H20.0297C19.3621 5 19.0543 5.34687 18.8874 5.72936C18.8874 5.72936 17.5521 8.92607 15.6606 11.0025C15.0487 11.6036 14.7705 11.7949 14.4367 11.7949C14.2698 11.7949 14.0282 11.6036 14.0282 11.0572V5.94799C14.0282 5.29225 13.8345 5 13.2781 5H9.15213C8.73494 5 8.48403 5.30435 8.48403 5.59278C8.48403 6.21441 9.42974 6.35777 9.52722 8.10641V11.9042C9.52722 12.7368 9.37413 12.8878 9.04032 12.8878C8.15023 12.8878 5.98507 9.67682 4.70093 6.00261C4.44927 5.28847 4.19686 5 3.52583 5Z' fill='black'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.footer-social__link.is-vk:hover {
  background: #2787f5;
}
.footer-social__link.is-vk:hover:after {
  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='M3.52583 5H0.900219C0.150045 5 0 5.34687 0 5.72936C0 6.41244 0.890142 9.80039 4.14464 14.2812C6.31429 17.3412 9.37118 19 12.1528 19C13.8218 19 14.0283 18.6316 14.0283 17.997V15.6842C14.0283 14.9474 14.1864 14.8003 14.7149 14.8003C15.1043 14.8003 15.7719 14.9916 17.3297 16.467C19.1099 18.2156 19.4034 19 20.4047 19H23.0304C23.7805 19 24.1556 18.6316 23.9392 17.9045C23.7024 17.1799 22.8525 16.1286 21.7247 14.8823C21.1127 14.1719 20.1947 13.4069 19.9165 13.0243C19.5271 12.5326 19.6384 12.314 19.9165 11.8769L19.9633 11.8118C20.3589 11.2595 23.1393 7.34334 23.4493 5.94799C23.6161 5.40154 23.4493 5 22.6553 5H20.0297C19.3621 5 19.0543 5.34687 18.8874 5.72936C18.8874 5.72936 17.5521 8.92607 15.6606 11.0025C15.0487 11.6036 14.7705 11.7949 14.4367 11.7949C14.2698 11.7949 14.0282 11.6036 14.0282 11.0572V5.94799C14.0282 5.29225 13.8345 5 13.2781 5H9.15213C8.73494 5 8.48403 5.30435 8.48403 5.59278C8.48403 6.21441 9.42974 6.35777 9.52722 8.10641V11.9042C9.52722 12.7368 9.37413 12.8878 9.04032 12.8878C8.15023 12.8878 5.98507 9.67682 4.70093 6.00261C4.44927 5.28847 4.19686 5 3.52583 5Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-social__link.is-yt: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 %3Cg clip-path='url(%23clip0_2005_21563)'%3E %3Cpath d='M12 3.59766C12.0225 3.59766 19.5154 3.5981 21.3906 4.11133C22.4184 4.38811 23.229 5.19877 23.5059 6.22656C24.0199 8.10464 24 12.0195 24 12.0195C24 12.0486 23.9982 15.9209 23.5059 17.792C23.2291 18.8199 22.4185 19.6304 21.3906 19.9072C19.5154 20.4007 12.0225 20.4014 12 20.4014C12 20.4014 4.50723 20.4017 2.60938 19.8877C1.58149 19.6109 0.77095 18.8003 0.494141 17.7725C0.00280636 15.925 1.68883e-05 12.0454 0 12C0 12 -9.12175e-05 8.10464 0.494141 6.22656C0.770994 5.19877 1.60132 4.36857 2.60938 4.0918C4.48746 3.59757 12 3.59766 12 3.59766ZM9.6084 15.5977L15.8555 11.999L9.6084 8.40137V15.5977Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_2005_21563'%3E %3Crect width='24' height='24' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.footer-social__link.is-yt:hover {
  background: #f00;
}
.footer-social__link.is-yt:hover:after {
  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 %3Cg clip-path='url(%23clip0_2052_27100)'%3E %3Cpath d='M12 3.59766C12.0225 3.59766 19.5154 3.5981 21.3906 4.11133C22.4184 4.38811 23.229 5.19877 23.5059 6.22656C24.0199 8.10464 24 12.0195 24 12.0195C24 12.0486 23.9982 15.9209 23.5059 17.792C23.2291 18.8199 22.4185 19.6304 21.3906 19.9072C19.5154 20.4007 12.0225 20.4014 12 20.4014C12 20.4014 4.50723 20.4017 2.60938 19.8877C1.58149 19.6109 0.77095 18.8003 0.494141 17.7725C0.00280636 15.925 1.68883e-05 12.0454 0 12C0 12 -9.12174e-05 8.10464 0.494141 6.22656C0.770994 5.19877 1.60132 4.36857 2.60938 4.0918C4.48746 3.59757 12 3.59766 12 3.59766ZM9.6084 15.5977L15.8555 11.999L9.6084 8.40137V15.5977Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_2052_27100'%3E %3Crect width='24' height='24' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-social__link.is-dz: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='M2 12.1074C5.59804 12.2235 7.60692 12.3161 9.10352 13.1895C9.27636 13.2905 9.44268 13.4014 9.60352 13.5244C9.7104 13.6061 9.81517 13.6928 9.91797 13.7852C9.96957 13.8315 10.0205 13.8795 10.0713 13.9287C11.6427 15.5501 11.7497 17.5714 11.8926 22C7.76416 22 4.91378 21.9862 3.44238 20.5576C2.01384 19.0862 2 16.1001 2 12.1074ZM22 12.1074C22 16.1001 21.9862 19.0862 20.5576 20.5576C19.2702 21.8076 16.9269 21.9748 13.5957 21.9971L12.1074 22C12.2235 18.402 12.3161 16.3931 13.1895 14.8965C13.3914 14.5511 13.6341 14.2327 13.9287 13.9287C15.5501 12.3573 17.5714 12.2503 22 12.1074ZM11.8926 2C11.7765 5.59804 11.6839 7.60692 10.8105 9.10352C10.7095 9.27636 10.5986 9.44268 10.4756 9.60352C10.3939 9.7104 10.3072 9.81517 10.2148 9.91797C10.1685 9.96957 10.1205 10.0205 10.0713 10.0713C8.44986 11.6427 6.42856 11.7497 2 11.8926C2 7.89986 2.01384 4.91378 3.44238 3.44238C4.91378 2.01384 7.7713 2 11.8926 2ZM12.1074 2C16.2358 2 19.0862 2.01384 20.5576 3.44238C21.9862 4.91378 22 7.89986 22 11.8926C17.5714 11.7497 15.5501 11.6427 13.9287 10.0713C12.3573 8.44986 12.2431 6.42856 12.1074 2Z' fill='black'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.footer-social__link.is-dz:hover {
  background: #2c3036;
}
.footer-social__link.is-dz:hover:after {
  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='M2 12.1074C5.59802 12.2235 7.60692 12.3161 9.10352 13.1895C9.27636 13.2905 9.44268 13.4014 9.60352 13.5244C9.7104 13.6061 9.81517 13.6928 9.91797 13.7852C9.96957 13.8315 10.0205 13.8795 10.0713 13.9287C11.6427 15.5501 11.7497 17.5715 11.8926 22C7.76416 22 4.91378 21.9862 3.44238 20.5576C2.01386 19.0862 2 16.1001 2 12.1074ZM22 12.1074C22 16.1002 21.9862 19.0862 20.5576 20.5576C19.2702 21.8076 16.9269 21.9748 13.5957 21.9971L12.1074 22C12.2235 18.402 12.3161 16.3931 13.1895 14.8965C13.3914 14.5511 13.6341 14.2327 13.9287 13.9287C13.9795 13.8795 14.0304 13.8315 14.082 13.7852C14.1848 13.6928 14.2896 13.6062 14.3965 13.5244C15.9499 12.3369 17.9863 12.2369 22 12.1074ZM11.8926 2C11.781 5.45968 11.6914 7.45023 10.9082 8.92871C10.7825 9.1654 10.6396 9.38915 10.4756 9.60352C10.3939 9.7104 10.3072 9.81517 10.2148 9.91797C10.1685 9.96957 10.1205 10.0205 10.0713 10.0713C8.44986 11.6427 6.42858 11.7497 2 11.8926C2 7.89986 2.01384 4.91378 3.44238 3.44238C4.91378 2.01384 7.7713 2 11.8926 2ZM12.1074 2C16.2358 2 19.0862 2.01386 20.5576 3.44238C21.9862 4.91378 22 7.89986 22 11.8926C17.5715 11.7497 15.5501 11.6427 13.9287 10.0713C12.3573 8.44986 12.2431 6.42855 12.1074 2Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-social__link.is-rt: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='M13.4442 12.8978H4.5653V9.34051H13.4442C13.9628 9.34051 14.3234 9.43203 14.5044 9.59187C14.6854 9.7517 14.7975 10.0481 14.7975 10.4812V11.7585C14.7975 12.2148 14.6854 12.5112 14.5044 12.6711C14.3234 12.8309 13.9628 12.8992 13.4442 12.8992V12.8978ZM14.0533 5.98672H0.799805V21.1996H4.5653V16.2502H11.5047L14.7975 21.1996H19.0141L15.3837 16.227C16.7221 16.0262 17.3231 15.6109 17.8188 14.9265C18.3145 14.2421 18.563 13.1478 18.563 11.6875V10.5468C18.563 9.68067 18.4725 8.99624 18.3145 8.47167C18.1565 7.94707 17.8863 7.49079 17.5028 7.08097C17.0976 6.69299 16.6465 6.41977 16.1049 6.23671C15.5633 6.07687 14.8866 5.98535 14.0533 5.98535V5.98672Z' fill='black'/%3E %3Cpath d='M21.1067 5.98591C22.7044 5.98591 23.9996 4.69072 23.9996 3.09305C23.9996 1.49537 22.7044 0.200195 21.1067 0.200195C19.5091 0.200195 18.2139 1.49537 18.2139 3.09305C18.2139 4.69072 19.5091 5.98591 21.1067 5.98591Z' fill='black'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.footer-social__link.is-rt:hover {
  background: #100943;
}
.footer-social__link.is-rt:hover:after {
  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='M13.4442 12.8978H4.5653V9.34051H13.4442C13.9628 9.34051 14.3234 9.43203 14.5044 9.59187C14.6854 9.7517 14.7975 10.0481 14.7975 10.4812V11.7585C14.7975 12.2148 14.6854 12.5112 14.5044 12.6711C14.3234 12.8309 13.9628 12.8992 13.4442 12.8992V12.8978ZM14.0533 5.98672H0.799805V21.1996H4.5653V16.2502H11.5047L14.7975 21.1996H19.0141L15.3837 16.227C16.7221 16.0262 17.3231 15.6109 17.8188 14.9265C18.3145 14.2421 18.563 13.1478 18.563 11.6875V10.5468C18.563 9.68067 18.4725 8.99624 18.3145 8.47167C18.1565 7.94707 17.8863 7.49079 17.5028 7.08097C17.0976 6.69299 16.6465 6.41977 16.1049 6.23671C15.5633 6.07687 14.8866 5.98535 14.0533 5.98535V5.98672Z' fill='white'/%3E %3Cpath d='M21.1067 5.98591C22.7044 5.98591 23.9996 4.69072 23.9996 3.09305C23.9996 1.49537 22.7044 0.200195 21.1067 0.200195C19.5091 0.200195 18.2139 1.49537 18.2139 3.09305C18.2139 4.69072 19.5091 5.98591 21.1067 5.98591Z' fill='%23FF0000'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-bottom__copy {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.footer-bottom__policy {
  justify-self: start;
}
.footer-bottom__made {
  justify-self: start;
}
.footer-policy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-policy__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  text-decoration: none;
}
.footer-policy__link .hover-text-animation__wrapper span {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.footer-policy__link:hover .hover-text-animation__wrapper span {
  color: #f9b71b;
}
.footer-made {
  display: flex;
  align-items: center;
}
.footer-made__label {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.footer-made__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  text-decoration: none;
}
.footer-made__link .hover-text-animation__wrapper span {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.footer-made__link:hover .hover-text-animation__wrapper span {
  color: #f9b71b;
}
.footer-calculation {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  padding: 10px;
  gap: 12px;
  align-items: center;
  background: var(--1, #f9b71b);
  z-index: 10;
}
.footer-calculation__text {
  display: inline-flex;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.footer-calculation:after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='white'/%3E%3Cpath d='M17 24H31M31 24L25 18M31 24L25 30' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.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: 24px;
  pointer-events: all;
}
.modal__head {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.modal__bottom {
  margin-top: 24px;
  text-align: center;
}
.modal__bottom span {
  display: block;
  text-align: center;
  color: var(--2, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.modal__bottom span a {
  display: inline-block;
  color: var(--Blue-700, #225c82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.modal__bottom span a:hover {
  text-decoration: underline;
}
.modal__title {
  color: #000;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.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__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__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.modal__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  width: 100%;
}
.modal__heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.modal__link {
  display: inline-flex;
  color: var(--Blue-700, #225c82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.modal__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  position: relative;
  color: rgb(85, 85, 85);
}
.modal__name.required::after {
  content: "*";
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(213, 0, 3);
  margin-left: 2px;
}
.modal__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);
}
.modal__input::placeholder {
  color: rgb(109, 109, 109);
}
.modal__input.is-textarea {
  height: 128px;
  padding: 12px;
}
.modal__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.modal__rules {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.modal__rule {
  display: block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.modal__rule:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23D1D1D1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
}
.modal__rule:has(input:checked):before {
  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%3Cg clip-path='url(%23clip0_1422_87212)'%3E%3Crect width='20' height='20' rx='2' fill='%23266B95'/%3E%3Cpath d='M3.33398 10.5091L7.43655 14.5832L16.6673 5.4165' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1422_87212'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.modal__rule span {
  display: inline-flex;
  color: var(--Gray-700-Main, #555);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
}
.modal__password {
  position: relative;
  width: 100%;
  display: flex;
}
.modal__password span {
  display: inline-flex;
  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='M12.5003 9.99984C12.5003 11.3805 11.381 12.4998 10.0003 12.4998C8.61957 12.4998 7.50028 11.3805 7.50028 9.99984C7.50028 8.61913 8.61957 7.49984 10.0003 7.49984C11.381 7.49984 12.5003 8.61913 12.5003 9.99984Z' stroke='%236D6D6D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M2.04883 9.99981C3.11072 6.6189 6.26929 4.1665 10.0007 4.1665C13.732 4.1665 16.8906 6.61893 17.9525 9.99987C16.8906 13.3808 13.732 15.8332 10.0007 15.8332C6.26929 15.8332 3.11071 13.3807 2.04883 9.99981Z' stroke='%236D6D6D' 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;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal__password span.is-active {
  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='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");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.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;
}
.modal__pretitle {
  color: #000;
  font-family: "DINish Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.modal .is-tg {
  background: #2aabee;
}
.modal .is-vk {
  background: #2787f5;
}
.modal .is-yt {
  background: #f00;
}
.modal .is-wa {
  background: #60d66a;
}
.modal .is-dz {
  background: #2c3036;
}
.modal .is-rt {
  background: #100943;
}
.modal-soc__list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal-soc__link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.modal-url {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 10px;
  margin-bottom: 16px;
}
.modal-url__input {
  background: rgb(245, 245, 245);
  padding: 0 12px;
  height: 44px;
  align-content: center;
  transition: 0.3s;
  border: none;
  outline: none;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(240, 240, 240);
}
.modal-url__btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--1, #f9b71b);
  cursor: pointer;
}
.modal-url__btn: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.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='%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;
}
.modal-url__btn.is-active {
  background: var(--1, #d99f16);
}
.modal-url__btn.is-active:after {
  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 30 30' fill='none'%3E %3Cpath d='M5 15.7639L11.1538 21.875L25 8.125' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.modal .header-consultation__contact {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal .header-consultation__person {
  flex-direction: column;
}

.share-modal {
  position: fixed;
  inset: 0;
  z-index: 21;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}
.share-modal.is-active {
  display: flex;
  pointer-events: auto;
}
.share-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.share-modal__layout {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.share-modal__dialog {
  position: relative;
  z-index: 1;
}
.share-modal__close {
  position: absolute;
  top: 0;
  right: -40px;
  border: 0;
  width: 29px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-100' y='-100' width='229' height='229'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(50px);clip-path:url(%23bgblur_0_499_34821_clip_path);height:100%;width:100%'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='100'%3E%3Crect x='0.5' y='0.5' width='28' height='28' fill='white' fill-opacity='0.01'/%3E%3Crect x='0.5' y='0.5' width='28' height='28' stroke='%23DBDBDB'/%3E%3Cg clip-path='url(%23clip1_499_34821)'%3E%3Cpath d='M9.5 19.5L19.5 9.5M9.5 9.5L19.5 19.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_499_34821_clip_path' transform='translate(100 100)'%3E%3Crect x='0.5' y='0.5' width='28' height='28'/%3E%3C/clipPath%3E%3CclipPath id='clip1_499_34821'%3E%3Crect width='20' height='20' fill='white' transform='translate(4.5 4.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.cookies-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  max-width: 860px;
}
.cookies-modal.is-active {
  display: block;
}
.cookies-modal__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 25px 20px;
}
.cookies-modal__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cookies-modal__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Expanded";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.24px;
}
.cookies-modal__close {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  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='M6 18L18 6M6 6L18 18' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cookies-modal__body {
  padding-top: 15px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.cookies-modal__text {
  flex: 1 1 auto;
  margin: 0;
  color: #fff;
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.cookies-modal__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.cookies-modal__btn {
  min-width: 130px;
  height: 40px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.cookies-modal__btn.is-decline {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(50px);
}
.cookies-modal__btn.is-decline:hover {
  background: rgba(255, 255, 255, 0.15);
}
.cookies-modal__btn.is-accept {
  color: #000;
  background: #f9b71b;
}
.cookies-modal__btn.is-accept:hover {
  background: #d99f16;
}

@media (max-width: 1439px) {
  .footer__head {
    gap: 30px;
  }
  .footer__bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }
}
@media (max-width: 1023px) {
  .footer__head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
  }
  .footer__bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .footer-head__col.is-brand {
    grid-column: 1/-1;
  }
  .footer-head__value {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer__head, .footer__bottom {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 0;
  }
  .footer-head__phrase {
    font-size: 24px;
  }
  .footer-head__phones {
    flex-direction: column;
    gap: 8px;
  }
  .footer-head__value {
    font-size: 20px;
  }
  .footer-bottom__copy, .footer-bottom__policy, .footer-bottom__made {
    justify-self: start;
  }
  .footer-policy__link {
    padding: 0;
  }
  .footer-policy__link .hover-text-animation__wrapper span {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .footer-made {
    flex-wrap: wrap;
  }
  .footer-made__label, .footer-made__link .hover-text-animation__wrapper span {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .footer-made__link {
    padding: 0 4px;
  }
  .footer-cta {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    justify-content: space-between;
  }
  .footer-cta .hover-text-animation__wrapper span {
    font-size: 24px;
  }
  .share-modal__close {
    right: 10px;
    top: 10px;
    z-index: 2;
  }
  .cookies-modal__inner {
    padding: 15px 10px;
  }
  .cookies-modal__body {
    flex-direction: column;
    align-items: stretch;
  }
  .cookies-modal__actions {
    width: 100%;
  }
  .cookies-modal__btn {
    flex: 1 1 50%;
    min-width: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  overflow: visible;
}
.header.is-menu-open {
  background: rgba(0, 0, 0, 0.9);
}
.header__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 211px 1fr;
  gap: 24px;
  align-items: flex-start;
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.header__mobile-actions {
  display: none;
}
.header__menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header.is-menu-open .header__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header-menu__container {
  width: 100%;
}
.header__middle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__logo span {
  display: inline-flex;
  color: #fff;
  text-align: center;
  font-family: "UKIJ Moy Qelem";
  font-size: 28px;
  font-weight: 400;
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-nav__item {
  display: inline-flex;
}
.header-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  text-decoration: none;
}
.header-nav__link:hover .hover-text-animation__wrapper > span {
  color: var(--White, #fff);
}
.header-nav__link:hover.is-menu .header-nav__toggle {
  color: #fff;
}
.header-nav__link.is-active .hover-text-animation__wrapper > span {
  color: #fff;
}
.header-nav__link .hover-text-animation__wrapper > span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  transition: 0.5s;
}
.header-nav__link.is-menu {
  color: rgba(255, 255, 255, 0.6);
}
.header-nav__button {
  border: 0;
  background: transparent;
  margin: 0;
  cursor: pointer;
  appearance: none;
  font: inherit;
}
.header-nav__label--mobile {
  display: none;
}
.header-nav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  transition: 0.3s;
}
.header-nav__toggle::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='M18.2998 15.7002V18.2998H15.7002V15.7002H18.2998ZM8.2998 15.7002V18.2998H5.7002V15.7002H8.2998ZM18.2998 5.7002V8.2998H15.7002V5.7002H18.2998ZM8.2998 5.7002V8.2998H5.7002V5.7002H8.2998Z' stroke='white' stroke-opacity='0.6' stroke-width='3.4' 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-group {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(50px);
}
.header-group__item:not(:last-child) {
  border-right: 1px solid #fff;
}
.header-group__link {
  display: inline-flex;
  padding: 6px 14px;
  transition: 0.5s;
  border: 0;
}
.header-group__link:hover {
  background: #fff;
}
.header-group__link:hover span {
  color: #000;
}
.header-group__link span {
  display: inline-flex;
  color: var(--White, #fff);
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.header-group__link--button {
  cursor: pointer;
  appearance: none;
  background: transparent;
  font: inherit;
}

.header.is-menu-open .header-nav__link.is-menu .header-nav__toggle {
  color: #fff;
}
.header.is-menu-open .header-nav__link.is-menu .header-nav__toggle::before {
  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 6L18 18M18 6L6 18' stroke='white' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.header-menu {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}
.header-menu__section, .header-menu__links {
  display: none;
}
.header-menu__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.header-menu__links {
  width: 100%;
}
.header-menu__link {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
}
.header-menu__link .hover-text-animation__wrapper {
  width: 100%;
}
.header-menu__link .hover-text-animation__wrapper > span {
  display: inline-flex;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.header-menu .directions__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
}
.header-menu .directions-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
}
.header-menu .directions-card__media {
  position: relative;
  height: 245px;
  background: #000;
  overflow: hidden;
  z-index: 1;
}
.header-menu .directions-card__media img,
.header-menu .directions-card__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-menu .directions-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 12px;
}
.header-menu .directions-card__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 8px 12px;
}
.header-menu .directions-card__label-wrap {
  height: 40px;
}
.header-menu .directions-card__label {
  display: inline-flex;
  background-image: url(/local/templates/common/static/img/general/label.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 0 12px;
  color: #000;
  text-align: center;
  font-family: "UKIJ Moy Qelem";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.11;
}
.header-menu .directions-card__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.header-menu .directions-card__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.header-menu .directions-card__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-menu .directions-card__item {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  padding: 8px;
}
.header-menu .directions-card__item .hover-text-animation__wrapper > span {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.header-menu .directions-card__mobile-link {
  display: none;
}

.header-mobile-actions {
  align-items: center;
  gap: 16px;
}
.header-mobile-actions__link {
  display: inline-flex;
  width: 24px;
  height: 24px;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.header-mobile-actions__link:hover {
  opacity: 1;
}
.header-mobile-actions__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.header-mobile-actions__link.is-phone::before {
  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='M7.30957 4.7002L8.42285 7.7627L7.125 8.54199C6.38448 8.9864 6.09537 9.91565 6.45215 10.7021C7.82385 13.7253 10.2723 16.1781 13.2988 17.5488C14.0851 17.9048 15.0138 17.6151 15.458 16.875L16.2363 15.5762L19.2998 16.6904V19.2744C19.0352 19.2895 18.7687 19.2998 18.5 19.2998C10.8785 19.2998 4.7002 13.1215 4.7002 5.5C4.7002 5.23133 4.70952 4.96473 4.72461 4.7002H7.30957Z' stroke='white' stroke-opacity='0.6' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.header-mobile-actions__link.is-telegram::before {
  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 fill-rule='evenodd' clip-rule='evenodd' d='M2.3749 11.8879C7.74359 9.62993 11.3236 8.14134 13.1148 7.42212C18.2292 5.36862 19.2919 5.0119 19.9846 5.00013C20.1369 4.99753 20.4776 5.03398 20.6982 5.20682C20.8845 5.35275 20.9358 5.5499 20.9603 5.68826C20.9848 5.82663 21.0154 6.14183 20.9911 6.38811C20.714 9.1992 19.5147 16.021 18.9046 19.1694C18.6465 20.5017 18.1382 20.9484 17.6461 20.9921C16.5766 21.0871 15.7645 20.3098 14.7287 19.6543C13.1078 18.6287 12.1921 17.9902 10.6188 16.9893C8.80053 15.8327 9.97923 15.1969 11.0154 14.158C11.2866 13.8861 15.9987 9.74868 16.0899 9.37335C16.1013 9.32641 16.1119 9.15143 16.0042 9.05904C15.8965 8.96664 15.7376 8.99824 15.6229 9.02337C15.4604 9.05898 12.871 10.7111 7.85486 13.9798C7.11988 14.467 6.45416 14.7044 5.8577 14.6919C5.20015 14.6782 3.93528 14.333 2.99498 14.038C1.84166 13.6761 0.925027 13.4847 1.00485 12.8701C1.04642 12.55 1.5031 12.2226 2.3749 11.8879Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.header-consultation {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 20px;
}
.header-consultation[hidden] {
  display: none;
}
.header-consultation__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.header-consultation__dialog {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: 100%;
  overflow: auto;
  background: #fff;
  color: #000;
}
.header-consultation__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: transparent;
  border: 0;
  z-index: 1;
  padding: 0;
}
.header-consultation__close::before {
  content: "";
  display: inline-flex;
  position: relative;
  z-index: 1;
  width: 29px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-100' y='-100' width='229' height='229'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(50px);clip-path:url(%23bgblur_0_499_34821_clip_path);height:100%;width:100%'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='100'%3E%3Crect x='0.5' y='0.5' width='28' height='28' fill='white' fill-opacity='0.01'/%3E%3Crect x='0.5' y='0.5' width='28' height='28' stroke='%23DBDBDB'/%3E%3Cg clip-path='url(%23clip1_499_34821)'%3E%3Cpath d='M9.5 19.5L19.5 9.5M9.5 9.5L19.5 19.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_499_34821_clip_path' transform='translate(100 100)'%3E%3Crect x='0.5' y='0.5' width='28' height='28'/%3E%3C/clipPath%3E%3CclipPath id='clip1_499_34821'%3E%3Crect width='20' height='20' fill='white' transform='translate(4.5 4.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.header-consultation__body {
  padding: 24px;
}
.header-consultation__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  text-align: center;
}
.header-consultation__title {
  margin: 0;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.header-consultation__description {
  margin: 0;
  color: #000;
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.header-consultation__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-consultation__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header-consultation__field input,
.header-consultation__field textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.header-consultation__field input::placeholder,
.header-consultation__field textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.header-consultation__field input {
  padding: 0 12px;
}
.header-consultation__field textarea {
  min-height: 70px;
  max-height: 130px;
  padding: 12px;
  resize: vertical;
}
.header-consultation__label {
  margin: 0;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.header-consultation__label span {
  color: #dc2626;
}
.header-consultation__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.header-consultation__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  background: #f9b71b;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.header-consultation__submit::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='M5 12H19M19 12L13 6M19 12L13 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.header-consultation__submit:hover {
  background: #e7a918;
}
.header-consultation__agree {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.header-consultation__agree input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #d0d0d0;
  appearance: none;
  cursor: pointer;
}
.header-consultation__agree input::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 8px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 4L4.5 7L11 1' stroke='black' 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-consultation__agree input:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.header-consultation__agree span,
.header-consultation__agree a {
  color: #000;
  font-family: "DINish Expanded";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.header-consultation__agree a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header-consultation__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.header-consultation__person {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.header-consultation__avatar {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
}
.header-consultation__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 50%;
}
.header-consultation__avatar::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
}
.header-consultation__person-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header-consultation__person-name {
  margin: 0;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.header-consultation__person-role {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.header-consultation__telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.26%);
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.header-consultation__telegram::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 fill-rule='evenodd' clip-rule='evenodd' d='M2.3749 11.8879C7.74359 9.62993 11.3236 8.14134 13.1148 7.42212C18.2292 5.36862 19.2919 5.0119 19.9846 5.00013C20.1369 4.99753 20.4776 5.03398 20.6982 5.20682C20.8845 5.35275 20.9358 5.5499 20.9603 5.68826C20.9848 5.82663 21.0154 6.14183 20.9911 6.38811C20.714 9.1992 19.5147 16.021 18.9046 19.1694C18.6465 20.5017 18.1382 20.9484 17.6461 20.9921C16.5766 21.0871 15.7645 20.3098 14.7287 19.6543C13.1078 18.6287 12.1921 17.9902 10.6188 16.9893C8.80053 15.8327 9.97923 15.1969 11.0154 14.158C11.2866 13.8861 15.9987 9.74868 16.0899 9.37335C16.1013 9.32641 16.1119 9.15143 16.0042 9.05904C15.8965 8.96664 15.7376 8.99824 15.6229 9.02337C15.4604 9.05898 12.871 10.7111 7.85486 13.9798C7.11988 14.467 6.45416 14.7044 5.8577 14.6919C5.20015 14.6782 3.93528 14.333 2.99498 14.038C1.84166 13.6761 0.925027 13.4847 1.00485 12.8701C1.04642 12.55 1.5031 12.2226 2.3749 11.8879Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1439px) {
  .header__right {
    gap: 16px;
  }
  .header-nav__list {
    gap: 8px;
  }
  .header-nav__link {
    padding: 0 4px;
  }
  .header-nav__link .hover-text-animation__wrapper > span {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .header-group__link {
    padding: 6px 10px;
  }
  .header-menu .directions-card__media {
    height: 210px;
  }
  .header-menu .directions-card__title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .header .directions__card:last-child {
    grid-column: auto;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 12px 12px 0;
  }
  .header__body {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
  }
  .header__left, .header__middle, .header__right {
    width: 100%;
  }
  .header__middle {
    order: 0;
  }
  .header__right {
    justify-content: flex-end;
    gap: 0;
  }
  .header__menu {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .header__mobile-actions {
    display: inline-flex;
  }
  .header__logo img {
    max-width: 130px;
  }
  .header__logo span {
    font-size: 20px;
  }
  .header-nav__list {
    gap: 0;
    width: 100%;
  }
  .header__left .header-nav__item:not(:first-child) {
    display: none;
  }
  .header__right .header__nav, .header__group {
    display: none;
  }
  .header-nav__link {
    padding: 0;
  }
  .header-nav__button {
    justify-content: flex-start;
  }
  .header-nav__label--desktop {
    display: none;
  }
  .header-nav__label--mobile {
    display: inline;
  }
  .header-nav__link .hover-text-animation__wrapper > span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
  }
  .header.is-menu-open {
    background: #000;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: 16px;
  }
  .header-menu {
    padding-top: 16px;
  }
  .header-menu__section, .header-menu__links {
    display: block;
  }
  .header-menu__container {
    padding: 0;
  }
  .header-menu__section {
    padding-top: 16px;
    margin-bottom: 16px;
  }
  .header-menu__links {
    margin-top: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .header-menu .directions__cards {
    display: flex;
    gap: 8px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-menu .directions__cards::-webkit-scrollbar {
    display: none;
  }
  .header-menu .directions__card {
    position: relative;
    flex: 0 0 160px;
    width: 160px;
    height: 202px;
    gap: 0;
    padding: 16px 12px;
    justify-content: space-between;
    overflow: hidden;
    background: #000;
  }
  .header-menu .directions__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 59%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
  }
  .header-menu .directions__card::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 12px;
    z-index: 3;
    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='M7 17L17 7M17 7H9M17 7V15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-menu .directions__card .directions-card__media {
    position: absolute;
    inset: 0;
    height: auto;
    z-index: 0;
  }
  .header-menu .directions__card .directions-card__content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    gap: 4px;
    padding: 0;
  }
  .header-menu .directions__card .directions-card__text {
    gap: 4px;
    padding: 0;
  }
  .header-menu .directions__card .directions-card__label-wrap {
    height: 24px;
  }
  .header-menu .directions__card .directions-card__label {
    padding: 0 8px;
    font-size: 26px;
    line-height: 1;
  }
  .header-menu .directions__card .directions-card__title {
    font-size: 20px;
    line-height: 1.3;
  }
  .header-menu .directions__card .directions-card__description,
  .header-menu .directions__card .directions-card__list {
    display: none;
  }
  .header-menu .directions__card .directions-card__mobile-link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 4;
  }
  .header-consultation {
    padding: 44px 12px 12px;
  }
  .header-consultation__dialog {
    max-width: 100%;
  }
  .header-consultation__body {
    padding: 20px 16px;
  }
  .header-consultation__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .header__body {
    gap: 8px;
  }
  .header-nav__link .hover-text-animation__wrapper > span {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .header-mobile-actions {
    gap: 12px;
  }
  .header-consultation__title {
    font-size: 28px;
    line-height: 1.3;
  }
  .header-consultation__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .header-consultation__person {
    justify-content: flex-start;
  }
  .header-consultation__person-name {
    font-size: 20px;
  }
  .header-consultation__telegram {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
body.is-header-menu-open {
  overflow: hidden;
}

.header.is-alt .header__logo {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-direction: row;
}
.header.is-alt .header__logo span {
  display: inline;
  background-image: url(/local/templates/common/static/img/general/underline-3.svg);
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: 100% auto;
  padding: 3px 11px 3px 16px;
  color: rgb(0, 0, 0);
  margin-left: -6px;
}

@media (max-width: 1199px) {
  .header.is-alt .header__right .header__nav,
  .header.is-alt .header__group,
  .header.is-alt .header-nav__label--desktop,
  .header.is-alt .header__left .header-nav__item:not(:first-child) {
    display: none;
  }
}
.introduction {
  position: relative;
  padding-top: 100px;
  margin-bottom: 20px;
}
.introduction.is-lab .introduction__text {
  max-width: none;
}
.introduction__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.introduction__bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 59.21%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: rotate(180deg);
}
.introduction__bg img,
.introduction__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduction__top {
  padding-bottom: 60px;
}
.introduction__main {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.introduction__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  max-width: 912px;
}
.introduction__text {
  max-width: 675px;
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 24px;
}
.introduction__btn {
  text-align: center;
  height: 44px;
  transition: 0.3s;
  align-content: center;
  cursor: pointer;
  background: rgb(249, 183, 27);
  padding: 0 24px;
  height: 56px;
}
.introduction__btn .hover-text-animation__wrapper {
  padding: 0;
}
.introduction__btn:hover {
  background: rgb(243, 154, 13);
}
.introduction__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.introduction__heading {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.introduction__subtitle {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.introduction__cards {
  display: flex;
  gap: 2px;
}
.introduction__cards.is-active {
  gap: 10px;
}
.introduction__cards.is-active .introduction-card::before {
  display: none;
}
.introduction__cards.is-active .introduction-card__btn {
  margin-bottom: 0;
}
.introduction__cards.is-active .introduction-card__bg {
  opacity: 1;
}
.introduction__cards.is-active .introduction-card__bg::before {
  opacity: 1;
}
.introduction-card {
  padding: 16px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 283px;
}
.introduction-card:hover .introduction-card__btn {
  margin-bottom: 0;
}
.introduction-card:hover .introduction-card__inner::before {
  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='square'/%3E%3C/svg%3E%0A");
}
.introduction-card:hover::before {
  opacity: 0;
}
.introduction-card:hover .introduction-card__bg,
.introduction-card:hover .introduction-card__bg::before {
  opacity: 1;
}
.introduction-card__inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  overflow: hidden;
  position: relative;
}
.introduction-card__inner::before {
  position: absolute;
  content: "";
  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='M7 17L17 7M17 7H7M17 7V17' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  top: 0;
  right: 0;
  transition: 0.3s;
}
.introduction-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.introduction-card__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.introduction-card__icon img {
  display: block;
}
.introduction-card__btn {
  height: 36px;
  border: 1px solid rgb(255, 255, 255);
  padding: 0 14px;
  align-content: center;
  align-self: flex-start;
  position: relative;
  margin-bottom: -54px;
  transition: 0.3s ease-out;
}
.introduction-card__btn:hover {
  background: rgb(255, 255, 255);
}
.introduction-card__btn:hover span {
  color: rgb(0, 0, 0);
}
.introduction-card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}
.introduction-card__btn .hover-text-animation__wrapper {
  padding: 0;
}
.introduction-card__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.introduction-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: 0.3s ease-out;
}
.introduction-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: 0.5s ease-out;
  opacity: 0;
}
.introduction-card__bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 59.21%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.introduction-card__bg img,
.introduction-card__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aesthetics {
  padding-top: 80px;
  padding-bottom: 90px;
}
.aesthetics__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.aesthetics__col {
  height: 100%;
  position: relative;
}
.aesthetics__img {
  position: sticky;
  top: 80px;
  padding-bottom: 72%;
}
.aesthetics__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aesthetics-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}
.aesthetics-list:last-child {
  margin-bottom: 0;
}
.aesthetics-list__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 144%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.aesthetics-list__item {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.aesthetics-list__item:last-child {
  margin-bottom: 0;
}
.aesthetics-list__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgb(255, 255, 255);
}
.aesthetics-list__item-icon img {
  display: block;
}
.aesthetics-list__item-group {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.aesthetics-list__item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  color: rgb(255, 255, 255);
}
.aesthetics-list__item-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}
.aesthetics__main {
  display: flex;
  flex-direction: column;
}
.aesthetics__label {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(249, 183, 27);
  margin-bottom: 13px;
}
.aesthetics__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 28px;
}
.aesthetics__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: rgb(255, 255, 255);
  margin-bottom: 28px;
}
.aesthetics__text:last-child {
  margin-bottom: 0;
}
.aesthetics__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.aesthetics-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.aesthetics-card__num {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgb(255, 255, 255);
}
.aesthetics-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.aesthetics-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}

.ready {
  padding: 20px 0 60px;
  overflow: hidden;
}
.ready__head {
  margin-bottom: 36px;
}
.ready__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.gallery {
  padding: 40px 0;
  overflow: hidden;
}
.gallery__head {
  margin-bottom: 36px;
}
.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery__slider .swiper-slide:nth-child(3n+1) .gallery-card {
  padding-bottom: 116%;
}
.gallery__slider .swiper-slide:nth-child(3n+2) .gallery-card {
  padding-bottom: 93%;
}
.gallery__slider .swiper-slide:nth-child(3n) .gallery-card {
  padding-bottom: 70%;
}
.gallery__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.gallery-card {
  position: relative;
  min-height: 262px;
  display: block;
}
.gallery-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1439px) {
  .introduction__cards:has(.introduction-card:nth-child(6)) {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .introduction-card {
    min-height: 232px;
  }
}
@media (max-width: 1023px) {
  .aesthetics__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .introduction__cards:not(:has(.introduction-card:nth-child(6))) {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  .aesthetics__img {
    min-height: 236px;
    padding-bottom: 60%;
  }
  .gallery-card {
    min-height: 129px;
  }
}
@media (max-width: 767px) {
  .introduction__title {
    font-size: 36px;
  }
  .introduction__text,
  .aesthetics__text {
    font-size: 14px;
  }
  .aesthetics__title {
    font-size: 32px;
  }
  .introduction__top {
    padding-bottom: 120px;
    padding-top: 100px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
  .introduction__top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 59.21%, #000000 100%);
    z-index: -1;
  }
  .introduction__bg {
    z-index: -2;
  }
  .introduction__bottom {
    margin-top: -84px;
    z-index: 2;
    position: relative;
  }
  .introduction {
    padding-top: 0;
  }
  .introduction__cards {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 8px;
  }
  .introduction-card__bg {
    opacity: 1;
  }
  .introduction-card::before {
    display: none;
  }
  .introduction-card__bg::before {
    opacity: 1;
  }
  .introduction-card__name {
    font-size: 20px;
  }
  .introduction-card {
    min-height: 202px;
  }
  .aesthetics {
    padding-top: 30px;
  }
  .aesthetics-card__name {
    font-size: 20px;
  }
  .aesthetics-card__text {
    font-size: 14px;
  }
  .introduction-card {
    padding: 12px;
  }
  .aesthetics__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .aesthetics {
    padding-bottom: 50px;
  }
  .gallery {
    padding: 16px 0;
  }
  .gallery__title,
  .ready__title {
    font-size: 32px;
  }
  .introduction-card__btn {
    display: none;
  }
  .ready {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .aesthetics-list__item-name {
    font-size: 16px;
  }
  .aesthetics-list__item-desc {
    font-size: 14px;
  }
  .aesthetics.is-paint {
    padding-bottom: 30px;
  }
  .aesthetics__text,
  .aesthetics-list {
    margin-bottom: 16px;
  }
}
.intro {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.intro:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 13.63%, rgba(0, 0, 0, 0.2) 71.71%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.intro__bg-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.55s ease;
}
.intro__bg-media.is-active {
  opacity: 1;
}
.intro__bg-media img,
.intro__bg-media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__container {
  min-height: 100vh;
}
.intro__body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.intro__mobile-title {
  display: none;
  margin: 0;
}
.intro__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 100vh;
}
.intro__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 50px;
  gap: 12px;
  text-decoration: none;
}
.intro__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.intro__item-bg {
  display: none;
}
.intro__item:hover .intro__hidden {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.intro__visible {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
}
.intro__hidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 0;
  overflow-y: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.intro__label {
  display: inline-flex;
  background-image: url(/local/templates/common/static/img/general/label.svg);
  background-size: auto 100%;
  padding: 0 12px;
  color: #000;
  text-align: center;
  font-family: "UKIJ Moy Qelem";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.11;
}
.intro__name {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 36px;
  font-weight: 700;
  line-height: 122%;
  text-transform: uppercase;
}
.intro__text {
  display: block;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.intro-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.intro-group__item {
  display: inline-flex;
  padding: 6px 14px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.01);
}
.intro-group__item .hover-text-animation__wrapper span {
  display: inline-flex;
  color: var(--White, #fff);
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.intro__scroll {
  display: inline-flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='40' rx='12' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M7 17.5L12 22.5L17 17.5' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .intro {
    min-height: auto;
    background: #000;
  }
  .intro:after {
    display: none;
  }
  .intro__bg {
    height: 260px;
  }
  .intro__container {
    min-height: auto;
    padding-top: 260px;
  }
  .intro__body {
    min-height: auto;
    gap: 16px;
    padding-bottom: 70px;
  }
  .intro__mobile-title {
    display: block;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: "DINish Condensed";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .intro__cards {
    display: flex;
    min-height: auto;
    gap: 8px;
    overflow: auto;
    padding-bottom: 2px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .intro__cards::-webkit-scrollbar {
    display: none;
  }
  .intro__item {
    position: relative;
    z-index: 0;
    flex: 0 0 360px;
    min-height: 360px;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    padding: 132px 16px 16px;
    scroll-snap-align: start;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .intro__item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 45.67%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 0;
  }
  .intro__item-bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .intro__item-bg img,
  .intro__item-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .intro__item:hover .intro__hidden {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .intro__visible, .intro__hidden {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
  .intro__hidden {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: none;
    transition: none;
  }
  .intro__label {
    font-size: 30px;
    line-height: 1;
    padding: 0 8px;
    background-size: 100% 100%;
  }
  .intro__name {
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
  }
  .intro__text {
    display: none;
  }
  .intro-group {
    justify-content: flex-start;
    gap: 8px 4px;
    padding-top: 6px;
  }
  .intro-group__item {
    padding: 4px 12px;
  }
  .intro-group__item .hover-text-animation__wrapper span {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }
  .intro__scroll {
    position: static;
    align-self: center;
    margin-top: 0;
    transform: none;
    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%3Crect width='24' height='24' rx='12' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M9 11L12 14L15 11' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-bottom: 70px;
    padding-top: 200px;
  }
  .intro__bg {
    height: 193px;
  }
  .intro__container {
    padding-top: 193px;
  }
  .intro__body {
    gap: 16px;
    padding-bottom: 0;
  }
  .intro__cards {
    width: 100%;
  }
  .intro__item {
    min-height: 338px;
    padding: 122px 12px 12px;
  }
  .intro__label {
    font-size: 26px;
  }
  .intro__name {
    font-size: 24px;
    line-height: 1.3;
  }
}

.about {
  position: relative;
  padding: 40px 0 160px;
}
.about__body {
  position: relative;
  display: grid;
  grid-template-columns: 437px minmax(344px, 1fr) 437px;
  justify-content: center;
  gap: 16px;
}
.about__left, .about__right {
  display: flex;
  flex-direction: column;
  gap: 137px;
  position: relative;
  z-index: 2;
}
.about__left {
  padding-top: 550px;
}
.about__right {
  padding-top: 647px;
}
.about__middle {
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 100px;
  padding-bottom: 150px;
  z-index: 2;
}
.about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.about__title {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.about__title span {
  display: inline;
  color: #000;
  background-image: url("/local/templates/common/static/img/general/underline.svg");
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: 100% auto;
  padding: 0 10px 2px;
}
.about__phrase {
  display: inline-flex;
  color: #fff;
  text-align: center;
  font-family: "UKIJ Moy Qelem";
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.01);
  overflow: hidden;
  padding: 16px;
  transition: 0.4s;
}
.about__btn .hover-text-animation__wrapper span {
  display: inline-flex;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 0 8px;
}
.about__btn:hover {
  background: rgba(255, 255, 255, 0.08);
}
.about__lines {
  position: absolute;
  inset: 150px -1px 0;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.about__lines img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 828px;
  object-fit: cover;
}
.about__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 24px;
  text-align: center;
}
.about__card.is-offset-left {
  width: calc(100% - 60px);
  align-self: flex-end;
}
.about__card.is-offset-right {
  width: calc(100% - 60px);
  align-self: flex-start;
}
.about-founders {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 344px;
}
.about-founders__image {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.about-founders__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-founders__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
.about-founders__text span {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-founders__text small {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}
.about-btn__icon {
  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%3Cg clip-path='url(%23clip0_264_5007)'%3E%3Cpath d='M12 5L19 12M19 12L12 19M19 12H5' stroke='white' stroke-width='1.6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_264_5007'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.about-card__icon {
  position: relative;
  width: 60px;
  height: 60px;
}
.about-card__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-card__icon img:last-child {
  z-index: 2;
}
.about-card__title {
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.about-card__text {
  color: #fff;
  text-align: center;
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.why-us {
  position: relative;
  padding: 40px 0;
}
.why-us__body {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
.why-us__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.why-us__list {
  position: relative;
  width: 100%;
  padding: 20px;
}
.why-us__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-us-item {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.25s ease;
}
.why-us-item.is-active, .why-us-item:hover, .why-us-item:focus-within {
  border-top-color: #f9b71b;
}
.why-us-item.is-active .why-us-item__num, .why-us-item:hover .why-us-item__num, .why-us-item:focus-within .why-us-item__num {
  color: #f9b71b;
}
.why-us-item__button {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 41px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
}
.why-us-item__num {
  display: inline-flex;
  justify-content: center;
  min-width: 32px;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  transition: color 0.25s ease;
}
.why-us-item__title {
  display: block;
  width: 100%;
  max-width: calc(100% - 500px);
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.why-us-item__preview {
  position: absolute;
  top: -161px;
  right: 41px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 462px;
  height: 382px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 2;
}
.why-us-item.is-active .why-us-item__preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.why-us-item__image {
  position: absolute;
  inset: 0;
}
.why-us-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.why-us-item__text {
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
  font-family: "DINish Expanded";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.31%, rgba(0, 0, 0, 0.61) 20.02%, #000 100.31%);
}
.why-us-item__text span {
  font-weight: 700;
}

.work-region {
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
}
.work-region:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.08), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.work-region__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 566px;
  align-items: center;
  gap: 16px;
  z-index: 2;
}
.work-region__left {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.work-region__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 790px;
}
.work-region__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.work-region__description {
  margin: 0;
  color: #fff;
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 620px;
}
.work-region__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}
.work-region__btn {
  align-self: flex-start;
}
.work-region__map {
  align-self: stretch;
}
.work-region-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}
.work-region-card__num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.work-region-card__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.work-region-card__description {
  margin: 0;
  color: #fff;
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.work-region-card__note {
  position: absolute;
  top: 20px;
  right: 18px;
  margin: 0;
  color: #f9b71b;
  font-family: "UKIJ Moy Qelem";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: rotate(-2deg);
}
.work-region-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 297px;
  padding: 16px;
  border: 1px solid #fff;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.01);
  text-decoration: none;
  overflow: hidden;
  transition: 0.4s;
}
.work-region-btn .hover-text-animation__wrapper span {
  display: inline-flex;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 0 8px;
}
.work-region-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}
.work-region-btn__icon {
  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%3Cg clip-path='url(%23clip0_264_5007)'%3E%3Cpath d='M12 5L19 12M19 12L12 19M19 12H5' stroke='white' stroke-width='1.6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_264_5007'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.work-region-map {
  position: relative;
  width: 100%;
  min-height: 668px;
}
.work-region-map:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0) 70%);
  opacity: 0.35;
  pointer-events: none;
}
.work-region-map__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: left center;
}

.partners {
  position: relative;
  padding: 60px 0 160px;
  overflow: hidden;
}
.partners__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.partners__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.partners__title {
  width: min(100%, 780px);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.partners__title span {
  display: inline;
  color: #000;
  background-image: url("/local/templates/common/static/img/general/underline.svg");
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: 100% auto;
  padding: 10px 25px;
}
.partners__tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.partners__tabs::-webkit-scrollbar {
  display: none;
}
.partners__tab {
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 20px 8px;
  cursor: pointer;
  transition: 0.25s;
}
.partners__tab.is-active {
  border-bottom-color: #f9b71b;
  color: #fff;
}
.partners__slider-wrap {
  position: relative;
}
.partners__slider {
  width: 100%;
  overflow: hidden;
}
.partners__wrapper {
  align-items: stretch;
}
.partners__slide {
  width: 208px;
}
.partners__nav {
  position: absolute;
  top: 85px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  background: #000;
  cursor: pointer;
  transition: opacity 0.25s;
}
.partners__nav:before {
  content: "";
  position: absolute;
  inset: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.partners__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.partners__nav--prev {
  left: -18px;
}
.partners__nav--prev:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7H1M1 7L7.45455 1M1 7L7.45455 13' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.partners__nav--next {
  right: -18px;
}
.partners__nav--next:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H14M14 7L7.54545 1M14 7L7.54545 13' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.partners-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.partners-card__preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #fff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.partners-card__type {
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 21px;
  padding: 2px 7px;
  border-radius: 99px;
  background: #e5e5e5;
  color: #000;
  font-family: "DINish Expanded";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}
.partners-card__logo {
  display: block;
  width: auto;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  object-fit: contain;
}
.partners-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partners-card__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.partners-card__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.partners-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "DINish Expanded";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.discounts {
  padding: 60px 0;
}
.discounts__container {
  gap: 36px;
}
.discounts__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.discounts__slider-wrap {
  position: relative;
}
.discounts__slide {
  width: calc((100% - 8px) / 3);
}
.discounts__nav {
  top: 50%;
  transform: translateY(-50%);
}
.discounts-card {
  display: flex;
  flex-direction: column;
  gap: 120px;
  min-height: 450px;
  height: 100%;
  padding: 30px;
  background: #f9b71b;
}
.discounts-card__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 5px 15px;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  background-image: url(/local/templates/common/static/img/general/badge.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.discounts-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
}
.discounts-card__title {
  margin: 0;
  color: #000;
  font-family: "DINish Condensed";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.discounts-card__text {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-family: "DINish Expanded";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.directions {
  padding: 60px 0;
}
.directions__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.directions__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "DINish Condensed";
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.directions__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  width: 100%;
}
.directions-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
}
.directions-card__media {
  position: relative;
  height: 245px;
  background: #000;
  overflow: hidden;
  z-index: 1;
}
.directions-card__media img,
.directions-card__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.directions-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 12px;
}
.directions-card__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 8px 12px;
}
.directions-card__label-wrap {
  height: 40px;
}
.directions-card__label {
  display: inline-flex;
  background-image: url(/local/templates/common/static/img/general/label.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 0 12px;
  color: #000;
  text-align: center;
  font-family: "UKIJ Moy Qelem";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.11;
}
.directions-card__title {
  margin: 0;
  color: #fff;
  font-family: "DINish Condensed";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.directions-card__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DINish Expanded";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.directions-card__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.directions-card__item {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  padding: 8px;
}
.directions-card__item .hover-text-animation__wrapper span {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

@media (max-width: 1439px) {
  .about__body {
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr) minmax(280px, 1fr);
  }
  .about__title {
    font-size: 36px;
  }
  .about__phrase {
    font-size: 34px;
  }
  .about__left, .about__right {
    gap: 90px;
  }
  .about__left {
    padding-top: 460px;
  }
  .about__right {
    padding-top: 540px;
  }
  .about__card.is-offset-left, .about__card.is-offset-right {
    width: calc(100% - 30px);
  }
  .work-region__content {
    grid-template-columns: minmax(0, 1fr) 460px;
  }
  .work-region__title {
    font-size: 36px;
  }
  .work-region-card__title {
    font-size: 30px;
  }
  .work-region-map {
    min-height: 560px;
  }
  .why-us__title {
    font-size: 36px;
  }
  .why-us-item__button {
    gap: 28px;
  }
  .why-us-item__num {
    font-size: 24px;
  }
  .why-us-item__title {
    max-width: calc(100% - 430px);
    font-size: 24px;
  }
  .why-us-item__preview {
    top: -110px;
    right: 20px;
    width: 404px;
    height: 332px;
  }
  .partners__title {
    font-size: 38px;
  }
  .partners__nav--prev {
    left: 0;
  }
  .partners__nav--next {
    right: 0;
  }
  .discounts__title {
    font-size: 38px;
  }
  .discounts__nav--prev {
    left: 0;
  }
  .discounts__nav--next {
    right: 0;
  }
  .directions__title {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .about {
    padding: 40px 0 90px;
  }
  .about__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about__middle {
    order: 1;
    position: relative;
    top: auto;
    padding: 0;
  }
  .about__left, .about__right {
    order: 2;
    padding-top: 0;
    gap: 16px;
  }
  .about__founders {
    width: min(344px, 100%);
  }
  .about__title {
    font-size: 34px;
  }
  .about__phrase {
    font-size: 32px;
  }
  .about__lines {
    inset: 40px 0 0;
  }
  .about__card.is-offset-left, .about__card.is-offset-right {
    width: 100%;
  }
  .work-region {
    padding: 30px 0 100px;
  }
  .work-region__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .work-region__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .work-region__card:last-child {
    grid-column: 1/-1;
  }
  .work-region__map {
    min-height: 420px;
  }
  .work-region-card__title {
    font-size: 28px;
  }
  .why-us__title {
    font-size: 34px;
  }
  .why-us__list {
    padding: 0;
  }
  .why-us-item__button {
    gap: 20px;
    padding: 16px 0;
  }
  .why-us-item__title {
    max-width: 100%;
    font-size: 20px;
  }
  .why-us-item__num {
    font-size: 20px;
  }
  .why-us-item__preview {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 256px;
    margin-top: 16px;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }
  .why-us-item.is-active .why-us-item__preview {
    display: flex;
  }
  .discounts__slide {
    width: 620px;
  }
  .directions__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .directions__card:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 1023px) {
  .why-us__title {
    font-size: 34px;
  }
  .why-us-item__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .partners {
    padding: 40px 0 90px;
  }
  .partners__title {
    font-size: 34px;
  }
  .partners__tabs {
    justify-content: flex-start;
  }
  .partners__slide {
    width: 190px;
  }
  .partners__nav {
    display: none;
  }
  .partners-card__preview {
    height: 156px;
  }
  .partners-card__title {
    font-size: 30px;
  }
  .discounts {
    padding: 40px 0 90px;
  }
  .discounts__title {
    font-size: 34px;
  }
  .discounts__slide {
    width: 460px;
  }
  .discounts-card {
    min-height: 400px;
    gap: 80px;
  }
  .discounts-card__title {
    font-size: 26px;
  }
  .discounts-card__text {
    font-size: 15px;
  }
  .directions {
    padding: 40px 0 90px;
  }
  .directions__title {
    font-size: 34px;
  }
  .directions__cards {
    grid-template-columns: 1fr;
  }
  .directions__card:last-child {
    grid-column: auto;
  }
  .directions-card__media {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .why-us {
    padding: 20px 0;
  }
  .why-us__body {
    gap: 20px;
  }
  .why-us__title {
    font-size: 26px;
  }
  .why-us-item__button {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
  }
  .why-us-item__num {
    min-width: 24px;
    font-size: 20px;
  }
  .why-us-item__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .why-us-item__preview {
    height: 220px;
    margin-top: 12px;
  }
  .why-us-item__text {
    padding: 12px;
    font-size: 14px;
    line-height: 1.42;
  }
  .about {
    padding: 20px 0 60px;
  }
  .about__title {
    font-size: 26px;
  }
  .about__phrase {
    font-size: 28px;
  }
  .about__btn {
    width: 100%;
    max-width: 344px;
  }
  .about__card {
    padding: 20px 16px;
  }
  .about__card.is-offset-left, .about__card.is-offset-right {
    width: 100%;
  }
  .about-card__title {
    font-size: 22px;
  }
  .about-card__text {
    font-size: 14px;
  }
  .work-region {
    padding: 20px 0 60px;
  }
  .work-region__left {
    gap: 24px;
  }
  .work-region__head {
    gap: 12px;
  }
  .work-region__title {
    font-size: 26px;
  }
  .work-region__description {
    font-size: 14px;
  }
  .work-region__cards {
    grid-template-columns: 1fr;
  }
  .work-region__card:last-child {
    grid-column: auto;
  }
  .work-region__btn {
    width: 100%;
    min-width: 0;
  }
  .work-region__map {
    display: none;
  }
  .work-region-card {
    min-height: 0;
    padding: 20px 16px;
    gap: 14px;
  }
  .work-region-card__title {
    font-size: 24px;
  }
  .work-region-card__note {
    position: static;
    transform: none;
    margin-top: -6px;
    font-size: 22px;
    align-self: flex-end;
  }
  .partners {
    padding: 20px 0 60px;
  }
  .partners__container {
    gap: 12px;
  }
  .partners__title {
    font-size: 26px;
  }
  .partners__tab {
    font-size: 14px;
    letter-spacing: 0.56px;
    padding: 14px 8px;
  }
  .partners__slide {
    width: 172px;
  }
  .partners-card__preview {
    height: 140px;
  }
  .partners-card__title {
    font-size: 28px;
  }
  .partners-card__tag {
    white-space: normal;
  }
  .discounts {
    padding: 20px 0 60px;
  }
  .discounts__container {
    gap: 20px;
  }
  .discounts__title {
    font-size: 26px;
  }
  .discounts__slide {
    width: 300px;
  }
  .discounts-card {
    min-height: 340px;
    gap: 28px;
    padding: 20px 16px;
  }
  .discounts-card__badge {
    min-height: 30px;
    font-size: 26px;
  }
  .discounts-card__body {
    gap: 14px;
  }
  .discounts-card__title {
    font-size: 22px;
  }
  .discounts-card__text {
    font-size: 14px;
    line-height: 1.42;
  }
  .directions {
    padding: 20px 0 60px;
  }
  .directions__body {
    gap: 20px;
  }
  .directions__title {
    font-size: 26px;
  }
  .directions-card {
    gap: 12px;
    padding-bottom: 0;
  }
  .directions-card__content {
    gap: 12px;
    padding: 0;
  }
  .directions-card__text {
    gap: 8px;
    padding: 0;
  }
  .directions-card__media {
    height: 220px;
  }
  .directions-card__label {
    font-size: 32px;
  }
  .directions-card__title {
    font-size: 24px;
  }
  .directions-card__description {
    font-size: 14px;
    line-height: 1.42;
  }
  .directions-card__item {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.location {
  padding: 50px 0;
}
.location__head {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 648px;
}
.location__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.location__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}
.location__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  max-width: 898px;
}
.location-card {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.location-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.location-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.location-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}
.location-card__num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.location-card__accent {
  font-family: UKIJ Moy Qelem;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: rgb(249, 183, 27);
}
.location__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 40%;
}
.location__bg img {
  max-width: 100%;
}

.reasons {
  padding-top: 40px;
  padding-bottom: 60px;
  z-index: 3;
}
.reasons__head {
  margin-bottom: 36px;
}
.reasons__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: rgb(255, 255, 255);
}
.reasons-subcard {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 462px;
  min-height: 382px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  opacity: 0;
}
.reasons-subcard__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;
  padding: 20px;
}
.reasons-subcard__content span {
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  color: rgb(255, 255, 255);
}
.reasons-subcard__content img {
  display: block;
}
.reasons-subcard__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reasons-subcard__bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.31%, rgba(0, 0, 0, 0.606452) 20.02%, #000000 100.31%);
  height: 180px;
  z-index: 2;
  content: "";
}
.reasons-subcard__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reasons-card {
  transition: 0.3s;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.reasons-card:hover {
  z-index: 3;
  border-color: rgb(249, 183, 27);
}
.reasons-card:hover .reasons-card__num {
  color: rgb(249, 183, 27);
}
.reasons-card:hover .reasons-subcard {
  opacity: 1;
}
.reasons-card__main {
  display: flex;
  gap: 41px;
}
.reasons-card__num, .reasons-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.calculation {
  padding: 40px 0;
  z-index: 1;
}
.calculation__body {
  padding: 40px;
  background: rgb(255, 255, 255);
}
.calculation__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.calculation__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 116%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
}
.calculation__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  max-width: 400px;
  color: rgb(0, 0, 0);
  display: inline-block;
}
.calculation__top {
  padding-bottom: 24px;
}
.calculation-person {
  display: flex;
  gap: 16px;
  align-items: center;
}
.calculation-person__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calculation-person__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.calculation-person__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.6);
}
.calculation__bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.calculation__bottom .calculation__grid {
  align-items: center;
}
.calculation-contact {
  display: flex;
  gap: 38px;
  align-items: center;
}
.calculation-contact__text, .calculation-contact__btn {
  width: 100%;
}
.calculation-contact__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgb(0, 0, 0);
}
.calculation-contact__btn {
  height: 56px;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.26%);
  align-content: center;
  text-align: center;
  padding: 0 24px;
}
.calculation-contact__btn .hover-text-animation__wrapper {
  padding: 0;
  text-align: center;
}
.calculation-contact__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  justify-content: center;
  display: flex;
  gap: 8px;
  align-items: center;
}
.calculation-contact__btn span::before {
  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='60' height='50' viewBox='0 0 60 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.6283 0.435627C46.7538 3.69707 12.9887 17.683 3.65938 21.4948C-2.59726 23.9364 1.06546 26.2257 1.06546 26.2257C1.06546 26.2257 6.40626 28.0567 10.9848 29.4302C15.5627 30.8036 18.0043 29.2779 18.0043 29.2779L39.5211 14.7806C47.1512 9.59211 45.3202 13.8647 43.4885 15.6964C39.5211 19.6644 32.9592 25.9204 27.4655 30.9566C25.0239 33.0929 26.2443 34.9239 27.3131 35.8398C31.2805 39.1972 42.1157 46.0644 42.7256 46.522C45.9493 48.8043 52.2904 52.0894 53.2549 45.1486L57.0699 21.1902C58.2911 13.1025 59.5115 5.62475 59.6639 3.48843C60.1221 -1.70069 54.6283 0.435627 54.6283 0.435627Z' fill='white'/%3E%3C/svg%3E%0A");
}
.calculation-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.calculation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.calculation-form__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calculation-form__item.required .calculation-form__name {
  position: relative;
}
.calculation-form__item.required .calculation-form__name::after {
  content: "*";
  position: absolute;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(220, 38, 38);
  margin-left: 2px;
}
.calculation-form__item:first-child, .calculation-form__item:last-child {
  grid-column: span 2;
}
.calculation-form__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.calculation-form__input {
  background: rgb(245, 245, 245);
  padding: 0 12px;
  height: 44px;
  align-content: center;
  transition: 0.3s;
  border: none;
  outline: none;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(240, 240, 240);
}
.calculation-form__input:focus {
  border-color: rgb(249, 183, 27);
  background: rgba(255, 255, 255, 0.1);
}
.calculation-form__input:hover {
  background: rgb(240, 240, 240);
}
.calculation-form__input:hover::placeholder {
  color: rgb(0, 0, 0);
}
.calculation-form__input::placeholder {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.calculation-form__submit {
  box-shadow: none;
  outline: none;
  border: none;
  height: 56px;
  align-content: center;
  background: rgb(249, 183, 27);
  transition: 0.3s;
  cursor: pointer;
}
.calculation-form__submit span {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.calculation-form__submit span::after {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M5 12H19M19 12L13 6M19 12L13 18' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.calculation-form__submit .hover-text-animation__wrapper {
  padding: 0;
}
.calculation-form__submit:hover {
  background: rgb(243, 154, 13);
}
.calculation-form__agree {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.calculation-form__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%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' fill='%23F9B71B'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23F9B71B'/%3E%3Cpath d='M5.3335 10.6665L8.00016 13.3332L14.6668 6.6665' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.calculation-form__agree:not(: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%3Crect width='20' height='20' rx='2' fill='%23F0F0F0'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='black' stroke-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.calculation-form__agree::before {
  content: "";
  transition: 0.3s;
  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' fill='%23F5F5F5' fill-opacity='0.5'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%23D0D0D0'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}
.calculation-form__agree span {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(0, 0, 0);
}
.calculation-form__agree span a {
  text-decoration: underline;
}

.is-lab .introduction-card__inner::before {
  display: none;
}

@media (max-width: 1439px) {
  .location__bg {
    max-width: 30%;
    top: 0;
    transform: none;
  }
  .calculation__title {
    max-width: 550px;
  }
  .calculation__title br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .reasons-subcard__content span {
    font-size: 14px;
  }
  .reasons-subcard {
    max-width: 350px;
    min-height: 300px;
  }
  .reasons-card__name {
    max-width: 500px;
  }
  .calculation__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .calculation__title {
    max-width: 900px;
  }
  .calculation-contact__text {
    max-width: 400px;
    align-self: flex-start;
  }
  .calculation-contact {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .reasons-subcard {
    position: relative;
    transform: none;
    opacity: 1;
    margin-top: 16px;
    max-width: none;
    min-height: 320px;
  }
  .reasons-card {
    padding: 16px 0;
  }
  .reasons-subcard__content {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .location__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .location-card {
    padding: 16px;
  }
  .location-card__name br {
    display: none;
  }
  .location__desc {
    max-width: 351px;
  }
  .location__title {
    font-size: 32px;
  }
  .location-card__name {
    font-size: 20px;
  }
  .location__head {
    margin-bottom: 256px;
  }
  .location__bg {
    top: 106px;
    max-width: 100%;
  }
  .location__bg img {
    max-height: 368px;
  }
  .reasons__head {
    margin-bottom: 30px;
  }
  .reasons__title {
    font-size: 32px;
  }
  .reasons-card__main {
    gap: 20px;
  }
  .reasons-card__num,
  .reasons-card__name {
    font-size: 20px;
  }
  .reasons-subcard {
    min-height: 256px;
  }
  .reasons-subcard__content {
    padding: 12px;
  }
  .reasons {
    padding-bottom: 40px;
  }
  .calculation {
    padding: 30px 0;
  }
  .calculation__body {
    padding: 20px;
  }
  .calculation__title {
    font-size: 32px;
  }
  .calculation__desc {
    font-size: 14px;
  }
  .calculation-person__name {
    font-size: 20px;
  }
  .calculation-person__img {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
  .calculation-person__img img {
    max-width: 100%;
  }
  .calculation__grid {
    gap: 20px;
  }
  .calculation-contact {
    gap: 24px;
  }
  .calculation-form__input {
    width: 100%;
  }
}
.navigation-pages {
  display: flex;
  justify-content: space-between;
  gap: 1px;
  position: relative;
  z-index: 2;
  border: 1px solid rgb(255, 255, 255);
}

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

.navigation-pages__link {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 44px;
  flex: 0 0 43px;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  border: 1px solid rgb(255, 255, 255);
}

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

.navigation-pages__link:hover,
.navigation-pages__link.is-active {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.navigation__more {
  border: 1px solid rgb(255, 255, 255);
  height: 44px;
  padding: 0 14px;
  align-content: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
.navigation__more .hover-text-animation__wrapper {
  padding: 0;
}
.navigation__more:hover {
  background: rgb(255, 255, 255);
}
.navigation__more:hover span {
  color: rgb(0, 0, 0);
}
.navigation__more span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

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

.navigation {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding-bottom: 20px;
}

.objects {
  padding: 80px 0 40px;
}
.objects__breadcrumbs {
  margin-bottom: 12px;
}
.objects__head {
  padding: 24px 0;
}
.objects__title {
  font-family: "DINish Condensed";
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.objects__panel {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.objects__tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.objects__tabs::-webkit-scrollbar {
  display: none;
}
.objects__tab-item {
  flex: 0 0 auto;
}
.objects__tab {
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: none;
  padding: 20px 8px;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
  display: block;
  text-decoration: none;
}
.objects__tab.is-active, .objects__tab:hover {
  color: rgb(255, 255, 255);
}
.objects__tab.is-active {
  border-bottom-color: rgb(249, 183, 27);
}
.objects__filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.objects__gallery {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.objects__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.objects__column:nth-child(odd) .objects-card:nth-child(even) {
  height: 380px;
}
.objects__column:nth-child(even) .objects-card:nth-child(odd) {
  height: 380px;
}
.objects__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  pointer-events: none;
}
.objects__bottom {
  padding: 20px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.objects__more {
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.01);
  height: 44px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.objects__more .hover-text-animation__wrapper {
  padding: 0;
}
.objects__more span {
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  display: flex;
}
.objects__more:hover {
  background: rgb(255, 255, 255);
}
.objects__more:hover span {
  color: rgb(0, 0, 0);
}
.objects__more.is-hidden {
  display: none;
}

.objects-card {
  height: 278px;
  display: block;
  overflow: hidden;
  background: rgb(232, 239, 246);
  position: relative;
  z-index: 1;
}
.objects-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: transform 0.5s ease;
}
.objects-card:hover img {
  transform: scale(1.03);
}
.objects-card.is-hidden {
  display: none;
}

.objects-filter {
  position: relative;
}
.objects-filter__trigger {
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: none;
  padding: 20px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  text-decoration: none;
}
.objects-filter__trigger:hover {
  color: rgb(255, 255, 255);
}
.objects-filter__trigger::after {
  content: "";
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E %3Cpath d='M1.13184 1.13184L7.13184 7.13184L13.1318 1.13184' stroke='white' stroke-opacity='1' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  opacity: 0.6;
}
.objects-filter__list {
  position: absolute;
  top: calc(100% - 8px);
  right: 0;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 5;
}
.objects-filter__option {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 12px;
  font-family: "DINish Condensed";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}
.objects-filter__option:hover, .objects-filter__option.is-active {
  color: rgb(255, 255, 255);
}
.objects-filter__item:last-child .objects-filter__option {
  border-bottom: none;
}
.objects-filter.is-open .objects-filter__trigger {
  color: rgb(255, 255, 255);
}
.objects-filter.is-open .objects-filter__trigger::after {
  transform: rotate(180deg);
  opacity: 1;
}
.objects-filter.is-open .objects-filter__list {
  display: block;
}

.objects-pagination {
  display: flex;
  align-items: center;
}
.objects-pagination__link {
  min-width: 41px;
  height: 44px;
  border: 1px solid rgb(255, 255, 255);
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
.objects-pagination__link.is-active {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.objects-pagination__link:hover:not(.is-active) {
  color: rgba(255, 255, 255, 0.7);
}
.objects-pagination__item:first-child .objects-pagination__link {
  border-left: 1px solid rgb(255, 255, 255);
}

.objects-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
}
.objects-modal[hidden] {
  display: none;
}
.objects-modal__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.objects-modal__layout {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 707px;
}
.objects-modal__dialog {
  width: 100%;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  background: rgb(0, 0, 0);
}
.objects-modal__main {
  width: 100%;
}
.objects-modal__gallery {
  position: relative;
  height: 445px;
  background: rgb(232, 239, 246);
  overflow: hidden;
}
.objects-modal__gallery .swiper-wrapper {
  height: 100%;
}
.objects-modal__gallery .swiper-slide {
  height: 100%;
  position: relative;
}
.objects-modal__gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.objects-modal__navigation {
  position: absolute;
  top: 50%;
  left: 11px;
  right: 11px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}
.objects-modal__arrow {
  width: 28px;
  height: 28px;
  display: block;
  background: rgb(0, 0, 0);
  border: none;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
.objects-modal__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.6px solid rgb(255, 255, 255);
  border-right: 1.6px solid rgb(255, 255, 255);
  transform: translate(-50%, -50%) rotate(45deg);
}
.objects-modal__arrow--prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.objects-modal__arrow--next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
.objects-modal__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  display: flex;
  gap: 4px;
  z-index: 3;
}
.objects-modal__progress .swiper-pagination-bullet {
  display: block;
  flex: 1 1 0;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.objects-modal__progress .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.objects-modal__content {
  padding: 12px 24px 36px;
}
.objects-modal__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.objects-modal__date {
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.6);
}
.objects-modal__title {
  font-family: "DINish Condensed";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.26;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.objects-modal__tags {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.objects-modal__tag {
  min-height: 33px;
  padding: 6px 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "DINish Expanded";
  font-size: 14px;
  line-height: 1.5;
}
.objects-modal__tag-label {
  color: rgba(255, 255, 255, 0.6);
}
.objects-modal__tag-value {
  color: rgb(255, 255, 255);
}
.objects-modal__tag-value sup {
  font-size: 9px;
}
.objects-modal__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.objects-modal__text p {
  margin: 0;
  font-family: "DINish Expanded";
  font-size: 14px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
.objects-modal__action {
  height: 56px;
  background: rgb(249, 183, 27);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-family: "DINish Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  transition: 0.3s;
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
}
.objects-modal__action:hover {
  background: rgb(255, 255, 255);
}
.objects-modal__close {
  width: 36px;
  height: 36px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(50px);
  position: absolute;
  top: 20px;
  left: -52px;
  z-index: 2;
  cursor: pointer;
}
.objects-modal__close::before, .objects-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: rgb(255, 255, 255);
}
.objects-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.objects-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1439px) {
  .objects__title {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .objects {
    padding-top: 72px;
  }
  .objects__title {
    font-size: 44px;
  }
  .objects__panel {
    flex-direction: column;
    align-items: flex-start;
  }
  .objects__filters {
    width: 100%;
    justify-content: flex-end;
  }
  .objects__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .objects-modal__layout {
    max-width: 640px;
  }
  .objects-modal__gallery {
    height: 404px;
  }
}
@media (max-width: 767px) {
  .objects {
    padding-top: 68px;
  }
  .objects__head {
    padding: 20px 0;
  }
  .objects__title {
    font-size: 36px;
  }
  .objects__panel {
    gap: 0;
  }
  .objects__tabs {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .objects__filters {
    width: 100%;
    justify-content: space-between;
    gap: 6px;
  }
  .objects__gallery {
    grid-template-columns: 1fr;
  }
  .objects__fade {
    display: none;
  }
  .objects__bottom {
    padding-bottom: 40px;
    gap: 20px;
  }
  .objects-filter {
    width: calc(50% - 3px);
  }
  .objects-filter__trigger {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 12px 6px;
  }
  .objects-filter:nth-child(1) .objects-filter__trigger {
    justify-content: flex-start;
  }
  .objects-filter:nth-child(2) .objects-filter__trigger {
    justify-content: flex-end;
  }
  .objects-filter__list {
    min-width: 100%;
  }
  .objects-pagination__link {
    min-width: 36px;
    height: 40px;
    padding: 8px;
    font-size: 14px;
  }
  .objects__tab {
    padding: 12px 8px;
  }
  .objects-modal {
    padding: 0;
    align-items: center;
  }
  .objects-modal__layout {
    max-width: 100%;
  }
  .objects-modal__dialog {
    max-height: 100vh;
  }
  .objects-modal__close {
    top: 12px;
    left: auto;
    right: 12px;
  }
  .objects-modal__gallery {
    height: 240px;
  }
  .objects-modal__content {
    padding: 12px 16px 20px;
  }
  .objects-modal__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .objects-modal__tag {
    font-size: 13px;
  }
}
@media (max-height: 860px) {
  .objects-modal__dialog {
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .objects-modal__main {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }
  .objects-modal__action {
    flex: 0 0 auto;
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}
.paint-intro__head {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.paint-intro__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.paint-intro__back {
  transition: 0.3s;
  opacity: 0.6;
  margin-bottom: 12px;
}
.paint-intro__back:hover {
  opacity: 1;
}
.paint-intro__back .hover-text-animation__wrapper {
  padding: 0;
}
.paint-intro__back span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  display: flex;
  gap: 8px;
  align-items: center;
}
.paint-intro__back span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-size: contain;
  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 12H19M5 12L11 6M5 12L11 18' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.paint-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.paint-intro__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 59.21%, #000000 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48.61%, rgba(0, 0, 0, 0.6) 68.82%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
.paint-intro__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paint-intro__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 28px;
  max-width: 1100px;
}
.paint-intro__btn {
  height: 56px;
  align-content: center;
  padding: 0 24px;
  background: rgb(249, 183, 27);
  transition: 0.3s;
  display: inline-block;
  width: auto;
}
.paint-intro__btn:hover {
  background: rgb(243, 154, 13);
}
.paint-intro__btn .hover-text-animation__wrapper {
  padding: 0;
}
.paint-intro__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.paint__cards {
  padding-top: 95px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.paint-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.paint-card img {
  max-width: 100%;
}
.paint-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.paint-card__imgs {
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgb(255, 255, 255);
}
.paint-card__imgs img {
  max-width: 30%;
}
.paint-card__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
.paint-card__desc b {
  color: rgb(255, 255, 255);
}

.versus {
  padding: 50px 0;
}
.versus__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 50px;
}
.versus__tabs {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.versus__tabs-icon img {
  max-width: 19px;
}
.versus-tab {
  border: 1px solid rgb(255, 255, 255);
  height: 44px;
  padding: 0 14px;
  align-content: center;
  transition: 0.3s;
  cursor: pointer;
  flex: 1 1 auto;
  text-align: center;
}
.versus-tab.is-active, .versus-tab.is-active:hover {
  background: rgb(249, 183, 27);
  border-color: rgb(249, 183, 27);
}
.versus-tab.is-active span, .versus-tab.is-active:hover span {
  color: rgb(0, 0, 0);
}
.versus-tab .hover-text-animation__wrapper {
  padding: 0;
}
.versus-tab:hover {
  background: rgb(255, 255, 255);
}
.versus-tab:hover span {
  color: rgb(0, 0, 0);
}
.versus-tab:has(input:checked) {
  background: rgb(255, 255, 255);
}
.versus-tab:has(input:checked) span {
  color: rgb(0, 0, 0);
}
.versus-tab span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.versus__label {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: 0.04rem;
  text-align: center;
  text-transform: uppercase;
  color: rgb(249, 183, 27);
}
.versus__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 116%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.versus__grid {
  display: grid;
  grid-template-columns: 1fr 36px 1fr;
  gap: 12px;
}
.versus__icon {
  padding-top: 150px;
  position: sticky;
  top: 80px;
}
.versus__col {
  height: 100%;
  position: relative;
}
.versus-card {
  background: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.versus-card__img {
  position: relative;
  min-height: 184px;
}
.versus-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.versus-card__head {
  padding: 36px;
  background: rgba(255, 255, 255, 0.1);
}
.versus-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.versus-card__icons {
  padding: 2px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.versus-card__icon {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
}
.versus-card__icon span {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  text-align: center;
}
.versus-card__body {
  padding: 36px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 auto;
}
.versus-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}
.versus-card__label {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 144%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.versus-card__advance {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.versus-card__item {
  display: flex;
  gap: 16px;
}
.versus-card__item-num {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgb(255, 255, 255);
}
.versus-card__item-group {
  display: flex;
  flex-direction: column;
}
.versus-card__item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.versus-card__item-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}
.versus-card__finally {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.versus-card__finally-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.versus-card__btn {
  height: 56px;
  align-content: center;
  width: 100%;
  padding: 0 24px;
  background: rgb(249, 183, 27);
  transition: 0.3s;
  display: block;
  text-align: center;
  width: auto;
  margin-top: auto;
}
.versus-card__btn:hover {
  background: rgb(243, 154, 13);
}
.versus-card__btn .hover-text-animation__wrapper {
  padding: 0;
}
.versus-card__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.solution {
  padding: 50px 0;
}
.solution__head {
  margin-bottom: 32px;
}
.solution__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 116%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.solution-table {
  background: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.solution-table__row {
  display: flex;
  gap: 2px;
}
.solution-table__name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.solution-table__name span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.solution-table__head .solution-table__col {
  background: rgba(255, 255, 255, 0.2);
}
.solution-table__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.solution-table__body .solution-table__col {
  background: rgba(255, 255, 255, 0.1);
}
.solution-table__body .solution-table__col:first-child span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.solution-table__body .solution-table__col:not(:first-child) span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.solution-table__col {
  height: auto;
  padding: 12px;
}
.solution-table__col:nth-child(1) {
  width: 50%;
}
.solution-table__col:nth-child(2), .solution-table__col:nth-child(3) {
  width: 25%;
}

.works {
  padding: 50px 0;
}
.works__head {
  margin-bottom: 36px;
}
.works__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 116%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.works-table {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 24px;
}
.works-table:last-child {
  margin-bottom: 0;
}
.works-table__price {
  position: relative;
  z-index: 2;
}
.works-table__price span {
  color: rgb(0, 0, 0) !important;
}
.works-table__price img {
  position: absolute;
  top: -1px;
  left: -6px;
  z-index: -1;
}
.works-table__row {
  display: flex;
  gap: 36px;
}
.works-table__name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.works-table__name span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.works-table__head {
  padding: 8px 0;
}
.works-table__body {
  display: flex;
  flex-direction: column;
}
.works-table__body .works-table__row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  opacity: 0.6;
}
.works-table__body .works-table__row:hover {
  opacity: 1;
  border-color: rgb(249, 183, 27);
}
.works-table__body .works-table__col {
  padding: 12px 0;
}
.works-table__body .works-table__col span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.works-table__col:nth-child(1) {
  width: 50%;
}
.works-table__col:nth-child(1):only-child {
  width: 100%;
}
.works-table__col:nth-child(2), .works-table__col:nth-child(3) {
  width: 25%;
}

.estimate {
  padding: 40px 0;
}
.estimate-slider .swiper-slide {
  height: auto !important;
}
.estimate__head {
  margin-bottom: 35px;
  display: flex;
  gap: 56px;
  align-items: center;
}
.estimate__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.estimate__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
  max-width: 520px;
}
.estimate__col {
  width: 100%;
}
.estimate__title, .estimate__desc {
  width: 100%;
}
.estimate__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.estimate-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.estimate-card__num {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
.estimate-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.estimate-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}

.reviews {
  padding: 60px 0;
  overflow: hidden;
}
.reviews__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 36px;
}
.reviews__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.reviews__body {
  position: relative;
}
.reviews-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.reviews-info__item {
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.1);
  gap: 8px;
  align-items: center;
  display: flex;
}
.reviews-info__score {
  font-family: "DINish Condensed";
  font-weight: 400;
  font-size: 46px;
  line-height: 78%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.reviews-info__group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.reviews-info__stars {
  display: flex;
  gap: 2.5px;
}
.reviews-info__star {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 15px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25483 0.68619C7.44684 0.297192 7.54285 0.102693 7.67318 0.0405504C7.78658 -0.0135168 7.91832 -0.0135168 8.03172 0.0405504C8.16206 0.102693 8.25806 0.297192 8.45007 0.68619L10.2718 4.37671C10.3284 4.49155 10.3568 4.54897 10.3982 4.59355C10.4349 4.63303 10.4789 4.66501 10.5277 4.68773C10.5829 4.71339 10.6463 4.72265 10.773 4.74118L14.8478 5.33677C15.2769 5.39949 15.4915 5.43085 15.5907 5.53565C15.6771 5.62684 15.7178 5.75214 15.7013 5.87667C15.6824 6.01979 15.5271 6.17108 15.2164 6.47366L12.269 9.34448C12.1771 9.43398 12.1311 9.47872 12.1015 9.53196C12.0753 9.5791 12.0584 9.63089 12.0519 9.68445C12.0446 9.74495 12.0554 9.80816 12.0771 9.93457L12.7726 13.9895C12.8459 14.4172 12.8826 14.631 12.8137 14.7579C12.7537 14.8683 12.6471 14.9458 12.5236 14.9687C12.3816 14.995 12.1896 14.894 11.8055 14.692L8.16266 12.7763C8.04916 12.7166 7.9924 12.6868 7.93261 12.675C7.87968 12.6646 7.82523 12.6646 7.77229 12.675C7.7125 12.6868 7.65575 12.7166 7.54224 12.7763L3.89941 14.692C3.51535 14.894 3.32332 14.995 3.18133 14.9687C3.05779 14.9458 2.95119 14.8683 2.89122 14.7579C2.8223 14.631 2.85897 14.4172 2.93232 13.9895L3.62779 9.93457C3.64947 9.80816 3.66031 9.74495 3.65298 9.68445C3.64648 9.63089 3.62964 9.5791 3.6034 9.53196C3.57375 9.47872 3.52781 9.43398 3.43593 9.34448L0.488469 6.47366C0.177816 6.17108 0.0224898 6.01979 0.00358852 5.87667C-0.0128566 5.75214 0.0277706 5.62684 0.114159 5.53565C0.213449 5.43085 0.427997 5.39949 0.857094 5.33677L4.93191 4.74118C5.05864 4.72265 5.122 4.71339 5.17718 4.68773C5.22604 4.66501 5.27002 4.63303 5.3067 4.59355C5.34812 4.54897 5.37646 4.49155 5.43315 4.37671L7.25483 0.68619Z' fill='%23FECA00'/%3E%3C/svg%3E%0A");
}
.reviews-info__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: rgb(255, 255, 255);
}
.reviews-info__btn {
  height: 44px;
  border: 1px solid rgb(255, 255, 255);
  padding: 0 18px;
  align-content: center;
  align-self: flex-start;
  position: relative;
  transition: 0.3s ease-out;
}
.reviews-info__btn:hover {
  background: rgb(255, 255, 255);
}
.reviews-info__btn:hover span {
  color: rgb(0, 0, 0);
}
.reviews-info__btn .hover-text-animation__wrapper {
  padding: 0;
}
.reviews-info__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.reviews-card {
  display: block;
}
.reviews-card img {
  max-width: 100%;
}
.reviews-slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 40px);
  height: 100%;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 5.07%, rgba(0, 0, 0, 0) 92.31%, #000000 100%);
}

.projects {
  padding: 50px 0;
}
.projects__head {
  margin-bottom: 30px;
}
.projects__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.projects-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.projects-tab {
  transition: 0.3s;
  opacity: 0.6;
  padding-bottom: 20px;
  position: relative;
}
.projects-tab.is-active {
  opacity: 1;
}
.projects-tab.is-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgb(249, 183, 27);
}
.projects-tab:hover {
  opacity: 1;
}
.projects-tab span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.projects__grid {
  padding-top: 20px;
  display: grid;
  align-items: flex-start;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.projects__grid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.projects-card {
  display: block;
  position: relative;
}
.projects-card:hover .projects-card__body {
  opacity: 1;
}
.projects-card__date {
  font-family: "DINish Condensed";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.projects-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.projects-card__body {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 12px 12px 24px;
  transition: 0.3s;
  opacity: 0;
}
.projects-card:nth-child(8n+1) .image-slider {
  padding-bottom: 75%;
}
.projects-card:nth-child(8n+2) .image-slider {
  padding-bottom: 100%;
}
.projects-card:nth-child(8n+3) .image-slider {
  padding-bottom: 75%;
}
.projects-card:nth-child(8n+4) .image-slider {
  padding-bottom: 100%;
}
.projects-card:nth-child(8n+5) {
  margin-top: -25%;
}
.projects-card:nth-child(8n+5) .image-slider {
  padding-bottom: 100%;
}
.projects-card:nth-child(8n+6) .image-slider {
  padding-bottom: 75%;
}
.projects-card:nth-child(8n+7) {
  margin-top: -25%;
}
.projects-card:nth-child(8n+7) .image-slider {
  padding-bottom: 100%;
}
.projects-card:nth-child(8n+8) .image-slider {
  padding-bottom: 75%;
}
.projects__more {
  transition: 0.3s;
  opacity: 0.6;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.projects__more:hover {
  opacity: 1;
}
.projects__more .hover-text-animation__wrapper {
  padding: 0;
}
.projects__more span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 8px;
}
.projects__more span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-size: contain;
  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='M21 12C21 16.9706 16.9706 21 12 21C9.69494 21 7.59227 20.1334 6 18.7083L3 16M3 12C3 7.02944 7.02944 3 12 3C14.3051 3 16.4077 3.86656 18 5.29168L21 8M3 21V16M3 16H8M21 3V8M21 8H16' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.explain {
  padding: 40px 0;
}
.explain__head {
  margin-bottom: 56px;
}
.explain__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.explain-card {
  display: flex;
  flex-direction: column;
}
.explain-card:last-child {
  margin-bottom: 0;
}
.explain-card__head {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 20px;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.explain-card__head:not(.is-active):hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4 11.2C22.4 17.3856 17.3856 22.4 11.2 22.4C5.01441 22.4 0 17.3856 0 11.2C0 5.01441 5.01441 0 11.2 0C17.3856 0 22.4 5.01441 22.4 11.2ZM11.2 7C10.6836 7 10.2306 7.2789 9.98646 7.70102C9.5993 8.3703 8.74288 8.59901 8.07359 8.21185C7.40431 7.82469 7.1756 6.96827 7.56276 6.29898C8.28685 5.04725 9.64366 4.2 11.2 4.2C13.5196 4.2 15.4 6.0804 15.4 8.4C15.4 10.2287 14.2313 11.7844 12.6 12.361V12.6C12.6 13.3732 11.9732 14 11.2 14C10.4268 14 9.80002 13.3732 9.80002 12.6V11.2C9.80002 10.4268 10.4268 9.8 11.2 9.8C11.9732 9.8 12.6 9.1732 12.6 8.4C12.6 7.6268 11.9732 7 11.2 7ZM11.2 18.2C11.9732 18.2 12.6 17.5732 12.6 16.8C12.6 16.0268 11.9732 15.4 11.2 15.4C10.4268 15.4 9.8 16.0268 9.8 16.8C9.8 17.5732 10.4268 18.2 11.2 18.2Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
}
.explain-card__head:not(.is-active):hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M16 10V16M16 16V22M16 16H22M16 16L10 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.explain-card__head.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4 11.2C22.4 17.3856 17.3856 22.4 11.2 22.4C5.01441 22.4 0 17.3856 0 11.2C0 5.01441 5.01441 0 11.2 0C17.3856 0 22.4 5.01441 22.4 11.2ZM11.2 7C10.6836 7 10.2306 7.2789 9.98646 7.70102C9.5993 8.3703 8.74288 8.59901 8.07359 8.21185C7.40431 7.82469 7.1756 6.96827 7.56276 6.29898C8.28685 5.04725 9.64366 4.2 11.2 4.2C13.5196 4.2 15.4 6.0804 15.4 8.4C15.4 10.2287 14.2313 11.7844 12.6 12.361V12.6C12.6 13.3732 11.9732 14 11.2 14C10.4268 14 9.80002 13.3732 9.80002 12.6V11.2C9.80002 10.4268 10.4268 9.8 11.2 9.8C11.9732 9.8 12.6 9.1732 12.6 8.4C12.6 7.6268 11.9732 7 11.2 7ZM11.2 18.2C11.9732 18.2 12.6 17.5732 12.6 16.8C12.6 16.0268 11.9732 15.4 11.2 15.4C10.4268 15.4 9.8 16.0268 9.8 16.8C9.8 17.5732 10.4268 18.2 11.2 18.2Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}
.explain-card__head.is-active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M22 16H10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.explain-card__head::before, .explain-card__head::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.explain-card__head::after {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.explain-card__head::before {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4 11.2C22.4 17.3856 17.3856 22.4 11.2 22.4C5.01441 22.4 0 17.3856 0 11.2C0 5.01441 5.01441 0 11.2 0C17.3856 0 22.4 5.01441 22.4 11.2ZM11.2 7C10.6836 7 10.2306 7.2789 9.98646 7.70102C9.5993 8.3703 8.74288 8.59901 8.07359 8.21185C7.40431 7.82469 7.1756 6.96827 7.56276 6.29898C8.28685 5.04725 9.64366 4.2 11.2 4.2C13.5196 4.2 15.4 6.0804 15.4 8.4C15.4 10.2287 14.2313 11.7844 12.6 12.361V12.6C12.6 13.3732 11.9732 14 11.2 14C10.4268 14 9.80002 13.3732 9.80002 12.6V11.2C9.80002 10.4268 10.4268 9.8 11.2 9.8C11.9732 9.8 12.6 9.1732 12.6 8.4C12.6 7.6268 11.9732 7 11.2 7ZM11.2 18.2C11.9732 18.2 12.6 17.5732 12.6 16.8C12.6 16.0268 11.9732 15.4 11.2 15.4C10.4268 15.4 9.8 16.0268 9.8 16.8C9.8 17.5732 10.4268 18.2 11.2 18.2Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}
.explain-card__head::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10V16M16 16V22M16 16H22M16 16L10 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-left: auto;
}
.explain-card__head span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.explain-card__hidden {
  padding: 0 42px;
  padding-bottom: 24px;
}
.explain-card__text p {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
.explain-card__text p:last-child {
  margin-bottom: 0;
}

.materials {
  padding: 40px 0;
}
.materials__btn {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  transition: 0.3s;
  backdrop-filter: blur(40px);
}
.materials__btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.materials__btn .hover-text-animation__wrapper {
  padding: 0;
}
.materials__btn span {
  width: 24px !important;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.materials__prev {
  left: -20px;
}
.materials__prev span {
  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 12H19M5 12L11 6M5 12L11 18' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.materials__next {
  right: -20px;
}
.materials__next span {
  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='%23FFFFFF' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.materials-slider__wrapper {
  position: relative;
}
.materials-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.materials-card:hover .materials-card__head img {
  transform: scale(1.1);
}
.materials-card__head {
  min-height: 248px;
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
}
.materials-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.materials-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.materials-card__name {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.materials-card__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.materials-card__category, .materials-card__date {
  font-family: "DINish Condensed";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.materials-card__category {
  color: rgb(243, 154, 13);
}
.materials-card__date {
  color: rgba(255, 255, 255, 0.6);
}
.materials__head {
  margin-bottom: 36px;
}
.materials__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.survey {
  padding: 40px 0;
}
.survey__grid {
  display: flex;
}
.survey__steps {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.survey__step {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.survey__step.is-active {
  display: block;
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
.survey-info {
  min-height: 537px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
  position: relative;
  padding: 30px;
  max-width: 488px;
  width: 100%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.survey-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.survey-info__bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 17.31%, rgba(0, 0, 0, 0.4) 72.12%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.survey-info__bg img,
.survey-info__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.survey-info__btn {
  height: 56px;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.26%);
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 0 24px;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.survey-info__btn .hover-text-animation__wrapper {
  padding: 0;
}
.survey-info__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  justify-content: center;
  display: flex;
  gap: 8px;
  align-items: center;
}
.survey-info__btn span::before {
  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='60' height='50' viewBox='0 0 60 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.6283 0.435627C46.7538 3.69707 12.9887 17.683 3.65938 21.4948C-2.59726 23.9364 1.06546 26.2257 1.06546 26.2257C1.06546 26.2257 6.40626 28.0567 10.9848 29.4302C15.5627 30.8036 18.0043 29.2779 18.0043 29.2779L39.5211 14.7806C47.1512 9.59211 45.3202 13.8647 43.4885 15.6964C39.5211 19.6644 32.9592 25.9204 27.4655 30.9566C25.0239 33.0929 26.2443 34.9239 27.3131 35.8398C31.2805 39.1972 42.1157 46.0644 42.7256 46.522C45.9493 48.8043 52.2904 52.0894 53.2549 45.1486L57.0699 21.1902C58.2911 13.1025 59.5115 5.62475 59.6639 3.48843C60.1221 -1.70069 54.6283 0.435627 54.6283 0.435627Z' fill='white'/%3E%3C/svg%3E%0A");
}
.survey-info__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.survey-info__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.survey-info__item {
  display: flex;
  gap: 10px;
  position: relative;
}
.survey-info__item::before {
  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%3Crect width='24' height='24' rx='12' fill='%23F9B71B'/%3E%3Cpath d='M6.66797 12.4071L9.95002 15.6663L17.3346 8.33301' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.survey-info__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.survey-main {
  padding: 36px;
  background: white;
  width: calc(100% - 488px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 537px;
  position: relative;
}
.survey__btns {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.survey__done {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: none;
}
.survey__done.is-active {
  display: block;
}
.survey__done .calc-done {
  padding-top: 0;
}
.survey__done * {
  color: rgb(0, 0, 0);
}
.survey__btn {
  height: 56px;
  padding: 0 21px;
  align-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.survey__btn.is-prev {
  border: 1px solid rgb(219, 219, 219);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}
.survey__btn.is-prev span::before {
  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='M5 12H19M5 12L11 6M5 12L11 18' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.survey__btn.is-next, .survey__btn.is-final {
  background: rgb(249, 183, 27);
  border: none;
  outline: none;
  box-shadow: none;
}
.survey__btn.is-next:hover, .survey__btn.is-final:hover {
  background: rgb(243, 154, 13);
}
.survey__btn.is-next span::after, .survey__btn.is-final span::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='M5 12H19M19 12L13 6M19 12L13 18' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.survey__btn.is-final, .survey__btn.is-prev {
  display: none;
}
.survey__btn span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  display: flex;
  gap: 8px;
  align-items: center;
}
.survey__text {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.survey__text span {
  display: inline;
  color: #000;
  background-image: url(/local/templates/common/static/img/general/underline-1.svg);
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: 100% auto;
  padding: 6px;
}
.survey__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 36px;
  margin-top: auto;
  flex-wrap: wrap;
}
.survey .calc-details__grid.is-building {
  grid-template-columns: repeat(5, 1fr);
}
.survey .calc-form__step-title {
  font-size: 36px;
}
.survey .calc-progress {
  padding: 0 0 30px;
  border: none;
}
.survey .calc-progress__top {
  justify-content: space-between;
  display: flex;
}
.survey .calc-form__step-head {
  margin-bottom: 24px;
}
.survey .calc-details__group,
.survey .calc-consent {
  margin-bottom: 30px;
}
.survey .calc-details__group:last-child,
.survey .calc-consent:last-child {
  margin-bottom: 0;
}
.survey .calc-progress__fill {
  width: 25%;
}

.solution-table__head .solution-table__col {
  align-content: center;
}

.solution-table__icon {
  width: 53px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  flex: 0 0 53px;
}
.solution-table__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.estimate-card__icon {
  width: 74px;
  height: 74px;
}
.estimate-card__icon img {
  max-width: 100%;
}

.projects-tabs {
  overflow: auto;
}

.projects-tab span {
  white-space: nowrap;
}

@media (max-width: 1439px) {
  .survey .calc-details__grid.is-building {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) {
  .paint__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-table__head .solution-table__col:first-child {
    display: none;
  }
  .works-table__head .works-table__col:nth-child(1) {
    width: 100%;
  }
  .solution-table__head .solution-table__col {
    width: 50%;
  }
  .survey .calc-details__grid.is-building {
    grid-template-columns: repeat(2, 1fr);
  }
  .works-table__head .works-table__col:not(:first-child) {
    width: calc(50% - 1px);
    padding: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(33.2999992371px);
    -webkit-backdrop-filter: blur(33.2999992371px);
  }
  .solution-table__body .solution-table__row,
  .works-table__body .works-table__row {
    flex-wrap: wrap;
  }
  .works-table__head .works-table__row {
    flex-wrap: wrap-reverse;
    column-gap: 2px;
    row-gap: 12px;
  }
  .works-table__head {
    padding: 0;
  }
  .works-table {
    gap: 13px;
  }
  .solution-table__body .solution-table__row .solution-table__col:first-child,
  .works-table__body .works-table__col:first-child {
    width: 100%;
  }
  .solution-table__body .solution-table__row .solution-table__col {
    width: calc(50% - 1px);
  }
  .works-table__body .works-table__row {
    opacity: 1;
  }
  .works-table__body .works-table__col:first-child {
    padding-bottom: 0;
  }
  .works-table__body .works-table__col:first-child span {
    opacity: 0.6;
  }
  .works-table__body .works-table__row {
    gap: 8px;
  }
  .works-table__body .works-table__col {
    width: calc(50% - 4px);
  }
  .solution-table__body .solution-table__col:not(:first-child) span {
    font-size: 14px;
  }
  .estimate__head {
    flex-direction: column;
    gap: 24px;
  }
  .estimate__title br,
  .estimate__desc br {
    display: none;
  }
  .projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-card .image-slider {
    padding-bottom: 75% !important;
    min-height: 278px;
  }
  .projects-card {
    margin-top: 0 !important;
  }
  .survey .calc-details__grid--coatings {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .versus__col:nth-child(2) {
    display: none;
  }
  .versus__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .versus__col {
    display: none;
  }
  .versus__col.is-active {
    display: block;
  }
  .versus__tabs {
    display: flex;
  }
  .estimate__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-card .image-slider__pagination {
    display: none !important;
  }
  .projects-card__body::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: -1;
  }
  .projects-card__body {
    opacity: 1;
  }
  .materials-card__name br {
    display: none;
  }
  .survey__grid {
    flex-direction: column;
  }
  .survey-info {
    max-width: none;
    min-height: auto;
    position: relative;
    top: 0;
  }
  .survey-main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .paint__cards {
    padding-top: 36px;
  }
  .paint-intro {
    padding-bottom: 20px;
  }
  .paint-intro__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .paint-intro__title br {
    display: none;
  }
  .survey-main {
    padding: 16px;
  }
  .survey .calc-form__step-title {
    font-size: 24px;
  }
  .paint-card {
    padding: 12px;
  }
  .survey__text {
    font-size: 18px;
  }
  .survey__text br {
    display: none;
  }
  .survey__bottom {
    padding-top: 24px;
  }
  .survey__btns {
    width: 100%;
  }
  .survey__btn {
    width: 100%;
    text-align: center;
  }
  .survey-info__title {
    font-size: 32px;
  }
  .survey-info {
    padding: 16px;
  }
  .survey-info__item span {
    font-size: 14px;
  }
  .paint-card__name {
    font-size: 18px;
  }
  .paint-card__desc {
    font-size: 12px;
  }
  .estimate-card {
    padding: 16px;
  }
  .paint-intro__head {
    position: relative;
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px;
    width: calc(100% + 24px);
  }
  .versus {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .versus__title,
  .solution__title {
    font-size: 32px;
  }
  .versus__head {
    margin-bottom: 24px;
  }
  .versus-card__name {
    font-size: 24px;
  }
  .versus-card__icon span {
    font-size: 12px;
  }
  .versus-card__text,
  .versus-card__item-desc,
  .versus-card__finally-text {
    font-size: 14px;
  }
  .versus-card__item-name,
  .versus-card__label {
    font-size: 16px;
  }
  .versus-card__body {
    gap: 20px;
  }
  .versus-card__head,
  .versus-card__body {
    padding: 16px;
  }
  .versus-card__icon {
    min-height: 140px;
    padding: 8px;
  }
  .solution {
    padding: 30px 0;
  }
  .solution-table__name span {
    font-size: 16px;
  }
  .solution-table__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .solution-table__name span {
    font-size: 20px;
  }
  .works-table__body .works-table__col span {
    font-size: 14px;
  }
  .works__title {
    font-size: 32px;
    text-align: center;
  }
  .works__head {
    margin-bottom: 24px;
  }
  .works {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .estimate__title {
    font-size: 32px;
  }
  .estimate__desc {
    font-size: 14px;
  }
  .estimate__head {
    margin-bottom: 30px;
  }
  .estimate-card__icon {
    width: 48px;
    height: 48px;
  }
  .reviews__title {
    font-size: 32px;
  }
  .reviews-info {
    flex-direction: column;
    width: 100%;
  }
  .reviews-info__item {
    width: 100%;
  }
  .reviews-info__btn {
    margin-left: auto;
  }
  .reviews-info__logo {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
  .reviews-info__logo img {
    max-width: 100%;
  }
  .reviews-info__score {
    font-size: 36px;
  }
  .reviews-info__desc {
    font-size: 12px;
  }
  .reviews-info__btn {
    height: 28px;
  }
  .reviews-info__btn span {
    font-size: 12px;
  }
  .reviews-info__star {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }
  .projects__title {
    font-size: 32px;
  }
  .projects-tabs {
    justify-content: flex-start;
  }
  .projects-card__date {
    font-size: 14px;
  }
  .projects-card__name {
    font-size: 18px;
  }
  .explain__title {
    font-size: 32px;
  }
  .explain__head {
    margin-bottom: 36px;
  }
  .explain-card__head span {
    font-size: 18px;
  }
  .explain-card__text p {
    font-size: 14px;
  }
  .materials__title {
    font-size: 32px;
  }
  .materials-card__name {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .materials__btn {
    display: none;
  }
  .reviews,
  .projects,
  .materials {
    padding: 30px 0;
  }
}
@media (max-width: 560px) {
  .projects__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .paint-card__imgs {
    flex-wrap: wrap;
  }
  .paint-card__imgs img {
    max-width: none;
    width: 46%;
  }
}
.previous {
  position: fixed;
  z-index: 10;
  top: 100px;
  left: 20px;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s;
  backdrop-filter: blur(40px);
}
.previous.is-absolute {
  position: absolute;
  top: 12px;
  left: 0;
}
.previous .hover-text-animation__wrapper {
  padding: 0;
}
.previous span {
  width: 24px !important;
  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='M5 12H19M5 12L11 6M5 12L11 18' stroke='black' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .previous {
    width: 28px;
    height: 28px;
    left: 12px;
  }
}
.product {
  padding-top: 80px;
  padding-bottom: 80px;
}
.product__head {
  margin-bottom: 30px;
}
.product__grid {
  display: flex;
  gap: 46px;
}
.product__col {
  min-width: 0;
  width: 100%;
}
.product-slider {
  overflow: hidden;
  margin-bottom: 8px;
}
.product-slider__wrapper {
  position: relative;
}
.product-slider__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}
.product-slider__prev span {
  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 12H19M5 12L11 6M5 12L11 18' stroke='%23404040' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.product-slider__next span {
  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='%23404040' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.product-slider__btn {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slider__btn .hover-text-animation__wrapper {
  padding: 0;
}
.product-slider__btn span {
  width: 24px !important;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-slider__card {
  position: relative;
  padding-bottom: 75%;
}
.product-slider__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumbs__card {
  position: relative;
  padding-bottom: 88%;
}
.product-thumbs__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumbs__slider .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5;
}
.product-thumbs__slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-main__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 16px;
  margin-bottom: -10px;
}
.product-main__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product__subtitle {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.product-variants__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-variants__item {
  border: 1px solid rgb(255, 255, 255);
  height: 36px;
  padding: 0 14px;
  align-content: center;
  cursor: pointer;
}
.product-variants__item:hover {
  background: rgb(255, 255, 255);
}
.product-variants__item:hover span {
  color: rgb(0, 0, 0);
}
.product-variants__item:has(input:checked) {
  background: rgb(255, 255, 255);
}
.product-variants__item:has(input:checked) span {
  color: rgb(0, 0, 0);
}
.product-variants__item span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.product-variants__link {
  display: block;
  align-content: center;
  height: 56px;
  padding: 0 24px;
  background: rgb(255, 255, 255);
}
.product-variants__link span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.product__show {
  transition: 0.3s;
  opacity: 0.6;
  cursor: pointer;
}
.product__show:hover {
  opacity: 1;
}
.product__show .hover-text-animation__wrapper {
  padding: 0;
}
.product__show span {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.product__show span::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='M6 9L12 15L18 9' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.product-chars__list {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 67px;
  overflow: hidden;
}
.product-chars__list.is-visible {
  height: auto;
}
.product-chars__item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.product-chars__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.product-chars__item-col {
  width: 100%;
}
.product-chars__item-col:first-child {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.product-chars__item-col:first-child span {
  background: rgb(0, 0, 0);
  padding-right: 10px;
}
.product-chars__item-col:first-child::before {
  content: ".  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.product-desc {
  display: flex;
  flex-direction: column;
}
.product-desc__text {
  height: 50px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: 0.3s;
}
.product-desc__text.is-visible {
  height: auto;
}
.product-desc__text p {
  margin-bottom: 16px;
  font-family: "DINish Expanded";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.product-desc__text p:last-child {
  margin-bottom: 0;
}
.product-price {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.product-price__item {
  position: relative;
  z-index: 2;
}
.product-price__item img {
  position: absolute;
  top: -2px;
  left: -7px;
  z-index: -1;
}
.product-price__item span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.product-price__item.is-prev span {
  font-weight: 400;
  text-decoration: line-through;
  color: rgb(255, 255, 255);
}
.product-price__item:not(.is-prev) span {
  display: inline;
  background-image: url(/local/templates/common/static/img/general/underline-2.svg);
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: 100% auto;
  padding: 0 4px 4px 4px;
}
.product__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 116%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.product__code {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}
.product__share {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  opacity: 0.6;
  transition: 0.3s;
}
.product__share:hover {
  opacity: 1;
}
.product__share .hover-text-animation__wrapper {
  padding: 0;
}
.product__share span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product__share span::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%3Cg clip-path='url(%23clip0_2002_24325)'%3E%3Cpath d='M13.5058 6.66506C14.1962 7.8608 15.7251 8.27048 16.9209 7.58013C18.1166 6.88977 18.5263 5.3608 17.8359 4.16506C17.1456 2.96933 15.6166 2.55964 14.4209 3.25C13.2251 3.94036 12.8155 5.46933 13.5058 6.66506ZM13.5058 6.66506L7.44363 10.1651M6.71167 12.8973C7.00949 12.1987 6.98656 11.3734 6.57761 10.6651C5.88725 9.46933 4.35827 9.05964 3.16254 9.75C1.96681 10.4404 1.55712 11.9693 2.24748 13.1651C2.93784 14.3608 4.46681 14.7705 5.66254 14.0801C6.14994 13.7987 6.50674 13.378 6.71167 12.8973ZM6.71167 12.8973L13.857 16.6118M13.857 16.6118C13.3813 17.371 13.3305 18.3614 13.8097 19.1913C14.5 20.3871 16.029 20.7968 17.2247 20.1064C18.4205 19.4161 18.8301 17.8871 18.1398 16.6913C17.4494 15.4956 15.9205 15.0859 14.7247 15.7763C14.3589 15.9875 14.0667 16.2772 13.857 16.6118Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2002_24325'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.product-same {
  padding-bottom: 40px;
}
.product-same .image-slider {
  padding-bottom: 94%;
  min-height: 220px;
}
.product-same__wrapper {
  position: relative;
}
.product-same__slider {
  overflow: hidden;
}
.product-same__title {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.product-same__head {
  margin-bottom: 36px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-same__card {
  display: flex;
  flex-direction: column;
}
.product-same__card-body {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-same__card-prices {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-same__card-newprice {
  color: rgb(0, 0, 0);
  position: relative;
  z-index: 2;
}
.product-same__card-newprice span {
  display: inline;
  font-weight: 700;
  background-image: url(/local/templates/common/static/img/general/underline-2.svg);
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: 100% auto;
  padding: 0 4px 4px 4px;
}
.product-same__card-oldprice span {
  color: rgb(255, 255, 255);
  text-decoration: line-through;
  font-weight: 400;
}
.product-same__card-oldprice span, .product-same__card-newprice span {
  font-family: "DINish Condensed";
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-same__card-name, .product-same__card-price {
  font-family: "DINish Condensed";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.product-same__card-price {
  font-weight: 700;
  text-transform: uppercase;
}
.product-same__prev {
  left: -20px;
}
.product-same__prev span {
  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 12H19M5 12L11 6M5 12L11 18' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.product-same__next {
  right: -20px;
}
.product-same__next span {
  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='%23FFFFFF' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.product-same__btn {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  transition: 0.3s;
  backdrop-filter: blur(40px);
}
.product-same__btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-same__btn .hover-text-animation__wrapper {
  padding: 0;
}
.product-same__btn span {
  width: 24px !important;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-same__all {
  border: 1px solid rgb(255, 255, 255);
  height: 36px;
  padding: 0 14px;
  align-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.product-same__all .hover-text-animation__wrapper {
  padding: 0;
}
.product-same__all:hover {
  background: rgb(255, 255, 255);
}
.product-same__all:hover span {
  color: rgb(0, 0, 0);
}
.product-same__all:has(input:checked) {
  background: rgb(255, 255, 255);
}
.product-same__all:has(input:checked) span {
  color: rgb(0, 0, 0);
}
.product-same__all span {
  font-family: "DINish Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.product-thumbs {
  opacity: 0;
  animation: fadeIn 0.5s 0.3s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.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:has(img:only-child) .image-slider__pagination {
  display: none;
}
.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__pagination::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 110px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.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;
}

@media (max-width: 1023px) {
  .product__grid {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .product__grid {
    gap: 16px;
  }
  .product-slider__card {
    min-height: 275px;
  }
  .product-thumbs__card {
    min-height: 39px;
  }
  .product__code,
  .product__share {
    font-size: 12px;
  }
  .product__share span::after {
    width: 20px;
    height: 20px;
  }
  .product__title {
    font-size: 32px;
  }
  .product-price__item span {
    font-size: 24px;
  }
  .product-price__item img {
    max-width: calc(100% + 22px);
    left: -11;
  }
  .product-main {
    gap: 20px;
  }
  .product__subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .product-variants__link {
    height: 44px;
    white-space: nowrap;
  }
  .product-variants__grid {
    overflow: auto;
    flex-wrap: nowrap;
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
  .product-variants__grid .product-variants__link:first-child,
  .product-variants__grid .product-variants__item:first-child {
    margin-left: 12px;
  }
  .product-desc__text p,
  .product-chars__item span {
    font-size: 14px;
  }
  .container {
    padding: 0 12px;
  }
  .product {
    padding-bottom: 44px;
  }
  .product-same__title {
    font-size: 32px;
  }
  .product-same__head {
    margin-bottom: 30px;
  }
  .product-same__card-name,
  .product-same__card-price {
    font-size: 16px;
  }
  .product-same {
    padding-bottom: 20px;
  }
}