@charset "UTF-8";
:root {
  --main-color: #9b59b6;
  --black-text: #575d65;
}

@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;
}
@font-face {
  font-family: Candara;
  font-display: swap;
  src: url("../fonts/candara-bold-italic.woff") format("woff"), url("../fonts/candara-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Candara;
  font-display: swap;
  src: url("../fonts/candara-bold.woff") format("woff"), url("../fonts/candara-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Candara;
  font-display: swap;
  src: url("../fonts/candara-italic.woff") format("woff"), url("../fonts/candara-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Candara;
  font-display: swap;
  src: url("../fonts/candara-regular.woff") format("woff"), url("../fonts/candara-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Candara;
  font-display: swap;
  src: url("../fonts/candara-light.woff") format("woff"), url("../fonts/candara-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Candara;
  font-display: swap;
  src: url("../fonts/candara.woff") format("woff"), url("../fonts/candara.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
* {
  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: "Candara";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Candara";
  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:not(._default) li {
  list-style: none;
}

ul._default {
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 5px;
}

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

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

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

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

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

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

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

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

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

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

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

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

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  height: 5px;
  background-color: #eaeaea;
  margin: 0px 11px 30px;
  position: relative;
  border-radius: 5px;
}
.noUi-target::before {
  left: -10px;
}
.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #9b59b6;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

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

.noUi-handle {
  border: 5px solid #9b59b6;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

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

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

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

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

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

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

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

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

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

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

body {
  color: #575d65;
}
body._lock {
  overflow: hidden;
}

._h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 998px) {
  ._h1 {
    font-size: 23px;
  }
}

.h1 {
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.1;
  font-weight: 700;
}

.h2 {
  font-size: clamp(22px, 2.5vw, 26px);
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.subtitle {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
}

.default {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--colorPrimary, #9b59b6);
}

a:focus {
  color: #a23ccc;
}

a._disabled {
  color: #b1a7b5;
}

button {
  cursor: pointer;
  background: none;
}

input {
  color: var(--colorBlackText, #575d65);
}

.lock {
  overflow-y: hidden;
  overflow-x: hidden;
}

@media screen and (max-width: 1023.98px) {
  .lock-mobile {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
.dropdown {
  width: 240px;
  position: relative;
  user-select: none;
  background: #fff;
}
.dropdown._open {
  box-shadow: none;
}
.dropdown._open .dropdown__current::after {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 1;
}

.dropdown__current {
  padding: 8px 13px;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  border: 1px solid #e2e2e2;
  align-items: center;
}
.dropdown__current span {
  pointer-events: none;
}
@media (max-width: 998px) {
  .dropdown__current {
    padding: 10px 8px;
  }
}
.dropdown__current::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/art.svg);
  width: 8px;
  transition: 0.3s;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  padding-top: 9px;
}

.dropdown._open .dropdown__list {
  display: block;
}

.dropdown__item {
  padding: 11px 20px;
  cursor: pointer;
}

.dropdown__item:hover {
  color: var(--main-color);
  background: #f6f7f9;
}

.dropdown__item.hidden {
  display: none;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper:not(._ov) {
  overflow: hidden;
}
._container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 60px;
  width: 100%;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 20px;
  }
}

.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,
.swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper,
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper,
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper,
.swiper.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.9);
  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;
}

.gradient-overlay {
  position: relative;
}

.gradient-overlay::before {
  content: "";
  pointer-events: none;
  inset: 0;
  position: absolute;
  z-index: 0;
  background: linear-gradient(2deg, rgba(46, 51, 70, 0.6) 1.99%, rgba(46, 51, 70, 0) 143.78%);
}

.gradient-overlay_darken::before {
  background: linear-gradient(1deg, rgba(46, 51, 70, 0.8) 36.34%, rgba(46, 51, 70, 0) 138.38%);
}

.jcc {
  justify-content: center;
}

@media screen and (max-width: 575.98px) {
  .mb-tac {
    text-align: center;
  }
}
.grid-4 {
  --gap: clamp(8px, 2vw, 20px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

@media screen and (max-width: 991.98px) {
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.flex-6-wrap {
  --gap: 20px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}

.flex-6-wrap > * {
  flex: 0 0 calc((1200px - var(--gap) * 5) / 6);
}

@media screen and (max-width: 575.98px) {
  .flex-6-wrap > * {
    flex: 0 0 calc(50% - var(--gap));
  }
}
.checkmark-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkmark-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkmark-list li::before {
  flex-shrink: 0;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/icons/default/checkmark.svg) center/contain no-repeat;
}

.droplist-hover-trigger:hover .droplist {
  opacity: 1;
  pointer-events: all;
}

.droplist {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--colorWhite, #ffffff);
  padding: 10px 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid var(--colorBgWhite, #f2f2f5);
}

.droplist__item {
  padding: 7px 20px;
}

.droplist__item:hover {
  background-color: var(--colorBgWhite, #f2f2f5);
  color: var(--colorPrimary, #9b59b6);
}

.droplist_top {
  top: unset;
  bottom: 100%;
}

.droplist._active {
  opacity: 1;
  pointer-events: all;
  background: #fff;
  z-index: 2;
}

.currency {
  position: relative;
  font-weight: 700;
  cursor: pointer;
}

.currency__value {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color);
  --color: var(--colorBlackText, #575d65);
}

.currency__value:hover {
  --color: var(--colorPrimary, #9b59b6);
}

.currency__value:focus {
  --color: var(--colorPrimaryActive, #a23ccc);
}

.currency__value._disabled {
  color: #b1a7b5;
  --color: #b1a7b5;
}

.currency__arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--color);
}

.video-wrapper {
  position: relative;
  cursor: pointer;
}
.video-wrapper::before {
  z-index: 2;
}

.video-wrapper._play .video-wrapper__play {
  display: none;
}

.video-wrapper__play {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  max-height: 65px;
  max-width: 65px;
  z-index: 4;
  object-fit: contain;
}

.video-wrapper._play .video-wrapper__poster {
  display: none;
}

.video-wrapper__poster {
  width: 100%;
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  object-position: center;
}

.video-wrapper video {
  width: 100%;
  display: block;
}

.btn {
  color: var(--colorWhite, #ffffff);
  background: var(--colorPrimary, #9b59b6);
  height: 40px;
  min-width: min(210px, 100%);
  padding: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.3s;
  outline: none !important;
  box-shadow: none;
}
.btn:focus-visible, .btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn:hover {
  background: var(--colorPrimary2, #c573e6);
  color: var(--colorWhite, #ffffff);
}

.btn:focus {
  background: var(--colorPrimaryActive, #a23ccc);
  color: var(--colorWhite, #ffffff);
}

.btn._disabled {
  color: #b1a7b5;
  --color: #b1a7b5;
}

.btn._disabled {
  color: var(--colorWhite, #ffffff);
  background: #b1a7b5;
}

@media screen and (max-width: 767.98px) {
  .btn {
    height: 50px;
    align-self: unset;
  }
}
.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px;
  aspect-ratio: 1;
  text-align: center;
  transition: 0.3s;
  color: var(--colorWhite, #ffffff);
  color: var(--colorWhite, #ffffff);
}
.category-card * {
  transition: 0.3s;
}

.category-card:hover .category-card__button {
  translate: 0;
  opacity: 1;
}

.category-card:hover,
.category-card:focus {
  color: var(--colorWhite, #ffffff);
}

.category-card__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.category-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-card__title {
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 700;
}

.category-card__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3lh;
  font-size: 16px;
}

@media screen and (max-width: 575.98px) {
  .category-card__text {
    display: none;
  }
}
.category-card__button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--colorWhite, #ffffff);
  translate: 0 100%;
  opacity: 0;
}

@media screen and (max-width: 575.98px) {
  .category-card__button {
    font-size: 15px;
  }
}
.advantage-img {
  padding: 0 clamp(8px, 2vw, 16px);
}

.advantage-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product {
  position: relative;
  border-radius: 1px;
  border: 1px solid #e2e2e2;
  background: var(--colorWhite, #ffffff);
  padding: 15px;
}
@media (max-width: 500px) {
  .product {
    padding: 5px;
  }
}
.product._reviews {
  padding: 0;
}
.product._reviews .swiper-slide img {
  cursor: pointer;
}
.product._reviews .product__info {
  padding: 20px;
  margin-top: 0;
}
@media (max-width: 500px) {
  .product._reviews .product__info {
    padding: 10px 5px;
    gap: 10px;
  }
}
.product__name {
  font-weight: 700;
  font-size: 18px;
  opacity: 0.8;
}
@media (max-width: 500px) {
  .product__name {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .product__rewiev {
    font-size: 15px;
  }
}

.product__tag {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: var(--colorPrimary, #9b59b6);
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--colorWhite, #ffffff);
}
@media (max-width: 500px) {
  .product__tag {
    top: 15px;
    left: 15px;
    width: 28px;
    font-size: 10px;
    height: 28px;
  }
}

.product__tag-2 {
  top: 25px;
  right: 25px;
  background: #c573e6;
  position: absolute;
  width: max-content;
  padding: 4px 6px;
  color: #fff;
  z-index: 2;
  font-size: 12px;
}
@media (max-width: 500px) {
  .product__tag-2 {
    font-size: 10px;
    top: 15px;
    right: 15px;
  }
}

.product__gallery {
  width: 100%;
  position: relative;
}
.product__gallery:hover .product__nav {
  opacity: 1;
}

.product__slide {
  position: relative;
}
.product__slide.swiper-slide-active {
  z-index: 5;
}

.product__gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product__nav {
  --padding: 22px;
  opacity: 0;
  transition: 0.3s;
  color: var(--colorWhite, #ffffff);
  position: absolute;
  z-index: 2;
  left: var(--padding);
  right: var(--padding);
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  z-index: 6;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .product__nav {
    display: none;
  }
}

.product__pagination {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 20px;
  translate: -50%;
  gap: 10px;
  width: 125px;
}
@media (max-width: 500px) {
  .product__pagination {
    bottom: 10px;
    width: 80px;
  }
}

.product__pagination img {
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  width: 34px;
  display: block;
  height: 34px;
  object-fit: cover;
  border: 1px solid #fff !important;
}
@media (max-width: 500px) {
  .product__pagination img {
    width: 20px;
    display: block;
    height: 20px;
  }
}

.product__pagination img:hover {
  border-color: var(--colorPrimary, #9b59b6) !important;
}

.product__prev-btn {
  cursor: pointer;
}

.product__prev-btn:hover {
  color: var(--colorPrimary, #9b59b6);
}

.product__next-btn {
  cursor: pointer;
  rotate: 180deg;
}

.product__next-btn:hover {
  color: var(--colorPrimary, #9b59b6);
}

.product__info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product__text {
  font-size: 15px;
  line-height: 1.2;
}

.product__price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product__price span {
  font-size: 18px;
  text-decoration: line-through;
  color: #6c757d;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product__price {
    font-size: 16px;
    justify-content: space-between;
  }
  .product__price span {
    font-size: 13px;
  }
}

.product__help {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 25px;
  align-items: center;
  text-align: center;
}
.product__help a {
  padding: 11px 13px;
  width: max-content;
  min-width: auto;
}
@media (max-width: 998px) {
  .product__help a {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
}
.product__help div {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background-image: url(../img/bgh.png);
  background-size: cover;
  background-position: center;
  padding: 20px;
}
@media (max-width: 500px) {
  .product__help div {
    padding: 18px 8px;
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .product__help div h2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .product__help div h2 {
    font-size: 18px;
  }
}
.product__help div p {
  max-width: 164px;
}

.header {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.header * {
  transition: all 0.3s ease-out;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}

.header__top .search {
  margin: 0 auto;
}

@media screen and (max-width: 1023.98px) {
  .header__top {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.header__menu_main {
  gap: 15px;
  font-size: 18px;
}

.header__menu li._with-droplist {
  position: relative;
}

.header__menu li._with-droplist a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__menu li._with-droplist a svg {
  rotate: -90deg;
}

@media screen and (max-width: 1023.98px) {
  .header__menu {
    display: none;
  }
}
.header__icons-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__icons-menu a {
  display: flex;
  position: relative;
}
.header__icons-menu a._disabled {
  color: #b1a7b5;
}
.header__icons-menu a._add::before {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  background: #d74444;
}

@media screen and (max-width: 1023.98px) {
  .header__icons-menu li {
    display: none;
  }

  .header__icons-menu li._tel_icon {
    display: block;
  }
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1023.98px) {
  .header__bottom {
    padding: 16px 0;
  }
}
.header__logo,
.mobile-menu__logo {
  --imgColor: var(--colorPrimary, #9b59b6);
  --textColor: var(--colorPrimary2, #c573e6);
  flex: 0 1 153px;
  min-width: 125px;
}

.header__logo svg,
.mobile-menu__logo svg,
.header__logo img,
.mobile-menu__logo img {
  width: 100%;
}

.header__logo:hover,
.mobile-menu__logo:hover {
  --textColor: var(--colorPrimary, #9b59b6);
}

.header__logo:focus,
.mobile-menu__logo:focus {
  --imgColor: #a23ccc;
  --textColor: #a23ccc;
}

.header__logo._disabled,
._disabled.mobile-menu__logo {
  color: #b1a7b5;
}

@media screen and (max-width: 1023.98px) {
  .header__logo,
.mobile-menu__logo {
    order: 2;
    flex: 0 0 125px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header__main-nav {
    display: none;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 1023.98px) {
  .header__contacts {
    order: 1;
  }

  .header__contacts > a {
    display: none;
  }
}
.header__burger {
  order: 3;
}

@media screen and (min-width: 1023.98px) {
  .header__burger {
    display: none;
  }
}
.search {
  display: flex;
  flex: 0 1 290px;
  width: max-content;
  gap: 12px;
  font-size: 16px;
  line-height: 1;
}

.search:hover {
  color: var(--colorPrimary, #9b59b6);
}

.search__input {
  outline: none !important;
  box-shadow: none !important;
}

.search:hover .search__input {
  border-bottom: 1px solid rgba(155, 89, 182, 0.2);
  color: var(--colorPrimary, #9b59b6);
}
.search:hover .search__input::placeholder {
  color: var(--colorPrimary, #9b59b6);
}

.search:has(input:focus) {
  color: var(--colorPrimaryActive, #a23ccc);
}
.search:has(input:focus)::placeholder {
  color: var(--colorPrimary, #9b59b6);
}

.search:has(input:focus) .search__input {
  border-bottom: 1px solid rgba(155, 89, 182, 0.2);
  color: var(--colorPrimaryActive, #a23ccc);
}
.search:has(input:focus) .search__input::placeholder {
  color: var(--colorPrimary, #9b59b6);
}

.search._disabled {
  color: #b1a7b5;
  --color: #b1a7b5;
}

.search__input {
  width: 100%;
  max-width: 260px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(87, 93, 101, 0.2);
}

.mobile-menu {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: var(--colorWhite, #ffffff);
  translate: 0 -100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s;
}

.mobile-menu._active {
  translate: 0;
}

@media screen and (min-width: 1023.98px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__header {
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
}

.mobile-menu__logo {
  order: unset;
}

.mobile-menu .search {
  background: var(--colorBgWhite, #f2f2f5);
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  flex: unset;
}

.mobile-menu .search__input {
  max-width: unset;
  background: none;
}

.mobile-menu hr {
  background: var(--colorBlackText, #575d65);
  border: 0.5px solid var(--colorBlackText, #575d65);
  opacity: 0.2;
}

.mobile-menu__nav {
  flex-shrink: 1;
  scrollbar-width: none;
  overflow-y: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}

.mobile-menu__menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
}

.mobile-menu__menu li._with-droplist {
  position: relative;
}

.mobile-menu__menu li._with-droplist a {
  display: flex;
  justify-content: space-between;
}

.mobile-menu__menu li._with-droplist a svg {
  rotate: 180deg;
}

.mobile-menu__menu .droplist {
  position: static;
  display: none;
  opacity: 1;
  pointer-events: all;
  border: none;
  padding-bottom: 0;
  padding-right: 0;
}

.mobile-menu__menu .droplist__item {
  padding-right: 0;
}

.mobile-menu__menu .droplist__item:hover {
  background: var(--colorWhite, #ffffff);
  color: var(--colorBlackText, #575d65);
}

.mobile-menu__menu .droplist._open {
  display: block;
}

.mobile-menu__icons {
  display: flex;
  align-items: center;
  gap: 30px;
}

.mobile-menu__footer {
  background: var(--colorBgWhite, #f2f2f5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mobile-menu__footer .mobile-menu__icons {
  gap: 50px;
}

.hero {
  padding: var(--sectionPadding, 40px) 0;
}
@media (max-width: 998px) {
  .hero {
    padding-bottom: 20px;
  }
}

.hero__container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
}

@media screen and (max-width: 767.98px) {
  .hero__container {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
}
.hero__left {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
}
@media (max-width: 767.98px) {
  .hero__left {
    width: 100%;
  }
}

@media (min-width: 998px) {
  .hero__left .btn {
    max-width: max-content;
  }
}
@media screen and (min-width: 767.98px) {
  .hero__left {
    grid-column: span 7;
  }
}
.hero__video {
  width: 100%;
  aspect-ratio: 692/462;
}

.hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767.98px) {
  .hero__video {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    aspect-ratio: 3/2;
  }
}
.hero__right {
  position: relative;
  color: var(--colorWhite, #ffffff);
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  align-self: normal;
}

@media screen and (min-width: 767.98px) {
  .hero__right {
    grid-column: span 5;
  }
}
@media screen and (max-width: 767.98px) {
  .hero__right {
    width: 100%;
    aspect-ratio: 32/38;
  }
}
.hero__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767.98px) {
  .hero__img {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
  }
}
.hero__metro {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section {
  padding: var(--sectionPadding, 40px) 0;
  margin-top: var(--sectionMargin, 90px);
}
.section.first {
  margin-top: 0;
  padding-top: 20px;
}
@media (max-width: 998px) {
  .section {
    padding: var(--sectionPadding, 20px) 0;
    margin-top: var(--sectionMargin, 30px);
  }
}

.section_lightgray {
  background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
}

.section__container {
  --gap: clamp(20px, 4vw, 45px);
  display: flex;
  flex-direction: column;
  gap: var(--gap, 45px);
}

.section__header {
  --gap: 20px;
  display: flex;
  flex-direction: column;
  gap: var(--gap, 20px);
}

.section__header_center {
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 575.98px) {
  .section__title br {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .section__subtitle br {
    display: none;
  }
}
.section__body {
  position: relative;
  z-index: 1;
}

.text-and-img {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
}
@media (min-width: 768px) {
  .text-and-img .btn {
    max-width: max-content;
  }
}

@media screen and (max-width: 767.98px) {
  .text-and-img {
    flex-direction: column;
  }
}
.text-and-img__text {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
}

.text-and-img__img {
  flex: 0 0 clamp(360px, 40vw, 500px);
}

@media screen and (max-width: 767.98px) {
  .text-and-img__img {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    flex: unset;
    order: -1;
  }
}
.text-and-img__img img {
  width: 100%;
  display: block;
}

.page {
  flex: 1 1 auto;
}

.inp-wp._error input {
  border: 1px solid #b82323 !important;
}

.inp-wp {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.inp-wp._error input {
  border-color: #b82323;
}
.inp-wp span span {
  color: var(--main-color);
}
.inp-wp input,
.inp-wp textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #e2e2e2;
}
.inp-wp input::placeholder,
.inp-wp textarea::placeholder {
  color: #b6b8b9;
}
.inp-wp textarea {
  min-height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.inp-wp._two {
  grid-column: auto/span 2;
}
.inp-wp input[type=checkbox] {
  display: none;
}
.inp-wp input[type=checkbox]:checked + label::before {
  background-image: url(../img/cec.svg);
  background-position: center 40%;
  background-size: 70%;
}
.inp-wp input[type=checkbox] + label {
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 30px;
  display: block;
}
.inp-wp input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  border: 1px solid #929292;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}
.inp-wp input[type=checkbox] + label a {
  color: var(--main-color);
}
.inp-wp input[type=checkbox] + label a:hover {
  text-decoration: underline;
}

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

.tab-triggers {
  display: flex;
}
.section__header .tab-triggers__btn {
  padding: 11px 18px;
  font-weight: 700;
  color: #575d65;
  font-size: 18px;
}
@media (max-width: 500px) {
  .section__header .tab-triggers__btn {
    padding: 11px 0;
    flex: 1 1 auto;
  }
}
.section__header .tab-triggers__btn.is-active {
  color: #fff;
  background: #9b59b6;
}

.product-swiper {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.product-swiper.is-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media (max-width: 998px) {
  .product-swiper.is-visible {
    overflow: visible;
  }
}

#map {
  width: 100%;
  height: 410px;
}
@media (max-width: 600px) {
  #map {
    height: 180px;
  }
}

@media (max-width: 998px) {
  .contacts {
    background: #fff;
  }
}
.contacts__crumbs {
  margin-bottom: 60px;
}
@media (max-width: 998px) {
  .contacts__crumbs {
    margin-bottom: 30px;
  }
}

.contacts__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}

.custon-map-item {
  max-width: 460px;
}
.custon-map-item._two {
  display: none;
}
@media (max-width: 998px) {
  .custon-map-item._two {
    display: block;
    margin-top: 20px;
  }
  .custon-map-item._two .map-item {
    padding: 0;
  }
}

._swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}

._swiper-bottom-pug {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: calc(100% - 100px);
  overflow-x: auto;
  scrollbar-width: none;
}
@media (max-width: 998px) {
  ._swiper-bottom-pug {
    gap: 20px;
  }
}
._swiper-bottom-pug span {
  width: 6px;
  height: 6px;
  background: #575d65;
  border-radius: 50%;
}
._swiper-bottom-pug span.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}

._swiper-bottom-pug::-webkit-scrollbar {
  display: none;
}

._swiper-bottom-arr {
  cursor: pointer;
}
._swiper-bottom-arr_r {
  transform: scale(-1, 1);
}
._swiper-bottom-arr.swiper-button-disabled {
  opacity: 0.3;
}

.map-item {
  max-width: 460px;
  padding: 15px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 998px) {
  .map-item {
    background: transparent;
  }
}
.map-item__title {
  color: var(--main-color);
  font-weight: 700;
}
.map-item__subtitle {
  margin-top: 5px;
  line-height: 1.2;
  max-width: 320px;
  font-size: 12px;
}
.map-item__wp {
  margin-top: 10px;
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  font-size: 14px;
}
.map-item__star {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.map-item__address {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
}
@media (max-width: 998px) {
  .map-item__address span {
    display: none;
  }
}
.map-item__phone {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.map-item__metro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 998px) {
  .map-item__metro {
    gap: 7px;
  }
}
.map-item__metro li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-item__metro li div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #9b59b6;
}

.footer {
  margin-top: 90px;
}
@media (max-width: 998px) {
  .footer {
    margin-top: 30px;
  }
}
.footer__top {
  z-index: 1;
  position: relative;
  color: #dfd7d7;
  padding-top: 40px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 380px max-content max-content 1fr;
  gap: 68px;
}
@media (max-width: 1300px) {
  .footer__top {
    grid-template-columns: 300px max-content max-content 1fr;
    gap: 38px;
  }
}
@media (max-width: 998px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
.footer__top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  background: #48483e;
  width: 100vw;
  z-index: -1;
  height: 100%;
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.5;
}
@media (max-width: 998px) {
  .footer__text {
    grid-column: auto/span 2;
  }
}
.footer__text p:nth-child(2) {
  font-size: 12px;
}
@media (max-width: 998px) {
  .footer__col._big {
    grid-column: auto/span 2;
  }
}
.footer__col h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 998px) {
  .footer__col h3 {
    margin-bottom: 12px;
  }
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 998px) {
  .footer__col ul {
    gap: 14px;
  }
}
.footer__col ul a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__col ul a img {
  flex: 0 0 18px;
}
.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__left p {
  color: var(--main-color);
}
.footer__left a {
  font-size: 12px;
}
.footer__social {
  display: flex;
  gap: 20px;
  height: max-content;
}
.footer__social a {
  transition: 0.3s;
}
.footer__social a img {
  width: 30px;
  display: none;
}
.footer__social a img:nth-child(1) {
  display: block;
}
.footer__social a:hover img:nth-child(1) {
  display: none;
}
.footer__social a:hover img:nth-child(2) {
  display: block;
}
.footer__social a:focus img:nth-child(1), .footer__social a:focus img:nth-child(2) {
  display: none;
}
.footer__social a:focus img:nth-child(3) {
  display: block;
}
.footer__social a._disabled {
  pointer-events: none;
}
.footer__social a._disabled img:nth-child(1), .footer__social a._disabled img:nth-child(3), .footer__social a._disabled img:nth-child(2) {
  display: none;
}
.footer__social a._disabled img:nth-child(4) {
  display: block;
}
.footer__pay {
  width: 500px;
  max-width: 100%;
}
.footer__pay img {
  width: 100%;
}

._crumbs {
  gap: 5px;
}
._crumbs a {
  position: relative;
  align-items: center;
  gap: 5px;
  padding-right: 17px;
  line-height: 1.2;
}
._crumbs a:last-child {
  color: #868585;
}
._crumbs a:not(:last-child)::after {
  position: relative;
  display: inline-block;
  right: -8px;
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(../img/Vector1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.designer__block {
  width: 100%;
  margin-top: 60px;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .designer__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    left: 50%;
    margin-top: 30px;
    transform: translate(-50%);
  }
}
.designer__img {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.designer__img._linear::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgba(46, 51, 70, 0.8) 0%, rgba(46, 51, 70, 0.2) 100%);
  width: 100%;
  height: 100%;
}
@media (max-width: 998px) {
  .designer__img._linear::before {
    display: none;
  }
}
@media (max-width: 700px) {
  .designer__img {
    position: relative;
  }
}
.designer__img img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.designer__img img:nth-child(2) {
  display: none;
}
@media (max-width: 700px) {
  .designer__img img {
    width: 100%;
    height: auto;
  }
  .designer__img img:nth-child(2) {
    display: block;
  }
  .designer__img img:nth-child(1) {
    display: none;
  }
}
@media (max-width: 700px) {
  .designer__img {
    position: relative;
    width: 100%;
    aspect-ratio: 360/240;
    display: block;
  }
}
.designer__content {
  background-image: url(../img/bg.svg);
  background-size: cover;
  background-position: left center;
  z-index: 2;
  min-height: 620px;
  position: relative;
  z-index: 2;
  max-width: 50%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 998px) {
  .designer__content {
    min-height: 520px;
  }
}
@media (max-width: 700px) {
  .designer__content {
    max-width: 100%;
    width: 100%;
    background: transparent;
    background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
    min-height: auto;
  }
}
.designer__subtitle {
  max-width: 400px;
  line-height: 1.3;
}
.designer__btn {
  margin-top: 10px;
}
@media (max-width: 500px) {
  .designer__btn {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
  }
}

.designer-block {
  margin-top: 0;
}
.designer-block__wp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 700px) {
  .designer-block__wp {
    gap: 20px;
  }
}
.designer-block__item {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media (max-width: 700px) {
  .designer-block__item {
    width: calc(50% - 10px);
  }
}
.designer-block__item h3 {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 500px) {
  .designer-block__item h3 {
    font-size: 15px;
  }
}
.designer-block__item p {
  line-height: 1.3;
}
@media (max-width: 500px) {
  .designer-block__item p {
    font-size: 12px;
  }
}
.designer-block__text {
  font-style: italic;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .designer-block__text {
    font-size: 15px;
    margin-top: 20px;
  }
}

.designer-box__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f2f2f5;
}
@media (max-width: 700px) {
  .designer-box__block {
    grid-template-columns: 1fr;
    background: transparent;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
  }
}
.designer-box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 15px;
}
.designer-box__content p {
  font-size: 18px;
  line-height: 1.3;
  max-width: 420px;
}
@media (max-width: 500px) {
  .designer-box__content p {
    font-size: 16px;
  }
}
.designer-box__content a {
  margin-top: 10px;
  padding: 12px 24px;
}
@media (max-width: 700px) {
  .designer-box__content a {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
  }
}
.designer-box__img img {
  width: 100%;
}
.designer-box__img img:nth-child(2) {
  display: none;
}
@media (max-width: 700px) {
  .designer-box__img img:nth-child(1) {
    display: none;
  }
  .designer-box__img img:nth-child(2) {
    display: block;
  }
}
.designer-box__wp {
  display: grid;
  grid-template-columns: 50px 1fr max-content;
  gap: 20px;
  align-items: center;
  background: #f2f2f5;
  margin-top: 40px;
  padding: 45px;
}
@media (max-width: 998px) {
  .designer-box__wp {
    margin-top: 20px;
  }
}
.designer-box__wp img {
  width: 100%;
}
@media (max-width: 998px) {
  .designer-box__wp {
    grid-template-columns: 35px 1fr;
    gap: 8px;
    align-items: flex-start;
    padding: 20px;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
  }
}
.designer-box__wp p {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .designer-box__wp p {
    font-size: 15px;
    line-height: 1.1;
  }
}
.designer-box__wp a {
  padding: 8px 35px;
}
@media (max-width: 998px) {
  .designer-box__wp a {
    grid-column: auto/span 2;
    margin-top: 12px;
  }
}

.contact__title {
  text-align: center;
}
.contact__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .contact__block {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.contact__left {
  border: 1px solid #e2e2e2;
}
.contact__head {
  font-weight: 700;
  font-size: 22px;
  background: #f2f2f5;
  padding: 16px 20px;
}
@media (max-width: 998px) {
  .contact__head {
    font-size: 18px;
    padding: 20px;
  }
}
.contact__el {
  padding: 17px 20px;
  border-top: 1px solid #f0ecec;
  gap: 15px;
  display: flex;
  line-height: 1.2;
  flex-direction: column;
}
.contact__el h4 {
  font-weight: 700;
}
.contact__el h4._big {
  font-size: 20px;
}
.contact__file {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-column: auto/span 2;
  gap: 20px;
  align-items: center;
}
@media (max-width: 998px) {
  .contact__file {
    display: flex;
    flex-direction: column;
  }
  .contact__file span {
    width: 100%;
  }
}
.contact__file p {
  font-size: 14px;
}
.contact__file > span {
  border: 1px dashed #e2e2e2;
  padding: 20px;
}
@media (max-width: 998px) {
  .contact__empty {
    display: none;
  }
}
.contact__progress {
  width: 100%;
  height: 6px;
  background: #e2e2e2;
  overflow: hidden;
  position: relative;
  grid-column: auto/span 2;
  max-width: 75%;
}
@media (max-width: 700px) {
  .contact__progress {
    max-width: 100%;
  }
}
.contact__progress span {
  position: absolute;
  height: 100%;
  background: var(--main-color);
  transition: 0.3s;
}
.contact__form {
  border: 1px solid #e2e2e2;
}
@media (max-width: 998px) {
  .contact__form {
    border: none;
  }
  .contact__form .contact__head {
    border: 1px solid #e2e2e2;
  }
}
.contact__wp {
  padding: 20px;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 998px) {
  .contact__wp {
    display: flex;
    flex-direction: column;
    padding: 0px;
    padding-top: 10px;
  }
}
.contact__last {
  grid-column: auto/span 2;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 998px) {
  .contact__last {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__last button {
  padding: 13px 14px;
}
@media (max-width: 998px) {
  .contact__last button {
    width: 100%;
    max-width: 500px;
  }
}
.contact__cec {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 998px) {
  .contact__cec {
    font-size: 14px;
  }
}
.contact__cec div._error label::before {
  border-color: #b82323;
}
.contact__cec input {
  display: none;
}
.contact__cec input:checked + label::before {
  background-image: url(../img/cec.svg);
  background-position: center 40%;
  background-size: 70%;
}
.contact__cec label {
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 30px;
  display: block;
}
.contact__cec label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  border: 1px solid #929292;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}
.contact__cec label a {
  color: var(--main-color);
}
.contact__cec label a:hover {
  text-decoration: underline;
}

.cases__title {
  text-align: center;
}
.cases__block {
  margin-top: 40px;
  overflow: visible;
  position: relative;
}
.cases__block::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  height: 100%;
  transform: translate(-100%);
  width: 20vw;
  background: linear-gradient(90deg, #2e3346bc 0%, #2e334600 100%);
  z-index: 4;
}
.cases__block::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  height: 100%;
  transform: translate(100%);
  width: 20vw;
  background: linear-gradient(-90deg, #2e3346bc 0%, #2e334600 100%);
  z-index: 4;
}
@media (max-width: 998px) {
  .cases__block {
    margin-top: 20px;
  }
  .cases__block::before, .cases__block::after {
    display: none;
  }
}
.cases__block_grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cases__block_grid::before, .cases__block_grid::after {
  display: none;
}
@media (max-width: 998px) {
  .cases__block_grid {
    gap: 8px;
    font-size: 12px;
  }
}
.cases__block_grid .cases__slide span {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .cases__block_grid .cases__slide span {
    padding: 7px;
  }
}
.cases__block_grid .cases__slide img {
  aspect-ratio: 590/363;
}
@media (max-width: 768px) {
  .cases__block_grid .cases__slide img {
    aspect-ratio: 1/1;
  }
}
.cases__slide {
  position: relative;
}
.cases__slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(#2e334661 0%, #2e334600 100%);
}
.cases__slide span {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 20px 10px;
  background: linear-gradient(1deg, rgba(46, 51, 70, 0.8) 0%, rgba(46, 51, 70, 0.2) 100%);
}
.cases__slide span i {
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* сколько строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cases__slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.cases__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 998px) {
  .cases__bottom {
    margin-top: 20px;
  }
}
.cases__pug {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: calc(100% - 100px);
  overflow-x: auto;
  scrollbar-width: none;
}
@media (max-width: 998px) {
  .cases__pug {
    gap: 20px;
  }
}
.cases__pug span {
  width: 6px;
  height: 6px;
  background: #575d65;
  border-radius: 50%;
}
.cases__pug span.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.cases__arr {
  cursor: pointer;
}
.cases__arr_r {
  transform: scale(-1, 1);
}
.cases__arr.swiper-button-disabled {
  opacity: 0.3;
}

.potolok__block {
  z-index: 1;
  position: relative;
  min-height: 930px;
  margin-top: 60px;
}
@media (max-width: 998px) {
  .potolok__block {
    min-height: 480px;
    margin-top: 30px;
  }
}
.potolok__block::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  content: "";
  background-image: url(../img/bg3n.png);
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 700px) {
  .potolok__block::before {
    background-image: url(../img/bg4m.png);
  }
}
.potolok__content {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding-top: 230px;
  padding-bottom: 230px;
}
@media (max-width: 998px) {
  .potolok__content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.potolok__subtitle {
  font-size: 18px;
}
@media (max-width: 998px) {
  .potolok__subtitle {
    font-size: 15px;
  }
}
@media (max-width: 998px) {
  .potolok__btn {
    max-width: 500px;
    width: 100%;
  }
}

.calculation__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calculation__subtitle {
  max-width: 870px;
  margin-top: 20px;
  text-align: center;
}
.calculation__block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 530px;
  gap: 60px;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .calculation__block {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.calculation__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculation__top h3 {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 998px) {
  .calculation__top h3 {
    font-size: 15px;
  }
}
.calculation__top input {
  width: 77px;
  border: 1px solid #e2e2e2;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 998px) {
  .calculation__top input {
    width: 40px;
    height: 26px;
    font-size: 15px;
  }
}
.calculation__switch {
  margin-top: 20px;
}
.calculation__min-max {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 0px 10px;
}
.calculation__wp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .calculation__wp {
    margin-top: 20px;
  }
}
.calculation__el h4 {
  font-weight: 700;
  font-size: 18px;
}
.calculation__el div {
  display: flex;
  margin-top: 20px;
}
.calculation__el div input {
  width: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.calculation__el div button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--main-color);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.calculation__el div button._minus {
  color: var(--black-text);
  background: transparent;
  border: 1px solid #e2e2e2;
}
.calculation__itog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculation__itog p {
  font-weight: 700;
  font-size: 22px;
}
.calculation__itog span {
  font-size: 18px;
}
.calculation__bottom {
  margin-top: 50px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1.3fr;
}
@media (max-width: 998px) {
  .calculation__bottom {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .calculation__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.calculation__bottom button {
  padding: 14px;
  display: flex;
  height: auto;
}
.calculation__bottom input {
  border: 1px solid #e2e2e2;
  background: #f2f2f5;
  font-size: 18px;
  padding: 14px;
  width: 100%;
}
.calculation__bottom input::placeholder {
  font-size: 18px;
  color: #868585;
}

.why-us__block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .why-us__block {
    margin-top: 20px;
  }
}
.why-us__item {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  gap: 10px;
}
.why-us__item img {
  width: 80px;
}
@media (max-width: 500px) {
  .why-us__item {
    width: calc(50% - 10px);
    font-size: 15px;
  }
  .why-us__item img {
    width: 72px;
  }
}

.not-found {
  background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
  padding-top: 40px;
}
@media (max-width: 998px) {
  .not-found {
    padding-top: 20px;
  }
}
.not-found__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.not-found__img {
  margin-top: 40px;
  max-width: 726px;
  width: 100%;
}
@media (max-width: 700px) {
  .not-found__img {
    margin-top: 20px;
    width: 100vw;
  }
}
.not-found__img img {
  width: 100%;
}
.not-found__subtitle {
  margin-top: 20px;
  line-height: 1.3;
}
.not-found__subtitle a {
  font-weight: 700;
}
.not-found__btn {
  margin-top: 30px;
}
@media (max-width: 998px) {
  .not-found__btn {
    max-width: 500px;
    width: 100%;
  }
}

.future-result__block {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 50px;
  margin-top: 40px;
  align-items: center;
}
@media (max-width: 998px) {
  .future-result__block {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.future-result__head {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 500px) {
  .future-result__head {
    font-size: 18px;
  }
}
.future-result__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .future-result__text {
    font-size: 15px;
  }
}
.future-result__text ._italik {
  font-style: italic;
}
.future-result__btn {
  margin-top: 30px;
  padding: 9px 23px;
}
@media (max-width: 500px) {
  .future-result__btn {
    width: 100%;
    margin-top: 20px;
  }
}
.future-result__left {
  display: grid;
  grid-template-columns: 1fr 3.1fr;
  gap: 5px;
}
.future-result__left img {
  width: 100%;
  aspect-ratio: 500/460;
  object-fit: cover;
  object-position: center center;
}
.future-result__mini-slider {
  height: min(440px, 43vw - 120px);
}
@media (max-width: 998px) {
  .future-result__mini-slider {
    height: calc(71vw - 40px);
  }
}
@media (max-width: 500px) {
  .future-result__mini-slider {
    height: calc(72vw - 40px);
  }
}
.future-result__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
  font-size: 18px;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .future-result__info {
    margin-top: 20px;
    font-size: 15px;
  }
}
.future-result__info ._bold {
  font-weight: 700;
}
.future-result__info a {
  margin-top: 20px;
}
@media (max-width: 998px) {
  .future-result__info a {
    margin-top: 10px;
  }
}
.future-result__info ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.future-result__info ul li {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 998px) {
  .future-result__info ul li {
    padding-left: 28px;
  }
}
.future-result__info ul li::before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  background-image: url(../img/checkmark.svg);
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 998px) {
  .future-result__info ul li::before {
    width: 20px;
    height: 20px;
    top: -3px;
  }
}

.popup__slider img {
  width: 100%;
}

.popup::before {
  background: RGBA(46, 51, 70, 0.9);
}
.popup .popup__close {
  top: 20px;
  right: 20px;
  background-image: url(../img/close.svg);
  width: 20px;
  height: 20px;
  position: absolute;
}
@media (max-width: 768px) {
  .popup .popup__close {
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.popup.popup_img {
  padding-top: 60px;
  padding-bottom: 60px;
}
.popup.popup_img .popup__close {
  background-image: url(../img/Close-w.svg);
  top: -30px;
  right: -30px;
  transform: translate(100%, -60%);
}
@media (max-width: 998px) {
  .popup.popup_img .popup__close {
    transform: translate(50%);
    right: 0;
    top: -40px;
  }
}
.popup.popup_img .popup__body {
  max-width: 1100px;
  background: transparent;
  width: 80%;
  padding: 0;
}
@media (max-width: 600px) {
  .popup.popup_img .popup__body {
    width: 90%;
  }
}
.popup__close {
  background-image: url(../img/Close-w.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.popup__slider {
  position: relative;
}
.popup__slider .swiper-slide {
  border: 1px solid #e2e2e2;
}
.popup__slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 1105/680;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 600px) {
  .popup__slider .swiper-slide img {
    aspect-ratio: 300/333;
  }
}
.popup__prev {
  top: 50%;
  position: absolute;
  left: 20px;
  z-index: 3;
  transform: translate(0px, -50%);
  color: #fff;
  cursor: pointer;
}
.popup__prev:hover {
  color: #a23ccc;
}
.popup__prev svg {
  width: 23px;
  height: 39px;
}
.popup__next {
  top: 50%;
  position: absolute;
  right: 20px;
  z-index: 3;
  transform: translate(0px, -50%) scale(-1, 1);
  color: #fff;
  cursor: pointer;
}
.popup__next:hover {
  color: #a23ccc;
}
.popup__next svg {
  width: 23px;
  height: 39px;
}
.popup__thumbs {
  max-width: 340px;
  margin: 0px auto;
  margin-top: 40px;
}
.popup__thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
}
.popup__thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
  border: none;
}
.popup__thumbs .swiper-slide:not(.swiper-slide-thumb-active)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(RGBA(46, 51, 70, 0.6) 100%, RGBA(46, 51, 70, 0) 0%);
}
@media (max-width: 998px) {
  .popup__thumbs {
    margin-top: 10px;
    max-width: 240px;
  }
}
.popup__thumbs img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}

.foto-rewiews__crumbs {
  margin-bottom: 60px;
}
@media (max-width: 998px) {
  .foto-rewiews__crumbs {
    margin-bottom: 30px;
  }
}
.foto-rewiews__all {
  font-size: 16px;
  color: var(--main-color);
  margin-left: auto;
  display: block;
  margin-top: 5px;
  max-width: max-content;
  transition: 0.3s;
}
.foto-rewiews__all:hover {
  color: #c573e6;
}
@media (max-width: 998px) {
  .foto-rewiews__all_1 {
    display: none;
  }
}
.foto-rewiews__all_2 {
  display: none;
}
@media (max-width: 998px) {
  .foto-rewiews__all_2 {
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    margin-top: 20px;
  }
}
.foto-rewiews__grid {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .foto-rewiews__grid {
    gap: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .foto-rewiews__grid {
    gap: 8px;
  }
}
.foto-rewiews__grid .swiper-slide {
  width: calc(25% - 15px);
}
@media (max-width: 1100px) {
  .foto-rewiews__grid .swiper-slide {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 800px) {
  .foto-rewiews__grid .swiper-slide {
    width: calc(50% - 8px);
  }
}
.foto-rewiews__block {
  margin-top: 20px;
}
._bottom-pug {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 998px) {
  ._bottom-pug {
    margin-top: 20px;
  }
}
._bottom-pug__pug {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: calc(100% - 100px);
  overflow-x: auto;
  scrollbar-width: none;
}
@media (max-width: 998px) {
  ._bottom-pug__pug {
    gap: 20px;
  }
}
._bottom-pug__pug span {
  width: 6px;
  height: 6px;
  background: #575d65;
  border-radius: 50%;
  cursor: pointer;
}
._bottom-pug__pug span.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
._bottom-pug__arr {
  cursor: pointer;
}
._bottom-pug__arr_r {
  transform: scale(-1, 1);
}
._bottom-pug__arr:hover {
  color: var(--main-color);
}
._bottom-pug__arr.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 998px) {
  .katalog {
    background: linear-gradient(180deg, #f2f2f583 0%, rgba(246, 247, 249, 0) 100%);
  }
}
@media (max-width: 992px) {
  .katalog.mb-bg-t {
    background: transparent;
  }
}
.katalog__crumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 998px) {
  .katalog__crumbs {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.katalog__wp {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .katalog__wp {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 5;
  }
}
.katalog__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .katalog__block {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
}
.katalog__block._flex {
  display: flex;
  flex-wrap: wrap;
}
.katalog__block._flex .product {
  width: calc(33.33% - 14px);
}
@media (max-width: 768px) {
  .katalog__block._flex .product {
    width: calc(50% - 4px);
  }
}
.katalog__el {
  display: flex;
  flex-direction: column;
}
.katalog__el:hover .katalog__top::before {
  opacity: 0.5;
}
.katalog__top {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .katalog__top {
    gap: 10px;
  }
}
.katalog__top h3,
.katalog__top span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.katalog__top h3 {
  font-weight: 700;
  font-size: 22px;
  min-height: 44px;
}
@media (max-width: 1200px) {
  .katalog__top h3 {
    font-size: 18px;
    min-height: 40px;
  }
}
@media (max-width: 500px) {
  .katalog__top h3 {
    font-size: 15px;
    min-height: 30px;
  }
}
.katalog__top span {
  font-weight: 700;
  padding-bottom: 6px;
}
.katalog__top span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
}
.katalog__top::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  content: "";
  background: linear-gradient(RGBA(46, 51, 70, 0.6) 100%, RGBA(46, 51, 70, 0) 0%);
}
.katalog__top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.katalog__txt {
  border: 1px solid #e2e2e2;
  border-top: none;
  padding: 20px;
  flex: 1 1 auto;
}
@media (max-width: 998px) {
  .katalog__txt {
    padding: 8px;
  }
}

.filter-katalog {
  background: #fff;
  border: 1px solid #f0ecec;
  position: sticky;
  top: 10px;
  font-size: 12px;
  z-index: 50;
}
@media (max-width: 998px) {
  .filter-katalog {
    display: none;
  }
}
@media (max-width: 998px) {
  .filter-katalog-wp {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: fixed;
    width: max-content;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    height: 100vh;
  }
  .filter-katalog-wp._active {
    opacity: 1;
    pointer-events: all;
  }
  .filter-katalog-wp::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100vw;
    background: #2e3346;
    height: 100vh;
    z-index: -1;
    opacity: 0.8;
  }
}
.filter-katalog-top {
  display: none;
  background: #f2f2f5;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .filter-katalog-top {
    display: flex;
    align-items: center;
    padding: 7px;
    padding-left: 10px;
    font-weight: 700;
    font-size: 22px;
  }
  .filter-katalog-top span {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 998px) {
  .filter-katalog_v2 {
    display: block;
    overflow-x: auto;
    height: 100vh;
    padding-bottom: 20px;
  }
}
.filter-katalog__wp:not(:last-child) {
  border-bottom: 1px solid #f0ecec;
}
.filter-katalog__wp h3 {
  padding: 9px 15px;
  font-weight: 700;
  font-size: 14px;
}
.filter-katalog__wp li._active {
  border-top: 1px solid #f0ecec;
  border-bottom: 1px solid #f0ecec;
  color: var(--main-color);
}
.filter-katalog__wp label {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px 15px;
  cursor: pointer;
}
.filter-katalog__wp label span {
  background: rgba(155, 89, 182, 0.3);
  padding: 2px 3px;
  color: var(--black-text);
}
.filter-katalog__wp input[type=checkbox] {
  display: none;
}
.filter-katalog__wp input[type=checkbox] + label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 1px solid var(--black-text);
  border-radius: 3px;
}
.filter-katalog__wp input[type=checkbox]:checked + label {
  color: var(--main-color);
}
.filter-katalog__wp input[type=checkbox]:checked + label::before {
  border-color: var(--main-color);
  background-image: url(../img/cec.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.filter-katalog__wp button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px;
  text-decoration: underline;
}
.filter-katalog__wp button svg {
  transform: rotate(-90deg);
  width: 10px;
}

.info-text__title {
  max-width: 500px;
  margin: 0px auto;
}
.info-text__block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.3;
}
.info-text__block ul li {
  list-style: initial;
}
.info-text__block ul,
.info-text__block ol {
  margin-left: 27px;
}
@media (max-width: 998px) {
  .info-text__block {
    margin-top: 20px;
    font-size: 15px;
    gap: 8px;
    line-height: 1.2;
  }
  .info-text__block ul,
.info-text__block ol {
    margin-left: 20px;
  }
}

.form-reviews__block {
  background-image: url(../img/bg4.png);
  padding: 40px 50px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.form-reviews__block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #2e3346 0%, rgba(46, 51, 70, 0) 100%);
}
@media (max-width: 998px) {
  .form-reviews__block {
    padding: 20px;
    width: 100vw;
    position: relative;
    margin-top: 20px;
    left: 50%;
    transform: translate(-50%);
  }
  .form-reviews__block .contact__wp {
    padding: 20px;
    padding-top: 10px;
  }
}
.form-reviews__block .contact__form {
  background: #fff;
  max-width: 850px;
  position: relative;
  z-index: 2;
}

._pugination {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 998px) {
  ._pugination {
    margin-top: 20px;
  }
}
._pugination-wp {
  display: flex;
  gap: 10px;
}
._pugination-wp div {
  width: 32px;
  height: 38px;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}
._pugination-wp div._active {
  background: var(--main-color);
  color: #fff;
}
._pugination__info {
  margin-top: 20px;
}

.project-home__wp {
  min-height: 620px;
  position: relative;
  display: flex;
  margin-top: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 70px 20px;
}
@media (max-width: 998px) {
  .project-home__wp {
    margin-top: 30px;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    min-height: 240px;
  }
}
.project-home__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-home__img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(46, 51, 70, 0.6) 0%, rgba(46, 51, 70, 0) 100%);
}
.project-home__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project-home__title {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  max-width: 730px;
}
@media (max-width: 998px) {
  .project-home__title {
    font-size: 23px;
  }
}
.project-home__name {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  opacity: 0.9;
  color: #fff;
}
.project-home__info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 15px;
  padding: 32px 40px;
  background: #f6f7f9;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 768px) {
  .project-home__info {
    grid-template-columns: 1fr;
    padding: 20px;
    width: 100vw;
    left: 50%;
    gap: 20px;
    position: relative;
    transform: translate(-50%);
    margin-top: 20px;
    font-size: 15px;
  }
}
.project-home__info a {
  padding: 8px 40px;
}

.about-project__container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  align-items: flex-start;
}
.about-project__container._reverse {
  grid-template-columns: 1fr 250px;
}
@media (max-width: 768px) {
  .about-project__container {
    display: flex;
    flex-direction: column;
  }
}
.about-project__img {
  position: relative;
  max-width: 400px;
  overflow: hidden;
}
.about-project__img:hover span {
  text-decoration: underline;
}
.about-project__img:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .about-project__img {
    order: 2;
  }
}
.about-project__img span {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(0deg, rgba(46, 51, 70, 0.8) 0%, rgba(46, 51, 70, 0.2) 100%);
}
.about-project__img img {
  width: 100%;
  transition: 0.3s;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .about-project__title {
    text-align: left;
  }
}
.about-project__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about-project__text {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .image-block {
    padding-top: 0 !important;
  }
}
.image-block__grid {
  position: relative;
}
@media (min-width: 998px) {
  .image-block__grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.image-block__grid img {
  width: 100%;
  aspect-ratio: 380/480;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 998px) {
  .image-block__grid img {
    aspect-ratio: 1/1;
  }
}
.image-block__arrow {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 5;
  color: #fff;
}
@media (min-width: 998px) {
  .image-block__arrow {
    display: none;
  }
}
.image-block__grid._one-slide .image-block__arrow {
  display: none;
}
.image-block__arrow._bottom-pug__arr_r {
  right: 12px;
  left: auto;
}
.image-block__slider {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .image-block__slider {
    margin-top: 8px;
  }
}
.image-block__slider img {
  width: 100%;
  aspect-ratio: 1200/730;
  object-fit: cover;
  object-position: center;
}
.image-block__slider._one-slide .image-block__bottom {
  display: none;
}
.video__title {
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 998px) {
  .video__title {
    margin-bottom: 20px;
  }
}

.instructions__title {
  margin-top: 60px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 998px) {
  .instructions__title {
    margin-top: 30px;
  }
}
.instructions__wp {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 998px) {
  .instructions__wp {
    margin-top: 20px;
    font-size: 15px;
    gap: 20px;
  }
}
.instructions__wp p span {
  color: var(--main-color);
}
.instructions__important {
  padding: 20px;
  padding-left: 15px;
  font-weight: 700;
  background: rgba(242, 242, 245, 0.75);
  border-left: 5px solid var(--main-color);
}
.instructions__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.instructions__block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .instructions__block ul {
    font-size: 14px;
    gap: 6px;
  }
}
.instructions__block ul li {
  width: 144px;
  max-width: calc(33.33% - 5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.instructions__block ul li div {
  display: flex;
  gap: 5px;
  width: 100%;
}
.instructions__block ul li span {
  font-weight: 400;
}
.instructions__block ul li img {
  width: 50px;
}
.instructions__etap h2 {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .instructions__etap h2 {
    font-size: 18px;
  }
}

.instructions-all {
  background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
}
.instructions-all__crumbs {
  margin-bottom: 20px;
  margin-top: 20px;
}
.instructions-all__title {
  font-weight: 700;
  text-align: center;
}
.instructions-all__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 998px) {
  .instructions-all__block {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .instructions-all__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.instructions-all__item {
  border: 1px solid var(--light-grey-border);
  border: 1px solid #f0ecec;
}
.instructions-all__img img {
  width: 100%;
}
.instructions-all__name {
  padding: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  border-top: 1px solid #f0ecec;
}
@media (max-width: 768px) {
  .instructions-all__name {
    font-size: 18px;
    padding: 8px;
  }
}

.about__title {
  margin-top: 60px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 998px) {
  .about__title {
    margin-top: 30px;
  }
}
.about__imgs {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.about__imgs img {
  width: 100%;
  aspect-ratio: 387/484;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .about__imgs {
    gap: 5px;
    margin-top: 20px;
  }
  .about__imgs img {
    aspect-ratio: 103/157;
  }
}
.about__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .about__block {
    margin-top: 0;
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.about__left {
  padding: 40px 20px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 998px) {
  .about__left {
    padding: 20px 0;
  }
}
.about__left::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 50vw;
  background: #f6f7f9;
}
@media (max-width: 998px) {
  .about__left::before {
    width: 100vw;
    right: 50%;
    transform: translate(50%);
  }
}
.about__head {
  text-align: left;
}
.about__text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 998px) {
  .about__text {
    margin-top: 20px;
    font-size: 15px;
  }
}
.about__right {
  padding: 40px 20px;
}
@media (max-width: 998px) {
  .about__right {
    padding: 0;
  }
}
.about__top {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .about__top {
    font-size: 22px;
  }
}
.about__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 998px) {
  .about__list {
    margin-top: 20px;
    gap: 8px;
  }
}
.about__list li {
  display: flex;
  gap: 20px;
  text-transform: uppercase;
  font-size: 18px;
  align-items: center;
}
@media (max-width: 998px) {
  .about__list li {
    font-size: 16px;
    gap: 8px;
  }
}
.about__list li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/checkmark.svg);
  width: 23px;
  height: 23px;
}

@media (max-width: 998px) {
  .about-us {
    background: transparent;
  }
}
.about-us__block {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .about-us__block {
    gap: 20px;
    margin-top: 20px;
  }
}
.about-us__item {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .about-us__item {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .about-us__item {
    max-width: calc(50% - 10px);
  }
}
.about-us__item img {
  width: 80px;
}
@media (max-width: 768px) {
  .about-us__item img {
    width: 72px;
  }
}
.about-us__item h3 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .about-us__item h3 {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .about-us__item p {
    font-size: 12px;
  }
}
.about-us__tetx {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .about-us__tetx {
    margin-top: 20px;
    font-size: 15px;
  }
}
.about-us__video {
  margin-top: 170px;
}
@media (max-width: 998px) {
  .about-us__video {
    margin-top: 70px;
  }
}

.production__container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
}
@media (max-width: 998px) {
  .production__container {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 998px) {
  .production__content {
    order: 3;
  }
}
@media (min-width: 998px) {
  .production__title {
    text-align: left;
  }
}
.production__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 998px) {
  .production__text {
    font-size: 15px;
    gap: 8px;
  }
}
.production h3 {
  font-weight: 700;
}
.production__img {
  width: 100%;
}
@media (max-width: 768px) {
  .production__img {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
  }
}
.production__img img {
  width: 100%;
}

.top-katalog {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 25px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -20px;
}
@media (max-width: 998px) {
  .top-katalog {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.top-katalog__left {
  font-weight: 700;
}
@media (max-width: 998px) {
  .top-katalog__left {
    display: none;
  }
}
.top-katalog__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 998px) {
  .top-katalog__right {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.top-katalog__btn {
  display: flex;
  gap: 20px;
}
.top-katalog__btn .open-filter {
  display: none;
}
@media (max-width: 998px) {
  .top-katalog__btn .open-filter {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .top-katalog__btn {
    width: 100%;
  }
}
.top-katalog__sort {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 998px) {
  .top-katalog__sort {
    gap: 5px;
    font-size: 15px;
  }
  .top-katalog__sort .dropdown {
    width: 140px;
  }
}
.top-katalog__sort._v2 .dropdown {
  width: 70px;
}
@media (max-width: 998px) {
  .top-katalog__sort._v2 .dropdown {
    width: 20px;
  }
  .top-katalog__sort._v2 .dropdown .dropdown__current {
    padding: 10px 5px;
  }
  .top-katalog__sort._v2 .dropdown .dropdown__current span {
    display: none;
  }
  .top-katalog__sort._v2 .dropdown .dropdown__list {
    width: 70px;
  }
}

.payment__title {
  text-align: left;
  margin-top: 60px;
}
@media (max-width: 998px) {
  .payment__title {
    margin-top: 30px;
  }
}
.payment__block {
  border: 8px solid #f2f2f5;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 30px;
  padding: 22px;
}
@media (max-width: 998px) {
  .payment__block {
    grid-template-columns: 1fr;
    padding: 12px;
    margin-top: 12px;
    gap: 20px;
  }
}
.payment__head {
  margin-top: 10px;
}
@media (max-width: 998px) {
  .payment__left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.payment__left button {
  padding: 10px 0px;
  padding-left: 14px;
  text-align: left;
  font-weight: 700;
  color: var(--black-text);
  opacity: 0.7;
  font-size: 20px;
  border-left: 3px solid #e2e2e2;
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 998px) {
  .payment__left button {
    min-height: auto;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .payment__left button {
    font-size: 15px;
    padding: 10px;
    padding-top: 0;
  }
}
@media (max-width: 998px) {
  .payment__left button {
    border-bottom: 3px solid #e2e2e2;
    border-left: none;
  }
}
.payment__left button.is-active {
  opacity: 1;
  border-color: var(--main-color);
}
.payment__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.payment__content:not(.is-visible) {
  display: none;
}
.payment__content h2 {
  text-align: left;
}
.payment__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .payment__text {
    font-size: 15px;
    gap: 8px;
  }
}
.payment__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
@media (max-width: 998px) {
  .payment__steps + .payment__head {
    text-align: center;
  }
}
.payment__steps li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
}
.payment__steps li img {
  width: 100%;
}
@media (max-width: 998px) {
  .payment__steps li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .payment__steps li img {
    width: 50px;
  }
}
.payment__steps li div h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.delivery__title {
  text-align: left;
}
.delivery__wp {
  border: 8px solid #f2f2f5;
  padding: 22px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.3;
  font-size: 18px;
}
@media (max-width: 768px) {
  .delivery__wp {
    padding: 12px;
    font-size: 15px;
    gap: 20px;
    margin-top: 20px;
  }
}
.delivery__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .delivery__block {
    grid-template-columns: 1fr;
  }
}
.delivery__item {
  background: #f2f2f5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .delivery__item:nth-child(1) {
    grid-row: auto/span 2;
  }
}
@media (max-width: 768px) {
  .delivery__item {
    padding: 20px;
    gap: 12px;
  }
}
.delivery__item div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.delivery__item ul._flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.delivery__item h3 {
  font-weight: 700;
}

.card__wrapper {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .card__wrapper {
    margin-top: 30px;
    gap: 0px;
  }
}
.card__left {
  width: calc(50% - 10px);
}
@media (max-width: 998px) {
  .card__left {
    width: 100%;
  }
}
.card__slider-big {
  position: relative;
}
.card__slider-big img {
  width: 100%;
  aspect-ratio: 1/1;
}
.card__slider-big .video-wrapper {
  height: 100%;
}
.card__slider-big .video-wrapper video {
  height: 100%;
  object-fit: cover;
}
.card__slider-big .swiper-slide {
  position: relative;
  border: 1px solid #e2e2e2;
}
.card__slider-big .swiper-slide.swiper-slide-active {
  z-index: 3;
}
.card__slider-arr {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 2;
  color: #fff;
}
.card__slider-arr svg {
  width: 30px;
  height: 30px;
}
.card__slider-arr._bottom-pug__arr_r {
  right: 0;
  left: auto;
  transform: translate(0px, -50%) scale(-1, 1);
}
.card__download {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
}
.card__slider-min-wp {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .card__slider-min-wp {
    gap: 15px;
  }
}
.card__slider-min {
  position: relative;
}
.card__slider-min .swiper-slide {
  position: relative;
  border: 1px solid #e2e2e2;
}
.card__slider-min .swiper-slide .video-wrapper {
  height: 100%;
  pointer-events: none;
}
.card__slider-min .swiper-slide .video-wrapper .video-wrapper__play {
  width: 45px;
}
.card__slider-min .swiper-slide .video-wrapper video {
  height: 100%;
  object-fit: cover;
}
.card__slider-min img {
  width: 100%;
  aspect-ratio: 1/1;
}
.card__arr svg {
  width: 15px;
  height: 15px;
}
.card__text {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.2;
}
.card__text._desc {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
}
.card__text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card__text h3 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .card__text {
    font-size: 15px;
    margin-top: 20px;
  }
  .card__text h3 {
    font-size: 18px;
  }
}
.card__information {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.card__information h2 {
  margin-bottom: 10px;
}
.card__information ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card__information ul li {
  display: flex;
  gap: 10px;
  font-size: 18px;
}
.card__information ul li p {
  font-weight: 700;
}
.card__information ul li span {
  font-size: 34px;
  color: var(--main-color);
}
.card__i {
  margin-top: 30px;
  background: linear-gradient(180deg, rgba(167, 147, 133, 0.15) 0%, rgba(167, 147, 133, 0.02) 100%);
  border-radius: 5px;
  display: flex;
  font-weight: 700;
  line-height: 1.5;
  align-items: center;
  max-width: max-content;
}
.card__i img {
  padding: 10px;
  width: 50px;
}
.card__i p {
  border-left: 1px solid #fff;
  padding-left: 10px;
  padding: 10px;
}
.card__right {
  width: calc(50% - 10px);
}
@media (max-width: 998px) {
  .card__right {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .card__title {
    margin-top: 20px;
  }
}
.card__model {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}
.card__stok {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}
.card__stok span {
  color: var(--main-color);
}
.card__price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
}
.card__btns {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.45fr;
  gap: 15px;
  border: 1px solid #f0ecec;
  padding: 15px;
  background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
}
@media (max-width: 1200px) {
  .card__btns {
    padding: 10px;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .card__btns {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }
}
.card__btns a {
  min-width: auto;
  padding: 13px 0;
  height: 100%;
}
.card__btn2 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .card__btn2 {
    grid-template-columns: 1fr;
  }
}
.card__quanity {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
}
@media (max-width: 1200px) {
  .card__quanity {
    grid-template-columns: 42px 1fr 42px;
  }
}
.card__quanity input {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.card__quanity button {
  border: 1px solid #f0ecec;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .card__quanity {
    grid-template-columns: 76px 1fr 76px;
    max-width: 240px;
    margin: 0px auto;
  }
  .card__quanity button {
    width: 76px;
    height: 50px;
  }
}
.card__info {
  margin-top: 20px;
  border-top: 1px solid #f0ecec;
  border-bottom: 1px solid #f0ecec;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.1;
}
@media (max-width: 998px) {
  .card__info {
    padding: 20px 0;
  }
}
.card__info li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 18px;
  gap: 20px;
}
.card__info li span {
  font-weight: 700;
}
.card__info li span._big {
  grid-column: auto/span 2;
}
@media (max-width: 998px) {
  .card__info li {
    font-size: 15px;
  }
  .card__info li p {
    text-align: right;
  }
}
.card__data {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
@media (max-width: 998px) {
  .card__data {
    gap: 20px;
    font-size: 15px;
  }
}
.card__data li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  font-weight: 700;
  align-items: center;
}
.card__data li img {
  width: 100%;
}
.card__video {
  margin-top: 30px;
}
.card__video h3 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 20px;
}
.card__calc {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .card__calc {
    margin-top: 40px;
  }
}
.card__calc-wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  row-gap: 30px;
  max-width: 460px;
  margin: 0px auto;
  margin-top: 20px;
}
@media (max-width: 998px) {
  .card__calc-wp {
    gap: 20px;
  }
}
.card__calc-wp .inp-wp {
  text-align: center;
}
.card__calc-wp .inp-wp span span {
  color: var(--main-color);
}
.card__calc-wp .inp-wp input {
  padding: 8px 13px;
  text-align: center;
}
.card__material {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .card__material {
    margin-top: 60px;
  }
}
.card__material-wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .card__material-wp {
    gap: 8px;
  }
}
.card__material-wp img {
  width: 100%;
}
.card__material-wp .product {
  display: flex;
  flex-direction: column;
}
.card__material-wp .product__info {
  flex: 1 1 auto;
}
.card__material-wp .btn {
  padding: 8px 15px;
  min-width: auto;
  max-width: max-content;
  margin: 0px auto;
  margin-top: auto;
}
.card__mob-3 {
  display: flex;
  flex-direction: column;
}
.card__mob-3 .card__text {
  order: 1;
}
.card__mob-3 .card__information {
  order: 2;
}
.card__mob-3 .card__i {
  order: 3;
}
.card__mob-3 .card__video {
  order: 4;
}
.card__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 998px) {
  .card__tags {
    margin-top: 20px;
  }
}
.card__tags div {
  background: var(--main-color);
  color: #fff;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 12px;
}

.popup_more .popup__body {
  max-width: 930px;
  padding: 30px;
}
@media (max-width: 500px) {
  .popup_more .popup__body {
    padding: 40px 15px;
  }
}
.popup_more .card__text {
  margin-top: 15px;
}
.popup_more .card__text ul._flex li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.popup_more .more-popup {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.popup_more .more-popup .more-popup__left {
  width: calc(45% - 15px);
}
@media (max-width: 768px) {
  .popup_more .more-popup .more-popup__left {
    width: 100%;
  }
}
.popup_more .more-popup .more-popup__right {
  display: flex;
  flex-direction: column;
  width: calc(55% - 15px);
}
@media (max-width: 768px) {
  .popup_more .more-popup .more-popup__right {
    width: 100%;
  }
}
@media (min-width: 998px) {
  .popup_more .more-popup .more-popup__right .btn {
    max-width: max-content;
    padding: 12px 17px;
  }
}
.popup_more .card__slider-min-wp .card__arr {
  display: none;
}
.popup_more .card__slider-min-wp .card__slider-min .swiper-wrapper {
  flex-wrap: wrap;
  transform: translate(0) !important;
  gap: 5px;
}
.popup_more .card__slider-min-wp .card__slider-min .swiper-wrapper .swiper-slide {
  width: calc(20% - 4px) !important;
  margin-right: 0 !important;
}

.popup_tovar .popup__body {
  max-width: 860px;
  padding: 30px;
}
@media (max-width: 500px) {
  .popup_tovar .popup__body {
    padding: 40px 15px;
  }
}
.popup_tovar .tovar-popup {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.popup_tovar .tovar-popup .tovar-popup__left {
  width: calc(55% - 10px);
}
@media (max-width: 768px) {
  .popup_tovar .tovar-popup .tovar-popup__left {
    width: 100%;
  }
}
.popup_tovar .tovar-popup .tovar-popup__right {
  display: flex;
  flex-direction: column;
  width: calc(45% - 10px);
}
@media (max-width: 768px) {
  .popup_tovar .tovar-popup .tovar-popup__right {
    width: 100%;
  }
}
.popup_tovar .tovar-popup .card__model {
  border-top: 1px solid #f0ecec;
  padding-top: 10px;
}
.popup_tovar .tovar-popup .card__price {
  margin-bottom: auto;
}
.popup_tovar .tovar-popup .card__title {
  margin-bottom: auto;
}
.popup_tovar .tovar-popup .card__btns {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
@media (max-width: 500px) {
  .popup_tovar .tovar-popup .card__btns {
    grid-template-columns: 1fr;
  }
}
.popup_tovar .tovar-popup .card__btns .card__quanity {
  max-width: 230px;
  margin: 0px auto;
  padding-bottom: 10px;
}
@media (min-width: 500px) {
  .popup_tovar .tovar-popup .card__btns .card__quanity {
    grid-column: auto/span 2;
  }
}

.recomendations__block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.recomendations__block .product {
  width: calc(25% - 15px);
}
@media (max-width: 998px) {
  .recomendations__block .product {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 768px) {
  .recomendations__block {
    margin-top: 20px;
    gap: 8px;
  }
  .recomendations__block .product {
    width: calc(50% - 4px);
  }
}

.basket__top {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 110px;
}
@media (max-width: 768px) {
  .basket__top {
    margin-top: 30px;
    justify-content: space-between;
  }
}
.basket__top div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .basket__top div {
    padding-bottom: 20px;
  }
}
.basket__top div._active span {
  opacity: 1;
  background: #f2f2f5;
}
.basket__top div._active b {
  opacity: 1;
}
.basket__top div:last-child span::before {
  display: none;
}
@media (max-width: 768px) {
  .basket__top div:last-child b {
    right: 0;
  }
}
@media (max-width: 768px) {
  .basket__top div:first-child b {
    left: 0;
  }
}
.basket__top div span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f5;
  opacity: 0.7;
  font-size: 20px;
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .basket__top div span {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}
.basket__top div span::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 110px;
  transform: translate(100%);
  height: 1px;
  background: #f2f2f5;
}
@media (max-width: 768px) {
  .basket__top div span::before {
    width: calc(50vw - 60px);
  }
}
.basket__top div b {
  position: absolute;
  bottom: 0;
  max-width: max-content;
  width: max-content;
  font-size: 15px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .basket__top div b {
    font-size: 12px;
  }
}
.basket__title {
  margin-top: 20px;
  max-width: 760px;
  display: flex;
  flex-direction: column;
}
.basket__title span {
  color: var(--main-color);
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .basket__title span {
    margin-bottom: 10px;
  }
  .basket__title p {
    font-size: 15px;
  }
}
.basket__top-wp {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .basket__top-wp {
    margin-top: 10px;
  }
}
.basket__back {
  color: var(--main-color);
  text-decoration: underline;
}
.basket__clean {
  color: #918d8d;
}
.basket__clean:hover {
  color: var(--main-color);
}
.block-basket {
  margin-top: 20px;
  border: 8px solid #f2f2f5;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .block-basket {
    padding: 12px;
  }
  .block-basket.block-basket_2 {
    border-width: 3px;
  }
}
.block-basket__item {
  display: grid;
  grid-template-columns: 1fr 80px 92px 150px 92px;
  gap: 40px;
}
@media (max-width: 1200px) {
  .block-basket__item {
    grid-template-columns: 1fr 75px 85px 150px 85px;
  }
}
@media (max-width: 998px) {
  .block-basket__item {
    grid-template-columns: 1fr 1.8fr 1fr;
    gap: 17px;
  }
}
@media (min-width: 998px) {
  .block-basket__item:not(:first-child) .block-basket__top {
    display: none;
  }
}
@media (max-width: 998px) {
  .block-basket_2 .block-basket__item:not(:first-child) {
    border-top: 1px solid #f2f2f5;
    padding-top: 20px;
  }
  .block-basket_2 .block-basket__item:not(:first-child) .block-basket__el_1 > .block-basket__top {
    display: none;
  }
}
.block-basket__el {
  position: relative;
}
@media (min-width: 998px) {
  .block-basket__el_1 .block-basket__top {
    padding-left: 30px;
  }
}
.block-basket__el_1 .block-basket__wp {
  display: grid;
  grid-template-columns: 14px 83px 1fr;
  gap: 15px;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 998px) {
  .block-basket__el_1 .block-basket__wp {
    align-items: flex-start;
    grid-template-columns: 65px 1fr;
  }
}
@media (max-width: 768px) {
  .block-basket__el_1 .block-basket__wp {
    font-size: 15px;
    gap: 10px;
    grid-template-columns: 55px 1fr;
  }
}
.block-basket_2 .block-basket__el_1 .block-basket__wp {
  grid-template-columns: 1fr;
}
@media (max-width: 998px) {
  .block-basket_2 .block-basket__el_1 .block-basket__wp {
    grid-template-columns: 1fr 3fr;
  }
  .block-basket_2 .block-basket__el_1 .block-basket__wp .block-basket__el {
    max-width: max-content;
  }
}
.block-basket__el_1 .block-basket__wp img {
  width: 100%;
}
@media (max-width: 998px) {
  .block-basket__el_1 {
    grid-column: auto/span 3;
  }
}
@media (max-width: 998px) {
  .block-basket__el_2 .block-basket__top {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
  }
}
.block-basket__el_2 .block-basket__wp {
  padding-top: 20px;
}
.block-basket_2 .block-basket__el_2 .block-basket__wp {
  padding-top: 0;
}
@media (max-width: 998px) {
  .block-basket__el_2 .block-basket__wp {
    padding-top: 0;
    text-align: center;
    display: block;
  }
}
.block-basket__el_3 .block-basket__wp {
  padding-top: 20px;
}
.block-basket_2 .block-basket__el_3 .block-basket__wp {
  padding-top: 0;
}
.block-basket__el_5 {
  text-align: right;
}
.block-basket__el_5 .block-basket__wp {
  padding-top: 20px;
}
.block-basket_2 .block-basket__el_5 .block-basket__wp {
  padding-top: 0;
}
.block-basket__top {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .block-basket__top {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .block-basket__top {
    font-size: 16px;
  }
}
.block-basket__wp {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .block-basket__wp {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .block-basket__wp {
    font-size: 16px;
  }
}
.block-basket__remove {
  cursor: pointer;
}
@media (max-width: 998px) {
  .block-basket__remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px !important;
  }
}
.block-basket__prew img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 998px) {
  .block-basket_2 .block-basket__prew {
    display: none;
  }
}
.block-basket__quanity {
  border: 1px solid #f2f2f5;
  padding: 3px;
  gap: 3px;
  grid-template-columns: 44px 1fr 44px;
}
@media (max-width: 998px) {
  .block-basket__quanity {
    grid-template-columns: 37px 1fr 37px;
  }
}
.block-basket_2 .block-basket__quanity {
  padding: 0;
  border: none;
  display: block;
}
.block-basket__quanity button {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #f2f2f5;
  margin: 0;
}
.block-basket__quanity input {
  border: 1px solid #f2f2f5;
}
.block-basket__wrap div {
  display: grid;
  grid-template-columns: 1fr max-content;
  padding: 20px 0;
  gap: 15px;
  font-weight: 700;
}
.block-basket__wrap div:first-child {
  border-top: 1px solid #e2e2e2;
}
.block-basket__wrap div:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.block-basket__wrap div span._18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .block-basket__wrap div span {
    font-size: 18px;
  }
}
.block-basket__wrap div p {
  font-size: 20px;
}
.block-basket__wrap div._last {
  margin-top: 20px;
  padding: 15px 21px;
  background: #f2f2f5;
}
.block-basket__wrap div._last p {
  color: var(--main-color);
}

.bottom-basket {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
}
@media (max-width: 998px) {
  .bottom-basket {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.bottom-basket__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bottom-basket__head {
  font-weight: 700;
  line-height: 130%;
}
.bottom-basket__inp-wp {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 240px;
}
@media (max-width: 768px) {
  .bottom-basket__inp-wp {
    grid-template-columns: 1fr;
  }
}
.bottom-basket__inp-wp button {
  height: 100%;
}
@media (max-width: 768px) {
  .bottom-basket__inp-wp button {
    padding: 17px;
  }
}
.bottom-basket__inp-wp input {
  padding: 14px 15px;
}
.bottom-basket__title {
  text-align: left;
}
.bottom-basket__wp {
  border: 8px solid #f2f2f5;
  padding: 22px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .bottom-basket__wp {
    padding: 12px;
  }
}
.bottom-basket__el {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  border-bottom: 1px solid #f2f2f5;
  padding: 3px 0;
}
.bottom-basket__el b {
  font-size: 22px;
}
@media (max-width: 768px) {
  .bottom-basket__el b {
    font-size: 18px;
  }
}
.registration-basket {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}
@media (max-width: 998px) {
  .registration-basket {
    grid-template-columns: 1fr;
  }
}
.registration-basket__left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.registration-basket__wp {
  border: 3px solid #f2f2f5;
  padding: 27px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.registration-basket__wp._2 {
  margin: 30px 0;
}
.registration-basket__wp._2 textarea {
  min-height: 175px;
}
@media (max-width: 768px) {
  .registration-basket__wp {
    padding: 17px;
    gap: 11px;
  }
}
.registration-basket__wp input {
  padding: 12px 15px;
}
.registration-basket__head {
  font-weight: 700;
  font-size: 20px;
}
.registration-basket__type-delivery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.registration-basket__type-delivery input {
  display: none;
}
.registration-basket__type-delivery input:checked + label {
  background: #f2f2f5;
}
.registration-basket__type-delivery label {
  border: 2px solid #f2f2f5;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  padding: 15px;
}
.registration-basket__cupon {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .registration-basket__cupon {
    margin: 0;
  }
}
.registration-basket__cupon div {
  background-color: #f2f2f5;
  padding: 10px 15px;
  display: flex;
  gap: 5px;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 768px) {
  .registration-basket__cupon div {
    font-size: 15px;
    padding: 18px 10px;
  }
}
.registration-basket__cupon div span {
  color: var(--main-color);
}
.registration-basket__cupon div img {
  margin-left: auto;
  width: 30px;
}
@media (max-width: 768px) {
  .registration-basket__cupon div img {
    display: none;
  }
}
.registration-basket__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.registration-basket__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  .registration-basket__item {
    grid-template-columns: 54px 1fr;
    gap: 10px;
    font-size: 15px;
    line-height: 1.1;
  }
}
.registration-basket__item b {
  display: block;
  margin-top: 20px;
}
.registration-basket__item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.registration-basket__itog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .registration-basket__itog {
    font-size: 18px;
    margin: 0;
  }
}
.registration-basket__info span {
  color: var(--main-color);
}

.inp-wp input[type=radio] {
  display: none;
}
.inp-wp input[type=radio]:checked + label::after {
  position: absolute;
  top: 8px;
  transform: translate(0px, 0%);
  left: 8px;
  content: "";
  width: 14px;
  height: 14px;
  background: var(--main-color);
  border-radius: 50%;
}
.inp-wp input[type=radio] + label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  min-height: 30px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.inp-wp input[type=radio] + label::before {
  position: absolute;
  top: 0%;
  transform: translate(0px, 0%);
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid var(--main-color);
}

.popup-sample .popup__body {
  padding: 20px;
  max-width: 450px;
}
.popup-sample__title {
  font-size: 24px;
  margin-top: 20px;
}
.popup-sample__title_v2 {
  text-transform: uppercase;
  margin-top: 0;
  text-align: left;
}
.popup-sample__title_v3 {
  text-transform: uppercase;
}
.popup-sample__title_v4 {
  color: var(--main-color);
}
.popup-sample .btn {
  min-height: 50px;
}
@media (min-width: 768px) {
  .popup-sample .btn._v2 {
    max-width: 240px;
    margin: 0px auto;
  }
}
.popup-sample__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.popup-sample__form input {
  padding: 11px 15px;
}
@media (max-width: 768px) {
  .popup-sample__form .inp-wp input[type=checkbox] + label {
    font-size: 12px;
  }
}
.popup-sample__thants-text {
  margin: 0px auto;
  max-width: 263px;
  text-align: center;
  margin-bottom: 25px;
}
.popup-sample__text {
  margin: 0px auto;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-sample__text a {
  color: var(--main-color);
}
.popup-sample__text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .popup-sample__text {
    font-size: 15px;
  }
}
.popup-sample__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .popup-sample__btns {
    grid-template-columns: 1fr;
  }
}
.popup-sample__btns button:nth-child(1),
.popup-sample__btns a:nth-child(1) {
  background: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.popup-sample__btns button:nth-child(1):hover,
.popup-sample__btns a:nth-child(1):hover {
  color: #a23ccc;
  border-color: #a23ccc;
}

.popup_thanks .popup__body {
  padding-bottom: 90px;
  padding-top: 70px;
}
@media (max-width: 998px) {
  .popup_thanks .popup__body {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.popup_add .popup__body {
  max-width: 570px;
}

.popup_sing .popup__body {
  max-width: 570px;
}