@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-light.woff);
  font-weight: 200;
}
@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-regular.woff);
  font-weight: 300;
}
@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-semiBold.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-Bold.woff);
  font-weight: 700;
}
@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-ExtraBold.woff);
  font-weight: 900;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pass:before {
  content: "\e908";
}

.icon-check-icon:before {
  content: "\e906";
}

.icon-x-icon:before {
  content: "\e907";
}

.icon-inm-icon:before {
  content: "\e900";
}

.icon-mail-icon:before {
  content: "\e901";
}

.icon-pen-icon:before {
  content: "\e902";
}

.icon-phone-icon:before {
  content: "\e903";
}

.icon-search-icon:before {
  content: "\e904";
}

.icon-user-icon:before {
  content: "\e905";
}

@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --header-height: 100px;
  /* Значение по умолчанию */
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Circe";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Circe";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._input-validation {
  opacity: 0.5;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1250px) {
  ._input-validation {
    gap: 5px;
  }
}
._input-validation._error {
  opacity: 1;
  color: #b5ff80;
  border-color: #b5ff80;
}
._input-validation._error input {
  opacity: 0;
  color: #b5ff80;
}
._input-validation._error input::placeholder {
  color: #b5ff80;
}
._input-validation._error ._input-validation__input-wp span {
  opacity: 1;
}
._input-validation._error ._input-validation__status span:nth-child(2) {
  display: block;
}
._input-validation._error ._input-validation__status span:nth-child(1) {
  display: none;
}
._input-validation._valid {
  opacity: 1;
  color: #fff;
}
._input-validation._valid input {
  color: #fff;
}
._input-validation._valid ._input-validation__status span:nth-child(1) {
  display: block;
}
._input-validation._valid ._input-validation__status span:nth-child(2) {
  display: none;
}
._input-validation:hover, ._input-validation._focus {
  opacity: 1;
}
._input-validation:hover input, ._input-validation._focus input {
  opacity: 1;
}
._input-validation:hover ._input-validation__input-wp span, ._input-validation._focus ._input-validation__input-wp span {
  opacity: 0;
}
._input-validation input {
  color: #fff;
  font-size: 16px;
  background-color: transparent;
}
@media (max-width: 1250px) {
  ._input-validation input {
    font-size: 14px;
  }
}
._input-validation input::placeholder {
  font-size: 16px;
  color: #fff;
}

._input-validation__status {
  margin-left: auto;
}
._input-validation__status span {
  display: none;
}

._input-validation__input-wp {
  position: relative;
  width: 100%;
}
._input-validation__input-wp span {
  position: absolute;
  top: 20%;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

._container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 100px;
}
@media (max-width: 1500px) {
  ._container {
    padding: 0px 50px;
  }
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 30px;
  }
}
@media (max-width: 500px) {
  ._container {
    padding: 0px 20px;
  }
}

._kroski {
  background: #f7f7f7;
  padding: 24px 0px;
}
@media (max-width: 998px) {
  ._kroski {
    padding: 20px;
  }
}
@media (max-width: 998px) {
  ._kroski {
    padding: 14px;
    font-size: 13px;
  }
}
._kroski ._container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
._kroski ._container a {
  color: #000;
  opacity: 0.5;
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: end;
}
._kroski ._container a img {
  padding-bottom: 2px;
}
._kroski ._container a:hover {
  text-shadow: 0px 0px 1px black;
}
._kroski ._container a:hover img {
  transform: scale(1.1);
}
._kroski ._container a:first-child {
  opacity: 1;
  padding-left: 0;
}
._kroski ._container a:first-child::before {
  display: none;
}
._kroski ._container a::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  height: 80%;
  width: 1px;
  background-color: #000;
}

._more-block._more ._more-btn {
  display: flex;
  margin-top: 70px;
}

