 @charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  scrollbar-color: #DE1116 #222;
  scrollbar-width: thin;
}
::-webkit-scrollbar-thumb {
  background-color: #DE1116;
}
::-webkit-scrollbar-track {
  background-color: #222;
}
::-webkit-scrollbar-button {
  display: none;
  background-color: #DE1116;
}
::-webkit-scrollbar {
  width: 8px;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  min-height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  background: 0 0;
  font-family: inherit;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),
    url(../fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"),
    url(../fonts/Montserrat-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"),
    url(../fonts/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"),
    url(../fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"),
    url(../fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: TitilliumWeb;
  font-display: swap;
  src: url(../fonts/TitilliumWeb-Bold.woff2) format("woff2"),
    url(../fonts/TitilliumWeb-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TitilliumWeb;
  font-display: swap;
  src: url(../fonts/TitilliumWeb-Regular.woff2) format("woff2"),
    url(../fonts/TitilliumWeb-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBoldItalic.woff2) format("woff2"),
    url(../fonts/Montserrat-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
}
.slider-next,
.slider-prev {
  display: flex;
  position: absolute;
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  background: 0 0;
  opacity: 1;
}
.slider-next svg,
.slider-prev svg {
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: color 0.3s ease 0s;
}
.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
  opacity: 0;
}
.slider-next:active,
.slider-prev:active {
  transform: scale(0.9);
}
.slider-prev {
  left: 40px;
}
.slider-next {
  right: 40px;
}
.btn {
  min-width: 300px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  background: #535a5e;
  padding: 8px 16px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn span {
  z-index: 2;
  cursor: pointer;
  display: inline-block;
}
.btn:active span {
  transform: scale(0.95);
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: #464c4f;
  z-index: 1;
  transform: translateX(-100%);
}
.btn-red {
  background:rgba(222, 17, 22, 1);
}
.btn-red::before {
  background:  #DE1116;
}
@keyframes bounce {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-8%);
  }
  80% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
.title {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 123%;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 985px;
  will-change: transform, opacity;
  backface-visibility: hidden;
  perspective: 1000px;
}
.title img {
  height: 1.1cap;
  vertical-align: baseline;
}
.subtitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
  max-width: 582px;
  will-change: transform, opacity;
  backface-visibility: hidden;
  perspective: 1000px;
}
.request-form {
  width: 100%;
  max-width: 600px;
}
.request-form__area {
  width: 100%;
}
.request-form__area input {
  width: 100%;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  background: rgba(255, 255, 255, 0.2);
  height: 60px;
  padding: 10px 40px;
  border: 1px solid transparent;
}
.request-form__area input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.request-form__area input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.request-form__area input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 8px #535a5e;
}
.request-form__area input:user-invalid {
  border-color: #DE1116;
}
.request-form__area:not(:last-child) {
  margin-bottom: 20px;
}
.request-form__send .btn {
  width: 100%;
}
.breadcrumbs {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
.breadcrumbs a,
.breadcrumbs span {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
.breadcrumbs a {
  transition: all 0.3s ease 0s;
}
.input {
  background: rgba(255, 255, 255, 0.2);
  height: 60px;
  width: 100%;
  max-width: 564px;
  display: flex;
  align-items: center;
  padding: 10px 36px;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  border: 1px solid transparent;
  transition: all 0.2s ease 0s;
}
.input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.input:user-invalid {
  border-color: #DE1116;
}
.textarea {
  background: rgba(255, 255, 255, 0.2);
  min-height: 160px;
  width: 100%;
  max-width: 564px;
  display: flex;
  align-items: center;
  padding: 10px 36px;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  border: 1px solid transparent;
  transition: all 0.2s ease 0s;
  resize: none;
}
.textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.textarea:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.textarea:user-invalid {
  border-color: #DE1116;
}
.custom-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-checkbox:active .custom-checkbox__icon {
  transform: scale(0.95);
}
.custom-checkbox__input {
  display: none;
}
.custom-checkbox__input:checked + .custom-checkbox__icon::before {
  opacity: 1;
}
.custom-checkbox__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  position: relative;
}
.custom-checkbox__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: url(../img/icons/icon-check.svg) center/80% 80% no-repeat;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.custom-checkbox__text {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.constructor__options .custom-checkbox__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-checkbox__text span {
  display: block;
  font-weight: 400;
  line-height: 160%;
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 40px;
  width: 32px;
  height: 32px;
  pointer-events: none;
  background: url(../img/icons/icon-chevron.svg) center/80% 80% no-repeat;
  transition: all 0.3s ease 0s;
}
.custom-select.active::after {
  transform: rotate(180deg);
}
.custom-select select {
  width: 100%;
  height: 64px;
  padding-inline: 40px 90px;
  border: 1px solid transparent;
  background: rgba(47, 50, 52, 0.5);
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease 0s;
  line-height: 120%;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.custom-select select:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.custom-select select:focus-within {
  border-color: transparent;
  box-shadow: none;
}
.custom-select select:disabled {
  background-color: #eee;
  color: #aaa;
  cursor: not-allowed;
  border-color: #ddd;
}
.custom-select option {
  padding: 12px;
  background-color: #2f3234;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.custom-select option:hover {
  background-color: red !important;
}
.file-upload {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #2f3234;
  padding: 6px 45px;
  border: 1px solid transparent;
  cursor: pointer;
}
.file-upload:active {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.file-upload__input {
  display: none;
}
.file-upload__icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
.file-upload__icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.file-upload__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.calendar {
  width: 100%;
}
.calendar .air-datepicker {
  width: 420px;
  border-radius: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  box-sizing: border-box;
  border: 1px solid #2f3234;
  background: #737678;
}
.calendar .air-datepicker-nav {
  min-height: 60px;
  background: #2f3234;
  border: none;
}
.calendar .air-datepicker-nav--title i {
  color: #fff;
}
.calendar .air-datepicker-nav--action svg {
  transform: scale(2);
}
.calendar .air-datepicker-nav--title {
  border-radius: 0;
  border: none;
}
.calendar .air-datepicker-body--day-names {
  min-height: 60px;
  margin: 0;
  color: #fff;
  background: rgba(47, 50, 52, 0.5);
}
.calendar .air-datepicker-body--day-name {
  color: #fff;
}
.calendar .air-datepicker--content {
  padding: 0;
}
.calendar .air-datepicker-cell {
  min-height: 60px;
  border-radius: 0;
}
.calendar .air-datepicker-cell.-selected- {
  background: #DE1116;
}
.calendar .air-datepicker-cell.-current- {
  color: #fff;
  background: rgba(47, 50, 52, 0.1176470588);
  text-decoration: underline;
}
.calendar .air-datepicker-cell.-disabled- {
  cursor: not-allowed;
}
.calendar .air-datepicker-cell.-other-month- {
  color: #aeaeae;
}
.calendar .air-datepicker-body--cells.-days- {
  grid-auto-rows: 60px;
}
.status {
  padding: 4px 8px;
}
.status-preorder {
  background-color: #2f3234;
}
.status-unpaid {
  background-color: #DE1116;
}
.status-production {
  background-color: #143151;
}
.status-ready {
  background-color: #37432f;
}
.status-shipping {
  background-color: #DE1116;
}
.status-shipped {
  background-color: #575144;
}
.status-received {
  background-color: #737678;
}
.no-valid {
  padding-inline: 8px;
  font-size: 16px;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: auto;
  display: inline-block;
  background: #DE1116;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0) 100%
  );
}
.header.bg {
  background: 0 0;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f3234;
  max-width: 0;
  transition: all 0.3s linear 0s;
  transform-origin: right;
}
.header__logo {
  display: none;
}
.header__logo-icon {
  display: none;
}
.header__loc {
  position: absolute;
  bottom: 55px;
  left: calc((100vw - 1440px) / 2);
}


.header__tel {
	font-size: 16px;
    font-weight: 700;
    display: flex;
    column-gap: 12px;
    align-items: center;
	cursor: pointer;
	position: absolute;
    bottom: 59px;
    right: calc((100vw - 592px) / 2);
}


.header__loc button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s ease 0s;
}
.header__loc button svg {
  width: 20px;
  height: 20px;
}
.header__loc-icon-mob {
  display: none;
}
.header__cart {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 120.833333%;
  text-transform: uppercase;
  justify-content: center;
  margin: 12px 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.header__cart svg {
  width: 27px;
  height: 24px;
}
.menu {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  padding: 15px 0;
}
.menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -80px;
  width: calc(100% + 160px);
  height: calc(100% + 20px);
  background: #2f3234;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.menu.bg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu.bg::before {
  opacity: 1;
}
.menu nav {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 46px;
}
.menu ul {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 0%;
  border-bottom: 1px solid #fff;
  margin-top: -55px;
}
.menu a {
  color: #fff;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 700;
  line-height: 152.941176%;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
  white-space: nowrap;
}
.menu a span {
  display: inline-block;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 9px;
  font-family: TitilliumWeb;
}
.menu a[data-submenu] {
  position: relative;
}
.menu a[data-submenu]::after {
  content: "";
  display: block;
  position: absolute;
  top: 99%;
  height: 100px;
  left: 0;
  width: 100%;
  display: none;
}
.menu a.active {
  color: #c92a35;
}
.menu a.active span {
  transform: rotate(90deg);
}
.menu a.active::after {
  display: block;
}
.menu__icon {
  display: none;
  will-change: transform;
}
.menu__logo-icon {
  max-width: 145px;
}
.no-webp .submenu {
  background-image: url(../img/menu/bg-left.png), url(../img/menu/bg-right.png);
}
.submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 200px;
  z-index: -2;
  background: #2f3234;
  overscroll-behavior: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50px);
  background-repeat: no-repeat, no-repeat;
  transition: all 0.5s ease 0s;
  transform-origin: top;
  background-position: -10px 200px, 100% 100%;
  background-size: 160px auto, 260px auto;
}
.submenu.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.submenu__wrapper {
  position: relative;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.submenu__row {
  padding: 46px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.submenu__row:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.submenu__item {
  flex: 0 1 33.333%;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.submenu__item-image {
  width: 100%;
  height: 213px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
  transition: all 0.3s ease 0s;
}
.submenu__item-name {
  display: inline-block;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333333%;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.decore__line {
  display: block;
  width: 100%;
  height: 28px;
  z-index: 2;
  background: linear-gradient(90deg, #DE1116, rgba(134, 26, 34, 0) 100%);
}
.footer {
  background: url(/wp-content/uploads/2025/10/footer-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;

}
.footer:before{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,.5);
}
.footer__main {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.footer__logo {
  max-width: 280px;
}
.footer__socials {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer__social {
  width: 44px;
  height: 44px;
}
.footer__social svg {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.3s ease 0s;
}
.footer__menu {
  grid-row: span 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}
.footer__menu-group a {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
}
.footer__menu-group ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__menu-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 122.222222%;
  margin-bottom: 40px;
}
.footer__request {
  max-width: 370px;
}
.footer__request-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 122.222222%;
  margin-bottom: 40px;
}
.footer__request-policy {
  margin-top: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: #fff;
}
.footer__request-policy a {
  font-weight: 700;
  line-height: 125%;
  color: #fff;
}
.footer__att {
  padding: 40px 0 60px;
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  position: relative;
  z-index: 9;
}
  .footer__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 1481px;
  width: 1257px;
  max-width: 100%;
  opacity: 0.2;
  pointer-events: none;
  display: none;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}  
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: rgba(47, 50, 52, 0.8);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-height: 100vh;
  overflow-y: auto;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.popup.opened {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup .popup-body {
  position: relative;
  width: min(100% - 30px, 960px);
  margin-inline: auto;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
  background: #a2a1a0;
}
.popup .popup-close:not(.btn) {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.popup .popup-close:not(.btn) svg {
  width: 100%;
  height: 100%;
  color: rgba(47, 50, 52, 0.4);
}
.city-popup__body {
  background: #a2a1a0;
  width: min(100% - 30px, 960px);
  margin-inline: auto;
  padding: 40px 50px;
}
.city-popup__title {
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 120.833333%;
  text-transform: uppercase;
}
.city-popup__items {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}
.city-popup__col {
  flex: 0 1 33.333%;
}
.city-popup__col:first-child .city-popup__item:first-child {
  font-weight: 700;
}
.city-popup__item {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 260%;
  cursor: pointer;
  width: auto;
  transition: color 0.3s ease 0s;
}
.city-popup__search-form {
  max-width: 580px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(47, 50, 52, 0.5);
}
.city-popup__search-form button {
  display: block;
  position: absolute;
  top: 16px;
  right: 40px;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.city-popup__search-form button svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.city-popup__search-form input {
  width: 100%;
  height: 64px;
  padding-inline: 40px;
  background: 0 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  transition: all 0.2s ease 0s;
  line-height: 120%;
  border-radius: 0;
}
.city-popup__search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.city-popup__search-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.city-popup__search-form input:focus {
  border: 1px solid #fff;
}
.city-popup__close {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.city-popup__close svg {
  color: rgba(47, 50, 52, 0.4);
}
.thanks-popup__body {
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
  background: #a2a1a0;
  width: min(100% - 30px, 840px);
  margin-inline: auto;
  padding: 60px;
  font-family: Montserrat;
  text-align: center;
}
.thanks-popup__title {
  color: #2f3234;
  font-size: 32px;
  font-weight: 700;
  line-height: 121.875%;
  margin-bottom: 16px;
}
.thanks-popup__subtitle {
  color: #2f3234;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
  max-width: 560px;
  margin-inline: auto;
}
.thanks-popup__buttons {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 640px;
  margin-inline: auto;
}
.thanks-popup__buttons .btn {
  min-height: 80px;
  font-size: 20px;
}
.thanks-popup__close {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.thanks-popup__close svg {
  color: rgba(47, 50, 52, 0.4);
}
.cooperation-popup__body {
  padding: 60px 40px;
}
.cooperation-popup__title {
  margin-bottom: 40px;
  color: #2f3234;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 121.875%;
  text-align: center;
}
.cooperation-popup__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 20px;
}
.cooperation-popup__form button[type="submit"] {
  grid-column: span 2;
  text-align: center;
  width: 360px;
  margin-inline: auto;
  height: 80px;
}
.popup-form {
  width: 100%;
}
.popup-form__area {
  width: 100%;
}
.popup-form__area input {
  background: rgba(47, 50, 52, 0.5019607843);
  height: 64px;
  max-width: 100%;
}
.login-popup__body {
  padding: 60px 40px;
}
.login-popup__title {
  margin-bottom: 40px;
  color: #2f3234;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 121.875%;
  text-align: center;
}
.login-popup__form {
  max-width: 430px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.login-popup__form button {
  height: 80px;
}
.order-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(47, 50, 52, 0.8);
  max-height: 100vh;
  overflow-y: auto;
  padding: 40px 0;
}
.order-popup__body {
  width: min(100% - 30px, 840px);
  margin-inline: auto;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
  background: #6d7073;
  position: relative;
  padding: 64px 16px 40px;
}
.order-popup__body dd {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}
.order-popup__body dd:not(:first-child) {
  margin-top: 16px;
}
.order-popup__body dt {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
.order-popup__body a {
  padding-top: 10px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
}
.order-popup__body a svg {
  width: 20px;
  height: 24px;
  color: #fff;
}
.order-popup__body .status {
  display: inline;
  width: auto;
}
.order-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.order-popup__close svg {
  width: 20px;
  height: 20px;
  color: rgba(47, 50, 52, 0.4);
}
.no-stock-popup__body {
  padding: 60px 60px 100px;
}
.no-stock-popup__title {
  text-align: center;
  color: #2f3234;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 16px;
  font-weight: 700;
}
.no-stock-popup__subtitle {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 28px;
  color: #2f3234;
}
@media (max-width: 767px) {
  .no-stock-popup__body {
    padding: 64px 16px 60px;
  }
  .no-stock-popup__title {
    font-size: 20px;
  }
  .no-stock-popup__subtitle {
    font-size: 16px;
  }
}
.exit-popup__body {
  padding: 60px;
}
.exit-popup__title {
  max-width: 460px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 16px;
  font-size: 32px;
  color: #2f3234;
  font-weight: 700;
  line-height: 100%;
}
.exit-popup__subtitle {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 40px;
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  color: #2f3234;
}
.exit-popup__buttons {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 640px;
  margin-inline: auto;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  min-height: 100%;
  height: auto;
  background: #2f3234;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
body::after {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  pointer-events: none;
  z-index: 4;
}
body.no-scroll {
  overflow: hidden;
  position: relative;
}
body.no-scroll::after {
  display: block;
}
body.popup-open {
  overflow: hidden;
}
body.no-scrolling {
  overflow: hidden;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #2f3234;
  position: relative;
}
main {
  flex: 1 1 auto;
}
.container {
  width: min(100% - 160px, 1440px);
  margin-inline: auto;
}
.hero {
  width: 100%;
  height: 100%;
}
.hero__slider {
  width: 100%;
  position: relative;
  min-height: 750px;
  max-height: 1080px;
}
.hero__slider-wrapper {
  width: 100%;
  height: 100vh;
}
.hero__slide {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  min-height: 750px;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.no-webp .welcome {
  background-image: url(../img/welcome-bg.png);
}
.welcome {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.welcome__body {
  padding-top: 80px;
}
.welcome__info {
  margin-bottom: 52px;
}
.welcome__advatages {
  display: flex;
  gap: 70px;
}
.welcome__advatage {
  flex: 0 1 33.333%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  min-height: 314px;
  padding: 40px 22px;
}
.welcome__advatage-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.welcome__advatage-number img {
  max-width: 42px;
}
.welcome__advatage-name {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
}
.welcome__advatage-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-transform: uppercase;
  max-width: 600px;
}
.boats__slider-next,
.boats__slider-prev {
  top: calc(42% - 18px);
}
.boats__slider-next svg,
.boats__slider-prev svg {
  color: rgba(255, 255, 255, 0.3019607843);
}
.boats__slide {
  display: flex;
}
.boats__slide:nth-child(even) {
  flex-direction: row-reverse;
}
.boats__slide:nth-child(1) .boats__slide-info {
  background-image: url(../img/boats/bg.svg);
  background-position: center -200px;
  background-size: 120% auto;
  background-repeat: no-repeat;
}
.boats__slide:nth-child(2) .boats__slide-info {
  background-image: url(../img/boats/bg-big.svg);
  background-position: 0 -80px;
  background-size: 120% auto;
  background-repeat: no-repeat;
}
.boats__slide-image {
  flex: 0 1 50%;
  width: 100%;
  overflow: hidden;
}
.boats__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 2s linear 0s;
  scale: 1.2;
}
.boats__slide-info {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px;
}
.boats__slide-name {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 14px;
}
.boats__slide-name img {
  max-width: 300px;
}
.boats__slide-characteristics {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.boats__slide-characteristic {
  flex: 0 1 33.33%;
  padding-inline: 20px;
}
.boats__slide-characteristic:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.boats__slide-value {
  font-size: 32px;
  font-weight: 500;
  line-height: 121.875%;
  margin-bottom: 8px;
}
.boats__slide-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.boats__slide-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.boats__slide-button {
  min-width: unset;
  width: 100%;
  max-width: 278px;
}
.no-webp .technologies {
  background-image: url(../img/welcome-bg.png);
}
.technologies {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.technologies__body {
  padding: 100px 0;
  display: flex;
  align-items: center;
}
.technologies__image {
  flex: 0 1 50%;
  width: 100%;
  overflow: hidden;
}
.technologies__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s linear 0s;
  display: block;
}
.technologies__info {
  flex: 0 1 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
}
.technologies-revers .technologies__body {
  flex-direction: row-reverse;
}
.dealer__body {
  display: flex;
  align-items: center;
}
.dealer__info {
  flex: 0 1 50%;
  padding: 60px;
}
.dealer__map {
  flex: 0 1 50%;
  width: 100%;
}
/* #map {
  width: 100%;
  height: auto;
  min-height: 600px;
  position: relative;
} */
#marker-info-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
}
.marker-info {
  background: #858583;
  padding: 20px;
  max-width: 406px;
  font-family: Montserrat;
}
.marker-info h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.marker-info p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 16px;
}
.marker-info a {
  font-family: Montserrat;
  font-style: italic;
  text-decoration: underline;
  color: #fff;
  font-size: 20px;
}
.gm-style-iw-chr,
.gm-svpc,
.gmnoprint {
  display: none !important;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}
.gm-style-iw.gm-style-iw-c {
  border-radius: 0 !important;
}
.gm-style-iw-tc {
  filter: none !important;
}
.gm-style-iw-d {
  border-radius: 0 !important;
  background: 0 0 !important;
  overflow: hidden !important;
}
.gm-style .gm-style-iw-tc::after {
  background: #858583 !important;
  box-shadow: none !important;
}
.gallery-block {
  background: #535a5e;
}
.gallery-block__body {
  padding: 60px 0 70px;
}
.gallery-block__title {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 1440px;
  margin-inline: auto;
}
.gallery-block__title a {
  display: inline-flex;
  background: #2f3234;
  margin-left: 40px;
}
.gallery-block__title a::before {
  background: #1c1e1f;
}
.gallery-block__title img {
  width: auto;
  transform: translateY(-2px);
  margin-right: 10px;
}
.gallery-block__slider {
  position: relative;
}
.gallery-block__slider::after,
.gallery-block__slider::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
}
.gallery-block__slider::before {
  left: -10px;
  background: linear-gradient(90deg, #535a5e, rgba(0, 0, 0, 0) 100%);
}
.gallery-block__slider::after {
  right: -10px;
  background: linear-gradient(270deg, #535a5e, rgba(0, 0, 0, 0) 100%);
}
.gallery-block__slide {
  max-width: 800px;
}
.gallery-block__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(0.9);
  transition: all 0.5s ease 0s;
}
.gallery-block__slide.swiper-slide-active img {
  transform: scale(1);
}
.gallery-block__slider-next svg,
.gallery-block__slider-prev svg {
  color: rgba(255, 255, 255, 0.5);
}
.gallery-block__button {
  display: none;
}
.pswp__container {
  transition-duration: 0.8s;
}
.hero-product__image {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.hero-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.05);
}
.hero-product__info {
  background: #535a5e;
}
.hero-product__info-body {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.hero-product__name {
  flex: 1 1 475px;
  width: 100%;
  max-width: 475px;
}
.hero-product__name img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-product__items {
  display: flex;
  max-width: 724px;
}
.hero-product__item {
  flex: 0 1 33.333%;
  width: 100%;
  font-size: 16px;
  text-wrap: balance;
  line-height: 150%;
}
.hero-product__item span:first-child {
  display: block;
  font-size: 40px;
  line-height: 122.5%;
  margin-bottom: 8px;
  white-space: nowrap;
}
.hero-product__item:not(:last-child) {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.product-details__body {
  padding: 80px 0 70px;
  display: flex;
  gap: 80px;
}
.product-details__about {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
.product-details__price {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-details__price span {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  line-height: 123%;
  white-space: nowrap;
}
.product-details__buttons {
  display: flex;
  align-items: center;
  gap: 36px;
}
.product-details__buttons .btn {
  flex: 0 1 50%;
  max-width: 260px;
  min-width: unset;
  width: 100%;
}
.product-details__files {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
  z-index: 9999999;
}
.product-details__files-mob {
  display: none;
}
.product-details__file {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: auto;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 262px;
  text-align: left;
}
.product-details__file svg {
  flex: 0 0 48px;
  width: 48px;
  height: 58px;
  transition: all 0.3s ease 0s;
}
.product-details__characteristics {
  flex: 0 1 50%;
  width: 100%;
}
.product-details__characteristics li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}
.product-details__characteristics li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.product-details__characteristics dt {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-details__characteristics dd {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
.product-details__characteristics-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  line-height: 122.916667%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.no-webp .product-components {
  background-image: url(../img/grey-bg-oct.png);
}
.product-components {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-components__body {
  padding: 120px 0 112px;
}
.product-components__items {
  display: flex;
  gap: 60px;
}
.product-components__item {
  flex: 0 1 33.333%;
}
.product-components__image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-components__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s linear 0s;
}
.product-components__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-components__descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
.product-technologies {
  position: relative;
}
.product-technologies::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    64.54deg,
    rgba(0, 0, 0, 0) 23.81%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 2;
}
.product-technologies__body {
  padding: 80px 0 138px;
}
.product-technologies__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.product-technologies__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s linear 0s;
}
.product-technologies__text {
  position: relative;
  z-index: 3;
  max-width: 740px;
  margin-left: auto;
  text-align: right;
}
.product-technologies__subtitle {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  max-width: 547px;
}
.product-technologies__button .btn {
  min-width: 360px;
}
.product-equipment__body {
  display: grid;
  grid-template-columns: 1fr 370px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "image-1 text-1 image-2" "image-1 text-2 image-2";
}
.product-equipment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-equipment__image-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image-1;
}
.product-equipment__image-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: image-2;
}
.product-equipment__text-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: text-1;
  padding-top: 70px;
  justify-content: flex-end;
}
.product-equipment__text-2 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: text-2;
  padding-bottom: 70px;
  justify-content: flex-start;
}
.product-equipment__text-2 .product-equipment__item:last-child::after {
  display: none;
}
.product-equipment__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
}
.product-equipment__text span {
  display: block;
  text-align: center;
}
.product-equipment__text span:nth-child(2) {
  max-width: 180px;
  margin-inline: auto;
  text-wrap: balance;
}
.product-equipment__text span:first-child {
  font-size: 40px;
  font-weight: 500;
  line-height: 122.5%;
}
.product-equipment__item {
  padding: 40px 0;
  position: relative;
}
.product-equipment__item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.no-webp .product-complectation {
  background-image: url(../img/grey-bg-oct.png);
}
.product-complectation {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-complectation__body {
  padding: 80px 0 70px;
  display: flex;
  align-items: flex-start;
}
.product-complectation__col {
  flex: 0 1 50%;
  font-size: 17px;
  font-weight: 600;
  line-height: 235.294118%;
  text-transform: uppercase;
}
.product-complectation__col:first-child {
  padding-right: 80px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  margin-right: 80px;
}
.product-complectation__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 122.5%;
  text-transform: uppercase;
}
.similar__body {
  display: flex;
}
.similar__product {
  flex: 0 1 50%;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: Montserrat;
}
.similar__product-image {
  width: 100%;
  height: 100%;
}
.similar__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s ease 0s;
}
.similar__product-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  padding: 22px 60px;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
}
.similar__product-name p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.similar__product-name p span {
  max-width: 280px;
  text-wrap: balance;
}
.similar__product-name img {
  max-width: 220px;
  transition: all 0.3s ease 0s;
}
.similar__product-name svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5019607843);
  transition: all 1s ease 0s;
}
.about {
  margin-top: 200px;
}
.about__image {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 2s linear 0s;
}
.about__slogan-body {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__slogan-title {
  max-width: 800px;
}
.about__slogan-title img {
  width: auto;
}
.philosophy {
  background-image: url(../img/philosophy.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #535a5e;
}
.philosophy__body {
  padding: 100px 0;
}
.philosophy__image {
  max-width: 1070px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 40px;
}
.philosophy__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.philosophy__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 500;
  line-height: 155.5%;
  text-align: center;
  max-width: 960px;
  margin-inline: auto;
}
.no-webp .philosophy + .technologies {
  background-image: url(../img/octagons.png);
}
.philosophy + .technologies {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.philosophy + .technologies::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -45deg,
    rgba(47, 50, 52, 0) 0,
    #2f3234 24.587%,
    #2f3234 80.341%,
    rgba(47, 50, 52, 0) 100%
  );
}
.philosophy + .technologies .technologies__body {
  position: relative;
  z-index: 3;
}
.philosophy + .technologies .technologies__subtitle {
  margin-bottom: 0 !important;
}
.about-more {
  position: relative;
}
.about-more__text {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
  max-width: 634px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  min-height: 584px;
  position: relative;
}
.about-more__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #DE1116, rgba(134, 26, 34, 0) 100%);
  z-index: 2;
}
.video-banner {
  height: 800px;
  position: relative;
}
.video-banner__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.video-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.video-banner__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-banner__text {
  position: relative;
  z-index: 3;
}
.video-banner__title {
  text-align: center;
  max-width: 632px;
  margin-inline: auto;
}
.video-banner__subtitle {
  text-align: center;
  max-width: 796px;
  margin-inline: auto;
  margin-bottom: 0;
}
.techno {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 40px 40px;
}
.techno__body {
  padding: 110px 0;
  display: flex;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: url(../img/logo-stroke.svg) center/cover no-repeat,
    rgba(162, 161, 160, 0.3);
}
.techno__body::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #DE1116, rgba(134, 26, 34, 0) 100%);
  z-index: 1;
}
.techno__titles {
  flex: 0 1 50%;
  padding-left: 100px;
}
.techno__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 72px;
  font-weight: 900;
  line-height: 111.111111%;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.techno__title img {
  width: auto;
  height: 1cap;
  line-height: 111.111111%;
  vertical-align: baseline;
}
.techno__subtitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 166.666667%;
}
.techno__advantages {
  flex: 0 1 50%;
}
.techno__advantage {
  background: linear-gradient(90deg, #2f3234, rgba(47, 50, 52, 0) 100%);
  padding: 22px 80px 22px 56px;
  position: relative;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
  text-transform: uppercase;
  max-width: 416px;
  margin-left: auto;
}
.techno__advantage:not(:last-child) {
  margin-bottom: 40px;
}
.techno__advantage-icon {
  position: absolute;
  top: 50%;
  left: 0;
  height: 65%;
  width: auto;
  transform: translate(-85%, -50%);
}
.techno__advantage-icon img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.no-webp .solutions {
  background-image: url(../img/grey-bg-oct.png);
}
.solutions {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.solutions__boat {
  position: absolute;
  top: -94px;
  left: -145px;
  width: 80%;
  height: auto;
  max-width: 1440px;
}
.solutions__boat img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.solutions__body {
  padding: 80px 0 60px;
}
.solutions__title {
  max-width: 100%;
  width: 100%;
  background: linear-gradient(
    270deg,
    rgba(47, 50, 52, 0.6) 0,
    rgba(47, 50, 52, 0) 100%
  );
  padding: 50px 40px;
  margin-bottom: 60px;
}
.solutions__title span {
  display: block;
  max-width: 340px;
  margin-left: auto;
}
.solutions__items {
  display: flex;
  gap: 60px;
}
.solutions__item {
  flex: 0 1 50%;
  width: 100%;
  background: rgba(47, 50, 52, 0.6);
  padding: 40px 40px 60px 40px;
}
.solutions__item-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.solutions__item-line {
  flex: 1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.solutions__item-icon-check {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}
.solutions__item-icon-check svg {
  width: 24px;
  height: 24px;
  color: #3f4446;
}
.solutions__item-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  text-transform: uppercase;
}
.devices {
  position: relative;
}
.devices::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(180deg, #DE1116, rgba(134, 26, 34, 0) 100%);
  z-index: 2;
}
.devices__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 98px;
  max-height: 840px;
  padding-left: 140px;
}
.devices__title {
  max-width: 460px;
}
.devices__subtitle {
  max-width: 622px;
  text-wrap: balance;
  margin-bottom: 0;
}
.devices__subtitle p:not(:last-child) {
  margin-bottom: 20px;
}
.devices__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 480px;
}
.devices__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.devices__logo {
  position: absolute;
  left: 110px;
  bottom: 0;
  width: 44.791667%;
  z-index: 2;
}
.devices__logo img {
  width: 100%;
  height: auto;
}
.devices__line-1 {
  position: absolute;
  bottom: 0;
  right: 16%;
  z-index: 4;
}
.devices__line-2 {
  position: absolute;
  left: 40%;
  top: 0;
  z-index: 0;
}
.devices__line-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.no-webp .catalog {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.png);
}
.catalog {
  margin-top: 200px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: #535a5e;
  padding-bottom: 140px;
}
.catalog__content {
  padding: 20px 0 120px;
  display: flex;
  gap: 60px;
}
.catalog__aside {
  flex: 0 0 492px;
  width: 492px;
}
.catalog__menu {
  background: rgba(47, 50, 52, 0.3);
  position: sticky;
  top: 20px;
  max-height: 100vh;
  overflow-y: auto;
}
.catalog__menu-title {
  width: 100%;
  color: #fff;
  font-family: Montserrat;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 121.875%;
  text-transform: uppercase;
  background: #2f3234;
  height: 80px;
  padding: 10px 40px;
  margin-bottom: 20px;
}
.catalog__menu-slide {
  height: 80px;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 120.833333%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  padding: 10px 40px;
  text-align: left;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: all !important;
}
.catalog__menu-slide.active {
  background: #DE1116;
}
.catalog__menu-slider.hide-after::after {
  opacity: 0;
}
.catalog__menu-slide:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.catalog__products {
  width: 100%;
  flex: 1;
  min-width: 0;
  min-height: 711px;
}
.catalog__products-slider {
  display: none;
}
.catalog__products-slider.active {
  display: block;
}
.catalog__products-slider.hide-after::after {
  opacity: 0;
}
.catalog__product {
  background: rgba(47, 50, 52, 0.6);
  padding: 16px 20px 40px;
  font-family: Montserrat;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.catalog__product.out-stock .catalog__product-stock::before {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.catalog__product.out-stock .btn {
  background: #2f3234;
}
.catalog__product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.catalog__product-code {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.catalog__product-stock {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  position: relative;
  padding-left: 20px;
}
.catalog__product-stock::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5019607843);
  transform: translateY(-50%);
}
.catalog__product-view {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
.catalog__product-slider {
  width: 100%;
}
.catalog__product-slide {
  width: 100%;
}
.catalog__product-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.catalog__product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 12px;
}
.catalog__product-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #a2a1a0;
  background: 0 0;
  opacity: 1;
  margin: 0 !important;
}
.catalog__product-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a2a1a0;
}
.catalog__product-details {
  margin-top: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.catalog__product-name {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
}
.catalog__product-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.catalog__product-price {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  line-height: 121.875%;
  text-align: center;
  margin-bottom: 12px;
}
.catalog__product-button {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.catalog__product-button .btn {
  width: 100%;
  max-width: 100%;
  min-width: unset;
}
.catalog__product-button .btn.added {
  padding: 10px 20px;
  padding-right: 0;
}
.catalog__product-button .btn.added span:first-child {
  flex: 1 1 100%;
  width: 100%;
  text-align: center;
  line-height: 200%;
}
.catalog__product-button .btn.added span:last-child {
  flex: 1 0 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 200%;
}
.more-products__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 121.875%;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.more-products__slider {
  padding: 40px 0;
  width: 99.3vw;
  margin-left: calc(-1 * (100vw - 1440px) / 2);
}
.more-products__slider::after {
  content: "";
  position: absolute;
  display: block;
  top: 40px;
  right: 0;
  width: 88px;
  height: calc(100% - 80px);
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.more-products__slider.hide-after::after {
  opacity: 0;
}
.more-products__slider-next svg,
.more-products__slider-prev svg {
  color: rgba(0, 0, 0, 0.2);
}
.more-products__wrapper {
  transform: translateX(calc((100vw - 1440px) / 2));
}
.no-webp .product {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.png);
}
.product {
  margin-top: 200px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: #535a5e;
  padding-bottom: 140px;
}
.product__content {
  display: flex;
  gap: 80px;
  padding-top: 40px;
}
.product__title {
  display: none;
}
.product__gallery {
  flex: 0 1 50%;
  width: 100%;
  min-width: 0;
  position: relative;
}
.product__labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  z-index: 5;
  color: rgba(47, 50, 52, 0.8);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__stock {
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.product__stock::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(89, 91, 93, 0.5019607843);
  z-index: 2;
}
.product__gallery-slider-2 {
  width: 100%;
  margin-bottom: 20px;
}
.product__gallery-item {
  width: 100%;
  aspect-ratio: 1/1;
}
.product__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__gallery-slider {
  width: 100%;
}
.product__gallery-item-small {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  aspect-ratio: 1 / 1;
}
.product__gallery-item-small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__gallery-item-small.swiper-slide-thumb-active {
  border-color: #DE1116;
}
.product__info {
  flex: 0 1 50%;
  color: #fff;
  font-family: Montserrat;
}
.product__name {
  font-size: 40px;
  font-weight: 700;
  line-height: 122.5%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  margin-bottom: 40px;
}
.product__description-title {
  display: none;
}
.product__prices {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.product__price {
  font-size: 40px;
  font-weight: 500;
  line-height: 122.5%;
}
.product__button .btn {
  max-width: 261px;
  min-width: 261px;
}
.product__delivery {
  background: rgba(47, 50, 52, 0.3);
  margin-bottom: 40px;
}
.product__delivery-head {
  background: rgba(47, 50, 52, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 40px;
}
.product__delivery-city {
  color: rgba(255, 255, 255, 0.5019607843);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.product__delivery-city svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.product__delivery-city span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.product__delivery-choose {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.product__delivery-choose a,
.product__delivery-choose button {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  font-family: Montserrat;
}
.product__delivery-info {
  display: flex;
  padding: 20px 0;
}
.product__delivery-col {
  flex: 0 1 50%;
  width: 100%;
  padding: 0 40px;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
.product__delivery-col span {
  display: block;
  color: #fff;
  font-weight: 700;
}
.product__delivery-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.product__characteristics-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 121.875%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product__characteristics-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 52px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.product__characteristics-list li dt {
  text-transform: uppercase;
}
.product__characteristics-list li dd {
  font-size: 24px;
  font-weight: 700;
}
.product__characteristics-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.no-webp .cart {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.png);
}
.cart {
  margin-top: 200px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: #535a5e;
  padding-bottom: 140px;
}
.cart__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 122.5%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.cart__content {
  display: flex;
  width: 100%;
  gap: 40px;
}
.cart__main {
  flex: 1;
}
.cart__products {
  background: rgba(47, 50, 52, 0.3);
}
.cart__products-head {
  height: 80px;
  background: #2f3234;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-inline: 32px;
}
.cart__products-head span {
  display: block;
}
.cart__products-head span:nth-child(1) {
  width: 24px;
}
.cart__products-head span:nth-child(2) {
  width: 120px;
}
.cart__products-head span:nth-child(3) {
  flex: 1;
  min-width: 280px;
}
.cart__products-head span:nth-child(4) {
  width: 11%;
  min-width: 60px;
  text-align: center;
}
.cart__products-head span:nth-child(5) {
  width: 21%;
  min-width: 140px;
  text-align: center;
}
.cart__products-table {
  padding-inline: 20px;
}
.cart__product {
  padding: 20px 12px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.cart__product:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cart__product-remove {
  width: 24px;
  display: flex;
  align-items: center;
}
.cart__product-remove button {
  width: 24px;
  height: 24px;
}
.cart__product-remove svg {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.3019607843);
  transition: all 0.3s ease 0s;
}
.cart__product-image {
  width: 120px;
  height: 120px;
}
.cart__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cart__product-info {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.cart__product-stock {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  position: relative;
  padding-left: 20px;
}
.cart__product-stock::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5019607843);
  transform: translateY(-50%);
}
.cart__product-name {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.cart__product-code {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.cart__product-quantity {
  width: 11%;
  min-width: 60px;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
}
.cart__product-quantity input {
  background: 0 0%;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  width: 32px;
  text-align: center;
  pointer-events: none;
}
.cart__product-quantity input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}
.cart__product-quantity input[type="number"]::-webkit-inner-spin-button,
.cart__product-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__product-quantity button {
  width: auto;
  color: #fff;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.cart__product-quantity button:active {
  transform: scale(0.9);
}
.cart__product-price {
  width: 21%;
  min-width: 140px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120.833333%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.cart__sidebar {
  flex: 0 0 320px;
  width: 320px;
}
.cart__sidebar-body {
  position: sticky;
  top: 40px;
}
.cart__total {
  background: rgba(47, 50, 52, 0.3);
}
.cart__total-title {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 120.833333%;
  text-align: center;
  text-transform: uppercase;
  background: #2f3234;
}
.cart__total-values {
  padding-inline: 20px;
}
.cart__total-row {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
  line-height: 166.666667%;
  text-align: center;
  font-weight: 400;
}
.cart__total-row span {
  display: block;
  font-weight: 700;
}
.cart__total-summ {
  padding: 40px 0 32px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 111.111111%;
}
.cart__total-button {
  padding-inline: 40px;
  padding-bottom: 28px;
}
.cart__total-button .btn {
  width: 100%;
  max-width: 100%;
  min-width: unset;
}
.cart__att {
  margin-top: 20px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
.cart__att a {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}
.cart__recipient-title {
  display: flex;
  gap: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 121.875%;
  margin-top: 80px;
  margin-bottom: 40px;
}
.cart__recipient-form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cart__pay {
  display: flex;
  gap: 132px;
  margin-bottom: 40px;
}
.cart__delivery-tabs {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart__delivery-tab {
  width: 100%;
  max-width: 360px;
  background: #737678;
}
.cart__delivery-tab.active {
  background: #DE1116;
  pointer-events: none;
}
.cart__delivery-tab.active::before {
  display: none;
}
.cart__delivery-group {
  display: none;
}
.cart__delivery-group.active {
  display: block;
}
.cart__delivery-head {
  background: rgba(47, 50, 52, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cart__delivery-head p {
  padding: 28px 40px;
  font-size: 24px;
  line-height: 133.333333%;
  color: rgba(255, 255, 255, 0.7);
}
.cart__delivery-head p span {
  display: block;
  font-weight: 600;
  color: #fff;
}
.cart__delivery-price {
  display: block;
  height: 100%;
  background: rgba(47, 50, 52, 0.5);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 120.833333%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 28px 40px;
  min-height: 120px;
  min-width: 288px;
  justify-content: center;
}
.cart__delivery-content {
  background: rgba(115, 118, 120, 0.8);
  padding: 28px 40px;
}
.cart__delivery-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120.833333%;
  margin-bottom: 20px;
}
.cart__delivery-search {
  display: flex;
  align-items: flex-end;
  gap: 35px;
  margin-bottom: 40px;
}
.cart__delivery-search .btn {
  flex: 0 0 240px;
  min-width: unset;
  width: 100%;
}
.cart__delivery-search input {
  width: 100%;
  height: 64px;
  padding-inline: 40px 90px;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  background: rgba(47, 50, 52, 0.5);
  font-weight: 500;
  transition: all 0.2s ease 0s;
  line-height: 120%;
  border-radius: 0;
  border: 1px solid transparent;
}
.cart__delivery-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cart__delivery-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cart__delivery-search input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.cart__delivery-search button:not(.btn) {
  display: block;
  position: absolute;
  top: 16px;
  right: 40px;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.cart__delivery-search button:not(.btn) svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.cart__delivery-search-form {
  flex: 1;
  width: 100%;
}
.cart__delivery-city {
  position: relative;
  margin-bottom: 32px;
}
.cart__delivery-pvz {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  width: 100%;
}
.cart__delivery-pvz .custom-select {
  flex: 1;
}
.cart__delivery-pvz .btn {
  min-width: 240px;
}
.cart__delivery-contacts {
  display: flex;
  gap: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  font-family: Montserrat;
}
.cart__delivery-contacts h4 {
  font-weight: 700;
  margin-top: 20px;
}
.cart__delivery-contacts a {
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  font-family: Montserrat;
}
.cart__delivery-address {
  max-width: 60%;
}
.cart__delivery-popup-btn {
  display: none;
}
.cart__delivery-popup-close {
  display: none;
}
.cart__delivery-map {
  width: calc(100% + 80px);
  margin-top: 28px;
  margin-left: -40px;
  margin-bottom: -28px;
}
.cart__delivery-map .gm-control-active.gm-fullscreen-control,
.cart__delivery-map .gm-style .gm-style-iw-tc::after {
  display: none;
}
.cart__delivery-maplink {
  margin-top: 40px;
  font-weight: 700 !important;
  text-decoration: underline;
}
.no-webp .cabinet {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.png);
}
.cabinet {
  margin-top: 200px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: #535a5e;
}
.cabinet__body {
  width: 100%;
  padding: 60px 40px 64px;
  max-width: 1920px;
  margin-inline: auto;
}
.cabinet__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 122.222222%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.cabinet__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.cabinet__tab {
  width: auto;
  max-width: unset;
  min-width: 280px;
  padding-inline: 60px;
  text-align: center;
}
.cabinet__tab.active {
  pointer-events: none;
  background: #DE1116;
}
.cabinet__table {
  border-collapse: collapse;
  width: 100%;
}
.cabinet__table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cabinet__table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cabinet__table th {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 20px;
  text-align: center;
  line-height: 160%;
  padding: 15px;
  vertical-align: bottom;
}
.cabinet__table td {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  padding: 15px;
}
.cabinet__table td a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.cabinet__table td a svg {
  width: 32px;
  height: 38px;
  color: #fff;
}
.cabinet__table td .open-order-info {
  display: none;
}
.cabinet__files-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.cabinet__files-group:not(:last-child) {
  margin-bottom: 60px;
}
.cabinet__file-link {
  justify-content: flex-start;
  min-height: 120px;
  background: rgba(47, 50, 52, 0.5019607843);
  padding-inline: 40px;
  min-width: unset;
  font-size: 20px;
  max-width: 100%;
  width: 100%;
}
.cabinet__file-link::before {
  background: #DE1116;
}
.cabinet__file-link span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
}
.cabinet__file-link svg {
  width: 39px;
  height: 39px;
}
.cabinet__book {
  font-family: Montserrat;
}
.cabinet__book-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 121.875%;
  margin-bottom: 32px;
}
.cabinet__book-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}
.cabinet__book-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cabinet__book-table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cabinet__book-table tbody tr:has(.custom-checkbox__input:checked) {
  font-weight: 600;
}
.cabinet__book-table .open-order-info {
  display: none;
}
.cabinet__book-table td,
.cabinet__book-table th {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  padding: 10px;
}
.cabinet__book-table td:first-child,
.cabinet__book-table th:first-child {
  width: 54px;
}
.cabinet__book-table th {
  font-weight: 700;
}
.cabinet__book-shipping {
  display: flex;
  gap: 60px;
}
.cabinet__book-date {
  max-width: 420px;
  width: 100%;
}
.cabinet__book-date-input {
  display: none;
}
.cabinet__book-appointment {
  width: 100%;
  max-width: 490px;
}
.cabinet__book-appointment .cabinet__book-title span:first-child {
  font-weight: 400;
  display: block;
}
.cabinet__book-comment {
  margin-bottom: 20px;
}
.cabinet__book-comment textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  min-height: 234px;
  padding: 20px 40px;
  resize: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.cabinet__book-comment textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cabinet__book-comment textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cabinet__book-comment textarea:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.cabinet__book-button {
  width: 100%;
}
.cabinet__book-button .btn {
  width: 100%;
}
.no-webp .constructor {
  background-image: url(../img/grey-bg-oct.png);
}
.constructor {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.constructor__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: auto;
  opacity: 0.3;
}
.constructor__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.constructor__body {
  position: relative;
  z-index: 3;
}
.constructor__head {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  position: relative;
  height: 100px;
  padding: 0;
  margin-bottom: 4px;
}
.constructor__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.constructor__close svg {
  width: 40px;
  height: 40px;
  color: rgba(255, 249, 249, 0.4);
}
.constructor__close:active svg {
  transform: scale(0.9);
}
.constructor__logo {
  text-align: center;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 110px;
}
.constructor__logo img {
  max-width: 240px;
  width: 100%;
  height: auto;
}
.constructor__summ {
  flex: 0 0 570px;
  background: #2f3234;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-inline: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  height: auto;
}
.constructor__summ span {
  text-wrap: balance;
}
.constructor__summ-value {
  font-size: 40px;
  font-weight: 700;
  line-height: 122.5%;
  white-space: nowrap;
}
.constructor__tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.constructor__tab {
  flex: 1;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  background: #696e70;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0.9;
  cursor: pointer;
}
.constructor__tab span:first-child {
  display: none;
}
.constructor__tab:nth-child(1) {
  z-index: 5;
}
.constructor__tab:nth-child(1)::before {
  display: none;
}
.constructor__tab:nth-child(2) {
  z-index: 4;
}
.constructor__tab:nth-child(3) {
  z-index: 3;
}
.constructor__tab:nth-child(4) {
  z-index: 2;
}
.constructor__tab:nth-child(5) {
  z-index: 1;
}
.constructor__tab:nth-child(5)::after {
  display: none;
}
.constructor__tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #696e70;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 8px solid #535a5e;
  transition: all 0.3s ease 0s;
}
.constructor__tab::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #696e70;
  transform: translate(50%, -50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
.constructor__tab.active {
  background: #DE1116;
}
.constructor__tab.active::after {
  background: #DE1116;
}
.constructor__tab.passed {
  background: #DE1116;
  opacity: 0.7;
}
.constructor__tab.passed::after {
  background: #DE1116;
}
.constructor__wrapper {
  display: flex;
  min-height: 836px;
}
.constructor__info {
  flex: 1;
  width: 100%;
  min-width: 0;
  padding-bottom: 0;
}
.constructor__view {
  min-width: 0;
  padding: 32px 50px 20px 60px;
  position: relative;
}
.constructor__slider {
  width: 100%;
}
.constructor__slide {
  width: 100%;
  min-height: 400px;
  opacity: 0 !important;
  transition: opacity 0.3s ease 0s;
}
.constructor__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
.constructor__slide.swiper-slide-active {
  opacity: 1 !important;
}
.constructor__slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 12px;
}
.constructor__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #a2a1a0;
  background: 0 0;
  opacity: 1;
  margin: 0 !important;
}
.constructor__slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a2a1a0;
}
.constructor__slider-next,
.constructor__slider-prev {
  width: 44px;
  height: 44px;
}
.constructor__slider-next svg,
.constructor__slider-prev svg {
  color: rgba(255, 255, 255, 0.3019607843);
}
.constructor__descriptions {
  width: 100%;
  padding-inline: 60px;
}
.constructor__descriptions-close {
  display: none;
}
.constructor__subtabs {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.constructor__subtab {
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120.833333%;
  position: relative;
  cursor: pointer;
}
.constructor__subtab::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background: #DE1116;
  z-index: 2;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
}
.constructor__subtab:first-child {
  padding-left: 0;
}
.constructor__subtab.active::after {
  transform: scaleX(1);
}
.constructor__subcontents-btn {
  display: none !important;
}
.constructor__subcontents {
  margin-top: 20px;
  height: 280px;
  overflow-y: auto;
  scrollbar-color: rgba(47, 50, 52, 0.8) rgba(217, 217, 217, 0.2);
  scrollbar-width: thin;
}
.constructor__subcontents::-webkit-scrollbar-thumb {
  background-color: rgba(47, 50, 52, 0.8);
}
.constructor__subcontents::-webkit-scrollbar-track {
  background-color: rgba(217, 217, 217, 0.2);
}
.constructor__subcontents::-webkit-scrollbar-button {
  display: none;
  background-color: rgba(47, 50, 52, 0.8);
}
.constructor__subcontents::-webkit-scrollbar {
  width: 8px;
}
.constructor__subcontent {
  display: none;
}
.constructor__subcontent.active {
  display: block;
}
.constructor__description {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
.constructor__description ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.constructor__description ul li::before {
  content: "▸";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.constructor__characteristics li {
  padding: 14px 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 640px;
  margin-right: 20px;
}
.constructor__characteristics li dt {
  font-weight: 700;
}
.constructor__characteristics li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.constructor__total {
  padding-inline: 40px;
}
.constructor__total-name {
  max-width: 240px;
  margin-bottom: 10px;
  margin-left: 24px;
}
.constructor__total-price {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 20px;
  background: #DE1116;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 28px;
  width: -moz-max-content;
  width: max-content;
}
.constructor__total-price span {
  max-width: 164px;
}
.constructor__total-price-value {
  font-size: 40px;
  font-weight: 700;
  line-height: 122.5%;
  white-space: nowrap;
}
.constructor__total-btn {
  background: #2f3234;
  display: none;
}
.constructor__total-close {
  display: none;
}
.constructor__total-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.constructor__total-item {
  font-size: 20px;
  font-weight: 400;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.constructor__total-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.constructor__equipments {
  flex: 0 0 570px;
  width: 100%;
  background: rgba(47, 50, 52, 0.5);
}
.constructor__equipments-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
}
.constructor__equipment {
  color: #fff;
  font-family: Montserrat;
  padding-inline: 40px;
  padding-top: 60px;
}
.constructor__equipment-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 121.875%;
  margin-bottom: 20px;
}
.constructor__options-cat {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding: 15px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.constructor__options-row {
  padding: 10px 0;
  position: relative;
}
.constructor__options-row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.constructor__options-row .custom-checkbox {
  align-items: center;
  justify-content: space-between;
}
.constructor__options-row .custom-checkbox .custom-checkbox__text {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  text-wrap: balance;
}
.constructor__options-row .custom-checkbox .custom-checkbox__text-price {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  text-align: right;
  min-width: 102px;
}
@media (max-width: 600px) {
  .constructor__options-row .custom-checkbox .custom-checkbox__text-price {
    min-width: 83px;
  }
}
.constructor__options-row
  .custom-checkbox:has(input:checked)
  .custom-checkbox__text {
  font-weight: 600;
}
.constructor__options-row
  .custom-checkbox:has(input:checked)
  .custom-checkbox__text-price {
  font-weight: 600;
}
.constructor__colors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.constructor__color .custom-checkbox {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.constructor__color .custom-checkbox input:checked + .custom-checkbox__icon {
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
}
.constructor__color .custom-checkbox .custom-checkbox__icon {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-color: transparent;
}
.constructor__color .custom-checkbox .custom-checkbox__icon img {
  width: 100%;
  height: 100%;
}
.constructor__color .custom-checkbox .custom-checkbox__icon::before {
  background: url(../img/icons/icon-check.svg) center/40% 40% no-repeat;
}
.constructor__color .custom-checkbox .custom-checkbox__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.constructor__color .custom-checkbox .custom-checkbox__text-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.constructor__request {
  margin-top: 40px;
}
.constructor__request-area {
  position: relative;
}
.constructor__request-area:not(:last-child) {
  margin-bottom: 32px;
}
.constructor__request-att {
  margin-top: -16px;
  font-size: 16px;
  color: #fff;
  font-family: Montserrat;
  line-height: 120%;
  font-weight: 400;
}
.constructor__request-att a {
  font-size: 16px;
  color: #fff;
  font-family: Montserrat;
  line-height: 120%;
  font-weight: 600;
}
.constructor__equipment-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 570px;
  background: #464c4f;
}
@media (max-width: 1359px) {
  .constructor__equipment-buttons {
    width: 500px;
  }
}
@media (max-width: 1100px) {
  .constructor__equipment-buttons {
    width: 450px;
  }
}
@media (max-width: 980px) {
  .constructor__equipment-buttons {
    width: 100%;
  }
}
.constructor__equipment-buttons .btn {
  width: 100%;
  flex: 0 1 50%;
  min-width: unset;
  max-width: unset;
}
.constructor__equipment-prev {
  background: #2f3234;
}
.constructor__equipment-prev::before {
  background: #1c1e1f;
}
.tips {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(47, 50, 52, 0.9803921569);
  padding: 30px 20px;
  z-index: 10;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s linear 0s;
}
.tips.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.tips__btn {
  width: 18px;
  height: 18px;
  display: inline !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  flex: 0 0 15px;
}
.tips__btn img {
  transform: translateY(2px);
}
.tips::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 7px);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgba(47, 50, 52, 0.9803921569);
}
.tips__body {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.tips__image {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
}
.tips__image img {
  width: 100%;
  height: 100%;
}
.tips__name {
  display: none;
}
.tips__info {
  width: 100%;
}
.tips__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}
.tips__row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tips__row dt {
  font-weight: 700;
}
.tips__close {
  display: none;
}
.dealers {
  margin-top: 200px;
  background: #5d6468;
}
.dealers__content {
  padding: 20px 0 120px;
  display: flex;
  gap: 40px;
}
.dealers__info {
  flex: 0 1 500px;
}
.dealers__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 28px;
}
.dealers__text .cart__delivery-title {
  margin-top: 40px;
  margin-bottom: 16px;
}
.dealers__subtitle p:not(:last-child) {
  margin-bottom: 20px;
}
.dealers__contact:not(:last-child) {
  margin-bottom: 20px;
}
.dealers__contact-label {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
.dealers__contact-link {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  a.dealers__contact-link:hover {
    color: #a2a1a0;
  }
}
.dealers__contact-link:not(:last-child) {
  margin-bottom: 10px;
}
.dealers__map {
  flex: 1;
  width: 100%;
  height: 100%;
}
.dealers__map #map2 {
  width: 100%;
  height: 100%;
  min-height: 725px;
}
.gallery {
  margin-top: 200px;
  background: #5d6468;
}
.gallery__content {
  padding: 40px 0 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.gallery__item {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item:nth-child(1),
.gallery__item:nth-child(4),
.gallery__item:nth-child(7),
.gallery__item:nth-child(10),
.gallery__item:nth-child(13),
.gallery__item:nth-child(16),
.gallery__item:nth-child(19),
.gallery__item:nth-child(22),
.gallery__item:nth-child(25),
.gallery__item:nth-child(28),
.gallery__item:nth-child(31) {
  grid-column: span 2;
}
@media (max-width: 980px) {
  .gallery {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .gallery__content {
    padding: 0 0 60px;
    gap: 4px;
  }
  .gallery__title {
    font-size: 24px !important;
    margin-top: 12px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1600px) {
  .header__loc {
    left: 80px;
  }
  .catalog__content {
    gap: 0;
  }
  .catalog__aside {
    transform: translateX(-80px);
  }
  .catalog__menu-title {
    padding-left: 80px;
  }
  .catalog__menu-slide {
    padding-left: 80px;
  }
  .more-products__slider {
    margin-left: -80px;
  }
  .more-products__wrapper {
    transform: translateX(80px);
  }
}
@media (max-width: 1500px) {
  .gallery-block__title {
    padding-inline: 80px;
  }
}
@media (max-width: 1359px) {
  .welcome__advatages {
    gap: 10px;
  }
  .boats__slide-name {
    flex-direction: column;
  }
  .boats__slide-characteristics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .boats__slide-characteristic:not(:last-child) {
    border: none;
  }
  .catalog__aside {
    flex: 0 0 400px;
    width: 400px;
  }
  .catalog__menu-title {
    font-size: 26px;
  }
  .catalog__products-wrapper {
    gap: 20px;
  }
  .cabinet__table th {
    font-size: 16px;
  }
  .cabinet__table td {
    font-size: 16px;
  }
  .cabinet__table td a {
    font-size: 16px;
  }
  .constructor__summ {
    flex: 0 0 500px;
    font-size: 14px;
    padding-inline: 40px;
  }
  .constructor__summ-value {
    font-size: 34px;
  }
  .constructor__wrapper {
    min-height: unset;
  }
  .constructor__view {
    padding: 20px 32px;
  }
  .constructor__slide {
    min-height: 340px;
    height: 340px;
  }
  .constructor__descriptions {
    padding-inline: 32px;
  }
  .constructor__subtab {
    font-size: 20px;
  }
  .constructor__equipments {
    flex: 0 0 500px;
  }
  .constructor__equipment {
    padding-inline: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 1349px) {
  .product-details__price {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1300px) {
  .techno__title {
    font-size: 60px;
  }
  .techno__subtitle {
    font-size: 20px;
  }
  .cart__products-head span:nth-child(2) {
    width: 100px;
  }
  .cart__product-image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .header__loc {
    left: 40px;
  }
  .menu nav {
    gap: 20px;
  }
  .menu a {
    font-size: 16px;
  }
  .menu__logo-icon {
    max-width: 80px;
  }
  .wrapper {
    overflow: hidden;
  }
  .container {
    width: min(100% - 80px, 1440px);
  }
  .welcome__advatage-name {
    font-size: 20px;
  }
  .boats__slide-info {
    padding: 40px;
  }
  .boats__slide-button {
    max-width: 100%;
  }
  .technologies__body {
    padding: 60px 0;
  }
  .technologies__info {
    padding: 40px;
  }
  .gallery-block__title {
    display: block;
    text-align: center;
  }
  .gallery-block__title a {
    display: none;
  }
  .gallery-block__button {
    display: block;
    text-align: center;
    margin-top: 36px;
    padding-inline: 15px;
  }
  .gallery-block__button .btn {
    background: #2f3234;
  }
  .hero-product__info-body {
    gap: 40px;
  }
  .hero-product__item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
  .product-details__files {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-components__items {
    gap: 30px;
  }
  .product-complectation__col:first-child {
    padding-right: 40px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    margin-right: 40px;
  }
  .similar__product-name p {
    flex-direction: column;
    align-items: flex-start;
  }
  .techno__titles {
    padding-left: 40px;
  }
  .techno__advantage {
    font-size: 18px;
  }
  .techno__advantage-icon {
    height: 50%;
  }
  .solutions__boat {
    top: -20px;
    left: -160px;
  }
  .solutions__title {
    margin-bottom: 20px;
  }
  .solutions__items {
    gap: 20px;
  }
  .solutions__item {
    padding: 30px;
  }
  .devices__body {
    max-height: unset;
    height: 600px;
  }
  .more-products__slider {
    margin-left: -40px;
  }
  .more-products__wrapper {
    transform: translateX(40px);
  }
  .product__content {
    gap: 40px;
  }
  .product__description {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .product__prices {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .product__price {
    font-size: 30px;
  }
  .product__delivery-city {
    font-size: 16px;
  }
  .product__delivery-city span {
    font-size: 16px;
  }
  .product__delivery-choose a,
  .product__delivery-choose button {
    font-size: 16px;
  }
  .product__delivery-col {
    padding: 0 20px;
    font-size: 16px;
  }
  .product__characteristics-title {
    font-size: 26px;
  }
  .product__characteristics-list li {
    height: 48px;
  }
  .cart__content {
    flex-direction: column;
  }
  .cart__sidebar {
    flex: 1 1 100%;
    width: 100%;
  }
  .cabinet__table th {
    padding: 8px;
  }
  .cabinet__table td {
    padding: 8px;
  }
  .constructor__tab {
    min-height: 64px;
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .constructor__summ {
    flex: 0 0 450px;
    padding-inline: 20px;
  }
  .constructor__subtab {
    padding: 10px 12px;
    white-space: nowrap;
    font-size: 18px;
  }
  .constructor__equipments {
    flex: 0 0 450px;
  }
}
@media (max-width: 1000px) {
  .about__slogan-body {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .slider-prev {
    left: 20px;
  }
  .slider-next {
    right: 20px;
  }
  .title {
    font-size: 38px;
  }
  .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .calendar .air-datepicker {
    font-size: 18px;
    width: 340px;
    margin-inline: auto;
  }
  .header__body {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .no-webp .header__wrapper {
    background-image: url(../img/menu/bg-right.png);
  }
  .header__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-position: -20px bottom;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-color: #2f3234;
    transform: scaleY(0.5);
    transition: all 0.3s linear 0s;
    transform-origin: center top;
    padding-top: 102px;
    opacity: 0;
    pointer-events: none;
  }
  .header__wrapper.active {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: all;
  }
  .header__wrapper.active .submenu {
    pointer-events: all;
  }
  .header__wrapper .header__cont {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .header__logo {
    display: block;
    z-index: 5;
  }
  .header__logo-icon {
    display: block;
    z-index: 5;
  }
  .header__buttons {
    flex: 0 1 140px;
    display: flex;
    gap: 36px;
    justify-content: flex-end;
    align-items: center;
  }
  .header__loc {
    position: static;
    height: 32px;
    z-index: 6;
  }
  .header__loc span {
    display: none;
  }
  .header__loc button svg {
    width: 32px;
    height: 32px;
  }
  .header__loc button svg:not(.header__loc-icon-mob) {
    display: none;
  }
  .header__loc-icon-mob {
    display: block;
  }
  .menu {
    padding: 0;
    flex: 0 1 auto;
    border-bottom: 2px solid #605f5f;
    padding-bottom: 16px;
    margin-inline: 15px;
  }
  .menu nav {
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  .menu ul {
    flex-direction: column;
    width: auto;
    gap: 12px;
    border: none;
    padding: 0;
    margin: 12px 0 0 0;
  }
  .menu ul:first-child li:first-child {
    display: none;
  }
  .menu a {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 120.833333%;
    min-height: 44px;
    text-align: center;
    text-transform: uppercase;
  }
  .menu a span {
    display: none;
  }
  .menu__icon {
    display: block;
    width: 44px;
    height: 32px;
    position: relative;
    z-index: 2;
  }
  .menu__icon span,
  .menu__icon::after,
  .menu__icon::before {
    height: 4px;
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    width: 100%;
    right: 0;
  }
  .menu__icon::after,
  .menu__icon::before {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 14px;
  }
  .menu__icon.active::before {
    top: 14px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .menu__icon.active::after {
    top: 14px;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .menu__icon.active span {
    display: none;
  }
  .menu__logo-icon {
    display: none;
  }
  .submenu {
    position: static;
    padding: 0;
    background: 0 0;
    overflow: unset;
    transform: none;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
  }
  .submenu__wrapper {
    max-height: unset;
  }
  .submenu__row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 16px 0 0 0;
    border-top: 2px solid #605f5f;
  }
  .submenu__row:first-child {
    padding: 34px 0 34px 0;
  }
  .submenu__row:not(:first-child) {
    border-top: 2px solid #605f5f;
  }
  .submenu__item-image {
    display: none;
  }
  .submenu__item-name {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 120.833333%;
    text-align: center;
    text-transform: uppercase;
  }
  .submenu .decore__line {
    display: none;
  }
  .footer__main {
    padding: 80px 0;
    gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .footer__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
  }
  .footer__socials {
    margin-top: 0;
    flex: 0 0 calc(50% - 30px);
  }
  .footer__menu {
    grid-row: span 1;
  }
  .footer__request {
    max-width: 600px;
    margin-inline: auto;
    text-align: center;
  }
  body.no-scroll .header::after {
    opacity: 1;
    max-width: 100%;
  }
  .welcome__body {
    padding-top: 40px;
  }
  .welcome__advatages {
    flex-direction: column;
    gap: 28px;
  }
  .welcome__advatage {
    min-height: unset;
  }
  .boats__slide {
    display: block;
  }
  .technologies__body {
    padding: 60px 0;
    flex-direction: column;
  }
  .technologies__info {
    flex: 1;
    width: 100%;
  }
  .technologies__subtitle {
    max-width: 100%;
  }
  .technologies__button {
    text-align: center;
  }
  .technologies-revers .technologies__body {
    flex-direction: column;
    padding: 60px 0 40px;
  }
  .technologies-revers .technologies__body .technologies__subtitle {
    margin-bottom: 0;
  }
  .dealer__body {
    flex-direction: column;
  }
  .dealer__info {
    padding: 60px 40px;
  }
  .hero-product__image {
    height: 600px;
  }
  .hero-product__info-body {
    flex-direction: column;
    gap: 15px;
  }
  .hero-product__name {
    flex: 1 1 auto;
  }
  .hero-product__items {
    max-width: 100%;
  }
  .hero-product__item {
    text-align: center;
  }
  .product-details__body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .product-details__price {
    align-items: center;
  }
  .product-details__files {
    margin-top: 60px;
    flex-direction: row;
  }
  .product-components__items {
    flex-direction: column;
  }
  .product-components__item {
    text-align: center;
  }
  .product-components__image {
    max-width: 500px;
    margin-inline: auto;
  }
  .product-equipment__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: none;
  }
  .product-equipment__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
  }
  .product-equipment__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: auto;
    height: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .product-equipment__image-1 {
    grid-area: unset;
  }
  .product-equipment__image-2 {
    grid-area: unset;
  }
  .product-equipment__text-1 {
    grid-area: unset;
    order: -1;
    padding: 20px 0;
  }
  .product-equipment__text-2 {
    grid-area: unset;
    padding: 20px 0;
  }
  .product-complectation__body {
    flex-direction: column;
  }
  .product-complectation__col:first-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
  .similar__body {
    flex-direction: column;
  }
  .about {
    margin-top: 100px;
  }
  .about__image {
    height: 440px;
  }
  .philosophy__text {
    font-size: 28px;
  }
  .philosophy + .technologies .technologies__body {
    padding: 60px 0 40px;
  }
  .about-more__text {
    max-width: 100%;
    min-height: unset;
  }
  .video-banner {
    height: 600px;
  }
  .techno {
    padding: 120px 30px 30px;
  }
  .techno__body {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .techno__body {
    padding: 40px 16px 45px;
  }
  .techno__body::after {
    height: 20px;
  }
  .techno__titles {
    padding: 0;
  }
  .techno__advantage {
    max-width: 50%;
  }
  .techno__advantage-icon {
    height: 80px;
  }
  .solutions__boat {
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
  }
  .solutions__body {
    padding: 253px 0 40px;
  }
  .solutions__title span {
    max-width: 100%;
  }
  .solutions__items {
    flex-direction: column;
  }
  .devices::after {
    display: none;
  }
  .devices__body {
    flex-direction: column-reverse;
    gap: 0;
    padding-left: 0;
    max-height: unset;
    height: auto;
  }
  .devices__text {
    padding: 36px 15px 56px 15px;
    position: relative;
    padding-left: 40px;
  }
  .devices__text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(180deg, #DE1116, rgba(134, 26, 34, 0) 100%);
    z-index: 2;
  }
  .devices__title {
    max-width: 100%;
    text-align: center;
  }
  .devices__subtitle {
    max-width: 100%;
    text-align: center;
  }
  .devices__image {
    height: 500px;
    width: 100%;
    max-width: 100%;
  }
  .devices__logo {
    right: 0;
    left: unset;
    width: 60%;
  }
  .devices__line-1 {
    bottom: 40%;
    width: 40%;
    left: 0;
    right: unset;
  }
  .devices__line-2 {
    left: unset;
    right: 0;
    top: 60%;
  }
  .catalog {
    margin-top: 100px;
  }
  .catalog__content {
    display: block;
  }
  .catalog__aside {
    transform: none;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 36px;
  }
  .catalog__menu {
    max-height: unset;
    overflow-y: unset;
    background: 0 0;
  }
  .catalog__menu-title {
    background: 0 0;
    height: auto;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 28px;
  }
  .catalog__menu-slider {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .catalog__menu-wrapper {
    padding-left: 40px;
  }
  .catalog__menu-slide {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0;
    min-width: 280px;
    width: auto;
    height: auto;
    min-height: 68px;
    background: rgba(47, 50, 52, 0.3);
    padding: 10px 26px;
  }
  .catalog__menu-slide:not(:last-child) {
    border-bottom: none;
  }
  .more-products__slider {
    margin-left: -15px;
  }
  .more-products__slider::after {
    width: 40px;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.2) 100%
    );
  }
  .more-products__wrapper {
    transform: translateX(15px);
  }
  .product {
    margin-top: 100px;
  }
  .product__content {
    flex-direction: column;
    gap: 0;
  }
  .product__gallery {
    max-width: 600px;
  }
  .cart {
    margin-top: 100px;
  }
  .cart__title {
    margin-bottom: 40px;
  }
  .cart__product {
    padding: 12px 0;
  }
  .cart__product-stock {
    font-size: 14px;
    padding-left: 15px;
    line-height: 160%;
  }
  .cart__product-stock::before {
    width: 8px;
    height: 8px;
  }
  .cart__product-name {
    font-size: 18px;
  }
  .cart__product-code {
    font-size: 14px;
    line-height: 160%;
  }
  .cart__product-price {
    font-size: 20px;
  }
  .cart__recipient-title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .cart__delivery-head p {
    font-size: 16px;
    padding: 16px 32px;
  }
  .cart__delivery-price {
    min-height: 80px;
    min-width: unset;
  }
  .cart__delivery-search {
    flex-direction: column;
  }
  .cart__delivery-search .btn {
    flex: 1 1 auto;
    min-width: unset;
    width: 100%;
  }
  .cabinet {
    margin-top: 100px;
  }
  .cabinet__tab {
    padding-inline: 40px;
    min-width: unset;
  }
  .cabinet__table th {
    padding: 16px 10px;
  }
  .cabinet__table th:nth-child(3),
  .cabinet__table th:nth-child(4),
  .cabinet__table th:nth-child(6),
  .cabinet__table th:nth-child(7),
  .cabinet__table th:nth-child(8) {
    display: none;
  }
  .cabinet__table td {
    padding: 16px 10px;
  }
  .cabinet__table td:nth-child(3),
  .cabinet__table td:nth-child(4),
  .cabinet__table td:nth-child(6),
  .cabinet__table td:nth-child(7),
  .cabinet__table td:nth-child(8) {
    display: none;
  }
  .cabinet__table td .open-order-info {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: 0 0;
    text-decoration: underline;
  }
  .cabinet__files-group {
    grid-template-columns: 1fr 1fr;
  }
  .cabinet__file-link {
    min-height: 80px;
  }
  .cabinet__book-table td:nth-child(4),
  .cabinet__book-table th:nth-child(4) {
    display: none;
  }
  .cabinet__book-table td,
  .cabinet__book-table th {
    font-size: 18px;
  }
  .cabinet__book-shipping {
    gap: 30px;
  }
  .cabinet__book-appointment .cabinet__book-title span:first-child {
    font-size: 0.8em;
  }
  .constructor__summ {
    flex: 0 0 50%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
  .constructor__tab {
    font-size: 14px;
    min-height: 48px;
  }
  .constructor__wrapper {
    flex-direction: column;
  }
  .dealers {
    margin-top: 100px;
  }
  .dealers__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 450px;
    min-height: 48px;
    font-size: 14px;
    margin-inline: auto;
  }
  .title {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
  }
  .subtitle {
    font-size: 16px;
    margin-bottom: 28px;
    text-align: center;
    line-height: 150%;
  }
  .breadcrumbs {
    font-size: 12px;
    margin-top: 8px;
    padding: 0;
    min-height: 44px;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
  }
  .input {
    height: 48px;
    padding: 8px 28px;
    font-size: 16px;
  }
  .textarea {
    height: 48px;
    padding: 8px 28px;
    font-size: 16px;
  }
  .custom-checkbox {
    gap: 12px;
  }
  .custom-checkbox__text {
    font-size: 14px;
  }
  .custom-select::after {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 20px;
  }
  .custom-select select {
    height: 48px;
    font-size: 16px;
    padding-inline: 28px 64px;
  }
  .file-upload {
    padding: 4px 28px;
    min-height: 48px;
    gap: 12px;
  }
  .file-upload__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .file-upload__text {
    font-size: 12px;
  }
  .calendar .air-datepicker {
    width: 100%;
    max-width: 420px;
    font-size: 16px;
  }
  .calendar .air-datepicker-cell {
    min-height: unset;
    aspect-ratio: 1/1;
  }
  .calendar .air-datepicker-body--cells.-days- {
    grid-auto-rows: auto;
  }
  .air-datepicker-nav--action:hover {
    background: 0 0 !important;
  }
  .air-datepicker-nav--title:active {
    background: #535a5e;
  }
  .city-popup__items {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .city-popup__col {
    flex: 0 1 40%;
  }
  .thanks-popup__body {
    padding: 60px 16px;
  }
  .thanks-popup__title {
    font-size: 20px;
    text-transform: uppercase;
  }
  .thanks-popup__subtitle {
    font-size: 16px;
    margin-bottom: 36px;
    line-height: 150%;
  }
  .thanks-popup__buttons {
    flex-direction: column;
    gap: 16px;
  }
  .thanks-popup__buttons .btn {
    min-height: 48px;
    font-size: 14px;
  }
  .cooperation-popup__body {
    padding: 60px 16px;
  }
  .cooperation-popup__title {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .cooperation-popup__form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cooperation-popup__form button[type="submit"] {
    grid-column: span 1;
    width: 100%;
    min-width: unset;
    height: 60px;
  }
  .popup-form__area input {
    height: 48px;
    font-size: 16px;
  }
  .login-popup__body {
    padding: 60px 16px;
  }
  .login-popup__title {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .login-popup__form {
    gap: 20px;
  }
  .login-popup__form button {
    margin-top: 10px;
    height: 60px;
  }
  .exit-popup__body {
    padding: 64px 16px 60px;
  }
  .exit-popup__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 160%;
    font-weight: 700;
  }
  .exit-popup__subtitle {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
  }
  .exit-popup__buttons {
    flex-direction: column;
    gap: 16px;
  }
  .container {
    width: calc(100% - 30px);
  }
  .welcome__info {
    margin-bottom: 36px;
  }
  .dealer__button {
    text-align: center;
  }
  .gallery-block__title {
    padding-inline: 30px;
    margin-bottom: 28px;
  }
  .gallery-block__title img {
    margin-right: 5px;
    transform: none;
  }
  .hero-product__image {
    height: 400px;
  }
  .hero-product__info-body {
    padding: 20px 0 40px;
  }
  .hero-product__name {
    max-width: 300px;
    margin-inline: auto;
  }
  .hero-product__items {
    flex-direction: column;
    width: 100%;
  }
  .hero-product__item {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .hero-product__item:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .hero-product__item:last-child {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .hero-product__item span {
    flex: 0 1 50%;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
  .hero-product__item span:first-child {
    font-size: 24px;
    text-align: right;
    font-weight: 500;
  }
  .product-details__body {
    padding: 40px 0 60px;
    gap: 60px;
  }
  .product-details__price {
    padding-bottom: 32px;
    margin-bottom: 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    gap: 4px;
	align-items: center !important;
  }
  .product-details__price span {
    font-size: 32px;
  }
  .product-details__text {
    margin-bottom: 20px;
  }
  .product-details__buttons {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
  .product-details__buttons .btn {
    width: 100%;
    max-width: 100%;
  }
  .product-details__files {
    margin-top: 0;
    width: 100%;
    flex-direction: column;
  }
  .product-details__files:not(.product-details__files-mob) {
    display: none;
  }
  .product-details__files-mob {
    display: flex;
  }
  .product-details__characteristics-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .product-components__body {
    padding: 60px 0;
  }
  .product-technologies::before {
    display: none;
  }
  .product-technologies__body {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
    padding: 60px 0 0;
  }
  .product-technologies__image {
    position: static;
  }
  .product-technologies__text {
    text-align: center;
    margin: 0;
  }
  .product-technologies__title br {
    display: none;
  }
  .product-technologies__subtitle {
    max-width: 100%;
    text-align: center;
  }
  .product-complectation__body {
    padding: 60px 0;
  }
  .product-complectation__col {
    font-size: 14px;
    line-height: 257.142857%;
  }
  .product-complectation__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .similar__product-name {
    padding: 12px 15px;
  }
  .similar__product-name p {
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 128.571429%;
    gap: 16px;
  }
  .similar__product-name p span {
    flex: 0 1 50%;
    max-width: 100%;
  }
  .similar__product-name p img {
    flex: 0 1 50%;
    max-width: 140px;
    height: auto;
  }
  .similar__product-name svg {
    display: none;
  }
  .philosophy__body {
    padding: 60px 0;
  }
  .philosophy__image {
    margin-bottom: 16px;
  }
  .philosophy__text {
    font-size: 16px;
  }
  .about-more__text {
    padding: 32px 15px 40px;
  }
  .about-more__text .title {
    text-wrap: balance;
  }
  .about-more__text .subtitle {
    margin-bottom: 0;
  }
  .about-more__text::after {
    display: none;
  }
  .techno__title {
    font-size: 32px;
    text-wrap: balance;
    text-align: center;
    line-height: 125%;
  }
  .techno__title img {
    height: 1.2cap;
  }
  .techno__subtitle {
    font-size: 14px;
    text-align: center;
    line-height: 171.428571%;
  }
  .techno__advantage {
    max-width: 80%;
  }
  .techno__advantage-icon {
    height: 70px;
  }
  .catalog {
    padding-bottom: 20px;
  }
  .catalog__content {
    padding: 16px 0 40px;
  }
  .catalog__menu-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .catalog__menu-slider::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease 0s;
  }
  .catalog__menu-wrapper {
    padding-left: 15px;
  }
  .catalog__menu-slide {
    min-height: 48px;
    font-size: 14px;
  }
  .catalog__products {
    width: 100vw;
    margin-left: -15px;
    min-height: 508px;
  }
  .catalog__products-slider {
    position: relative;
  }
  .catalog__products-slider::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease 0s;
  }
  .catalog__products-wrapper {
    gap: 0;
    padding-left: 10px;
  }
  .catalog__product {
    width: 60%;
  }
  .more-products__title {
    font-size: 22px;
  }
  .more-products__slider {
    padding: 20px 0;
  }
  .more-products__slider::after {
    top: 20px;
    height: calc(100% - 40px);
  }
  .more-products__slider-next,
  .more-products__slider-prev {
    display: none;
  }
  .more-products__wrapper {
    padding-left: 10px;
    transform: translateX(0);
  }
  .product {
    padding-bottom: 40px;
  }
  .cart {
    padding-bottom: 20px;
  }
  .cart__title {
    text-align: center;
    margin-bottom: 28px;
    font-size: 24px;
    margin-top: 12px;
  }
  .cart__content {
    gap: 24px;
  }
  .cart__products-head {
    display: none;
  }
  .cart__products-table {
    padding-inline: 10px;
  }
  .cart__product {
    position: relative;
    padding: 32px 0 24px;
    gap: 12px;
    display: grid;
    grid-template-columns: 24px 100px 1fr 1fr;
    grid-template-rows: 1fr 36px;
    grid-template-areas: "remove image info info" "remove image price quantity";
  }
  .cart__product-remove {
    grid-area: remove;
  }
  .cart__product-image {
    grid-area: image;
  }
  .cart__product-info {
    width: 100%;
    min-width: unset;
    grid-area: info;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .cart__product-stock {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    line-height: 1;
  }
  .cart__product-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cart__product-code {
    position: absolute;
    top: 12px;
    left: 34px;
    font-size: 12px;
    line-height: 1;
  }
  .cart__product-quantity {
    width: auto;
    font-size: 16px;
    min-width: unset;
    grid-area: quantity;
    margin-bottom: auto;
    align-items: self-start;
  }
  .cart__product-quantity input {
    font-size: 16px;
  }
  .cart__product-quantity button {
    font-size: 20px;
    align-items: flex-start;
    display: flex;
    line-height: 1;
  }
  .cart__product-price {
    font-size: 16px;
    min-width: unset;
    grid-area: price;
    width: auto;
    display: block;
    text-align: left;
    margin-bottom: auto;
  }
  .cart__total {
    padding: 16px;
  }
  .cart__total-title {
    display: none;
  }
  .cart__total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    font-size: 13px;
  }
  .cart__total-row span {
    font-size: 16px;
  }
  .cart__total-summ {
    padding: 20px 0;
  }
  .cart__total-button {
    padding: 0;
    padding-bottom: 16px;
  }
  .cart__att {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
  }
  .cart__att a {
    font-size: 12px;
  }
  .cart__recipient-title {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
  }
  .cart__recipient-title span:last-child {
    text-wrap: balance;
  }
  .cart__recipient-form {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cart__pay {
    gap: 20px;
    margin-bottom: 28px;
    margin-top: 24px;
  }
  .cart__delivery-tabs {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .cart__delivery-tab {
    width: 100%;
    max-width: 100%;
  }
  .cart__delivery-head {
    margin-bottom: 16px;
  }
  .cart__delivery-head p {
    padding: 8px 16px;
    font-size: 12px;
  }
  .cart__delivery-price {
    min-height: 60px !important;
    font-size: 14px !important;
  }
  .cart__delivery-content {
    padding: 16px;
  }
  .cart__delivery-title {
    margin-top: 38px;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 28px;
  }
  .cart__delivery-search {
    gap: 28px;
    margin-bottom: 0;
  }
  .cart__delivery-search input {
    height: 48px;
    padding-inline: 28px 64px;
    font-size: 16px;
  }
  .cart__delivery-search button:not(.btn) {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 20px;
  }
  .cart__delivery-city {
    margin-bottom: 20px;
  }
  .cart__delivery-contacts {
    flex-direction: column;
    gap: 0;
    font-size: 12px;
  }
  .cart__delivery-contacts a {
    font-size: 12px;
  }
  .cart__delivery-contacts h4 {
    margin-top: 10px;
  }
  .cart__delivery-address h4:first-child {
    margin-top: 0;
  }
  .cart__delivery-popup-btn {
    display: block;
  }
  .cart__delivery-popup-btn button {
    width: 100%;
    margin-top: 16px;
    min-height: 48px;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 121.428571%;
    text-align: center;
    text-transform: uppercase;
    background: #2f3234;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart__delivery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #535a5e;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: rgba(83, 90, 94, 0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s linear 0s;
  }
  .cart__delivery-popup.opened {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .cart__delivery-popup.opened .cart__delivery-popup-body {
    transform: translateY(0);
  }
  .cart__delivery-popup-body {
    transform: translateY(40px);
    width: calc(100% - 30px);
    margin-inline: auto;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #6d7073;
    position: relative;
    padding: 16px;
    transition: all 0.5s linear 0s;
  }
  .cart__delivery-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .cart__delivery-popup-close svg {
    width: 20px;
    height: 20px;
    color: rgba(47, 50, 52, 0.4);
  }
  .cart__delivery-map {
    width: 100%;
    margin: 0;
    margin-top: 28px;
  }
  .cart__delivery-maplink {
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .cabinet__body {
    padding: 35px 15px 60px 15px;
  }
  .cabinet__title {
    font-size: 24px;
    margin-bottom: 27px;
    text-align: center;
  }
  .cabinet__tabs {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
  .cabinet__tab {
    width: 100%;
  }
  .cabinet__book-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cabinet__book-table {
    margin-bottom: 30px;
  }
  .cabinet__book-table td:nth-child(5),
  .cabinet__book-table th:nth-child(5) {
    display: none;
  }
  .cabinet__book-table td,
  .cabinet__book-table th {
    font-size: 12px;
    padding: 10px 8px;
  }
  .cabinet__book-table .open-order-info {
    margin-inline: auto;
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: 0 0;
    text-decoration: underline;
  }
  .cabinet__book-shipping {
    flex-direction: column;
  }
  .cabinet__book-date {
    margin-inline: auto;
  }
  .cabinet__book-appointment {
    width: 100%;
    max-width: 100%;
  }
  .cabinet__book-comment textarea {
    font-size: 16px;
    padding: 16px 30px;
  }
  .cabinet__book-button {
    text-align: center;
  }
  .constructor__total-btn {
    display: flex;
  }
  .constructor__total-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #535a5e;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: rgba(83, 90, 94, 0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s linear 0s;
  }
  .constructor__total-popup.opened {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .constructor__total-popup.opened .cart__delivery-popup-body {
    transform: translateY(0);
  }
  .constructor__total-popup-body {
    transform: translateY(40px);
    width: calc(100% - 30px);
    margin-inline: auto;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #6d7073;
    position: relative;
    padding: 64px 16px;
    transition: all 0.5s linear 0s;
  }
  .constructor__total-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .constructor__total-close svg {
    width: 20px;
    height: 20px;
    color: rgba(47, 50, 52, 0.4);
  }
  .tips__body {
    width: calc(100% - 30px);
    margin-inline: auto;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #535a5e;
    padding: 64px 15px 60px;
    flex-direction: column;
  }
  .dealers {
    margin-top: 100px;
  }
  .dealers__content {
    padding: 12px 0 60px;
  }
  .dealers__info {
    flex: 1;
    width: 100%;
  }
  .dealers__subtitle {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .dealers__contact {
    text-align: center;
  }
  .dealers__map #map2 {
    min-height: 480px;
  }
  .dealers__title {
    margin-bottom: 16px;
    text-wrap: balance;
    font-size: 20px;
  }
  .dealers__body .cart__delivery-title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: left;
  }
  .dealers__body .cart__delivery-pvz {
    margin-bottom: 28px;
  }
  .dealers__subtitle p:not(:last-child) {
    margin-bottom: 10px;
  }
  .dealers__contact-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .dealers__contact-link:not(:last-child) {
    margin-bottom: 2px;
  }
  .dealers__contact-link {
    font-size: 14px;
  }
  .dealers__contact:not(:last-child) {
    margin-bottom: 10px;
  }
  .dealers__map {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .cart__product-remove {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cart__product-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .cart__product-info {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .cart__product-quantity {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .cart__product-price {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media (max-width: 650px) {
  .cabinet__files-group {
    grid-template-columns: 1fr;
  }
  .cabinet__files-group:not(:last-child) {
    margin-bottom: 20px;
  }
  .cabinet__file-link {
    min-height: 60px;
    padding-inline: 24px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .request-form__area input {
    height: 48px;
    font-size: 16px;
    padding: 8px 32px;
  }
  .no-valid {
    font-size: 12px;
  }
  .submenu img.submenu__item-name {
    max-width: 180px;
  }
  .footer__main {
    gap: 60px;
    padding: 60px 0;
  }
  .footer__logo {
    max-width: 100%;
    text-align: center;
    display: block;
  }
  .footer__logo img {
    height: auto;
    width: 360px;
  }
  .footer__socials {
    margin-top: 44px;
    justify-content: center;
  }
  .footer__social {
    width: 52px;
    height: 52px;
  }
  .footer__menu {
    gap: 28px;
  }
  .footer__menu-group a {
    font-size: 18px;
  }
  .footer__menu-group:first-child {
    order: -2;
  }
  .footer__menu-group:nth-child(3) {
    order: -1;
  }
  .footer__menu-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .footer__request {
    text-align: left;
  }
  .footer__request-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .footer__request-policy {
    font-size: 12px;
  }
  .footer__att {
    font-size: 12px;
    padding: 20px 0 40px;
  }
  .popup .popup-close:not(.btn) {
    width: 44px;
    height: 44px;
    padding: 12px;
  }
  .city-popup__body {
    padding: 70px 16px 44px;
    display: flex;
    flex-direction: column;
  }
  .city-popup__title {
    font-size: 20px;
    margin-bottom: 28px;
    padding: 0;
    border: none;
    font-weight: 600;
    text-align: center;
    order: 1;
  }
  .city-popup__items {
    flex-direction: column;
    flex-wrap: nowrap;
    order: 3;
  }
  .city-popup__col {
    flex: 1 1 100%;
    width: 100%;
  }
  .city-popup__item {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .city-popup__search {
    order: 2;
    margin-bottom: 24px;
  }
  .city-popup__search-form button {
    top: 12px;
    right: 20px;
    width: 24px;
    height: 23px;
  }
  .city-popup__search-form input {
    font-size: 16px;
    padding-inline: 28px;
    height: 48px;
  }
  .hero__slider {
    max-height: 600px;
    min-height: unset;
  }
  .hero__slide {
    max-height: 600px;
    min-height: unset;
  }
  .hero__slider-buttons {
    display: none;
  }
  .welcome__advatage {
    padding: 24px 15px;
  }
  .welcome__advatage-head {
    gap: 12px;
  }
  .welcome__advatage-number img {
    max-width: 36px;
  }
  .welcome__advatage-name {
    font-size: 20px;
  }
  .welcome__advatage-text {
    line-height: 150%;
  }
  .boats__slide-info {
    padding: 24px 15px;
  }
  .boats__slide-name {
    font-size: 16px;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .boats__slide-name span {
    display: block;
    max-width: 240px;
    margin-inline: auto;
    text-align: center;
    text-wrap: balance;
  }
  .boats__slide-name img {
    max-width: 200px;
    height: auto;
  }
  .boats__slide-characteristics {
    grid-template-columns: 1fr;
    margin-bottom: 37px;
  }
  .boats__slide-characteristic {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
    padding: 12px 0;
  }
  .boats__slide-value {
    flex: 0 1 50%;
    font-size: 24px;
    line-height: 1;
    text-align: right;
  }
  .boats__slide-text {
    flex: 0 1 50%;
    text-align: left;
  }
  .boats__slide-buttons {
    flex-direction: column;
    gap: 24px;
  }
  .technologies__info {
    padding: 40px 15px 0 15px;
  }
  .technologies-revers .technologies__body .technologies__image {
    height: 260px;
    flex: 1 1 auto;
  }
  .technologies-revers .technologies__body .technologies__info {
    padding: 32px 15px 0;
  }
  .dealer__info {
    padding: 60px 15px 36px;
  }
  #map {
    min-height: 390px;
  }
  .marker-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .marker-info p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .marker-info a {
    font-size: 16px;
    font-weight: 700;
  }
  .gallery-block__body {
    padding: 60px 0 40px;
  }
  .gallery-block__slider::after,
  .gallery-block__slider::before {
    display: none;
  }
  .hero-product__image {
    height: 300px;
  }
  .product-details__file {
    font-size: 16px;
    max-width: 100%;
  }
  .product-details__file svg {
    flex: 0 0 36px;
    width: 36px;
    height: 44px;
  }
  .product-details__characteristics dt {
    font-size: 13px;
  }
  .product-details__characteristics dd {
    font-size: 16px;
  }
  .product-components__image {
    max-width: 300px;
  }
  .product-components__name {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .product-components__descr {
    font-size: 16px;
    text-wrap: balance;
  }
  .product-technologies__image {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .product-technologies__image img {
    height: 360px;
  }
  .product-technologies__button .btn {
    min-width: unset;
  }
  .product-equipment__image {
    height: 260px;
  }
  .product-equipment__text span:first-child {
    text-align: right;
    font-size: 24px;
    flex: 0 1 40%;
  }
  .product-equipment__text span:nth-child(2) {
    max-width: unset;
    margin: 0;
    text-align: left;
    font-size: 14px;
    flex: 0 1 60%;
  }
  .product-equipment__items {
    padding-inline: 15px;
  }
  .product-equipment__item {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .product-equipment__item::after {
    display: none;
  }
  .product-equipment__item:not(:last-child) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .about__image {
    height: 300px;
  }
  .about__slogan-body {
    padding: 18px 0 36px;
  }
  .about__slogan-button {
    width: 100%;
  }
  .about__slogan-button .btn {
    width: 100%;
    max-width: 100%;
  }
  .philosophy + .technologies .technologies__body .technologies__image {
    height: 260px;
    flex: 1 1 auto;
  }
  .philosophy + .technologies .technologies__body .technologies__info {
    padding: 32px 15px 0;
  }
  .philosophy + .technologies .technologies__body .title {
    text-wrap: balance;
  }
  .about-more__image {
    height: 260px;
    width: 100%;
  }
  .about-more__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  .video-banner {
    height: 390px;
  }
  .techno {
    padding: 112px 15px 47px;
  }
  .techno__advantage {
    font-size: 12px;
    padding: 20px 26px;
    max-width: calc(100% - 80px);
  }
  .techno__advantage-icon {
    min-height: 68px;
    max-width: 82px;
  }
  .solutions__boat {
    max-width: 370px;
    width: 100%;
  }
  .solutions__body {
    padding: 153px 0 40px;
  }
  .solutions__title {
    padding: 16px 15px;
  }
  .solutions__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    padding: 20px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .solutions__item-line {
    display: none;
  }
  .solutions__item-icon-check {
    width: 48px;
    height: 48px;
  }
  .solutions__item-icon-check svg {
    width: 18px;
    height: 18px;
  }
  .solutions__item-text {
    font-size: 14px;
    line-height: 170%;
  }
  .solutions__item-text br {
    display: none;
  }
  .devices__image {
    height: 260px;
  }
  .devices__line-1 {
    width: 60%;
    bottom: unset;
    top: 200px;
    z-index: 2;
  }
  .devices__line-2 {
    top: 240px;
    width: 40%;
  }
  .devices__line-3 {
    width: 40px;
    top: 260px;
    left: 0;
  }
  .catalog__menu-title {
    font-size: 24px;
  }
  .catalog__product {
    padding: 8px 12px 12px;
  }
  .catalog__product-info {
    margin-bottom: 8px;
  }
  .catalog__product-code {
    font-size: 12px;
  }
  .catalog__product-stock {
    font-size: 12px;
    padding-left: 14px;
  }
  .catalog__product-stock::before {
    width: 8px;
    height: 8px;
  }
  .catalog__product-pagination {
    margin-top: 8px;
  }
  .catalog__product-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .catalog__product-details {
    margin-top: 8px;
  }
  .catalog__product-name {
    font-size: 14px;
    min-height: 48px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .catalog__product-price {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
  }
  .product__content {
    padding-top: 0;
  }
  .product__title {
    display: block;
    font-size: 24px !important;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .product__gallery {
    margin-bottom: 24px;
  }
  .product__labels {
    font-size: 12px;
    padding: 8px;
  }
  .product__stock {
    padding-left: 15px;
  }
  .product__stock::before {
    width: 8px;
    height: 8px;
  }
  .product__gallery-slider-2 {
    margin-bottom: 12px;
  }
  .product__info {
    display: flex;
    flex-direction: column;
  }
  .product__name:not(.product__title) {
    display: none;
  }
  .product__description {
    order: 3;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
  }
  .product__description-title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }
  .product__prices {
    order: 1;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 32px;
  }
  .product__price {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
  }
  .product__button .btn {
    width: 100%;
    max-width: 100%;
  }
  .product__delivery {
    order: 2;
    margin-bottom: 28px;
  }
  .product__delivery-head {
    padding: 16px;
  }
  .product__delivery-city {
    font-size: 12px;
  }
  .product__delivery-city span {
    font-size: 12px;
  }
  .product__delivery-choose a,
  .product__delivery-choose button {
    font-size: 12px;
    line-height: 1;
  }
  .product__delivery-info {
    padding: 12px 0;
  }
  .product__delivery-col {
    padding: 16px;
    font-size: 12px;
  }
  .product__delivery-col:first-child {
    padding-right: 40px;
  }
  .product__delivery-col:last-child {
    padding-left: 40px;
  }
  .product__characteristics {
    order: 4;
  }
  .product__characteristics-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }
  .product__characteristics-list li {
    font-size: 13px;
  }
  .product__characteristics-list li dd {
    font-size: 16px;
  }
  .cabinet__table th {
    font-size: 12px;
  }
  .cabinet__table td {
    font-size: 12px;
    padding: 16px 6px;
  }
  .cabinet__table td:nth-child(2) {
    white-space: nowrap;
  }
  .constructor {
    display: flex;
    flex-direction: column;
  }
  .constructor__bg {
    top: 0;
    width: 130%;
    opacity: 0.5;
  }
  .constructor__body {
    height: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
  }
  .constructor__head {
    height: 64px;
  }
  .constructor__close {
    width: 44px;
    height: 44px;
    top: 10px;
    left: 15px;
  }
  .constructor__close svg {
    width: 24px;
    height: 24px;
  }
  .constructor__logo {
    margin-left: 64px;
  }
  .constructor__logo img {
    width: 90%;
    max-width: 118px;
  }
  .constructor__summ {
    font-size: 8px;
    line-height: 125%;
  }
  .constructor__summ-value {
    font-size: 24px;
  }
  .constructor__tabs {
    margin-bottom: 16px;
  }
  .constructor__tab span:first-child {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
  }
  .constructor__tab span:last-child {
    display: none;
  }
  .constructor__wrapper {
    flex: 1;
  }
  .constructor__info {
    padding-bottom: 24px;
    flex: 0;
  }
  .constructor__view {
    padding: 0 15px;
  }
  .constructor__slide {
    min-height: unset;
    height: 240px;
  }
  .constructor__slide img {
    width: 85%;
    display: block;
    margin-inline: auto;
  }
  .constructor__slider-pagination {
    display: none;
  }
  .constructor__slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .constructor__descriptions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease 0s;
    background: rgba(47, 50, 52, 0.8);
    display: grid;
    padding: 15px;
    max-height: 100vh;
    overflow-y: auto;
  }
  .constructor__descriptions.opened {
    opacity: 1;
    pointer-events: all;
  }
  .constructor__descriptions-body {
    position: relative;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #535a5e;
    width: 100%;
    padding: 64px 16px 30px;
  }
  .constructor__descriptions-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
  .constructor__descriptions-close svg {
    width: 20px;
    height: 20px;
    color: rgba(255, 249, 249, 0.4);
  }
  .constructor__subtabs {
    flex-direction: column;
    gap: 12px;
  }
  .constructor__subtabs {
    border: none;
  }
  .constructor__subtab {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    background: rgba(162, 161, 160, 0.3);
  }
  .constructor__subtab::after {
    display: none;
  }
  .constructor__subtab.active {
    background: #DE1116;
  }
  .constructor__subcontents-btn {
    display: block;
    padding-inline: 15px;
    margin-top: 16px;
  }
  .constructor__subcontents-btn .btn {
    background: #6b6f72;
    width: 100%;
    max-width: 100%;
  }
  .constructor__subcontents {
    height: calc(100vh - 279px);
    margin-top: 32px;
    width: calc(100% + 10px);
    padding-right: 10px;
  }
  .constructor__description {
    font-size: 16px;
  }
  .constructor__description ul {
    font-size: 14px;
  }
  .constructor__description ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .constructor__characteristics li {
    font-size: 13px;
    padding: 10px 0;
    margin-right: 0;
  }
  .constructor__characteristics li dt {
    font-size: 16px;
  }
  .constructor__total {
    padding-inline: 15px;
  }
  .constructor__total-name {
    margin-inline: auto;
    text-align: center;
  }
  .constructor__total-price {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
  }
  .constructor__total-price span {
    max-width: 124px;
    margin-left: auto;
    display: inline-block;
  }
  .constructor__total-price-value {
    font-size: 28px;
    flex: 1;
    text-align: center;
  }
  .constructor__total-subtitle {
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    text-align: center;
  }
  .constructor__equipments {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 58px;
  }
  .constructor__equipments-form {
    height: auto;
    flex: 1;
  }
  .constructor__equipment {
    padding: 24px 15px;
    flex: 1;
  }
  .constructor__equipment-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .constructor__options-cat {
    font-size: 16px;
    padding: 8px 40px;
    margin-top: 24px;
  }
  .constructor__options-row .custom-checkbox .custom-checkbox__text,
  .constructor__options-row .custom-checkbox .custom-checkbox__text-price {
    font-size: 16px;
  }
  .constructor__colors {
    gap: 24px 12px;
  }
  .constructor__color .custom-checkbox .custom-checkbox__text,
  .constructor__color .custom-checkbox .custom-checkbox__text-price {
    font-size: 16px;
  }
  .constructor__equipment-buttons {
    gap: 4px;
    margin-top: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
  .tips.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .tips__btn::before {
    display: none;
  }
  .tips__image {
    width: 80%;
    height: auto;
    margin-inline: auto;
  }
  .tips__name {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .tips__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tips__close svg {
    width: 20px;
    height: 20px;
    color: rgba(255, 249, 249, 0.4);
  }
}
@media (max-width: 431px) {
  .constructor__slide {
    height: 160px;
  }
  .constructor__slider-next,
  .constructor__slider-prev {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 399px) {
  .constructor__total-price-value {
    font-size: 24px;
  }
}
@media (max-width: 389px) {
  .header__body {
    gap: 10px;
  }
  .header__buttons {
    flex: 1;
  }
  .footer__menu-group a {
    font-size: 14px;
  }
  .footer__menu-title {
    margin-bottom: 16px;
  }
  .city-popup__body {
    padding: 40px 16px;
  }
}
@media (max-width: 369px) {
  .cart__product {
    grid-template-columns: 18px 80px 1fr 1fr;
    grid-template-rows: 1fr 20px 20px;
    grid-template-areas: "remove image info info" "remove image price price" "remove image quantity quantity";
    row-gap: 6px;
  }
  .cart__product-image {
    width: 80px;
    height: 80px;
  }
  .cart__product-quantity {
    justify-content: flex-start;
  }
  .cart__product-remove {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .cart__product-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 2;
  }
  .cart__product-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .cart__product-quantity {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .cart__product-price {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 359px) {
  .title {
    font-size: 26px;
  }
  .catalog__product-name {
    font-size: 13px;
  }
  .catalog__product-price {
    font-size: 20px;
  }
  .catalog__product-button .btn {
    font-size: 12px;
  }
  .cart__product-remove {
    width: 18px;
    height: 18px;
  }
  .cabinet__table th {
    font-size: 11px;
    padding: 12px 4px;
  }
  .cabinet__table td {
    font-size: 11px;
    padding: 12px 4px;
  }
}
@media (max-width: 349px) {
  .footer__menu {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (min-width: 601px) {
  .constructor__slider-next,
  .constructor__slider-prev {
    display: none;
  }
}
@media (min-width: 768px) {
  .catalog__products-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 980px) {
  .catalog__menu-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .boats__slide-buttons {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
}
@media (min-width: 981px) {
  .header__cart {
    font-size: 20px;
    position: absolute;
    bottom: 55px;
    right: 40px;
    gap: 12px;
    margin: 0;
    text-transform: unset;
    height: 30px;
  }
  .header__cart svg {
    width: 21px;
    height: 21px;
  }
  .decore__line-mob {
    display: none;
  }
  .boats__slider-wrapper {
    flex-direction: column;
    overflow: hidden;
  }
  .boats__slider-next,
  .boats__slider-prev {
    display: none;
  }
  .about-more__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about-more__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1201px) {
  .header__cart {
    right: 80px;
  }
}
@media (min-width: 1600px) {
  .header__cart {
    right: calc((100vw - 1440px) / 2);
  }
}
@media (hover: hover) {
  .slider-next:hover svg,
  .slider-prev:hover svg {
    color: rgba(0, 0, 0, 0.8);
  }
  .btn:hover {
    border-color: #fff;
  }
  .btn:hover::before {
    animation: bounce 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .request-form__area input:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .breadcrumbs a:hover {
    color: #fff;
  }
  .input:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .textarea:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .custom-checkbox:hover:not(:has(.custom-checkbox__input:checked))
    .custom-checkbox__icon::before {
    opacity: 0.1;
  }
  .custom-select select:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .file-upload:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .calendar .air-datepicker-nav--action:hover {
    background: 0 0;
  }
  .calendar .air-datepicker-nav--action:hover svg {
    fill: #fff;
    color: #fff;
  }
  .calendar .air-datepicker-nav--title:hover {
    background: #535a5e;
  }
  .calendar .air-datepicker-cell.-disabled-:hover {
    background: 0 0;
  }
  .calendar .air-datepicker-cell:not(.-selected-):hover {
    background: #535a5e;
  }
  .header__loc button:hover {
    color: #DE1116;
  }
  .header__cart:hover {
    color: #DE1116;
  }
  .menu a:hover {
    color: #c92a35;
  }
  .submenu__item:hover .submenu__item-image {
    transform: scale(1.03);
  }
  .submenu__item:hover .submenu__item-name {
    transform: translateY(-5px);
  }
  .footer__logo img:hover {
    opacity: 0.8;
  }
  .footer__social:hover svg {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer__menu-group a:hover {
    color: #DE1116;
  }
  .footer__request-policy a:hover {
    text-decoration: underline;
  }
  .popup .popup-close:not(.btn):hover {
    background: rgba(47, 50, 52, 0.4);
  }
  .popup .popup-close:not(.btn):hover svg {
    color: #fff;
  }
  .city-popup__item:hover {
    color: rgba(47, 50, 52, 0.8);
  }
  .city-popup__search-form button:hover svg {
    opacity: 0.8;
    transform: scale(1.1);
  }
  .city-popup__close:hover {
    background: rgba(255, 255, 255, 0.3921568627);
  }
  .thanks-popup__close:hover {
    background: rgba(255, 255, 255, 0.3921568627);
  }
  .order-popup__body a:hover {
    color: #DE1116;
  }
  .order-popup__close:hover {
    background: rgba(89, 91, 93, 0.5019607843);
  }
  .marker-info a:hover {
    color: #DE1116;
  }
  .gallery-block__slider-next:hover svg,
  .gallery-block__slider-prev:hover svg {
    color: rgba(255, 255, 255, 0.8);
  }
  .product-details__file:hover svg {
    color: #DE1116;
  }
  .similar__product:hover .similar__product-image img {
    transform: scale(1.1);
  }
  .similar__product:hover .similar__product-name svg {
    transform: translateX(15px) scale(1.1);
    color: #fff;
  }
  .catalog__menu-slide:hover:not(.active) {
    background-color: #2f3234;
  }
  .catalog__product:hover {
    background: rgba(47, 50, 52, 0.8);
    border: 1px solid #2f3234;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  .more-products__slider-next:hover svg,
  .more-products__slider-prev:hover svg {
    color: rgba(0, 0, 0, 0.5);
  }
  .product__delivery-choose a:hover,
  .product__delivery-choose button:hover {
    opacity: 0.8;
  }
  .cart__product-remove button:hover svg {
    color: #fff;
  }
  .cart__product-quantity button:hover {
    transform: scale(1.1);
  }
  .cart__att a:hover {
    text-decoration: underline;
  }
  .cart__delivery-search input:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .cart__delivery-search button:not(.btn):hover svg {
    opacity: 0.8;
    transform: scale(1.1);
  }
  .cart__delivery-contacts a:hover {
    opacity: 0.8;
  }
  .cabinet__table td a:hover {
    opacity: 0.8;
  }
  .cabinet__book-comment textarea:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .constructor__close:hover {
    background: #2f3234;
  }
  .constructor__tab:hover {
    transform: scale(0.99);
  }
  .tips__btn:hover::before {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.webp .submenu {
  background-image: url(../img/menu/bg-left.webp),
    url(../img/menu/bg-right.webp);
}
@media (max-width: 767px) {
  .webp .submenu {
    background-image: url(../img/menu/bg-right-mob.svg);
    background-repeat: no-repeat;
    background-position: 100% -45px;
  }
}
.webp .welcome {
  background-image: url(../img/welcome-bg.avif);
}
.webp .technologies {
  background-image: url(../img/welcome-bg.avif);
}
.webp .product-components {
  background-image: url(../img/grey-bg-oct.avif);
}
.webp .product-complectation {
  background-image: url(../img/grey-bg-oct.avif);
}
.webp .philosophy + .technologies {
  background-image: url(../img/octagons.avif);
}
.webp .solutions {
  background-image: url(../img/grey-bg-oct.avif);
}
.webp .catalog {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.avif);
}
.webp .product {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.avif);
}
.webp .cart {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.avif);
}
.webp .cabinet {
  background-image: linear-gradient(
      -45deg,
      rgba(93, 100, 104, 0.5) 0,
      #5d6468 33.173%,
      #5d6468 72.115%,
      rgba(93, 100, 104, 0.5) 100%
    ),
    url(../img/octagons.avif);
}
.webp .constructor {
  background-image: url(../img/grey-bg-oct.avif);
}
@media (max-width: 980px) {
  .webp .header__wrapper {
    background-image: url(../img/menu/bg-right.webp);
  }
}



.constructor__logo .tabs-content {
	display: none;
}

.constructor__logo .tabs-content.active {
    display: block;
}

.constructor__view .tabs-content {
	display: none;
}

.constructor__view .tabs-content.active {
    display: block;
}


@media (max-width: 1280px) {
	.header__tel {
		right: calc((100vw - 564px) / 2);
	}
}


@media (max-width: 980px) {
	.header__tel {
		display: none;
	}
	
	.header__wrapper a[href="tel:+78125655335"] {
		display: none!important;
	}
}

.unique-item__content .title--sm {
  font-size: 30px;
}


















/* === Кастомный маркер === */
    .marker-plaque {
      position: absolute;
      background: #858583;
      padding: 20px 24px;
      min-width: 280px;
      max-width: 460px;
      box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.15),
        0 1px 6px rgba(0, 0, 0, 0.1);
      transform: translate(-50%, -100%);
      animation: plaqueAppear 0.4s ease-out;
    }

    .marker-plaque::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 20px;
      height: 20px;
      background: #858583;
      border-radius: 0 0 4px 0;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
      transform: translateX(-50%) rotate(45deg);
    }

    @keyframes plaqueAppear {
      0% {
        opacity: 0;
        transform: translate(-50%, calc(-100% + 12px));
      }
      100% {
        opacity: 1;
        transform: translate(-50%, -100%);
      }
    }

    .marker-plaque__title {
      font-size: 18px;
      font-weight: 700;
      color: #FFF;
      margin-bottom: 8px;
      line-height: 1.3;
    }

    .marker-plaque__text {
      font-size: 14px;
      color: #FFF;
      line-height: 1.5;
      margin-bottom: 14px;
    }

    .marker-plaque__phone-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      text-decoration: none;
      transition: all 0.25s ease;
    }
.marker-plaque__phone-icon {
   display: none;
}


    /* Хвостик маркера — точка на карте */
    .marker-plaque__tip {
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
    }

    .marker-plaque__tip-dot {
      width: 14px;
      height: 14px;
      background:  #858583;
      border: 3px solid #ffffff;
      border-radius: 50%;

    }

.opacity {
	height: 0;
}