._more-btn {
  align-items: center;
  padding: 23px 80px;
  width: max-content;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0px auto;
  gap: 15px;
  color: #000;
  background-color: #f7f7f7;
  display: none;
  justify-content: center;
}
@media (max-width: 500px) {
  ._more-btn {
    margin-top: 30px;
    padding: 23px;
  }
}
._more-btn:hover {
  background-color: #ececec;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper,
._sl {
  overflow: hidden;
}
._swiper .swiper-wrapper,
._sl .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper,
._sl.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper,
._sl.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.popup_call .popup__body {
  max-width: 440px;
  width: 95%;
  padding-top: 60px;
}
.popup_call .popup__top {
  display: grid;
  grid-template-columns: 40% 1fr;
  font-weight: 700;
}
.popup_call .popup__top li {
  cursor: pointer;
  text-align: center;
  padding-bottom: 20px;
  font-size: 32px;
}
@media (max-width: 500px) {
  .popup_call .popup__top li {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.popup_call .popup__top li._active {
  border-bottom: 4px solid #117536;
}
.popup__form {
  display: none;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.popup__form._active {
  display: flex !important;
}
.popup__form ._input-validation__input-wp {
  margin-left: 5px;
}
.popup__form ._input-validation__input-wp input {
  width: 100%;
}
.popup__form ._input-validation {
  color: #000;
  font-size: 16px;
  border-color: #000;
}
.popup__form ._input-validation input {
  color: #000;
}
.popup__form ._input-validation input::placeholder {
  color: #000;
}
.popup__form ._input-validation._error {
  color: #e42431;
  border-color: #e42431;
}
.popup__form ._input-validation._valid {
  border-color: #008431;
  color: #008431;
}
.popup__form button {
  width: 100%;
  background-color: #008431;
  text-align: center;
  padding: 17px;
  color: #fff;
  margin-top: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.popup__form button:hover {
  background-color: #117536;
}
.popup__reg {
  font-size: 13px;
  opacity: 0.5;
  text-align: center;
}
.popup__reg a {
  color: inherit;
  text-decoration: underline;
}
.popup__error-message {
  color: #e42431;
  display: none;
}
.popup__error-message._active {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
  background-color: #fff;
}
.header__top {
  background-image: url(../img/bgcarda.png);
  background-size: auto 100%;
  background-color: #e42431;
  padding: 18px 10%;
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  display: none;
  justify-content: center;
}
@media (max-width: 998px) {
  .header__top {
    padding: 18px 70px;
  }
}
@media (max-width: 500px) {
  .header__top {
    padding: 10px 70px;
    font-size: 13px;
  }
}
.header__top._active {
  display: flex;
}
.header__top img {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 17px;
  cursor: pointer;
  transform: translate(0px, -50%);
}
@media (max-width: 998px) {
  .header__top img {
    right: 50px;
  }
}
@media (max-width: 500px) {
  .header__top img {
    right: 25px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  .header__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__logo {
  width: 11vw;
}
@media (max-width: 998px) {
  .header__logo {
    width: 160px;
  }
}
@media (max-width: 500px) {
  .header__logo {
    width: 95px;
  }
}
.header__logo img {
  width: 100%;
}
.header__sity {
  cursor: pointer;
}
@media (max-width: 998px) {
  .header__sity {
    order: 3;
  }
}
.header__sity_pc {
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 10px;
  color: #0000007a;
}
@media (max-width: 998px) {
  .header__sity_pc {
    display: none;
  }
}
.header__sity_mob {
  display: none;
}
@media (max-width: 998px) {
  .header__sity_mob {
    display: block;
    width: 30px;
  }
  .header__sity_mob img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header__sity_mob {
    width: 20px;
  }
}
@media (max-width: 998px) {
  .header__list {
    order: 2;
  }
}
.header__list ul {
  display: flex;
  gap: min(32px, 1.55vw);
}
@media (max-width: 998px) {
  .header__list ul {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    padding: 30px;
  }
}
.header__list li {
  position: relative;
  font-size: min(16px, 1vw);
}
@media (max-width: 998px) {
  .header__list li {
    font-size: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.header__list li a {
  font-weight: 700;
  color: #000;
}
@media (max-width: 998px) {
  .header__list li a {
    padding: 13px;
  }
}
.header__list li a:hover {
  color: #008431;
}
.header__list li div {
  font-weight: 700;
  position: relative;
}
@media (max-width: 998px) {
  .header__list li div {
    width: 100%;
    display: flex;
    padding: 13px 0px;
    align-items: center;
    flex-direction: column;
  }
}
.header__list li div span {
  cursor: pointer;
  display: flex;
  gap: 3px;
}
@media (max-width: 998px) {
  .header__list li div span {
    gap: 6px;
  }
}
.header__list li div span::after {
  position: relative;
  top: 0.1vw;
  right: 0;
  content: "";
  width: 11px;
  margin-top: 2px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/arrow-outlined.svg);
  background-size: contain;
}
@media (max-width: 998px) {
  .header__list li div span::after {
    width: 14px;
    height: 8px;
    margin-top: 8px;
  }
}
.header__list li div:hover .header__list_insert {
  display: flex !important;
}
.header__list li div:hover span::after {
  background-image: url(../img/arrow-outlined2.svg);
}
@media (max-width: 998px) {
  .header__list li div:hover {
    background-color: #fff;
    padding-bottom: 0;
  }
}
.header__list_insert {
  display: none !important;
  position: absolute;
  flex-direction: column;
  padding-top: 16px;
  width: max-content;
  gap: 0 !important;
  bottom: 0px;
  left: -20px;
  transform: translate(0px, 100%);
}
@media (max-width: 998px) {
  .header__list_insert {
    position: relative;
    transform: translate(0);
    width: 100%;
    left: 0;
    padding: 0 !important;
    padding-top: 12px;
    margin-top: 12px;
  }
}
.header__list_insert a {
  background-color: #f7f7f7;
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px solid #00000034;
}
@media (max-width: 998px) {
  .header__list_insert a {
    width: 100%;
    background-color: transparent;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #00000034;
    border-bottom: none;
  }
}
.header__list_insert li:last-child a {
  border-bottom: none;
}
.header__search {
  cursor: pointer;
}
@media (max-width: 998px) {
  .header__search {
    order: 3;
  }
}
.header__search img {
  max-width: 1.2vw;
}
@media (max-width: 998px) {
  .header__search img {
    width: 30px;
    max-width: 30px;
  }
}
@media (max-width: 500px) {
  .header__search img {
    width: 20px;
  }
}
.header__phone a {
  font-size: min(22px, 1.2vw);
  color: #000;
}
@media (max-width: 998px) {
  .header__phone a {
    font-size: 20px;
  }
}
.header__phone a span {
  font-weight: 700;
}
@media (max-width: 998px) {
  .header__phone {
    order: 2;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
  }
}
@media (max-width: 700px) {
  .header__phone {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000002d;
  }
}
.header__phone_call {
  font-size: 11px;
  text-align: right;
  font-weight: 800;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 0.4vw;
  color: #e42431;
  cursor: pointer;
  font-size: min(11px, 0.75vw);
}
@media (max-width: 998px) {
  .header__phone_call {
    font-size: 11px;
  }
}
.header__mail {
  cursor: pointer;
}
@media (max-width: 998px) {
  .header__mail {
    order: 3;
  }
}
.header__mail img {
  max-width: 1.6vw;
}
@media (max-width: 998px) {
  .header__mail img {
    width: 30px;
    max-width: 30px;
  }
}
@media (max-width: 500px) {
  .header__mail img {
    width: 20px;
  }
}
.header__user {
  cursor: pointer;
}
@media (max-width: 998px) {
  .header__user {
    order: 3;
  }
}
.header__user img {
  max-width: 1.6vw;
}
@media (max-width: 998px) {
  .header__user img {
    width: 30px;
    max-width: 30px;
  }
}
@media (max-width: 500px) {
  .header__user img {
    width: 20px;
  }
}
.header__cart {
  cursor: pointer;
  position: relative;
}
@media (max-width: 998px) {
  .header__cart {
    order: 3;
  }
}
.header__cart img {
  max-width: 1.6vw;
}
@media (max-width: 998px) {
  .header__cart img {
    width: 30px;
    max-width: 30px;
  }
}
@media (max-width: 500px) {
  .header__cart img {
    width: 20px;
  }
}
.header__cart span {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  transform: translate(60%, -40%);
  z-index: 2;
}
@media (max-width: 1300px) {
  .header__cart span {
    width: 20px;
    height: 20px;
    font-size: 11px;
    transform: translate(60%, -45%);
  }
}
.header__cart span::before {
  position: absolute;
  top: 0;
  transform: translate(0px, -4%);
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  background-size: cover;
  background-image: url(../img/Group13.svg);
}
@media (max-width: 998px) {
  .header__burger {
    order: 3;
    margin-right: -20px;
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .header__burger {
    margin-right: -10px;
    margin-left: 5px;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 998px) {
  .header__mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 100%;
    transform: translate(0px, 0%);
    width: 100%;
    left: 0;
    background: #f7f7f7;
    transition: 0.3s;
    max-height: calc(100vh - 150px);
    overflow: scroll;
  }
  .header__mobile._active {
    bottom: 0;
    transform: translate(0px, 100%);
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 998px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 5;
    background: #f7f7f7;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
  }
  .icon-menu span:first-child {
    top: calc(35% - 1px);
  }
  .icon-menu span:last-child {
    top: calc(65% - 1px);
  }
  .icon-menu._active span {
    height: 4px;
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg) translate(-70%);
    top: calc(25% - 2px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg) translate(-70%);
    bottom: calc(25% - 2px);
    top: auto;
  }
}
@media (max-width: 500px) {
  .icon-menu {
    width: 50px;
    height: 50px;
  }
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

._videos {
  position: relative;
}
._videos._active ._play {
  opacity: 0.1;
}
._videos ._play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
._videos ._play img {
  max-width: 50%;
  cursor: pointer;
}

.home {
  background-image: url(../img/bgfirst.png);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 998px) {
  .home {
    background-position: 70%;
  }
}
.home._video-bg {
  position: relative;
}
.home._video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 415px;
  padding-bottom: 300px;
}
@media (max-width: 1500px) {
  .home__container {
    padding-top: 315px;
    padding-bottom: 200px;
  }
}
@media (max-width: 998px) {
  .home__container {
    padding-top: 400px;
    padding-bottom: 300px;
  }
}
.home__carda {
  width: 560px;
  backdrop-filter: blur(5px);
}
@media (max-width: 600px) {
  .home__carda {
    width: calc(100% - 20px);
  }
}
.home__carda img {
  width: 100%;
}
@media (max-width: 600px) {
  .home__btn {
    width: calc(100% - 20px);
  }
}
.home__btn a {
  display: flex;
  background: rgba(17, 117, 54, 0.6);
  backdrop-filter: blur(7.5px);
  padding: 27px 35px;
  font-weight: 800;
  gap: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media (max-width: 998px) {
  .home__btn a {
    font-size: 14px;
    padding: 27px 15px;
  }
}
@media (max-width: 330px) {
  .home__btn a {
    gap: 10px;
    padding: 27px 5px;
    font-size: 12px;
  }
}
.home__btn a img {
  transition: 0.3s;
}
.home__btn a:hover img {
  transform: translate(10px);
}

._title {
  display: flex;
  gap: 20px;
  font-size: 36px;
  text-transform: uppercase;
  align-items: center;
  line-height: 1.11;
}
@media (max-width: 1500px) {
  ._title {
    font-size: 30px;
    gap: 15px;
  }
}
@media (max-width: 998px) {
  ._title {
    font-size: 36px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  ._title {
    font-size: 26px;
  }
}
._title span {
  font-weight: 800;
}
._title img {
  width: 32px;
}
@media (max-width: 1500px) {
  ._title img {
    width: 26px;
  }
}
@media (max-width: 998px) {
  ._title img {
    width: 32px;
  }
}
@media (max-width: 600px) {
  ._title img {
    width: 20px;
  }
}

.models-more._more ._more-itm:nth-child(n+11) {
  display: none;
}
@media (max-width: 1500px) {
  .models-more._more ._more-itm:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 1500px) and (max-width: 998px) {
  .models-more._more ._more-itm:nth-child(n+7) {
    display: none;
  }
}

.models__container {
  padding-top: 110px;
}
.models__top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.models__type {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  .models__type {
    justify-content: center;
    margin-top: 45px;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .models__type {
    flex-direction: column;
    margin-top: 35px;
  }
}
.models__type a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 23px 30px;
  border: 1px solid #ececec;
  color: #000;
  white-space: nowrap;
  font-size: 12px;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .models__type a {
    padding: 18px 22px;
  }
}
@media (max-width: 998px) {
  .models__type a {
    padding: 23px 30px;
  }
}
.models__block._grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  row-gap: 80px;
}
@media (max-width: 1500px) {
  .models__block._grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 998px) {
  .models__block._grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
.models__wrapper {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .models__wrapper {
    left: 50%;
    margin-top: 43px;
    width: 100vw;
    transform: translate(-50%);
  }
}
.models__arr {
  position: absolute;
  top: 50%;
  width: 60px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .models__arr {
    width: 45px;
  }
}
@media (max-width: 998px) {
  .models__arr {
    top: 30%;
  }
}
@media (max-width: 500px) {
  .models__arr {
    display: none;
  }
}
.models__arr img {
  width: 100%;
}
.models__arr_l {
  left: -100px;
}
@media (max-width: 1500px) {
  .models__arr_l {
    left: -60px;
  }
}
@media (max-width: 998px) {
  .models__arr_l {
    left: -30px;
  }
}
.models__arr_r {
  right: -100px;
  transform: scale(-1, 1);
}
@media (max-width: 1500px) {
  .models__arr_r {
    right: -60px;
  }
}
@media (max-width: 998px) {
  .models__arr_r {
    right: -30px;
  }
}
.item-models {
  color: #000;
  position: relative;
}
.item-models:hover .item-models__arr img:nth-child(2) {
  display: block;
}
.item-models:hover .item-models__arr img:nth-child(1) {
  display: none;
}
.item-models__q {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 5px;
}
.item-models__q span {
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  background-color: #117536;
  padding: 5px 8px;
  padding-bottom: 3px;
}
.item-models__q span._red {
  background: #e42431;
}
.item-models__top {
  position: relative;
  z-index: 1;
}
.item-models__top::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 600px) {
  .item-models__top::before {
    height: 50px;
  }
}
.item-models__img {
  padding: 0px 20%;
}
.item-models__img img {
  width: 100%;
}
.item-models__arr {
  position: absolute;
  width: 25%;
  bottom: 0;
  right: 0;
}
@media (max-width: 600px) {
  .item-models__arr {
    display: none;
  }
}
.item-models__arr img {
  width: 100%;
}
.item-models__arr img:nth-child(2) {
  display: none;
}
.item-models__info {
  margin-top: 15px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.item-models__info span {
  opacity: 0.5;
}
.item-models__info b {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .item-models__info b {
    font-size: 18px;
  }
}
.item-models__name {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 min(1.5vw, 30px);
}
.item-models__param {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 11px;
}
@media (max-width: 600px) {
  .item-models__param {
    grid-template-columns: 1fr;
    margin-top: 9px;
  }
}
.item-models__wp {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: min(0.9vw, 14px) min(1.5vw, 30px);
}
@media (max-width: 600px) {
  .item-models__wp {
    border-top: 1px solid #0000001f;
    padding: 15px 0px;
    gap: 9px;
  }
}
.item-models__wp span {
  font-size: 13px;
}
.item-models__wp b {
  font-size: 14px;
}
.item-models__wp_color {
  background-color: #f7f7f7;
}
@media (max-width: 600px) {
  .item-models__wp_color {
    background-color: transparent;
  }
}
.item-models__wp_price {
  background-color: #117536;
  color: #fff;
  margin-left: auto;
}
@media (max-width: 600px) {
  .item-models__wp_price {
    width: 100%;
    padding-left: 20px;
  }
}
.item-models__wp_price span {
  opacity: 0.5;
}

.partners__contaner {
  padding-top: 110px;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .partners__contaner {
    grid-template-columns: 1fr;
    padding-top: 80px;
    gap: 50px;
  }
}
@media (max-width: 700px) {
  .partners__contaner {
    gap: 30px;
  }
}
.partners__top {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 40px;
}
@media (max-width: 1500px) {
  .partners__top {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 1250px) {
  .partners__top {
    grid-template-columns: 1fr 250px;
  }
}
@media (max-width: 998px) {
  .partners__top {
    grid-template-columns: 1fr;
  }
}
.partners__content {
  max-width: 608px;
  padding-bottom: 60px;
}
@media (max-width: 1500px) {
  .partners__content {
    padding-bottom: 40px;
  }
}
@media (max-width: 998px) {
  .partners__content {
    padding-bottom: 0;
  }
}
.partners__text {
  font-size: 22px;
  line-height: 1.36;
  margin-top: 30px;
}
@media (max-width: 1500px) {
  .partners__text {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .partners__text {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 998px) {
  .partners__text {
    font-size: 22px;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .partners__text {
    font-size: 18px;
  }
}
.partners__cifres {
  margin-left: auto;
  flex-direction: column;
  display: flex;
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.11;
  padding: 43px 40px;
  color: #fff;
  background-color: #117536;
  width: 100%;
}
@media (max-width: 1250px) {
  .partners__cifres {
    font-size: 50px;
    padding: 38px 30px;
  }
}
@media (max-width: 998px) {
  .partners__cifres {
    padding: 40px 30px;
    font-size: 44px;
  }
}
@media (max-width: 500px) {
  .partners__cifres {
    padding: 24px 30px;
    font-size: 40px;
    font-weight: 400;
  }
}
.partners__cifres span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (max-width: 1250px) {
  .partners__cifres span {
    font-size: 16px;
  }
}
@media (max-width: 998px) {
  .partners__cifres span {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .partners__cifres span {
    font-size: 13px;
  }
}
.partners__img img {
  width: 100%;
}
.partners__wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .partners__wp {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .partners__wp {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.partners__item {
  background-color: #f7f7f7;
  padding: 43px 40px;
  padding-bottom: 0;
}
@media (max-width: 1800px) {
  .partners__item {
    padding: 36px 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 1250px) {
  .partners__item {
    padding: 30px 22px;
    padding-bottom: 0;
  }
}
@media (max-width: 998px) {
  .partners__item {
    padding: 40px 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  .partners__item {
    padding: 24px 30px;
  }
  .partners__item_custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .partners__item_custom img {
    max-width: 30vw;
  }
}
.partners__item_two {
  background-image: url(../img/pbg.png);
  background-size: cover;
  color: #fff;
}
.partners__num {
  font-size: 60px;
  font-weight: 300;
}
@media (max-width: 1800px) {
  .partners__num {
    font-size: 50px;
  }
}
@media (max-width: 1500px) {
  .partners__num {
    font-size: 40px;
  }
}
@media (max-width: 1250px) {
  .partners__num {
    font-size: 30px;
  }
}
@media (max-width: 998px) {
  .partners__num {
    font-size: 44px;
  }
}
@media (max-width: 700px) {
  .partners__num {
    font-size: 40px;
    font-weight: 400;
  }
}
.partners__num span {
  font-size: 30px;
  position: relative;
  top: -20px;
}
@media (max-width: 1800px) {
  .partners__num span {
    font-size: 20px;
    top: -15px;
  }
}
@media (max-width: 1250px) {
  .partners__num span {
    font-size: 16px;
    top: -10px;
  }
}
.partners__inf {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1.11;
}
@media (max-width: 1800px) {
  .partners__inf {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  .partners__inf {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .partners__inf {
    margin-top: 10px;
    font-size: 13px;
  }
}
.partners__image {
  margin-top: 50px;
}
@media (max-width: 700px) {
  .partners__image {
    margin-top: 0;
  }
}
.partners__image img {
  width: 100%;
}

.comfortable {
  padding-left: 40px;
  margin-top: 90px;
}
@media (max-width: 1800px) {
  .comfortable {
    padding-left: 30px;
  }
}
@media (max-width: 1500px) {
  .comfortable {
    margin-top: 50px;
  }
}
@media (max-width: 1250px) {
  .comfortable {
    padding-left: 22px;
  }
}
@media (max-width: 998px) {
  .comfortable {
    padding-left: 0;
  }
}
.comfortable__text {
  margin-top: 32px;
  font-size: 22px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1500px) {
  .comfortable__text {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .comfortable__text {
    font-size: 18px;
    gap: 15px;
  }
}
@media (max-width: 998px) {
  .comfortable__text {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .comfortable__text {
    font-size: 18px;
  }
}
.comfortable__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 1fr;
  gap: min(40px, 1.5vw);
}
@media (max-width: 1250px) {
  .comfortable__block {
    gap: 1.8vw;
    margin-top: 30px;
  }
}
@media (max-width: 998px) {
  .comfortable__block {
    margin-bottom: 65px;
    margin-top: 40px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .comfortable__block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .comfortable__item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.comfortable__img img {
  max-width: 4vw;
}
@media (max-width: 998px) {
  .comfortable__img img {
    max-width: 60px;
  }
}
.comfortable__info {
  font-size: min(18px, 0.9vw);
  letter-spacing: 1.8px;
  font-weight: 700;
  margin-top: 23px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .comfortable__info {
    margin-top: 15px;
  }
}
@media (max-width: 998px) {
  .comfortable__info {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .comfortable__info {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .comfortable__info {
    max-width: 250px;
  }
}

.one-heuer {
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  background-color: #117536;
  color: #fff;
  background-image: url(../img/carda.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .one-heuer {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    background-position: center 30%;
  }
}
@media (max-width: 600px) {
  .one-heuer {
    background-position: center 10%;
  }
}
.one-heuer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 115px;
  gap: 30px;
  margin-top: 90px;
}
@media (max-width: 998px) {
  .one-heuer__container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 75px;
    margin-top: 60px;
  }
}
.one-heuer__left {
  max-width: 444px;
}
@media (max-width: 998px) {
  .one-heuer__left {
    max-width: 600px;
  }
}
.one-heuer__title {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  gap: 20px;
}
@media (max-width: 1300px) {
  .one-heuer__title {
    font-size: 26px;
    gap: 15px;
  }
}
.one-heuer__subtitle {
  font-size: 22px;
  margin-top: 40px;
  line-height: 1.35;
}
@media (max-width: 1300px) {
  .one-heuer__subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 998px) {
  .one-heuer__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .one-heuer__subtitle {
    font-size: 18px;
  }
}
.one-heuer__right {
  max-width: 850px;
}
@media (max-width: 1500px) {
  .one-heuer__right {
    max-width: 750px;
  }
}
@media (max-width: 1250px) {
  .one-heuer__right {
    max-width: 600px;
  }
}
@media (max-width: 998px) {
  .one-heuer__right {
    max-width: 100%;
  }
}
.one-heuer__form {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 10px));
  gap: 30px;
  align-items: center;
}
@media (max-width: 998px) {
  .one-heuer__form {
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
}
@media (max-width: 600px) {
  .one-heuer__form {
    grid-template-columns: 1fr;
  }
}
.one-heuer__input {
  opacity: 0.5;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1250px) {
  .one-heuer__input {
    gap: 5px;
  }
}
.one-heuer__input._error {
  opacity: 1;
  color: #b5ff80;
  border-color: #b5ff80;
}
.one-heuer__input._error input {
  opacity: 0;
  color: #b5ff80;
}
.one-heuer__input._error input::placeholder {
  color: #b5ff80;
}
.one-heuer__input._error .one-heuer__input-wp span {
  opacity: 1;
}
.one-heuer__input._error .one-heuer__status span:nth-child(2) {
  display: block;
}
.one-heuer__input._error .one-heuer__status span:nth-child(1) {
  display: none;
}
.one-heuer__input._valid {
  opacity: 1;
  color: #fff;
}
.one-heuer__input._valid input {
  color: #fff;
}
.one-heuer__input._valid .one-heuer__status span:nth-child(1) {
  display: block;
}
.one-heuer__input._valid .one-heuer__status span:nth-child(2) {
  display: none;
}
.one-heuer__input:hover, .one-heuer__input._focus {
  opacity: 1;
}
.one-heuer__input:hover input, .one-heuer__input._focus input {
  opacity: 1;
}
.one-heuer__input:hover .one-heuer__input-wp span, .one-heuer__input._focus .one-heuer__input-wp span {
  opacity: 0;
}
.one-heuer__input input {
  color: #fff;
  font-size: 16px;
  background-color: transparent;
}
@media (max-width: 1250px) {
  .one-heuer__input input {
    font-size: 14px;
  }
}
.one-heuer__input input::placeholder {
  font-size: 16px;
  color: #fff;
}
.one-heuer__status {
  margin-left: auto;
}
.one-heuer__status span {
  display: none;
}
.one-heuer__input-wp {
  position: relative;
  width: 100%;
}
.one-heuer__input-wp span {
  position: absolute;
  top: 20%;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.one-heuer__aprouv {
  font-size: 13px;
  opacity: 0.5;
  color: #fff;
  text-align: right;
  width: 90%;
}
@media (max-width: 1500px) {
  .one-heuer__aprouv {
    width: 80%;
    font-size: 11px;
  }
}
@media (max-width: 998px) {
  .one-heuer__aprouv {
    width: 100%;
    text-align: left;
    font-size: 13px;
  }
}
.one-heuer__aprouv a {
  color: inherit;
  text-decoration: underline;
}
.one-heuer__button {
  display: flex;
  justify-content: end;
}
@media (max-width: 998px) {
  .one-heuer__button {
    justify-content: start;
  }
}
.one-heuer__button button {
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #008431;
  background-color: #fff;
  padding: 20px 35px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 20px;
}
.one-heuer__button button:hover img {
  transform: translate(20%);
}
.one-heuer__button button img {
  transition: 0.3s;
}
@media (max-width: 1250px) {
  .one-heuer__button button {
    gap: 10px;
    padding: 12px 25px;
    font-size: 14px;
  }
  .one-heuer__button button img {
    width: 25px;
  }
}
@media (max-width: 998px) {
  .one-heuer__button button {
    padding: 20px 35px;
    font-size: 16px;
  }
}
@media (max-width: 998px) {
  .one-heuer__button button {
    justify-content: center;
    width: 100%;
    font-size: 14px;
  }
}

.footer__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 998px) {
  .footer__container {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
.footer__pc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.footer__left {
  display: flex;
  flex-direction: column;
}
.footer__ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 998px) {
  .footer__ul {
    gap: 35px;
  }
}
.footer__ul a {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 998px) {
  .footer__ul a {
    font-size: 22px;
  }
}
.footer__ul a:hover {
  text-decoration: underline;
}
.footer__social {
  margin-top: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 998px) {
  .footer__social {
    order: 2;
    margin-top: 35px;
    gap: 20px;
  }
  .footer__social img {
    width: 40px;
  }
}
.footer__social a {
  transition: 0.3s;
}
.footer__social a:hover {
  transform: scale(1.15);
}
.footer__txt {
  margin-top: 26px;
  opacity: 0.5;
}
@media (max-width: 998px) {
  .footer__txt {
    order: 8;
    margin-top: 30px;
  }
}
.footer__logo {
  width: 220px;
  margin-top: 60px;
}
@media (max-width: 998px) {
  .footer__logo {
    order: 1;
    margin-top: 0;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.footer__phone {
  font-size: 26px;
  color: #000;
}
@media (max-width: 998px) {
  .footer__phone {
    order: 3;
    margin-top: 50px;
  }
}
.footer__phone:hover {
  text-decoration: underline;
}
.footer__phone span {
  font-weight: 700;
}
.footer__mail {
  margin-top: 15px;
  opacity: 0.5;
  color: #000;
}
@media (max-width: 998px) {
  .footer__mail {
    order: 4;
  }
}
.footer__mail:hover {
  text-decoration: underline;
}
.footer__contacts {
  margin-top: 20px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #e42431;
}
@media (max-width: 998px) {
  .footer__contacts {
    order: 5;
    margin-top: 30px;
    font-size: 18px;
  }
}
.footer__form {
  margin-top: 44px;
  display: flex;
}
@media (max-width: 998px) {
  .footer__form {
    order: 6;
    display: grid;
    grid-template-columns: 1fr max-content;
  }
}
@media (max-width: 600px) {
  .footer__form {
    width: 100%;
  }
}
.footer__form ._input-validation {
  padding-bottom: 0;
  border-color: #000;
}
.footer__form ._input-validation span {
  font-size: 13px;
}
.footer__form ._input-validation input {
  color: #000;
}
.footer__form ._input-validation input::placeholder {
  color: #000;
}
.footer__form ._input-validation._valid {
  border-color: #000;
  color: #000;
}
.footer__form ._input-validation._valid input {
  color: #000;
}
.footer__form ._input-validation._error {
  border-color: #e42431;
  color: #e42431;
}
.footer__form ._input-validation._error input {
  color: #e42431;
}
.footer__form input {
  opacity: 0.5;
  font-size: 13px;
  width: 150px;
  color: #000;
}
@media (max-width: 998px) {
  .footer__form input {
    width: 100%;
  }
}
.footer__form button {
  padding: 11px 15px;
  background-color: #008431;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .footer__form button {
    font-size: 13px;
    padding: 16px 18px;
  }
}
.footer__form button:hover {
  background: #117536;
}
.footer__policy {
  margin-top: auto;
  opacity: 0.5;
  text-decoration-line: underline;
}
@media (max-width: 998px) {
  .footer__policy {
    order: 7;
    margin-top: 45px;
  }
}
.footer__policy a {
  color: inherit;
}
.footer__mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .footer__mobile {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.footer__top {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .footer__top {
    align-items: center;
    text-align: center;
  }
}
.footer__bottom {
  gap: 35px;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 600px) {
  .footer__bottom {
    align-items: center;
    text-align: center;
  }
}

.not-found {
  background: #f7f7f7;
  background-image: url(../img/cardaw.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
@media (max-width: 998px) {
  .not-found {
    background-image: none;
    margin-bottom: 0;
  }
}
.not-found__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: max(10vw, 230px);
  justify-content: space-between;
  max-width: 1200px;
}
@media (max-width: 998px) {
  .not-found__container {
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 500px) {
  .not-found__container {
    gap: 60px;
    padding-top: 180px;
  }
}
@media (max-width: 998px) {
  .not-found__content {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.not-found__title {
  font-size: 52px;
  font-weight: 700;
}
@media (min-width: 500px) {
  .not-found__title br {
    display: none;
  }
}
@media (max-width: 500px) {
  .not-found__title {
    font-size: 36px;
  }
}
.not-found__text {
  line-height: 1.3;
  margin-top: 26px;
  font-size: 22px;
  max-width: 400px;
}
@media (max-width: 500px) {
  .not-found__text {
    font-size: 18px;
    margin-top: 15px;
    max-width: 90%;
  }
}
.not-found__btn a {
  display: flex;
  margin-top: 50px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 25px 40px;
  background-color: #e42431;
  color: #fff;
  width: max-content;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .not-found__btn a {
    margin-top: 30px;
    padding: 20px;
    width: 100%;
  }
}
.not-found__btn a img {
  transition: 0.3s;
}
.not-found__btn a:hover img {
  transform: translate(-20%);
}
.not-found__img {
  width: 340px;
}
@media (max-width: 500px) {
  .not-found__img {
    width: 220px;
  }
}
.not-found__img img {
  width: 100%;
}

.product {
  margin-top: var(--header-height);
}
.product__container {
  display: grid;
  padding-top: 77px;
  grid-template-columns: max-content 1fr;
  gap: min(60px, 3vw);
  align-items: flex-start;
}
@media (max-width: 998px) {
  .product__container {
    display: block;
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .product__container {
    padding-top: 40px;
  }
}
.product__left-wp {
  display: flex;
  width: min(1405px, 72vw);
  align-items: flex-start;
}
@media (max-width: 998px) {
  .product__left-wp {
    display: block;
    position: relative;
    margin-top: 40px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product__left-wp {
    margin-top: 30px;
  }
}
.product__content-wp {
  width: min(595px, 30.3vw);
  z-index: 2;
  position: relative;
  padding-left: min(65px, 3.3vw);
}
@media (max-width: 1500px) {
  .product__content-wp {
    width: 25vw;
    padding-left: 2.5vw;
  }
}
@media (max-width: 998px) {
  .product__content-wp {
    width: 100%;
    padding-left: 0;
  }
}
.product__name {
  font-weight: 700;
  font-size: 52px;
}
@media (max-width: 1400px) {
  .product__name {
    font-size: 42px;
  }
}
@media (max-width: 998px) {
  .product__name {
    text-align: center;
    font-size: 52px;
  }
}
.product__param {
  margin-top: 35px;
  font-size: min(16px, 1vw);
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .product__param {
    margin-top: 20px;
  }
}
@media (max-width: 998px) {
  .product__param {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .product__param {
    font-size: 14px;
  }
}
.product__param div {
  padding: 6px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.product__param div:nth-child(odd) {
  background-color: #f7f7f7;
}
.product__param div span:nth-child(2) {
  font-weight: 700;
}
.product__block {
  margin-top: 5px;
}
.images-product {
  display: flex;
  gap: 20px;
}
@media (max-width: 998px) {
  .images-product {
    flex-direction: column-reverse;
  }
}
.images-product__left {
  position: relative;
  z-index: 5;
  display: block;
}
.images-product__mini-sider {
  width: min(100px, 5vw);
  height: calc(min(400px, 20vw) + 45px);
  overflow: hidden;
}
@media (max-width: 998px) {
  .images-product__mini-sider {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .images-product__mini-sider {
    overflow: visible;
  }
}
.images-product__mini-sider .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .images-product__mini-sider .swiper-wrapper {
    flex-direction: row;
  }
}
.images-product__mini-slide {
  overflow: hidden;
  display: flex;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.images-product__mini-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-product__mini-slide.video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/play-line-min.svg);
  background-size: contain;
}
.images-product__info {
  margin-top: 2.5vw;
  display: flex;
  flex-direction: column;
  width: min(100px, 5vw);
  pointer-events: none;
  z-index: 2;
  position: relative;
  font-size: min(0.8vw, 12px);
  gap: min(0.5vw, 10px);
  color: #fff;
}
@media (max-width: 998px) {
  .images-product__info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    margin-top: 0;
    font-size: 12px;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .images-product__info {
    font-size: 10px;
    gap: 5px;
    left: -10px;
  }
}
.images-product__info img {
  width: 12px;
}
.images-product__info div {
  padding: 0.8vw 1vw;
  padding-bottom: 0.7vw;
  width: max-content;
  letter-spacing: 1.2px;
  font-weight: 800;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-color: #008431;
  gap: 8px;
}
@media (max-width: 998px) {
  .images-product__info div {
    padding: 14px 20px;
    padding-bottom: 11px;
  }
}
@media (max-width: 500px) {
  .images-product__info div {
    padding: 7px 10px;
    padding-bottom: 6px;
    align-items: end;
  }
}
.images-product__info div._red {
  background-color: #e42431;
}
.images-product__info div._black {
  background-color: #000;
}
.images-product__right {
  width: min(690px, 35vw);
}
@media (max-width: 1500px) {
  .images-product__right {
    width: 40vw;
  }
}
@media (max-width: 998px) {
  .images-product__right {
    width: 100%;
  }
}
.images-product__slide {
  height: 100%;
}
.images-product__slide img,
.images-product__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-product__slide ._play img {
  width: 100px;
  height: auto;
}

.block-product__head {
  font-size: 24px;
  font-weight: 700;
  gap: 15px;
  display: block;
}
@media (max-width: 500px) {
  .block-product__head {
    font-size: 18px;
  }
}
.block-product__head span {
  font-size: 18px;
  color: #008431;
}
@media (max-width: 500px) {
  .block-product__head span {
    font-size: 16px;
  }
}
.block-product__wp {
  margin-top: 30px;
  overflow: visible;
}
@media (min-width: 998px) {
  .block-product__wp .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 7px));
    gap: 10px;
  }
}
@media (min-width: 998px) and (max-width: 1500px) {
  .block-product__wp .swiper-wrapper {
    grid-template-columns: repeat(3, calc(33.33% - 5px));
  }
}
.block-product__wp input {
  display: none;
}
.block-product__wp input:checked + label {
  color: #008431;
}
.block-product__wp input:checked + label .block-product__img {
  position: relative;
}
.block-product__wp input:checked + label .block-product__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 85%;
  height: 125%;
  border: 3px solid #008431;
}
@media (max-width: 998px) {
  .block-product__wp input:checked + label .block-product__img::before {
    width: 70%;
    height: 88%;
  }
}
.block-product__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.block-product__info {
  position: absolute;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background-color: #008431;
  bottom: 35px;
  padding: 4px 5px;
  padding-bottom: 2px;
  z-index: 3;
}
.block-product__info._red {
  background-color: #e42431;
}
@media (max-width: 1300px) {
  .block-product__info {
    font-size: 8px;
    padding: 4px 4px;
    padding-bottom: 2px;
    bottom: 28px;
  }
}
@media (max-width: 998px) {
  .block-product__info {
    font-size: 10px;
    bottom: 40px;
  }
}
.block-product__img {
  padding: 0px 1.1vw;
}
@media (max-width: 998px) {
  .block-product__img {
    padding: 10% 20%;
  }
}
.block-product__img img {
  width: 100%;
}
.block-product__name {
  white-space: nowrap;
  /* Запрещаем перенос строк */
  overflow: hidden;
  /* Обрезаем все, что не помещается в область */
  text-overflow: ellipsis;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .block-product__name {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 998px) {
  .block-product__name {
    font-size: 14px;
    margin-top: 1px;
  }
}

@media (max-width: 998px) {
  .right-wp-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.right-wp-product__garancy {
  padding: min(30px, 1.5vw);
  color: #fff;
  background-color: #117536;
  font-weight: 350;
  font-size: min(50px, 2.6vw);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.right-wp-product__garancy b {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: min(16px, 1vw);
}
@media (max-width: 998px) {
  .right-wp-product__garancy {
    font-size: 50px;
    padding: 30px 25px;
    order: 2;
    width: calc(50% - 20px);
  }
  .right-wp-product__garancy br {
    display: none;
  }
  .right-wp-product__garancy b {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .right-wp-product__garancy {
    width: 100%;
    order: 1;
  }
}
.right-wp-product__price {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 998px) {
  .right-wp-product__price {
    order: 1;
    width: calc(50% - 20px);
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .right-wp-product__price {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
.right-wp-product__price_item {
  padding: 20px;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.right-wp-product__price_item b {
  font-size: 28px;
}
@media (max-width: 998px) {
  .right-wp-product__quantity-i-order {
    order: 3;
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .right-wp-product__quantity-i-order {
    width: 100%;
  }
}
.right-wp-product__quantity {
  display: grid;
  grid-template-columns: 21px 1fr 21px;
  margin-top: 1vw;
}
@media (max-width: 998px) {
  .right-wp-product__quantity {
    max-width: 180px;
    margin: 0px auto;
    margin-top: 30px;
  }
}
.right-wp-product__quantity button {
  display: flex;
  align-items: center;
}
.right-wp-product__quantity input {
  text-align: center;
  width: 100%;
  font-size: 40px;
  text-transform: uppercase;
  pointer-events: none;
}
.right-wp-product__order a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e42431;
  gap: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin-top: 1.5vw;
  margin-bottom: 1.9vw;
  font-size: min(16px, 0.9vw);
  padding: min(1vw, 20px);
  min-height: min(70px, 4vw);
}
.right-wp-product__order a:hover img {
  transform: scale(-1, 1) translate(-20%);
}
.right-wp-product__order a img {
  transition: 0.3s;
  transform: scale(-1, 1);
}
@media (max-width: 998px) {
  .right-wp-product__order a {
    font-size: 16px;
    padding: 20px;
    min-height: 70px;
  }
}
.right-wp-product__popup {
  padding: min(18px, 1vw) min(25px, 1.5vw);
  padding-bottom: min(16px, 0.9vw);
  text-align: center;
  background-color: #008431;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  font-size: min(16px, 0.9vw);
  min-height: min(70px, 4vw);
  margin-top: 1.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 998px) {
  .right-wp-product__popup {
    order: 7;
    width: calc(50% - 20px);
    font-size: 16px;
    padding: 16px 40px;
    padding-bottom: 10px;
    min-height: 70px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .right-wp-product__popup {
    order: 4;
    width: 100%;
  }
}
.right-wp-product__popup:hover {
  background-color: #117536;
}
.right-wp-product__availability {
  margin-top: 2.55vw;
}
@media (max-width: 998px) {
  .right-wp-product__availability {
    order: 4;
    width: calc(50% - 20px);
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .right-wp-product__availability {
    width: 100%;
    margin-top: 40px;
  }
}
.right-wp-product__title {
  font-size: min(24px, 1.3vw);
  font-weight: 700;
}
@media (max-width: 998px) {
  .right-wp-product__title {
    font-size: 24px;
  }
}
.right-wp-product__table {
  margin-top: 15px;
}
.right-wp-product__row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 8px 0px;
  align-items: center;
  font-size: min(14px, 0.9vw);
}
@media (max-width: 998px) {
  .right-wp-product__row {
    padding: 8px;
  }
}
.right-wp-product__row._first {
  opacity: 0.6;
}
@media (max-width: 998px) {
  .right-wp-product__row._first .right-wp-product__item {
    text-align: center;
    justify-content: center;
  }
  .right-wp-product__row._first .right-wp-product__item:first-child {
    justify-content: start;
  }
}
.right-wp-product__row:nth-child(even) {
  position: relative;
}
.right-wp-product__row:nth-child(even)::before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%);
  content: "";
  width: 120%;
  border: 1px solid #ececec;
}
@media (max-width: 998px) {
  .right-wp-product__row:nth-child(even)::before {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .right-wp-product__row {
    font-size: 14px;
  }
}
.right-wp-product__row div {
  display: flex;
}
.right-wp-product__row div img {
  margin: 0px auto;
}
.zoomContainer {
  z-index: 3;
}

.zoomWindow {
  width: min(270px, 14vw) !important;
  height: min(270px, 14vw) !important;
}

.zoomLens {
  width: 100px !important;
  height: 100px !important;
}

.zoomContainer {
  pointer-events: none;
}

.zooms {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 150vh;
  pointer-events: none;
}

.product__left-wp {
  flex-wrap: wrap;
}
.product__desc {
  width: 100%;
}

.tabs-product {
  width: min(1405px, 72vw);
  margin-top: 3.5vw;
}
@media (max-width: 998px) {
  .tabs-product {
    width: 100%;
    padding-bottom: 60px;
  }
}
.tabs-product__mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tabs-product__top {
  font-weight: 700;
  display: flex;
  padding: 10px 0px;
  background-color: #f7f7f7;
}
@media (max-width: 998px) {
  .tabs-product__top {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    text-align: center;
  }
}
@media (max-width: 600px) {
  .tabs-product__top {
    background-color: transparent;
  }
}
.tabs-product__title {
  padding: min(20px, 1.1vw) min(40px, 2.2vw);
  font-size: min(32px, 1.7vw);
  cursor: pointer;
}
@media (max-width: 998px) {
  .tabs-product__title {
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .tabs-product__title {
    font-size: 24px;
    padding: 20px 10px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f7f7f7;
  }
  .tabs-product__title::after {
    position: relative;
    top: 0;
    left: 0;
    content: "";
    width: 14px;
    height: 8px;
    background-image: url(../img/t-arrow.svg);
    background-size: contain;
    transition: 0.3s;
  }
}
.tabs-product__title:hover {
  color: #008431;
}
.tabs-product__title._active {
  background-color: #117536;
  color: #fff;
}
@media (max-width: 600px) {
  .tabs-product__title._active {
    color: #117536;
    background-color: #f7f7f7;
  }
  .tabs-product__title._active::after {
    transform: rotate(180deg);
  }
}
.tabs-product__block {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .tabs-product__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tabs-product__text {
  font-size: min(22px, 1.3vw);
  line-height: 1.36;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 998px) {
  .tabs-product__text {
    font-size: 18px;
  }
}
.tabs-product__wp {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
@media (max-width: 998px) {
  .tabs-product__wp {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
}
.tabs-product__info {
  max-width: calc(50% - 30px);
}
@media (max-width: 998px) {
  .tabs-product__info {
    max-width: 100%;
  }
}
.tabs-product__head {
  font-size: min(24px, 1.4vw);
  font-weight: 700;
  gap: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 998px) {
  .tabs-product__head {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .tabs-product__head {
    font-size: 18px;
  }
}
.tabs-product__head span {
  font-size: min(18px, 1.1vw);
  color: #008431;
  padding-top: 0.1vw;
}
@media (max-width: 998px) {
  .tabs-product__head span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tabs-product__head span {
    font-size: 16px;
  }
}
.tabs-product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.tabs-product__list input {
  display: none;
}
.tabs-product__list input:checked + label {
  color: #fff;
  background-color: #000;
}
.tabs-product__list label {
  padding: min(11px, 0.6vw) min(36px, 1.5vw);
  display: block;
  cursor: pointer;
  background-color: #f7f7f7;
  font-size: min(13px, 0.8vw);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .tabs-product__list label {
    font-size: 13px;
    padding: 11px 22px;
  }
}

.desc-product {
  display: grid;
  grid-template-columns: 1fr min(500px, 50%);
  margin-top: 70px;
  gap: min(66px, 3.5vw);
}
@media (max-width: 998px) {
  .desc-product {
    gap: 45px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.desc-product__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  .desc-product__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.desc-product__text {
  font-size: min(22px, 1.4vw);
  line-height: 1.36;
}
@media (max-width: 998px) {
  .desc-product__text {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .desc-product__text {
    font-size: 18px;
  }
}
.desc-product__links {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.desc-product__links a {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #000;
}
.desc-product__links a:hover {
  color: #008431;
}
.desc-product__links a img {
  max-width: 2.5vw;
}
@media (max-width: 998px) {
  .desc-product__links a img {
    width: 40px;
    max-width: 100%;
  }
}
.desc-product__video video {
  width: 100%;
}

.popup__body {
  padding: 43px 50px;
}
@media (max-width: 998px) {
  .popup__body {
    padding: 43px 30px;
  }
}
@media (max-width: 600px) {
  .popup__body {
    padding: 33px 20px;
  }
}
.popup__close {
  background-image: url(../img/x-popup.svg);
  width: 17px;
  height: 17px;
  background-size: contain;
  top: 30px;
  right: 30px;
}
@media (max-width: 600px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }
}

.pagonaj-pupup,
.furnitura-pupup {
  padding: 0;
}
.pagonaj-pupup ._container,
.furnitura-pupup ._container {
  width: 100%;
}
@media (max-width: 600px) {
  .pagonaj-pupup ._container,
.furnitura-pupup ._container {
    padding: 0;
  }
}
.pagonaj-pupup .popup__body,
.furnitura-pupup .popup__body {
  width: 100%;
  max-width: 100%;
  max-height: 80vh;
  overflow-y: scroll;
}
.pagonaj-pupup .popup__body::-webkit-scrollbar,
.furnitura-pupup .popup__body::-webkit-scrollbar {
  width: 10px;
}
.pagonaj-pupup .popup__body::-webkit-scrollbar-track,
.furnitura-pupup .popup__body::-webkit-scrollbar-track {
  background-color: #ececec;
}
.pagonaj-pupup .popup__body::-webkit-scrollbar-thumb,
.furnitura-pupup .popup__body::-webkit-scrollbar-thumb {
  background-color: #008431;
}
.pagonaj-pupup__title,
.furnitura-pupup__title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .pagonaj-pupup__title,
.furnitura-pupup__title {
    font-size: 18px;
  }
}
.pagonaj-pupup__title._mt,
.furnitura-pupup__title._mt {
  margin-top: 40px;
}
.pagonaj-pupup__filter,
.furnitura-pupup__filter {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 998px) {
  .pagonaj-pupup__filter,
.furnitura-pupup__filter {
    margin-bottom: 40px;
  }
}
.pagonaj-pupup__filter label,
.furnitura-pupup__filter label {
  padding: 13px 20px;
  padding-bottom: 11px;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagonaj-pupup__filter input,
.furnitura-pupup__filter input {
  display: none;
}
.pagonaj-pupup__filter input:checked + label,
.furnitura-pupup__filter input:checked + label {
  color: #fff;
  background-color: #000;
}
.pagonaj-pupup__block,
.furnitura-pupup__block {
  margin-top: 40px;
}

.popup.city-pupup .popup__body {
  max-width: 740px;
  padding: 50px 60px;
}
@media (max-width: 800px) {
  .popup.city-pupup .popup__body {
    max-width: 95%;
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .popup.city-pupup .popup__body {
    padding: 40px 20px;
  }
}
.popup.city-pupup .popup__search {
  margin-top: 30px;
}
.popup.city-pupup .popup__search .search__input {
  background-color: #f7f7f7;
}
.popup.city-pupup .popup__sity-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  font-size: 20px;
  row-gap: 20px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .popup.city-pupup .popup__sity-list {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 20px;
    font-size: 17px;
  }
}
.popup.city-pupup .popup__sity-list li {
  cursor: pointer;
}
.popup.city-pupup .popup__sity-list li:hover {
  color: #008431;
}

.popup_message .popup__body {
  max-width: 440px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 500px) {
  .popup_message .popup__body {
    max-width: 95%;
    padding: 45px 32px;
  }
}

.popup__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .popup__title {
    font-size: 24px;
  }
}
.popup__ready {
  margin-bottom: 26px;
}
.popup__subtitle {
  text-align: center;
  opacity: 0.5;
  line-height: 1.3;
  margin-top: 15px;
}
.popup__ok {
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 27px 57px;
  background-color: #008431;
  color: #fff;
  padding-bottom: 25px;
  margin-top: 32px;
  cursor: pointer;
}

.pagonaj-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pagonaj-block__item {
  border: 1px solid #ececec;
  padding: 0.5vw;
  display: grid;
  grid-template-columns: min(78px, 4vw) 1fr 100px min(180px, 10vw) min(250px, 15vw);
  gap: 30px;
  align-items: center;
  position: relative;
}
@media (max-width: 998px) {
  .pagonaj-block__item {
    display: grid;
    grid-template-columns: 0.7fr 1.1fr 1.2fr;
    padding: 15px 30px;
    padding-left: 13vw;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .pagonaj-block__item {
    grid-template-columns: 40% 1fr;
    padding: 20px;
    gap: 0px;
    row-gap: 12px;
    padding-top: 6px;
  }
}
.pagonaj-block__img img {
  width: 100%;
}
@media (max-width: 998px) {
  .pagonaj-block__img {
    position: absolute;
    width: 10vw;
  }
}
@media (max-width: 600px) {
  .pagonaj-block__img {
    position: relative;
    width: 75%;
  }
}
.pagonaj-block__name {
  font-size: min(22px, 1.4vw);
  font-weight: 700;
  line-height: 1.3;
}
.pagonaj-block__name span {
  font-size: min(16px, 1vw);
  padding-left: 3px;
  font-weight: 400;
}
.pagonaj-block__name a {
  font-size: min(14px, 0.9vw);
  text-decoration: underline;
  text-transform: uppercase;
  color: #008431;
  font-weight: 800;
  letter-spacing: min(1.4px, 0.1vw);
}
@media (max-width: 998px) {
  .pagonaj-block__name {
    grid-column: auto/span 3;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .pagonaj-block__name {
    order: 3;
    font-size: 18px;
  }
}
.pagonaj-block__price {
  font-size: min(28px, 1.6vw);
  text-align: right;
  font-weight: 700;
}
@media (max-width: 998px) {
  .pagonaj-block__price {
    text-align: left;
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .pagonaj-block__price {
    order: 4;
  }
}
.pagonaj-block__quantity {
  display: grid;
  grid-template-columns: min(21px, 1.3vw) 1fr min(21px, 1.3vw);
  font-size: min(40px, 2.3vw);
  align-items: center;
}
.pagonaj-block__quantity button {
  display: flex;
  align-items: center;
}
.pagonaj-block__quantity img {
  width: 100%;
}
.pagonaj-block__quantity input {
  pointer-events: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 998px) {
  .pagonaj-block__quantity {
    font-size: 40px;
    grid-template-columns: 21px 1fr 21px;
  }
}
@media (max-width: 600px) {
  .pagonaj-block__quantity {
    order: 2;
    display: flex;
    justify-content: center;
  }
  .pagonaj-block__quantity input {
    width: 50%;
  }
}
.pagonaj-block__btn button {
  background-color: #e42431;
  width: 100%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: min(20px, 1.3vw);
  gap: 20px;
}
.pagonaj-block__btn button img {
  transition: 0.3s;
}
.pagonaj-block__btn button:hover img {
  transform: translate(20%);
}
@media (max-width: 1300px) {
  .pagonaj-block__btn button {
    gap: 15px;
    font-size: 14px;
  }
  .pagonaj-block__btn button img {
    width: 28px;
  }
}
@media (max-width: 998px) {
  .pagonaj-block__btn button {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media (max-width: 600px) {
  .pagonaj-block__btn {
    order: 5;
  }
  .pagonaj-block__btn button {
    padding: 13px 25px;
    padding-bottom: 11px;
    width: max-content;
    margin-left: auto;
  }
  .pagonaj-block__btn img {
    display: none;
  }
}

.furnitura__block_cust._more {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .furnitura__block_cust._more {
    margin-top: 40px;
  }
}
@media (min-width: 1500px) {
  .furnitura__block_cust._more .furnitura__block .furnitura__item:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 1500px) and (min-width: 998px) {
  .furnitura__block_cust._more .furnitura__block .furnitura__item:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 997px) and (min-width: 600px) {
  .furnitura__block_cust._more .furnitura__block .furnitura__item:nth-child(n+10) {
    display: none;
  }
}
@media (max-width: 599px) {
  .furnitura__block_cust._more .furnitura__block .furnitura__item:nth-child(n+7) {
    display: none;
  }
}

.furnitura__block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1vw;
  row-gap: 4vw;
  margin-top: 50px;
}
@media (max-width: 1500px) {
  .furnitura__block {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 998px) {
  .furnitura__block {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .furnitura__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.furnitura__item {
  position: relative;
}
.furnitura__info {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  align-items: flex-start;
  z-index: 2;
}
.furnitura__info span {
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  background-color: #117536;
  padding: 5px 8px;
  padding-bottom: 3px;
}
.furnitura__info span._red {
  background: #e42431;
}
.furnitura__img {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100px
  width: 100px
}
.furnitura__img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 50%;
  width: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}
.furnitura__img img {
  width: 70%;
}
.furnitura__name {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.furnitura__name span {
  font-size: 13px;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .furnitura__name span {
    font-size: 12px;
  }
}
.furnitura__name b {
  font-size: 22px;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .furnitura__name b {
    font-size: 18px;
  }
}
.furnitura__wp {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .furnitura__wp {
    grid-template-columns: 1fr;
    border-top: 1px solid #f7f7f7;
  }
}
.furnitura__color {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px min(35px, 1.5vw);
  gap: 0.3vw;
}
@media (max-width: 600px) {
  .furnitura__color {
    padding: 13px 0;
  }
}
.furnitura__color span {
  font-size: 13px;
  opacity: 0.5;
}
@media (max-width: 998px) {
  .furnitura__color span {
    font-size: 12px;
  }
}
.furnitura__color b {
  font-size: min(14px, 1vw);
}
@media (max-width: 998px) {
  .furnitura__color b {
    font-size: 13px;
  }
}
.furnitura__diler {
  display: flex;
  flex-direction: column;
  padding: 6px min(35px, 1.5vw);
  background-color: #117536;
  color: #fff;
  gap: 0.5vw;
  justify-content: center;
}
@media (max-width: 600px) {
  .furnitura__diler {
    padding: 13px 20px;
    gap: 1vw;
  }
}
.furnitura__diler span {
  font-size: 13px;
  opacity: 0.5;
}
@media (max-width: 998px) {
  .furnitura__diler span {
    font-size: 12px;
  }
}
.furnitura__diler b {
  font-size: min(18px, 1vw);
}
@media (max-width: 998px) {
  .furnitura__diler b {
    font-size: 12px;
  }
}
.furnitura__quantity {
  display: grid;
  grid-template-columns: 14px 1fr 14px;
  align-items: center;
  background-color: #f7f7f7;
  padding: min(22px, 1.1vw) min(35px, 1.5vw);
}
@media (max-width: 998px) {
  .furnitura__quantity {
    padding: 18px 15px;
  }
}
@media (max-width: 600px) {
  .furnitura__quantity {
    padding: 15px 25px;
  }
}
.furnitura__quantity button {
  display: flex;
  align-items: center;
}
.furnitura__quantity img {
  width: 100%;
}
.furnitura__quantity input {
  width: 100%;
  text-align: center;
  background: transparent;
  font-size: min(22px, 1.1vw);
}
@media (max-width: 998px) {
  .furnitura__quantity input {
    font-size: 22px;
  }
}
.furnitura__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  color: #000;
  font-weight: 800;
  letter-spacing: min(1.6px, 0.1vw);
  text-transform: uppercase;
  font-size: min(16px, 0.9vw);
}
.furnitura__button:hover {
  background-color: #008431;
  color: #fff;
}
.furnitura__button:hover img:nth-child(2) {
  display: block;
}
.furnitura__button:hover img:nth-child(1) {
  display: none;
}
@media (max-width: 998px) {
  .furnitura__button {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .furnitura__button {
    padding: 18px 10px;
    gap: 20px;
  }
}
.furnitura__button img {
  max-width: 1.6vw;
}
.furnitura__button img:nth-child(2) {
  display: none;
}
@media (max-width: 600px) {
  .furnitura__button img {
    max-width: 30px;
  }
}
.furnitura__button div {
  display: flex;
  align-items: center;
}
@media (max-width: 998px) {
  .furnitura__button div {
    display: none;
  }
}
@media (max-width: 600px) {
  .furnitura__button div {
    display: flex;
    max-width: 30px;
  }
}
@media (max-width: 330px) {
  .furnitura__button div {
    display: none;
  }
}

.pagonaj {
  margin-top: var(--header-height);
}
.pagonaj__title {
  margin-top: 70px;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 500px) {
  .pagonaj__title {
    font-size: 36px;
  }
}
.pagonaj__top {
  margin-top: 70px;
}
@media (max-width: 998px) {
  .pagonaj__top {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .pagonaj__top {
    margin-top: 40px;
  }
}
.pagonaj__razmeri {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 998px) {
  .pagonaj__razmeri {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 45px;
  }
}
@media (max-width: 500px) {
  .pagonaj__razmeri {
    margin-top: 40px;
  }
}
.pagonaj__head {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 998px) {
  .pagonaj__head {
    font-size: 24px;
  }
}
@media (max-width: 998px) {
  .pagonaj__head {
    font-size: 18px;
  }
}
.pagonaj__select {
  display: flex;
  gap: 15px;
}
@media (max-width: 998px) {
  .pagonaj__select {
    flex-wrap: wrap;
  }
}
.pagonaj__select input {
  display: none;
}
.pagonaj__select input:checked + label {
  color: #fff;
  background-color: #000;
}
.pagonaj__select label {
  padding: 11px 17px;
  cursor: pointer;
  background-color: #f7f7f7;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .pagonaj__select label {
    font-size: 13px;
    padding: 11px 22px;
  }
}
.pagonaj__info {
  display: flex;
  align-items: center;
  color: #008431;
  gap: 10px;
  font-weight: 700;
  margin-left: 30px;
  font-size: 24px;
}
@media (max-width: 998px) {
  .pagonaj__info {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .pagonaj__info {
    font-size: 16px;
    gap: 5px;
  }
}
.pagonaj__block {
  margin-top: 60px;
}
.pagonaj__block_no_menu {
  margin-top: 20px;
}
@media (max-width: 998px) {
  .pagonaj__block {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .pagonaj__block {
    margin-top: 30px;
  }
}
.pagonaj__block._more .pagonaj-block__item:nth-child(n+7) {
  display: none;
}
.pagonaj__block .pagonaj-block__item:nth-child(n+7) {
  display: grid;
}
.pagonaj__more {
  margin-top: 70px;
}
@media (max-width: 500px) {
  .pagonaj__more {
    width: 100%;
  }
}

.filter-p {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 600px) {
  .filter-p {
    gap: 5px;
    margin-top: 60px;
  }
}
.filter-p__item {
  position: relative;
}
.filter-p__item input {
  display: none;
}
.filter-p__item input:checked + label {
  background-color: #008431;
  border: 1px solid #008431;
  color: #fff;
}
.filter-p__item input:checked + label::before {
  background-image: url(../img/dec1.svg);
}
.filter-p__item label {
  cursor: pointer;
  padding: 20px 30px;
  border: 1px solid #ececec;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 998px) {
  .filter-p__item label {
    padding: 11px 15px;
    padding-bottom: 9px;
  }
}
@media (max-width: 600px) {
  .filter-p__item label {
    padding: 6px 10px;
    padding-bottom: 4px;
    font-size: 10px;
  }
}
.filter-p__item label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/ddec2.png);
  width: 6px;
  height: 14px;
}
.filter-p__item._red label::before {
  background-image: url(../img/ddrred.svg);
}
.filter-p__item._custom label {
  border: 1px solid #008431;
  color: #008431;
}
.filter-p__item._custom label::before {
  display: none;
}
.filter-p__item ul {
  position: absolute;
  bottom: 0;
  transform: translate(0px, 100%);
  z-index: 5;
  width: max-content;
}
.filter-p__item ul input:checked + label {
  border: none;
}
.filter-p__item ul label {
  padding: 10px 30px;
  padding-top: 13px;
  background-color: #117536;
  color: #fff;
  border: navajowhite;
}
.filter-p__item ul label:hover {
  background-color: #008431;
}
.filter-p__item ul label::before {
  display: none;
}
.filter-p__item._select ul {
  display: none;
}
.filter-p__item._select > label::after {
  position: relative;
  top: 0%;
  left: 0;
  content: "";
  background-image: url(../img/t-arrow.svg);
  width: 10px;
  height: 6px;
  background-size: contain;
}
.filter-p__item._select:hover > label {
  background-color: #008431;
  border: 1px solid #008431;
  color: #fff;
}
.filter-p__item._select:hover > label::before {
  background-image: url(../img/dec1.svg);
}
.filter-p__item._select:hover > label::after {
  background-image: url(../img/ww.svg);
}
.filter-p__item._select:hover ul {
  display: block;
}

.search {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 998px) {
  .search {
    margin-top: 45px;
    padding-bottom: 34px;
    padding-top: 30px;
  }
}
.search::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  height: 100%;
  width: 100vw;
  z-index: -1;
  background-color: #f7f7f7;
}
.search__input {
  display: flex;
  background-color: #fff;
  padding: 20px 30px;
  gap: 20px;
}
.search__input span {
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.search__input:hover span {
  color: #008431;
  opacity: 1;
}
.search__input input {
  background-color: transparent;
  width: 100%;
}
.search__block {
  position: relative;
  margin-top: 15px;
}
.search__arr {
  position: absolute;
  top: 50%;
  width: 60px;
  transform: translate(0px, -50%);
  cursor: pointer;
}
@media (max-width: 1500px) {
  .search__arr {
    width: 40px;
  }
}
@media (max-width: 998px) {
  .search__arr {
    display: none;
  }
}
.search__arr_l {
  left: -100px;
}
@media (max-width: 1500px) {
  .search__arr_l {
    left: -50px;
  }
}
.search__arr_r {
  right: -100px;
}
@media (max-width: 1500px) {
  .search__arr_r {
    right: -50px;
  }
}
.search__arr_r img {
  transform: rotate(180deg);
}
.search__arr img {
  width: 100%;
}
.search__swiper .swiper-slide {
  padding-top: 20px;
}
.search__swiper .swiper-slide input {
  display: none;
}
.search__swiper .swiper-slide input:checked + label {
  color: #008431;
}
.search__swiper .swiper-slide input:checked + label .search__collor-img::before {
  display: block;
}
.search__swiper .swiper-slide label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.search__swiper .swiper-slide label span {
  white-space: nowrap;
  /* Запрещает перенос строк */
  overflow: hidden;
  /* Скрывает лишний текст */
  text-overflow: ellipsis;
  width: 100%;
  margin-top: 11px;
}
.search__swiper .swiper-slide .search__collor-img {
  padding: 0px 20px;
  position: relative;
}
.search__swiper .swiper-slide .search__collor-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 73%;
  height: auto;
  aspect-ratio: 1/1;
  display: none;
  border: 3px solid #008431;
}
@media (max-width: 998px) {
  .search__swiper .swiper-slide .search__collor-img::before {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .search__swiper .swiper-slide .search__collor-img::before {
    width: 74%;
  }
}
.search__swiper .swiper-slide .search__collor-img img {
  width: 100%;
}
.order {
  margin-top: var(--header-height);
}
.order__container {
  margin-top: 70px;
}
.order__title {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .order__title {
    font-size: 36px;
  }
}
.order__block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order__item {
  display: grid;
  grid-template-columns: 80px 1fr min(170px, 10vw) min(180px, 10.5vw) min(230px, 12.5vw) min(80px, 4.3vw);
  align-items: center;
  padding: 6px 20px;
  gap: min(30px, 1.6vw);
  border: 1px solid #ececec;
  position: relative;
}
@media (max-width: 998px) {
  .order__item {
    padding: 30px;
    padding-left: 130px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .order__item {
    padding: 16px 20px;
    row-gap: 20px;
  }
}
.order__item._first {
  border: none;
  opacity: 0.5;
}
@media (max-width: 998px) {
  .order__item._first {
    display: none;
  }
}
.order__item._first > div {
  font-size: 13px !important;
  font-weight: 500;
  position: static;
}
.order__foto img {
  width: 100%;
}
@media (max-width: 998px) {
  .order__foto {
    position: absolute;
    width: 80px;
    top: 8px;
    left: 20px;
  }
}
@media (max-width: 600px) {
  .order__foto {
    position: relative;
    order: 1;
    top: 0;
    left: 0;
  }
}
.order__name {
  font-size: min(22px, 1.4vw);
  font-weight: 700;
  padding-right: 15%;
  line-height: 1.2;
}
@media (max-width: 998px) {
  .order__name {
    width: 80%;
    padding: 0;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .order__name {
    order: 3;
    font-size: 18px;
    width: 100%;
    padding: 0;
  }
}
.order__price {
  font-size: min(28px, 1.55vw);
  font-weight: 700;
}
.order__price span {
  display: none;
}
@media (max-width: 998px) {
  .order__price {
    order: 4;
    font-size: 26px;
    display: flex;
    flex-direction: column;
  }
  .order__price span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 6px;
  }
}
@media (max-width: 600px) {
  .order__price {
    width: 43%;
  }
}
.order__quantity {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
}
@media (max-width: 998px) {
  .order__quantity {
    order: 5;
    max-width: 240px;
    padding: 0px 50px;
  }
}
@media (max-width: 600px) {
  .order__quantity {
    order: 2;
    padding: 10px;
    max-width: 160px;
  }
}
.order__quantity button {
  display: flex;
  align-items: center;
}
.order__quantity input {
  width: 100%;
  text-align: center;
  pointer-events: none;
  font-size: min(40px, 2.3vw);
}
@media (max-width: 998px) {
  .order__quantity input {
    font-size: 40px;
  }
}
.order__quantity img {
  width: 100%;
}
.order__total {
  font-size: min(28px, 1.55vw);
  font-weight: 700;
  padding-left: min(60px, 3.5vw);
}
.order__total span {
  display: none;
}
@media (max-width: 998px) {
  .order__total {
    order: 6;
    font-size: 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .order__total span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 6px;
  }
}
.order__delete {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 998px) {
  .order__delete {
    width: calc(20% - 30px);
    justify-content: end;
  }
}
@media (max-width: 600px) {
  .order__delete {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 20px;
  }
  .order__delete img {
    width: 100%;
  }
}
.order__delete img {
  transition: 0.3s;
}
.order__delete:hover img {
  transform: scale(1.15);
}
.order__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  gap: 30px;
}
@media (max-width: 998px) {
  .order__bottom {
    align-items: flex-start;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .order__bottom {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.order__btns {
  display: flex;
  gap: 30px;
}
@media (max-width: 600px) {
  .order__btns {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
.order__btns button {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  border: 1px solid #ececec;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .order__btns button {
    width: 100%;
    justify-content: center;
  }
}
.order__total-info {
  padding: 14px 30px;
  background-color: #117536;
  display: flex;
  flex-direction: column;
  color: #fff;
  min-width: min(18vw, 330px);
}
@media (max-width: 998px) {
  .order__total-info {
    width: 100%;
  }
}
.order__total-info span {
  opacity: 0.5;
}
.order__total-info b {
  font-size: 28px;
  margin-top: 5px;
}

#map {
  height: min(620px, 50vh);
  width: 100%;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 260px;
}
@media (max-width: 600px) {
  .custom-select {
    width: 100%;
  }
}

.select-selected {
  background-color: #f7f7f7;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-selected::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/qw.svg);
  background-size: contain;
  width: 10px;
  height: 6px;
}

.select-items {
  position: absolute;
  background-color: #f7f7f7;
  z-index: 99;
  width: 100%;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 0;
  max-height: 420px;
  overflow-y: auto;
}
.select-items::-webkit-scrollbar {
  width: 5px;
}
.select-items::-webkit-scrollbar-track {
  background-color: #ececec;
}
.select-items::-webkit-scrollbar-thumb {
  background-color: #008431;
}

.select-items div {
  padding: 10px 25px;
  padding-top: 12px;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #008431;
  color: #fff;
}

.select-hide {
  display: none;
}

.custom-input input {
  display: none;
}
.custom-input input:checked + label::before {
  background-image: url(../img/tick2.svg);
}
.custom-input input:disabled + label::before {
  background-color: #00000044;
  filter: grayscale(1);
  opacity: 0.3;
}
.custom-input label {
  display: flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  gap: 25px;
}
.custom-input label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #ececec;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}

.store {
  margin-top: var(--header-height);
}
.store__title {
  font-size: 52px;
  text-align: center;
  font-weight: 700;
  margin-top: 77px;
}
@media (max-width: 600px) {
  .store__title {
    font-size: 36px;
    margin-top: 40px;
  }
}
.store__selects {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 1500px) {
  .store__selects {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .store__selects {
    gap: 20px;
    margin-top: 30px;
    justify-content: start;
  }
}
.store #map {
  margin-top: 50px;
}
.store__conteiner {
  margin-top: 70px;
}
@media (max-width: 998px) {
  .store__conteiner {
    margin-top: 50px;
  }
}
.store__block {
  columns: 4;
  gap: 30px;
}
@media (max-width: 1500px) {
  .store__block {
    columns: 3;
  }
}
@media (max-width: 998px) {
  .store__block {
    columns: 2;
  }
}
@media (max-width: 600px) {
  .store__block {
    columns: 1;
  }
}
.store__city {
  display: flex;
  flex-direction: column;
  page-break-inside: avoid;
  break-inside: avoid;
  gap: 20px;
  margin-bottom: 40px;
}
.store__sity-name {
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .store__sity-name {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.store__item {
  padding: min(28px, 1.5vw) min(40px, 2.2vw);
  background-color: #f7f7f7;
  cursor: pointer;
  position: relative;
  background-image: url(../img/w2.png);
  background-size: 100% 100%;
}
@media (max-width: 998px) {
  .store__item {
    padding: 28px 30px;
  }
}
.store__item::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: min(80px, 5vw);
  height: min(50px, 3vw);
  background-image: url(../img/btn.png);
  background-size: 100% 100%;
  pointer-events: none;
}
@media (max-width: 998px) {
  .store__item::before {
    width: 82px;
    height: 50px;
  }
}
.store__item:hover {
  background-color: transparent;
  background-image: url(../img/w1.png);
}
.store__item:hover::before {
  background-image: url(../img/redbtn.png);
}
.store__name {
  font-size: 24px;
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 998px) {
  .store__name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.store__el {
  font-size: min(18px, 1.3vw);
  display: flex;
  margin-top: 10px;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .store__el {
    font-size: 18px;
  }
}
.store__el img {
  margin-right: 10px;
  transform: translate(0px, 1px);
}
.store__el a:hover {
  text-decoration: underline;
}
.store__el_adress {
  pointer-events: none;
}
.store__el_phone div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
.store__el_phone a {
  color: inherit;
}
.store__el_mail a {
  color: #008431;
}

.firm-store {
  background-color: #f7f7f7;
  padding: min(50px, 2.6vw) min(60px, 3.2vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 998px) {
  .firm-store {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .firm-store {
    padding: 23px 20px;
    margin-bottom: 50px;
  }
}
.firm-store__title {
  font-size: 24px;
  font-weight: 700;
  font-size: min(24px, 1.4vw);
}
@media (max-width: 998px) {
  .firm-store__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 998px) {
  .firm-store__title {
    font-size: 18px;
  }
}
.firm-store__links {
  display: flex;
  align-items: center;
  gap: min(60px, 3.5vw);
  font-size: min(18px, 1.2vw);
  padding-right: 5%;
}
@media (max-width: 998px) {
  .firm-store__links {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    font-size: 18px;
    gap: 10px;
  }
}
@media (max-width: 998px) {
  .firm-store__links {
    font-size: 16px;
  }
}
.firm-store__links a:hover {
  text-decoration: underline;
}
.firm-store__el {
  display: flex;
  align-items: center;
  gap: 10px;
}
.firm-store__el a {
  color: inherit;
}
.firm-store__el a:hover {
  text-decoration: underline;
}
.firm-store__el_mail {
  color: #008431;
}
.doors {
  margin-top: var(--header-height);
}
.doors__title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 600px) {
  .doors__title {
    font-size: 36px;
    margin-top: 40px;
  }
}
.doors .models__block {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .doors .models__block {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .doors .models__block {
    margin-top: 40px;
  }
}

.article {
  margin-top: var(--header-height);
}
.article__container {
  padding-top: 77px;
}
@media (max-width: 600px) {
  .article__container {
    padding-top: 40px;
  }
}
.article__title {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .article__title {
    font-size: 36px;
  }
}
.article__wp {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 60px;
}
@media (max-width: 998px) {
  .article__wp {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.article .comfortable__block {
  max-width: 700px;
  margin: 0;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .article .comfortable__block {
    margin-top: 30px;
  }
}
.article__text {
  font-size: min(22px, 1.3vw);
  line-height: 1.36;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media (max-width: 998px) {
  .article__text {
    font-size: 22px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .article__text {
    font-size: 18px;
    gap: 15px;
  }
}
.article__img img {
  width: 100%;
}
.article__list {
  margin-top: 44px;
}
@media (max-width: 998px) {
  .article__list {
    margin-top: 60px;
  }
}
.article__list ul {
  columns: 2;
  column-gap: 40px;
  counter-reset: custom-counter;
}
@media (max-width: 998px) {
  .article__list ul {
    columns: 1;
  }
}
.article__list ul._num li::before {
  counter-increment: custom-counter;
  content: "0" counter(custom-counter);
  position: relative;
  left: 0px;
  top: 0;
  color: #008431;
  font-weight: bold;
  font-size: min(20px, 1.1vw);
  height: auto;
  background-image: none;
}
@media (max-width: 998px) {
  .article__list ul._num li::before {
    font-size: 20px;
    top: 1px;
  }
}
.article__list ul._num li:nth-child(n+10)::before {
  content: counter(custom-counter);
}
.article__list ul li {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.36;
  gap: 1.1vw;
  font-size: min(22px, 1.3vw);
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 998px) {
  .article__list ul li {
    font-size: 22px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .article__list ul li {
    font-size: 18px;
    gap: 15px;
  }
}
.article__list ul li::before {
  position: relative;
  top: 5px;
  left: 0;
  content: "";
  flex: 0 0 15px;
  height: 18px;
  background-image: url(../img/libef.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article__head {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .article__head {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.article__info {
  display: flex;
  align-items: center;
  background-color: #117536;
  color: #fff;
  padding: min(70px, 4vw);
  line-height: 1.33;
  gap: 30px;
  font-size: min(24px, 1.3vw);
  margin-top: 60px;
  background-image: url(../img/logo4.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-weight: 700;
}
@media (max-width: 998px) {
  .article__info {
    font-size: 24px;
    align-items: flex-start;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .article__info {
    font-size: 18px;
    gap: 20px;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    padding: 35px 20px;
    margin-top: 20px;
  }
}

.video-block__container {
  margin-top: 100px;
}
@media (max-width: 998px) {
  .video-block__container {
    margin-top: 90px;
  }
}
@media (max-width: 600px) {
  .video-block__container {
    margin-top: 60px;
    margin-bottom: -10px;
  }
}
.video-block__title {
  margin-bottom: 60px;
}
@media (max-width: 998px) {
  .video-block__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .video-block__title {
    margin-bottom: 40px;
  }
}
.video-block__item video {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}
@media (max-width: 600px) {
  .video-block__item video {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
  }
}

.lk {
  margin-top: var(--header-height);
}
.lk__container {
  padding-top: 77px;
}
@media (max-width: 600px) {
  .lk__container {
    padding-top: 40px;
  }
}
.lk__title {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .lk__title {
    font-size: 36px;
  }
}
.lk__head {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .lk__head {
    margin-top: 30px;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  .lk__head::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    background-color: #f7f7f7;
  }
}
.lk__head li {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 25px 0px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 600px) {
  .lk__head li {
    flex-direction: column;
    letter-spacing: 1.2px;
    font-size: 12px;
    padding: 20px 0;
  }
}
.lk__head li._active {
  color: #008431;
}
.lk__head li._active::before {
  position: absolute;
  left: 0;
  content: "";
  background-color: #117536;
  width: 100%;
  bottom: 0;
  height: 4px;
}
.lk__head li img {
  margin-bottom: 2px;
}
.lk-profile {
  margin: 0px auto;
  max-width: 615px;
  margin-top: 60px;
  flex-direction: column;
  gap: 10px;
}
.lk-profile._active {
  display: flex;
}
.lk-profile__item {
  display: grid;
  grid-template-columns: 225px 1fr 30px;
  gap: 30px;
  border: 1px solid #ececec;
  padding: 5px;
  opacity: 1;
}
.lk-profile__item ._input-validation__input-wp span {
  top: 12px;
}
.lk-profile__item._valid {
  border-color: #008431;
}
.lk-profile__item._error {
  border-color: #e42431;
}
.lk-profile__item._error ._input-validation__input-wp {
  color: #e42431;
}
.lk-profile__item._error .lk-profile__change {
  color: #e42431;
}
.lk-profile__item._custom {
  grid-template-columns: 225px 1fr 126px;
}
.lk-profile__item._custom .lk-profile__input {
  width: 150px;
}
@media (max-width: 600px) {
  .lk-profile__item {
    grid-template-columns: 1fr 30px;
    padding: 10px 20px;
    position: relative;
    padding-bottom: 7px;
  }
  .lk-profile__item._custom {
    grid-template-columns: 1fr 126px;
  }
}
.lk-profile__name {
  background-color: #f7f7f7;
  font-size: 14px;
  padding: 12px 25px;
  color: #00000050;
  height: 100%;
}
@media (max-width: 600px) {
  .lk-profile__name {
    position: absolute;
    padding: 0;
    top: 14px;
    left: 20px;
    background-color: transparent;
    font-size: 12px;
  }
}
.lk-profile__input {
  display: flex;
}
@media (max-width: 600px) {
  .lk-profile__input {
    padding-top: 18px;
  }
}
.lk-profile__input span {
  opacity: 0.5;
  display: block;
  width: 100%;
  white-space: nowrap;
  /* Запрещаем перенос строк */
  overflow: hidden;
  /* Обрезаем все, что не помещается в область */
  text-overflow: ellipsis;
}
.lk-profile__input .file-info {
  display: flex;
  align-items: center;
}
.lk-profile__input textarea {
  min-height: 100px;
  resize: none;
}
.lk-profile__input input,
.lk-profile__input textarea {
  width: 100%;
  padding: 7px 0px;
  color: #000 !important;
}
@media (max-width: 600px) {
  .lk-profile__input input,
.lk-profile__input textarea {
    padding: 0;
  }
}
.lk-profile__attach {
  display: flex;
  align-items: center;
}
.lk-profile__attach input {
  display: none;
}
.lk-profile__attach label {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 12px 0px;
  padding-bottom: 10px;
}
.lk-profile__change {
  margin-right: 15px;
  margin-top: 4px;
  cursor: pointer;
  color: #008431;
}
.lk-profile__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.lk-profile__btn button {
  padding: 22px 50px;
  color: #fff;
  background-color: #008431;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: flex;
  gap: 15px;
  min-width: 276px;
  justify-content: center;
}
.lk-profile__btn button:hover {
  background-color: #117536;
}
.lk-profile__tg {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .lk-profile__tg {
    font-size: 18px;
  }
}
.lk-profile__tg span {
  text-align: center;
}
.lk-profile__tg a {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  align-items: center;
  background-color: #008431;
  color: #fff;
  padding: 28px 70px;
  gap: 20px;
  margin-top: 32px;
}
.lk-profile__tg a:hover {
  background: #117536;
}

.lk-orders__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 60px;
  justify-content: center;
}
@media (max-width: 500px) {
  .lk-orders__ul {
    gap: 20px;
    row-gap: 10px;
    margin-top: 40px;
  }
}
.lk-orders__ul li {
  padding: 13px 35px;
  padding-bottom: 11px;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  cursor: pointer;
}
@media (max-width: 500px) {
  .lk-orders__ul li {
    width: calc(50% - 10px);
    padding: 15px;
    padding-bottom: 13px;
  }
}
.lk-orders__ul li._active {
  background-color: #000;
  color: #fff;
}
.lk-orders__wp {
  margin-top: 30px;
}
.lk-orders__block {
  display: none;
}
.lk-orders__block._active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 998px) {
  .lk-orders__pc {
    display: none;
  }
}
.lk-orders__mobile {
  display: none;
}
@media (max-width: 998px) {
  .lk-orders__mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.lk-orders__more-btn {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 500px) {
  .lk-orders__more-btn {
    margin-top: 20px;
  }
}
.lk-orders__more-btn button {
  display: flex !important;
}
@media (max-width: 998px) {
  .lk-orders__more-btn button {
    width: 100%;
    justify-content: center;
  }
}
.lk-orders__item {
  font-size: min(14px, 1vw);
  padding: 18px min(1.6vw, 30px);
  grid-template-columns: min(90px, 5vw) min(100px, 6vw) min(240px, 15vw) min(110px, 6.5vw) min(80px, 4.5vw) min(80px, 4.5vw) min(110px, 6vw) min(100px, 5.5vw) min(140px, 8.5vw) min(80px, 4.5vw) min(80px, 5.5vw);
  gap: 20px;
  display: grid;
}
.lk-orders__item._first {
  padding: 6px min(1.6vw, 30px);
  opacity: 0.5;
  font-size: min(13px, 0.9vw);
}
.lk-orders__item._first .lk-orders__date {
  opacity: 1;
}
.lk-orders__item:nth-child(even) {
  border: 1px solid #ececec;
}
@media (max-width: 998px) {
  .lk-orders__item {
    border: 1px solid #ececec;
  }
}
.lk-orders__date {
  opacity: 0.5;
}
.lk-orders__name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lk-orders__price {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
}
.lk-orders__quantity {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lk-orders__summ {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
}
.lk-orders__total {
  font-weight: 700;
}
.lk-orders__download {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lk-orders__download img {
  width: 24px;
}

.order-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 30px;
  border: 1px solid #ececec;
}
@media (max-width: 600px) {
  .order-mobile {
    padding: 16px 20px;
    font-size: 13px;
  }
}
.order-mobile__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.order-mobile__item span:nth-child(1) {
  opacity: 0.5;
}
.order-mobile__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
  position: relative;
}
.order-mobile__wrapper .order-mobile__item span:nth-child(2) {
  font-weight: 700;
}
.order-mobile__wrapper::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  background-color: #f7f7f7;
  transform: translate(-50%);
  z-index: -1;
}
@media (max-width: 998px) {
  .order-mobile__wrapper::before {
    width: calc(100% + 20px);
  }
}

.order-data {
  background-color: #f7f7f7;
}
.order-data__container {
  padding-top: 70px;
  padding-bottom: 90px;
  margin-top: 110px;
}
@media (max-width: 998px) {
  .order-data__container {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.order-data__title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .order-data__title {
    font-size: 24px;
  }
}
.order-data__form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: flex-end;
  gap: 20px;
  color: #000;
}
@media (max-width: 1300px) {
  .order-data__form {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 998px) and (min-width: 600px) {
  .order-data__form {
    display: flex;
    flex-wrap: wrap;
  }
  .order-data__form ._input-validation {
    width: calc(33.33% - 15px);
  }
  .order-data__form ._input-validation:nth-child(4) {
    width: calc(50% - 10px);
  }
  .order-data__form .order-data__button {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .order-data__form {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
  }
}
.order-data__form ._input-validation {
  color: #000;
  border-color: #000;
}
.order-data__form ._input-validation input {
  color: #000;
}
.order-data__form ._input-validation input::placeholder {
  color: #000;
}
.order-data__form ._input-validation._valid {
  border-color: #008431;
}
.order-data__form ._input-validation._valid > span {
  color: #008431;
}
.order-data__form ._input-validation._valid ._input-validation__status {
  color: #008431;
}
.order-data__form ._input-validation._error {
  border-color: #e42431;
  color: #e42431;
}
.order-data__form ._input-validation._error > span {
  color: #e42431;
}
.order-data__form ._input-validation._error ._input-validation__status {
  color: #e42431;
}
.order-data__button button {
  display: flex;
  justify-content: center;
  background-color: #e42431;
  color: #fff;
  width: 100%;
  font-weight: 800;
  line-height: 38px;
  /* 237.5% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 16px 0px;
  gap: 20px;
}
@media (max-width: 1500px) and (min-width: 998px) {
  .order-data__button button {
    gap: 10px;
    font-size: 14px;
  }
}

.kontacts {
  margin-top: var(--header-height);
}
.kontacts__container {
  margin-top: 77px;
}
@media (max-width: 600px) {
  .kontacts__container {
    margin-top: 40px;
  }
}
.kontacts__title {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .kontacts__title {
    font-size: 36px;
  }
}
.kontacts__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0px auto;
  width: max-content;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .kontacts__top {
    width: 100%;
    margin-top: 30px;
  }
}
.kontacts__top li {
  padding: 25px 50px;
  padding-top: 0;
  font-size: 32px;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 600px) {
  .kontacts__top li {
    font-size: 24px;
    padding: 0px;
    padding-bottom: 17px;
    text-align: center;
  }
}
.kontacts__top li._active {
  color: #008431;
  border-bottom: 4px solid #008431;
}
.kontacts__block {
  grid-template-columns: repeat(4, 1fr);
  gap: min(30px, 1.6vw);
  margin-top: 60px;
}
.kontacts__block._active {
  display: grid;
}
@media (max-width: 998px) {
  .kontacts__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .kontacts__block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kontacts__item {
  background-image: url(../img/bbbbb.png);
  background-size: 100% 100%;
  padding: min(30px, 1.6vw) min(40px, 2.2vw);
}
@media (max-width: 998px) {
  .kontacts__item {
    padding: 30px 30px;
  }
}
.kontacts__head {
  font-size: min(24px, 1.3vw);
  font-weight: 700;
}
@media (max-width: 998px) {
  .kontacts__head {
    font-size: 18px;
  }
}
.kontacts__ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
  padding-bottom: 0.5vw;
}
.kontacts__ul a {
  color: inherit;
}
.kontacts__ul a._mail {
  color: #008431;
}
.kontacts__ul a:hover {
  text-decoration: underline;
}
.kontacts__ul li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: min(18px, 1.1vw);
}
@media (max-width: 998px) {
  .kontacts__ul li {
    font-size: 16px;
  }
}
.kontacts__ul li div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.kontacts__ul li img {
  flex: 0 0 16px;
  transform: translate(0px, -1px);
}

@media (max-width: 600px) {
  .lk__wp ._input-validation__input-wp span {
    top: 20px;
  }
}