

/* Start:/local/templates/webdoka/styles/main.css?1769511429137420*/
/*были правки в readymade-order, .product-card__data-value .auth .page-link и не только*/

@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Roboto/Roboto-Thin.woff2");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Roboto/Roboto-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Roboto/Roboto-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Roboto/Roboto-Medium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Roboto/Roboto-Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Roboto/Roboto-Black.woff2");
  font-weight: 900;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-Thin.woff2");
  font-weight: 100;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-ExtraLight.woff2");
  font-weight: 200;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-Medium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-SemiBold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-ExtraBold.woff2");
  font-weight: 800;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/webdoka/styles/../assets/fonts/Montserrat/Montserrat-Black.woff2");
  font-weight: 900;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --text-primary: #2b2d33;
  --text-secondary: #717171;
  --red: #ca1216;
  --main-color: #910048;
  --btn-hover: #b01d66;
  --grey: #8c8c8c;
  --grey-dark: #54585a;
  --grey-light: #f5f5f5;
  --grey-extra-light: #fbfbfb;
  --grey-light-2: #c8c8c8;
  --grey-disabled: #c4c4c4;
  --grey-bg: #3c3e3f;
  --blue: #5192a6;
  --blue-light: #d8f2ff;
  --blue-dark: #00486d;
  --green: #669b3d;
  --green-dark: #167500;
  --green-light: #e6ffde;
  --pink: #ffe2f1;
  --title-mb: 72px;
  --block-title-mb: 24px;
  --section-padding-top: 80px;
  --font-family-primary: "Roboto", sans-serif;
  --font-family-secondary: "Montserrat", sans-serif;
  --font-size-primary: 19px;
  --title-fs: 45px;
  --subtitle-fs: 37px;
  --block-title-fs: 24px;
  --transition-primary: 0.3s ease-in-out;
}

.hide {
  display:none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  background: var(--grey-light-2);
  border-radius: 6px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--main-color);
  cursor: pointer;
}

body {
  height: 100%;
  font-family: var(--font-family-primary);
  color: var(--black);
  font-size: var(--font-size-primary);
  font-weight: 400;
  line-height: 1.5;
  min-width: 320px;
}

a {
  font-family: var(--font-family-primary);
  color: var(--black);
  text-decoration: none;
}

li {
  line-height: 1;
}

input,
textarea {
  outline: none;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  color: var(--black);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

textarea {
  outline: none;
  resize: none;
}

button {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
  border-style: none;
  vertical-align: middle;
  width:fit-content;
}

main {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
}


table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

th img,
td img {
  object-fit: contain;
}


.table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}

.table-wrapper th,
.table-wrapper td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

.table-wrapper th img,
.table-wrapper td img {
  object-fit: contain;
}

.table-wrapper td:has(img) {
  min-width: 125px;
}

table.noBorder,
.table-wrapper table.noBorder {
  border: 0;
}

table.noBorder th,
table.noBorder td,
.table-wrapper table.noBorder th,
.table-wrapper table.noBorder td {
  border: 0;
}


.title {
  margin: 0 auto var(--title-mb);
  text-align: center;
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: var(--title-fs);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.subtitle {
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: var(--subtitle-fs);
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
}

.block-title {
  margin-bottom: var(--block-title-mb);
  color: var(--black);
  font-family: var(--font-family-secondary);
  font-size: var(--block-title-fs);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.section-header {
  position: relative;
  margin-bottom: 72px;
}

.section-header .page-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.text-item {
  margin-bottom: 24px;
  font-weight: 300;
}

.text-item--bold {
  font-weight: 500;
  margin-bottom: 24px;
}

.text-item--underline {
  text-decoration: underline;
  font-weight: 300;
}

.text-item--grey {
  color: var(--grey-dark);
}

.text-item--main-color {
  color: var(--main-color);
  font-weight: 500;
}

.quote {
  padding: 16px 26px 22px;
  background-color: var(--grey-light);
  margin-bottom: 60px;
}

.quote__text {
  margin-bottom: 16px;
  color: var(--main-color);
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.quote__signature {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.quote__author {
  color: var(--grey-dark);
  font-size: 15px;
  font-weight: 700;
  text-align: end;
}

.quote__position {
  color: var(--grey-dark);
  font-size: 15px;
  font-weight: 400;
  text-align: end;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
  margin-bottom: 32px;
}

.info-list--order {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  list-style: none;
}

.info-list--order .info-list__item {
  display: flex;
  gap: 16px;
}

.info-list--order .info-list__item-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: var(--main-color);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.info-list--style-none {
  list-style: none;
  padding-left: 0px;
  gap: 0;
}

.info-list__item {
  font-weight: 300;
  line-height: 1.2;
}

.info-list__item-link {
  text-decoration: underline;
}

.attention-box {
  position: relative;
  padding: 18px 24px 22px;
  background-color: var(--grey-light);
  margin-bottom: 40px;
}

.attention-box__exclamation-mark {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.text-link {
  text-decoration: underline;
  transition: var(--transition-primary);
  color: var(--main-color);
}

.text-link:visited {
  text-decoration: none;
  color: #7030a0;
}

.text-link:hover {
  color: var(--btn-hover);
}

.site-link {
  color: var(--blue);
  text-decoration: underline;
  font-size: 21px;
  font-weight: 300;
}

.footnote {
  color: var(--grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.clarification-info {
  margin-bottom: 24px;
  font-size: 16px;
  color: var(--grey-dark);
}

section {
  margin-bottom: 80px;
}

.main-header {
  margin-bottom: 0;
}

.breadcrumbs {
  display: flex;
  overflow-x: auto;
  align-items: center;
  gap: 14px;
  padding: 30px 0px;
  color: var(--grey);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
  height: 0;
}

.breadcrumbs__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: var(--grey);
}

.breadcrumbs__item-icon {
  width: 16px;
  height: 16px;
}

.breadcrumbs__item:last-child {
  color: var(--grey-dark);
}

.page-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  transition: var(--transition-primary);
}

.page-link:hover {
  color: var(--btn-hover);
}

.page-link__arrow-icon {
  width: 6px;
  height: 12px;
  flex-shrink: 0;
}



.def-link {
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  transition: var(--transition-primary);
}

.def-link:hover {
  color: var(--btn-hover);
}

.tabs-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*gap: 12px;*/
  gap: 4px;
  list-style: none;
}

.tab-list__item {
  display: flex;
  gap: 8px;
  padding: 8px 20px;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  transition: var(--transition-primary);
  cursor: pointer;
}

.tab-list__item.active {
  background-color: var(--blue);
  color: var(--white);
}

.tab-list__item.active .tab-list__item-link {
  color: var(--white);
}

.tab-list__item.active .tab-list__item-value {
  color: var(--white);
}

.tab-list__item-value {
  color: var(--grey);
  transition: var(--transition-primary);
}

.badge {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 24px;
  background-color: var(--main-color);
  font-family: var(--font-family-secondary);
  color: var(--white);
  font-weight: 600;
}

[data-content-item] {
  display: none;
}

[data-content-item].active {
  display: block;
}

[data-input=checkbox] {
  cursor: pointer;
}

[data-input=checkbox].checkbox--grey {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--grey-light-2);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 4px;
}

[data-input=checkbox].checkbox--pink {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid var(--grey);
  background: var(--white);
}

[data-input=checkbox].checkbox--pink .checkbox__icon {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

[data-input=checkbox].active .checkbox__icon {
  opacity: 1;
}

[data-input=checkbox] .checkbox__input {
  display: none;
}

[data-input=checkbox] .checkbox__icon {
  opacity: 0;
  transition: var(--transition-primary);
}

[data-input=radio] {
  cursor: pointer;
}

[data-input=radio] input[type=radio] {
  display: none;
}

[data-button] {
  cursor: pointer;
}

button:disabled {
  background-color: var(--grey-disabled);
  color: var(--grey-dark);
}

[data-select] {
  position: relative;
}

[data-select].active .select__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

[data-select].active .select__options-list {
  transform: translateY(0%);
}

[data-select].active .select__btn-icon {
  transform: rotateX(180deg);
}

[data-select] .select__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

[data-select] .select__current .select__options-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-select] .select__btn {
  flex-shrink: 0;
}

[data-select] .select__btn-icon {
  transition: var(--transition-primary);
}

[data-select] .select__options {
  position: absolute;
  left: 0;
  z-index: 9;
  transform: translateY(100%);
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
}

/*
[data-select] .select__options-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: var(--white);
  transform: translateY(-100%);
  transition: var(--transition-primary);
}
*/

[data-select] .select__options-list {
  max-height: 300px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: var(--white);
  transform: translateY(-100%);
  transition: var(--transition-primary);
}

[data-select] .select__options-list::-webkit-scrollbar {
  width: 6px;
}

[data-select] .select__options-list::-webkit-scrollbar-track {
  background: var(--grey-light-2);
  border-radius: 6px;
}

[data-select] .select__options-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--main-color);
  cursor: pointer;
}

[data-select] .select__options-item {
  cursor: pointer;
}

[data-select] .select__options-item.active {
  background-color: var(--grey-light-2);
}

[data-select] .select__options-input {
  display: none;
}

.double-range {
  position: relative;
  width: 100%;
}

.double-range__slider {
  width: 100%;
  position: relative;
  height: 2px;
  background: var(--grey);
  border-radius: 5px;
}

.double-range__slider-track {
  position: absolute;
  height: 100%;
  background: var(--black);
  z-index: 1;
}

.double-range__slider input[type=range] {
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-appearance: none;
  pointer-events: none;
  z-index: 2;
  top: -5px;
  margin: 0;
}

.double-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--black) 0%, var(--black) var(--fill-percent), var(--grey) var(--fill-percent), var(--grey));
  border-radius: 5px;
}

.double-range__slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--main-color);
  border-radius: 50px;
  cursor: pointer;
}

.double-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

.double-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--black) 0%, var(--black) var(--fill-percent), var(--grey) var(--fill-percent), var(--grey));
  border-radius: 5px;
}

.double-range__slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  background: var(--main-color);
  border-radius: 50%;
  cursor: pointer;
}

.double-range__values {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.double-range__value-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.double-range__value-wrap input {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid var(--grey-light);
  border-radius: 5px;
  color: var(--grey);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form__input-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.form__text {
  color: var(--grey-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  font-weight: 400;
  line-height: 1.2;
}

.form__note {
  color: var(--grey);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.form__btn-submit {
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  background-color: var(--main-color);
  color: var(--white);
  font-weight: 700;
  transition: var(--transition-primary);
}

.form__btn-submit:hover:not(:disabled) {
  background-color: var(--btn-hover);
}

.form__btn-reset {
  padding: 16px;
  border-radius: 5px;
  background-color: var(--grey-light);
  color: var(--grey-dark);
  font-weight: 700;
}

.form .select__current {
  padding: 16px 30px;
  border-radius: 5px;
  border: 1px solid var(--grey);
  color: var(--grey-dark);
}

.form .select__options {
  bottom: -1px;
}

.form .select__options-list {
  padding: 16px 0px;
  border-radius: 5px;
  border: 1px solid var(--grey);
}

.form .select__options-item {
  padding: 12px 30px;
  color: var(--grey-dark);
  transition: var(--transition-primary);
}

.form .select__options-item:hover {
  background-color: var(--grey-light);
}

.input-text {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 16px 30px;
}

.input-text::placeholder {
  color: var(--grey-dark);
}

.tumbler-box {
  display: flex;
  align-items: center;
  gap: 35px;
}

.tumbler-box__label {
  color: var(--grey-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  font-weight: 400;
  line-height: 1.5;
}

.tumbler {
  flex-shrink: 0;
  position: relative;
  width: 60px;
  height: 36px;
  border-radius: 50px;
  border: 3px solid var(--grey);
  background-color: var(--grey);
  transition: var(--transition-primary);
  cursor: pointer;
}

.tumbler.active {
  border: 3px solid var(--main-color);
  background-color: var(--main-color);
}

.tumbler.active .tumbler__circle {
  left: calc(50% - 3px);
}

.tumbler__circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: var(--white);
  transition: var(--transition-primary);
}

.tumbler__input {
  display: none;
}

.input-search {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 16px 10px 26px;
  border: 1px solid var(--grey);
  border-radius: 5px;
}

.input-search__input {
  flex-grow: 1;
}

.banner {
  width: 100%;
  margin-bottom: 24px;
}

.banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}

.header-promo {
  background-color: var(--blue);
  position: relative;
  z-index: 0;
  height: 52px;
  transition: var(--transition-primary);
}

.header-promo.hidden {
  display: none;
}

.header-promo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 10px 0;
}

.header-promo__description-item {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-promo__link {
  flex-shrink: 0;
  width: 255px;
  padding: 8px;
  background-color: var(--white);
  border-radius: 6px;
  text-align: center;
  color: var(--black);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-promo__close-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.header.scrolled .header-promo {
  height: 0px;
  position: relative;
  z-index: -1;
}

.header-main {
  background-color: var(--white);
}

.header-main__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 55px;
  position: relative;
  z-index: 2;
}

.header-controls__item {
  display: flex;
  align-items: center;
}

.header-controls__item:nth-child(2) {
  display: none;
  gap: 50px;
}

.header-controls__phone {
  margin-left: 30px;
  color: var(--grey-dark);
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-controls__dealers-link {
  color: var(--white);
  padding: 7px 12px;
  border-radius: 30px;
  background-color: var(--main-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.header-controls__dealers-link:hover {
  background-color: var(--btn-hover);
}

.header-controls__languages-box {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px 16px;
  margin-left: 11px;
  border-radius: 30px;
  background-color: var(--grey-light);
  color: var(--grey);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-controls__languages-item {
  color: var(--grey);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-controls__languages-item.active {
  color: var(--black);
}

.header.scrolled .header-controls__item:nth-child(2) {
  display: flex;
}

.header-navbar {
  background-color: var(--grey-bg);
}

.header-navbar__wrapper {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}

.header-navbar__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.header-navbar__item {
  position: relative;
  flex-grow: 1;
}

.header-navbar__item.active .header-navbar__link-line:last-child {
  opacity: 0;
}

.header-navbar__item[data-menu=Каталог] {
  position: initial;
}

.header-navbar__item[data-menu=Каталог].active .menu-btn__line:nth-child(1) {
  transform: translate(6px, 6px);
  rotate: 45deg;
}

.header-navbar__item[data-menu=Каталог].active .menu-btn__line:nth-child(2) {
  transform: translateX(100%);
  opacity: 0;
}

.header-navbar__item[data-menu=Каталог].active .menu-btn__line:nth-child(3) {
  transform: translate(5px, -5px);
  rotate: -45deg;
}

.header-navbar__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  color: var(--white);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.header-navbar__link-btn {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
}

.header-navbar__link-line {
  position: absolute;
  border-radius: 4px;
  background-color: var(--white);
  opacity: 1;
  transition: var(--transition-primary);
}

.header-navbar__link-line:first-child {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
}

.header-navbar__link-line:last-child {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 20px;
}

.header-navbar .navbar-menu {
  position: absolute;
  top: 43px;
  left: 0px;
  min-width: 100%;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.header-navbar .navbar-menu__list {
  min-width: 260px;
  padding: 24px 0;
  list-style: none;
}

.header-navbar .navbar-menu__item {
  position: relative;
}

.header-navbar .navbar-menu__item-link {
  display: block;
  padding: 8px 32px;
  color: var(--grey-dark);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.header-navbar .navbar-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: var(--white);
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.header-navbar .navbar-submenu__list {
  list-style: none;
  padding: 8px 0;
}

.header-navbar .navbar-submenu__link {
  display: block;
  padding: 8px 32px;
  color: var(--grey-dark);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.menu {
  position: absolute;
  top: 43px;
  left: 0px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 35px 15px 21px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.menu::-webkit-scrollbar {
  width: 6px;
}

.menu::-webkit-scrollbar-track {
  background: var(--grey-light-2);
  border-radius: 6px;
}

.menu::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--main-color);
}

.menu__list {
  position: relative;
  list-style: none;
  width: 415px;
}

.menu__item {
  border-right: 1px solid var(--grey-light);
}

.menu__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 20px 8px 18px;
  transition: var(--transition-primary);
}

.menu__link .menu__icon-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 25px;
}

.menu__link-icon {
  flex-shrink: 0;
}

.menu__link-title {
  color: var(--black);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.menu__link-quantity {
  margin-left: 4px;
  color: var(--grey);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-group {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 1;
  min-width: 415px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.menu-group__list {
  position: relative;
  list-style: none;
}

.menu-group__item {
  border-right: 1px solid var(--grey-light);
}

.menu-group__item:hover {
  background-color: var(--grey-light);
}

.menu-group__item:hover .menu-group__link-title {
  color: var(--main-color);
}

.menu-group__item:hover .menu-subgroup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.menu-group__link {
  display: block;
  padding: 8px 55px;
  transition: var(--transition-primary);
}

.menu-group__link-title {
  color: var(--grey-dark);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.menu-group__link-quantity {
  margin-left: 4px;
  color: var(--grey);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-subgroup {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 1;
  min-width: 394px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.menu-subgroup__list {
  list-style: none;
}

.menu-subgroup__link {
  display: block;
  padding: 8px 55px;
  transition: var(--transition-primary);
}

.menu-subgroup__link:hover {
  background-color: var(--grey-light);
}

.menu-subgroup__link:hover .menu-subgroup__link-title {
  color: var(--main-color);
}

.menu-subgroup__link-title {
  color: var(--grey-dark);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.menu-subgroup__link-quantity {
  margin-left: 4px;
  color: var(--grey);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-main .logo-block {
  display: flex;
  align-items: center;
  gap: 69px;
}

.header-main .logo-block__logo {
  width: 216px;
  height: 65px;
  transition: var(--transition-primary);
}

.header-main .logo-block__title {
  max-width: 183px;
  color: var(--grey-dark);
  font-family: var(--font-family-secondary);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-main .logo-block .menu-btn__line {
  background: var(--grey-dark);
}

.header-main .logo-block .header-user {
  display: none;
  justify-content: flex-end;
  gap: 30px;
  width: auto;
  padding: 0;
  background-color: var(--white);
  border-bottom: none;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(0%);
}

.header-main .logo-block .header-user__item-icon {
  filter: brightness(0.6);
}

.header.scrolled .logo-block__title {
  display: none;
}

.header.scrolled .logo-block__logo {
  width: 120px;
  height: 35px;
}

.header-user {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 50px;
}

.header-user__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-user__item-quantity {
  position: absolute;
  top: -5px;
  right: -15px;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 19px;
  padding: 2px 4px;
  border-radius: 30px;
  background-color: var(--main-color);
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-user__item-quantity.active {
  display: flex;
}

.header.scrolled .header-user .header-user__item[data-user-link=mail] {
  display: none;
}

.header.scrolled .header-user .header-user__item[data-user-link=user] {
  display: none;
}

.header.scrolled .header-user .header-user__item[data-user-link=search] {
  display: none;
}

.country-select {
  position: relative;
}

.country-select.active .country-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.country-select.active .country-select__arrow-icon {
  transform: rotateX(180deg);
}

.country-select__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 4px 5px;
  background-color: var(--grey-light);
  border-radius: 50px;
  cursor: pointer;
}

.country-select__arrow-icon {
  transition: var(--transition-primary);
}

.country-options {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 340px;
  padding: 30px;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.country-options__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.country-options__item-country {
  color: var(--grey-dark);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: var(--transition-primary);
}

.country-options__item-country:hover {
  color: var(--main-color);
}

.menu .info-block {
  display: flex;
  flex-direction: column;
  max-width: 265px;
  padding-left: 10px;
}

.menu .info-block__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 33px;
  list-style: none;
}

.menu .info-block__link {
  color: var(--blue);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.menu .info-block__promo-title {
  margin-bottom: 24px;
  color: var(--grey-dark);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu .info-block__promo-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu .info-block__promo-link {
  display: inline-block;
}

.footer-main {
  background-color: var(--grey-bg);
}

.footer-main__wrapper {
  display: flex;
  gap: 125px;
  padding: 55px 0;
}

.footer-header {
  background-color: var(--grey-light);
}

.footer-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0;
}

.footer-header__phone {
  color: var(--grey-dark);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-header__btn-callback {
  flex-shrink: 0;
  width: 255px;
  padding: 14px;
  border: 2px solid var(--main-color);
  border-radius: 4px;
  color: var(--grey-dark);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.footer-header__description {
  max-width: 400px;
  color: var(--grey);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.footer-header__contact-us {
  flex-shrink: 0;
  width: 350px;
  padding: 14px;
  border-radius: 4px;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.footer .logo-block {
  margin-bottom: 24px;
}

.footer .logo-block__box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.footer .logo-block__img {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.footer .logo-block__copyright {
  color: var(--grey-light);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__btn-subscribe {
  width: 280px;
  padding: 14px;
  border-radius: 4px;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.button_background {
  padding: 6px;
  border-radius: 4px;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.footer .info-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer .info-contacts__note {
  color: var(--grey-light-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .info-contacts__list {
  list-style: none;
}
.footer .info-contacts__basement {
  list-style: none;
}

.footer .info-contacts__item {
  display: flex;
  gap: 4px;
  color: var(--grey-light-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .info-contacts__item-link {
  color: var(--white);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer .info-contacts__privacy {
  color: var(--grey-light-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer .info-contacts__developer {
  display: flex;
  gap: 4px;
  color: var(--grey-light-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
}

.footer .info-contacts__developer-link {
  color: var(--blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-navigation {
  flex-grow: 1;
  padding: 16px 0 16px 96px;
  border-left: 2px solid var(--grey-light-2);
}

.footer-navigation__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.footer-navigation__item {
  max-width: 95px;
}

.footer-navigation__item.active .footer-navigation__link-btn .footer-navigation__link-line:last-child {
  opacity: 0;
}

.footer-navigation__item-link {
  display: block;
  margin-bottom: 24px;
  color: var(--white);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-navigation__link-btn {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
}

.footer-navigation__link-line {
  position: absolute;
  border-radius: 4px;
  background-color: var(--white);
  opacity: 1;
  transition: var(--transition-primary);
}

.footer-navigation__link-line:first-child {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
}

.footer-navigation__link-line:last-child {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 20px;
}

.footer-navigation__submenu {
  max-height: none;
}

.footer-navigation__submenu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.footer-navigation__submenu-item {
  display: flex;
}

.footer-navigation__submenu-link {
  display: inline-block;
  color: var(--grey-light-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.footer-navigation__socials-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
}

.footer-navigation__socials-link {
  display: inline-block;
}

.modal-window {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.modal-window::-webkit-scrollbar {
  width: 6px;
}

.modal-window::-webkit-scrollbar-track {
  background: var(--grey-light-2);
  border-radius: 6px;
}

.modal-window::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--main-color);
  cursor: pointer;
}

.modal-window.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-window__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.modal-window__title {
  color: var(--grey-dark);
  font-family: var(--font-family-secondary);
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-window .modal-form {
  padding: 50px 50px 38px;
  background-color: var(--white);
  border-radius: 6px;
}

.modal-window .modal-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.modal-window .modal-form__input-item {
  padding: 8px 28px;
  border-radius: 5px;
  border: 1px solid var(--grey);
}

.modal-window .modal-form__input {
  width: 100%;
}

.modal-window .modal-form .select__current {
  padding: 16px 28px;
  border-radius: 5px;
  border: 1px solid var(--grey);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  color: var(--text-secondary);
}

.modal-window .modal-form .select__options {
  bottom: -1px;
}

.modal-window .modal-form .select__options-list {
  padding: 16px 0;
  border-radius: 5px;
  border: 1px solid var(--grey);
}

.modal-window .modal-form .select__options-item {
  padding: 6px 28px;
}

.modal-window .modal-form .select__options-value {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  color: var(--text-secondary);
  transition: var(--transition-primary);
}

.modal-window .modal-form .select__options-value:hover {
  color: var(--text-primary);
}

.modal-window .modal-form__textarea {
  width: 100%;
  height: 140px;
}

.modal-window .modal-form__submit-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.modal-window .modal-form__agreement {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
}

[data-modal-window=becomeDealer].modal-window {
  overflow-y: auto;
}

[data-modal-window=becomeDealer] .modal-form {
  max-width: 740px;
  margin-top: 200px;
  margin-bottom: 40px;
  overflow-y: auto;
}

.modal-window .product-preview {
  position: relative;
  padding: 32px 15px;
  background-color: var(--white);
  border-radius: 5px;
}

.modal-window .product-preview .modal-window__btn-close {
  position: absolute;
  top: -40px;
  right: 20px;
  z-index: 1;
}

.modal-window .product-preview .product-section {
  margin-bottom: 0;
}

.modal-window .delivery-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 40px 60px;
  max-width: 740px;
  border-radius: 5px;
  background-color: var(--white);
}

.modal-window .delivery-form__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.modal-window .delivery-form__title {
  max-width: 510px;
  color: var(--grey-dark);
  font-family: var(--font-family-secondary);
  font-size: 27px;
  font-weight: 600;
}

.modal-window .delivery-form__search-input {
  width: 100%;
  padding: 16px 28px;
  margin-bottom: 20px;
  border: 1px solid var(--grey);
  border-radius: 5px;
}

.modal-window .delivery-form__search-notation {
  color: var(--grey-dark);
}

.modal-window .delivery-form__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  list-style: none;
}

.modal-window .delivery-form__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.modal-window .delivery-form__item-desc {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.modal-window .delivery-form__item-icon {
  grid-column: span 1;
}

.modal-window .delivery-form__item__price {
  grid-column: span 1;
}

.modal-window .delivery-form__item__price {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  font-size: 29px;
  font-weight: 700;
}

.modal-window .delivery-form__info {
  grid-column: span 4;
}

.modal-window .delivery-form__info-title {
  margin-bottom: 8px;
  color: var(--main-color);
  font-family: var(--font-family-secondary);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-window .delivery-form__submit-info {
  color: var(--grey-dark);
  margin-bottom: 36px;
}

.modal-window .delivery-form__info-link {
  padding-left: 4px;
  color: var(--grey-dark);
  text-decoration: underline;
}

.modal-window[data-modal-window=confirmOrder] .modal-window__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px;
}

.modal-window[data-modal-window=confirmOrder] .modal-window__title {
  font-size: 27px;
  margin-bottom: 12px;
}

.modal-window[data-modal-window=confirmOrder] .modal-window__notation {
  color: var(--grey-dark);
}

.modal-window[data-modal-window=confirmOrder] .modal-form {
  max-width: 740px;
}

.modal-window[data-modal-window=confirmOrder] .confirm-order-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  color: var(--grey-dark);
  line-height: 1.2;
}

.modal-window[data-modal-window=confirmOrder] .confirm-order-product__desc {
  display: flex;
  align-items: center;
  gap: 18px;
}

.modal-window[data-modal-window=confirmOrder] .confirm-order-product__img-wrap {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}

.modal-window[data-modal-window=confirmOrder] .confirm-order-product__info {
  display: flex;
  flex-direction: column;
}

.modal-window[data-modal-window=confirmOrder] .confirm-order-product__vendor-code {
  font-weight: 700;
}

.modal-window[data-modal-window=confirmOrder] .confirm-order-product__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--grey);
}

.modal-window[data-modal-window=fastOrder] .modal-window__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px;
}

.modal-window[data-modal-window=fastOrder] .modal-window__title {
  font-size: 37px;
  margin-bottom: 12px;
}

.modal-window[data-modal-window=fastOrder] .modal-window__notation {
  color: var(--grey-dark);
}

.modal-window[data-modal-window=fastOrder] .modal-form {
  max-width: 740px;
}

.modal-window[data-modal-window=fastOrder] .modal-form__img-wrap {
  display: flex;
  align-items: center;
  width: 415px;
  height: 245px;
}

.modal-window[data-modal-window=fastOrder] .modal-form__agreement-rule {
  display: flex;
  gap: 20px;
}

.modal-window[data-modal-window=fastOrder] .modal-form__rule-text {
  color: var(--grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.modal-window[data-modal-window=fastOrder] .modal-form__rule-link {
  color: var(--grey-dark);
  text-decoration: underline;
}

.modal-window[data-modal-window=fastOrder] .product-desc {
  grid-column: span 5;
}

.modal-window[data-modal-window=fastOrder] .product-desc__main {
  margin-bottom: 24px;
}

.modal-window[data-modal-window=fastOrder] .product-desc__header {
  margin-bottom: 24px;
}

.modal-window[data-modal-window=fastOrder] .product-desc__title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.modal-window[data-modal-window=fastOrder] .product-desc__title {
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-window[data-modal-window=fastOrder] .product-desc__article {
  font-family: var(--font-family-secondary);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-window[data-modal-window=fastOrder] .product-desc__code-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modal-window[data-modal-window=fastOrder] .product-desc__code {
  display: flex;
  gap: 4px;
  color: var(--grey-dark);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-window[data-modal-window=productAdded] .product-added {
  width: 740px;
  padding: 50px 50px 38px;
  background-color: var(--white);
  border-radius: 6px;
}

.modal-window[data-modal-window=productAdded] .modal-window__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px;
}

.modal-window[data-modal-window=productAdded] .modal-window__title {
  font-size: 27px;
  margin-bottom: 12px;
}

.modal-window[data-modal-window=productAdded] .modal-window__cart-link {
  color: var(--grey-dark);
  font-family: var(--font-family-secondary);
  font-size: 21px;
  text-decoration: underline;
  font-weight: 600;
}

.menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  overflow: hidden;
}

.menu-btn.active .menu-btn__line:nth-child(1) {
  transform: translate(6px, 6px);
  rotate: 45deg;
}

.menu-btn.active .menu-btn__line:nth-child(2) {
  transform: translateX(100%);
  opacity: 0;
}

.menu-btn.active .menu-btn__line:nth-child(3) {
  transform: translate(5px, -5px);
  rotate: -45deg;
}

.menu-btn__line {
  position: relative;
  width: 22px;
  height: 2px;
  border-radius: 30px;
  background: var(--white);
  transition: var(--transition-primary);
}

.menu-btn__line:nth-child(2) {
  width: 16px;
}

.callback-btn {
  padding: 12px 40px;
  border-radius: 30px;
  border: 1px solid var(--stroke);
  background: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: var(--transition-primary);
  cursor: pointer;
}

.button--primary {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px;
  gap: 16px;
  border-radius: 6px;
  background-color: var(--main-color);
  color: var(--white);
  transition: var(--transition-primary);
  line-height: 1.5;
}

.button--primary:hover:not(:disabled) {
  background-color: var(--btn-hover);
}

.pagintaion-list {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
}

.pagintaion-item.active .pagintaion-item__link {
  color: var(--text-primary);
}

.pagintaion-item__link {
  color: var(--grey);
}

.pagintaion-item__separator {
  color: var(--grey);
}

.pagintaion-btn__link {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50px;
  padding: 0 9px;
}

.pagintaion-btn__icon {
  flex-shrink: 0;
}

.filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
  border: 1px solid var(--grey);
  border-radius: 5px;
  background-color: var(--white);
  color: var(--grey-dark);
  font-weight: 700;
}

.advantages {
  padding-top: 80px;
}

.advantages .advantages-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.advantages .advantages-list__item {
  display: flex;
  gap: 26px;
  max-width: 280px;
}

.advantages .advantages-list__icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 55px;
}

.advantages .advantages-list__title {
  display: flex;
  align-items: center;
  min-height: 51px;
  margin-bottom: 25px;
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.advantages .advantages-list__text {
  color: var(--grey-dark);
  line-height: 1.2;
}

.brands-swiper__wrapper {
  position: relative;
  padding-bottom: 80px;
  border-bottom: 2px solid var(--grey-light);
}

.brands-swiper .brands-swiper-header {
  position: relative;
}

.brands-swiper .page-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.brands-swiper .brands-swiper-block {
  display: flex;
  align-items: center;
  gap: 60px;
}

.brands-swiper .brands-swiper-block__next-btn {
  width: 35px;
  height: 70px;
  flex-shrink: 0;
}

.brands-swiper .brands-swiper-block__previous-btn {
  width: 35px;
  height: 70px;
  flex-shrink: 0;
}

.brands-swiper .brands-swiper-block .swiper {
  width: 100%;
}

.brands-swiper .brands-swiper-block .swiper .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.brands-swiper .brands-swiper-block .swiper .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.brands-swiper .brands-swiper-block .swiper-slide {
  display: flex;
  justify-content: center;
}

/*
.product-card {
  display: flex;
  flex-direction: column;
  min-height: 475px;
  background-color: var(--white);
  transition: var(--transition-primary);

  animation: show-card 300ms ease-in-out forwards;
  scale : 0.5;
  opacity : 0;
}
*/

@keyframes show-card {
  to {
    opacity: 1;
    scale: 1;
  }
}
/*
.product-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.product-card:hover .product-card__info-item {
  opacity: 0;
}

.product-card:hover .product-card__preview-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.product-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
*/
.product-card__grid {
  display: flex;
  flex-direction: column;
  min-height: 475px;
  background-color: var(--white);
  transition: var(--transition-primary);
}

.product-card__grid:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.product-card__grid:hover .product-card__info-item {
  opacity: 0;
}

.product-card__grid:hover .product-card__preview-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.product-card__grid .product-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.product-card__grid .product-card__controls {
  flex-grow: 1;
  display: flex;
  gap: 20px;
  padding: 10px 18px;
}

.product-card__grid .product-card__controls-btn {
  width: 20px;
  height: 20px;
}

.product-card__grid .product-card__controls-btn svg {
  width: 20px;
  height: 20px;
}

.product-card__grid .product-card__controls-btn:hover svg g path {
  fill: var(--main-color);
}

.product-card__grid .product-card__controls-btn.active svg polygon {
  fill: var(--main-color);
}

.product-card__grid .product-card__controls-btn.active svg g path {
  fill: var(--main-color);
}

.product-card__grid .product-card__controls-btn.active[data-controls=Сравнение] svg g path {
  fill: var(--white);
}

.product-card__grid .product-card__controls-icon {
  width: 100%;
  height: 100%;
}

.product-card__grid .product-card__controls-icon path {
  transition: var(--transition-primary);
}

.product-card__grid .product-card__info {
  position: relative;
  display: flex;
}

.product-card__grid .product-card__info-item {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: var(--transition-primary);
}

.product-card__grid .product-card__info-item[data-product-info=Новинка] {
  padding: 12px 16px;
  background-color: var(--blue);
}

.product-card__grid .product-card__info-item[data-product-info=Акция] {
  padding: 12px;
  background-color: var(--main-color);
}

.product-card__grid .product-card__preview-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
  cursor: pointer;
}

.product-card__grid .product-card__preview-btn:hover svg path {
  fill: var(--main-color);
}

.product-card__grid .product-card__preview-icon path {
  transition: var(--transition-primary);
}

.product-card__grid .product-card__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  margin-bottom: 10px;
  padding: 8px 20px;
}

.product-card__grid .product-card__descr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  padding: 0 20px 0;
}

.product-card__grid .product-card__title {
  height: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
  transition: var(--transition-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__grid .product-card__title:hover {
  color: var(--main-color);
}

.product-card__article:hover {
  color: var(--main-color);
}



.product-card__grid .product-card__data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-card__grid .product-card__data-item {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  color: var(--grey-dark);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-card__grid .product-card__data-value {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__grid .product-card__characteristics {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-card__grid .product-card__characteristics-item {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  color: var(--grey-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.product-card__grid .product-card__characteristics-value {
  font-weight: 400;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__grid .product-card__price {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-card__grid .product-card__price-current {
  color: var(--main-color);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-card__grid .product-card__price-prev {
  color: var(--grey);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.product-card__grid .product-card__add {
  display: flex;
  justify-content: center;
  padding: 12px;
  margin-top: auto;
  border-top: 1px solid var(--grey-light);
}

.product-card__grid .product-card__add-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--grey-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.product-card__grid .product-card__add-btn:hover {
  color: var(--main-color);
}

.product-card__grid .product-card__add-btn:hover svg path {
  fill: var(--main-color);
}

.product-card__grid .product-card__add-icon path {
  transition: var(--transition-primary);
}

.product-card__plate {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  background-color: var(--white);
}

.product-card__plate:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}


.product-card__plate .product-card__main {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.product-card__plate .product-card__img-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 255px;
  width: 236px;
}

.product-card__plate .product-card__img {
  max-width: 100%;
  max-width: 100%;
}

.product-card__plate .product-card__descr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
}

.product-card__plate .product-card__descr-main {
  margin-bottom: 15px;
}

.product-card__plate .product-card__promo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.product-card__plate .product-card__promo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-card__plate .product-card__promo-item--available {
  background-color: var(--green-light);
  color: var(--green-dark);
}

.product-card__plate .product-card__promo-item--promo {
  background-color: var(--pink);
  color: var(--main-color);
}

.product-card__plate .product-card__promo-item--new {
  background-color: var(--blue);
  color: var(--white);
}

.product-card__plate .product-card__promo-item--demo {
  background-color: var(--blue-light);
  color: var(--blue-dark);
}

.product-card__plate .product-card__descr-header {
  margin-bottom: 12px;
}

.product-card__plate .product-card__code {
  margin-bottom: 6px;
  color: var(--grey-dark);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-card__plate .product-card__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  transition: var(--transition-primary);
}

.product-card__plate .product-card__title:hover {
  color: var(--main-color);
}

.product-card__plate .product-card__descr-text {
  margin-bottom: 14px;
  color: var(--grey-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.product-card__plate .product-card__system {
  color: var(--main-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-card__plate .product-card__system-link {
  color: var(--main-color);
  font-size: 15px;
  text-decoration: underline;
}

.product-card__plate .product-card__descr-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-card__plate .product-card__brand {
  flex-shrink: 0;
  height: 60px;
  max-width: 150px;
}

.product-card__plate .product-card__guarantee {
  display: flex;
  align-items: center;
  gap: 22px;
}

.product-card__plate .product-card__guarantee-elem {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-card__plate .product-card__guarantee-title {
  color: var(--blue);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-card__plate .product-card__guarantee-value {
  font-weight: 700;
}

.product-card__plate .product-card__guarantee-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--grey-dark);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-card__plate .product-card__guarantee-arrow {
  flex-shrink: 0;
}

.product-card__plate .product-card__info-block {
  display: flex;
  gap: 70px;
}


.product-card__plate .product-card__info {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.product-card__plate .product-card__price {
  margin-bottom: 24px;
}

.product-card__plate .product-card__currency {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.product-card__plate .product-card__currency-current {
  color: var(--main-color);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-card__plate .product-card__currency-prev {
  color: var(--grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.product-card__plate .product-card__rubles-elem {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.product-card__plate .product-card__rubles-current {
  color: var(--main-color);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-card__plate .product-card__rubles-prev {
  color: var(--grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.product-card__plate .product-card__rubles-note {
  color: var(--grey-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-card__plate .product-card__info-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card__plate .product-card__info-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--transition-primary);
}

.product-card__plate .product-card__info-btn:hover {
  background-color: var(--btn-hover);
}

.product-card__plate .product-card__info-btn:hover.product-card__info-btn--white {
  border: 1px solid var(--btn-hover);
  color: var(--white);
}

.product-card__plate .product-card__info-btn--gray {
  color: var(--white);
  background-color: var(--grey-disabled);
}

.product-card__plate .product-card__info-btn--pink {
  color: var(--white);
  background-color: var(--main-color);
}

.product-card__plate .product-card__info-btn--white {
  border: 1px solid var(--grey-dark);
}

.product-card__plate .product-card__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.product-card__plate .product-card__controls-btn:hover polygon {
  fill: var(--main-color);
}

.product-card__plate .product-card__controls-btn:hover path {
  fill: var(--main-color);
}

.product-card__plate .product-card__controls-btn:hover[data-controls=Сравнение] path {
  fill: var(--white);
}

.product-card__plate .product-card__controls-btn.active polygon {
  fill: var(--main-color);
}

.product-card__plate .product-card__controls-btn.active path {
  fill: var(--main-color);
}

.product-card__plate .product-card__controls-btn.active[data-controls=Сравнение] path {
  fill: var(--white);
}

.product-card__plate .product-card__controls-icon polygon {
  transition: var(--transition-primary);
}

.product-card__plate .product-card__controls-icon path {
  transition: var(--transition-primary);
}

.additional-products {
  padding: 80px 0;
  margin-bottom: 0;
  background-color: var(--grey-light);
}

.additional-products-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.additional-products .page-link {
  margin-left: auto;
}

.additional-products-content {
  position: relative;
  min-height: 485px;
}

.products-swiper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-primary);
}

.products-swiper .swiper {
  width: 100%;
}

.products-swiper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.press-releases__wrapper {
  position: relative;
}

.press-releases-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.press-releases-block {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.press-releases-block.active {
  display: grid;
}

.press-releases-item {
  height: 350px;
  position: relative;
  background-size: contain/*cover*/;
  background-position: center;
}

.press-releases-item__note {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding: 6px 18px;
  border-radius: 21px;
  background-color: var(--white);
  color: var(--grey-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.press-releases-item:hover::before {
  background-color: rgba(145, 0, 73, 0.8);
  transition: var(--transition-primary);
}

.press-releases-item:hover .press-releases-item__header {
  top: 0;
}

.press-releases-item:hover .press-releases-item__descr {
  opacity: 1;
}

.press-releases-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: var(--transition-primary);
}

.press-releases-item__wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 30px 20px 30px 40px;
}

.press-releases-item__header {
  position: relative;
  top: 35%;
  transition: var(--transition-primary);
}

.press-releases-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.press-releases-item__descr {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 0;
  transition: var(--transition-primary);
  color: var(--white);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
  opacity: 0;
  transition: var(--transition-primary);
}

.press-releases-item__date {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.info-sidebar {
  width: 350px;
  flex-shrink: 0;
}

.info-sidebar .info-sidebar__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-sidebar .info-banner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-sidebar .info-banner__img-wrap {
  height: 500px;
}

.info-sidebar .info-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.info-sidebar .info-banner2__img {
  width: 100%;
  /height: 100%;*/
  object-fit: cover;
  object-position: center;
}


.info-sidebar .readymade-order {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--main-color);
  text-align: center;
  transition: var(--transition-primary);

  white-space: normal;  
  overflow-wrap: break-word;  
  word-break: break-word;     
  line-height: 1.4; 
}

.info-sidebar .readymade-order:hover {
  border: 1px solid var(--btn-hover);
  background-color: var(--btn-hover);
  color: var(--white);
}

.info-sidebar .info-sidebar__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-sidebar .news {
  padding: 30px 32px 25px;
  background-color: var(--grey-light);
}

.info-sidebar .news__title {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-sidebar .news__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
}

.info-sidebar .news__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-sidebar .news__desr-link {
  line-height: 1.2;
}

.info-sidebar .news__desr-link:hover {
  text-decoration: underline;
}

.info-sidebar .news__date {
  color: var(--grey);
}

.info-sidebar .other-sections {
  padding: 30px 32px 35px;
  background-color: var(--grey-light);
}

.info-sidebar .other-sections__title {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-sidebar .other-sections__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
}

.info-sidebar .other-sections__item {
  font-size: 21px;
}

.info-sidebar .subscribe {
  padding: 60px 65px 30px;
  background-color: var(--grey-light);
}

.info-sidebar .subscribe__descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 36px;
}

.info-sidebar .subscribe__icon {
  height: 60px;
}

.info-sidebar .subscribe__title {
  font-family: var(--font-family-secondary);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.info-sidebar .subscribe__text {
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.info-sidebar .hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4px;
}

.info-sidebar .hashtag-list__item {
  color: var(--grey-dark);
  font-weight: 300;
}


.gallery {
  margin-bottom: 40px;
}

.gallery-swiper {
  margin-bottom: 36px;
}

.gallery-swiper__slide {
  height: 600px;
}

.gallery-swiper__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.gallery-controls__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.gallery-controls__pagination-item {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  cursor: pointer;
}

.gallery-controls__pagination-item.active {
  background-color: var(--main-color);
}

.gallery-controls__previous-btn {
  flex-shrink: 0;
}

.gallery-controls__next-btn {
  flex-shrink: 0;
}

.product-section__wrap {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 30px;
}

.product-section .product-swiper {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  height: 446px;
  grid-column: span 4;
}

.product-section .product-swiper__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-section .product-swiper .f-thumbs {
  display: flex;
  align-items: center;
  width: 66px;
}

.product-section .product-swiper .f-thumbs__viewport {
  height: 402px;
}

.product-section .product-swiper .f-thumbs__track {
  padding: 0;
}

.product-section .product-swiper .f-thumbs__slide {
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
}

.product-section .product-swiper .f-thumbs__slide__button {
  width: 66px;
  height: 66px;
  border: 1px solid var(--grey);
}

.product-section .product-swiper .f-carousel__nav button:disabled {
  color: var(--f-button-color);
}

.product-section .product-swiper .f-button {
  background: transparent;
  width: 24px;
  height: 24px;
}

.product-section .product-swiper .f-button.is-prev {
  bottom: -5px;
}

.product-section .product-swiper .f-button.is-next {
  bottom: -5px;
}

.product-section .product-desc {
  grid-column: span 5;
}

.product-section .product-desc__main {
  margin-bottom: 24px;
}

.product-section .product-desc__header {
  margin-bottom: 24px;
}

.product-section .product-desc__title {
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-section .product-desc__article {
  font-family: var(--font-family-secondary);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-section .product-desc__title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.product-section .product-desc__code-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-section .product-desc__code {
  display: flex;
  gap: 4px;
  color: var(--grey-dark);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-section .product-desc__info {
  margin-bottom: 20px;
}

.product-section .product-desc__guarantee {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.product-section .product-desc__guarantee-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-section .product-desc__guarantee-title {
  display: flex;
  gap: 4px;
  color: var(--blue);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-section .product-desc__guarantee-value {
  font-weight: 700;
}

.product-section .product-desc__link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-section .product-desc__logo {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.product-section .product-desc__logo-icon {
  max-height: 60px;
}

.product-section .product-desc__logo .product-desc__promo-elem {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 12px;
  max-width: 230px;
  border-radius: 5px;
  background: var(--grey-light);
}

.product-section .product-desc__logo .product-desc__promo-icon {
  flex-shrink: 0;
}



.product-section .product-desc__logo .product-desc__promo-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-section .product-desc__logo .product-desc__promo-title {
  color: var(--grey-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-section .product-desc__logo .product-desc__promo-link {
  color: var(--main-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.product-section .product-desc__category {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-section .product-desc__category-link {
  color: var(--main-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.product-section .product-desc__promo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.product-section .product-desc__promo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-section .product-desc__promo-item--available {
  background-color: var(--green-light);
  color: var(--green-dark);
}

.product-section .product-desc__promo-item--promo {
  background-color: var(--pink);
  color: var(--main-color);
}

.product-section .product-desc__promo-item--new {
  background-color: var(--blue);
  color: var(--white);
}

.product-section .product-desc__promo-item--demo {
  background-color: var(--blue-light);
  color: var(--blue-dark);
}

.product-section .product-desc__promo-item--archived {
  background-color: rgb(145, 0, 72);
  color: var(--white);
}

.product-section .product-controls {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
  background-color: var(--grey-light);
  padding: 20px;
  min-height: 500px;
}

.product-section .product-controls2 {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 45px; 
  background-color: var(--grey-light);
  padding: 20px;
  /* min-height: 500px; */
}


.product-section .product-controls__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.product-section .product-controls__top-buttons {
  display: flex;
  gap: 20px;
}

.product-section .product-controls__availability {
  color: var(--grey-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-section .product-controls__price {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-section .product-controls__price-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-section .product-controls__price-notation {
  text-align: center;
  color: var(--grey-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-section .product-controls__currency {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-section .product-controls__currency-current {
  display: flex;
  gap: 4px;
  color: var(--main-color);
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-section .product-controls__currency-prev {
  display: flex;
  color: var(--grey);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.product-section .product-controls__ruble {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-section .product-controls__ruble-current {
  display: flex;
  gap: 4px;
  color: var(--main-color);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-section .product-controls__ruble-prev {
  display: flex;
  color: var(--grey);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.product-section .product-controls__bottom-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-section .product-controls__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-section .product-controls__btn--price {
  border: 1px solid var(--main-color);
}

.product-section .product-controls__btn--price:disabled {
  border: 1px solid var(--grey-disabled);
}

.product-section .product-controls__btn--add {
  border: 1px solid var(--main-color);
}

.product-section .product-controls__btn--add:disabled {
  border: 1px solid var(--grey-disabled);
}

.product-section .product-controls__btn--order {
  color: var(--text-primary);
  background-color: var(--white);
  border: 1px solid var(--grey-dark);
}

.product-section .product-controls__btn--order:hover {
  border: 1px solid var(--main-color);
  color: var(--white);
}

.product-section .product-controls__btn--test {
  width: auto;
  height: auto;
  padding: 8px 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0px;
  color: var(--text-primary);
  background-color: var(--white);
  border: 1px solid var(--grey-dark);
}

.product-section .product-controls__btn--test:hover {
  border: 1px solid var(--main-color);
  color: var(--white);
}


.product-section .product-controls__not-offer {
  font-size: 12px;
  color: var(--grey-dark);
}

.card-list {
  grid-column: span 3;
}

.card-list__wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 35px;
}

.card-list__nav {
  display: flex;
  justify-content: space-between;
}

.card-list__show-more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
}

.card-list .select {
  width: 300px;
}

.card-list .select__current {
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid var(--grey);
  background-color: var(--white);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  color: var(--text-secondary);
  line-height: 1.2;
}

.card-list .select__options {
  bottom: 0px;
}

.card-list .select__options-list {
  padding: 16px 0;
  border-radius: 5px;
  border: 1px solid var(--grey);
}

.card-list .select__options-item {
  padding: 6px 28px;
}

.card-list .select__options-value {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  color: var(--text-secondary);
  transition: var(--transition-primary);
}

.card {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--grey);
  align-items: start; 
}

.card__img-wrap {
  position: relative;
  grid-column: span 4;
  display: flex;
  justify-content: center;
  align-items: center;
  /*min-height: 350px;*/
  height: 350px;
  text-align: center;
  background-color: var(--grey-light);
  font-family: var(--font-family-secondary);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}

.card__img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__img-note {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 6px 18px;
  border-radius: 21px;
  background-color: var(--white);
  color: var(--grey-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card__desc {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card__desc-basement {
  display: flex;
  justify-content: space-between;
}

.card__title {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 600;
}

.card__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.card__status-title {
  font-size: 21px;
}

.card__status-value {
  padding: 6px 20px;
  background-color: var(--main-color);
  font-family: var(--font-family-secondary);
  color: var(--white);
}

.card__status-value.grey {
  background-color: var(--grey-dark);
}

.card__rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.card__rating-title {
  font-size: 21px;
  color: var(--grey);
}

.card__rating-value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card__rating-item.active svg path {
  fill: var(--main-color);
}

.card__rating-item.active svg polygon {
  fill: var(--main-color);
}

.card__partner-link {
  color: var(--blue);
  text-decoration: underline;
}

.card__review-author {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0px 8px;
  color: var(--grey);
  font-family: var(--font-family-secondary);
  font-size: 24px;
}

.card__review-name {
  font-weight: 600;
}

.card__news-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.card__news-type {
  padding: 0px 10px;
  background-color: var(--main-color);
  font-size: 21px;
  color: var(--white);
}

.card__hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.card__hashtag-item {
  font-size: 16px;
  color: var(--blue);
}

.card__teacher-name {
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.card__teacher-position {
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__date {
  color: var(--grey);
  font-weight: 700;
}

.card-date {
  color: var(--grey);
  font-family: var(--font-family-secondary);
  font-weight: 600;
}

.card__sign-up {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 230px;
  padding: 16px;
  border-radius: 4px;
  background-color: var(--main-color);
  color: var(--white);
  transition: var(--transition-primary);
}

.card__sign-up:hover {
  background-color: var(--btn-hover);
}

.card .text-item {
  margin-bottom: 12px;
}

.card .page-link {
  position: static;
  margin-left: auto;
}

.reviews-swiper__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.reviews-swiper__header .title {
  margin-bottom: 0;
}

.reviews-swiper__swiper {
  margin-bottom: 40px;
}

.reviews-swiper__link {
  display: flex;
  justify-content: center;
  width: 350px;
  padding: 16px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: var(--main-color);
  color: var(--white);
  transition: var(--transition-primary);
}

.reviews-swiper__link:hover {
  background-color: var(--btn-hover);
}

.reviews-swiper .reviews-swiper-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  padding: 20px 30px;
  background-color: var(--grey-light);
}

.reviews-swiper .reviews-swiper-card__type {
  margin-bottom: 15px;
  color: var(--grey);
  font-size: 21px;
  line-height: 1;
}

.reviews-swiper .reviews-swiper-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.reviews-swiper .reviews-swiper-card__rating-value {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.reviews-swiper .reviews-swiper-card__rating-item {
  display: flex;
  align-items: center;
}

.reviews-swiper .reviews-swiper-card__rating-item.active svg polygon {
  fill: var(--main-color);
}

.reviews-swiper .reviews-swiper-card__rating-item.active svg path {
  fill: var(--main-color);
}

.reviews-swiper .reviews-swiper-card__author {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0px 8px;
  color: var(--grey);
  font-family: var(--font-family-secondary);
  font-size: 21px;
}

.reviews-swiper .reviews-swiper-card__author-name {
  font-weight: 600;
}

.additional-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.additional-info__list {
  display: flex;
  flex-direction: column;
}

.additional-info__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid var(--grey);
}

.additional-info__item:last-child {
  border-bottom: none;
}

.additional-info__title {
  max-width: 150px;
  font-weight: 700;
}

.additional-info__banner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 425px;
}

.additional-info__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
}

.additional-info__banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.additional-info__banner-title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.detailed-header__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.detailed-header-advantages {
  /* display: flex;
  flex-direction: column;
  gap: 40px; */
  padding-top: 40px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 300;
}

.detailed-header__logo-wrap {
  grid-column: span 1;
}

.detailed-header:has(.detailed-header__media) .detailed-header__desc {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.detailed-header__desc {
  grid-column: span 4;
}

.detailed-header__desc-box {
  grid-column: span 7;
}

.detailed-header__desc-top {
  margin-bottom: 45px;
}

.detailed-header .block-title {
  margin-bottom: 6px;
}

.detailed-header .subtitle {
  margin-bottom: 45px;
}

.detailed-header__btn {
  min-width: 350px;
  padding: 16px 42px;
  border-radius: 4px;
  background-color: var(--main-color);
  color: var(--white);
  transition: var(--transition-primary);
}

.detailed-header__btn:hover {
  background-color: var(--btn-hover);
}

.detailed-header__link {
  min-width: 350px;
  padding: 16px 42px;
  border-radius: 4px;
  background-color: var(--main-color);
  color: var(--white);
  transition: var(--transition-primary);
}

.detailed-header__link:hover {
  background-color: var(--btn-hover);
}

.detailed-header__media {
  grid-column: span 5;
}

.detailed-header__media .thumbs-gallery .swiper-main {
  height: 350px;
}

.detailed-header__media .thumbs-gallery .swiper-thumbs {
  height: 66px;
  flex-grow: 1;
}

.detailed-header__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.detailed-header-gallery {
  grid-column: span 5;
}

.detailed-news .press-releases-block {
  display: grid;
}

.detailed-content {
  padding: 34px 0 60px;
  background-color: var(--grey-light);
}

.detailed-content .tab-list {
  margin-bottom: 50px;
}

.detailed-content__wrap:has(.detailed-content-list + .additional-info) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 50px 20px 50px 50px;
  background-color: var(--white);
}

.detailed-content__wrap:has(.detailed-content-list + .additional-info) .detailed-content-list {
  grid-column: span 4;
  max-width: 1015px;
}

.detailed-content__wrap:has(.detailed-content-list + .info-sidebar) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 50px 20px 50px 50px;
  background-color: var(--white);
}

.detailed-content__wrap:has(.detailed-content-list + .info-sidebar) .detailed-content-list {
  grid-column: span 3;
  max-width: 1015px;
}

.detailed-content__wrap:has(.detailed-content-block + .info-sidebar) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 50px 20px 50px 50px;
  background-color: var(--white);
}

.detailed-content__wrap:has(.detailed-content-block + .info-sidebar) .detailed-content-block {
  grid-column: span 3;
}

.detailed-content .additional-info {
  grid-column: span 1;
}

.detailed-content .additional-info__item {
  padding: 8px 0;
}

.detailed-content-block .subtitle {
  margin-bottom: 40px;
}

.detailed-content-block__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.detailed-content .banner {
  height: max-content;
  width: 100%;
}

.detailed-content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 40px;
}

.detailed-product-content {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.detailed-product-card {
  display: flex;
  gap: 125px;
}

.detailed-product-card__img-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 350px;
  height: 350px;
}

.detailed-product-card__info {
  padding-top: 30px;
  border-bottom: 1px solid var(--grey);
}

.detailed-product-card__title {
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.detailed-product-card__desc {
  font-weight: 700;
  margin-bottom: 30px;
}

.detailed-product-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
  margin-bottom: 32px;
}

.detailed-certificates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 30px;
}

.detailed-certificates__item {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.detailed-certificates__item-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.detailed-products {
  background-color: var(--grey-light);
}

.detailed-products__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 20px 0 100px;
  background-color: var(--white);
}

.detailed-products .title {
  margin: 0;
}

.detailed-products__wrap {
  display: flex;
  flex-direction: column;
}

.detailed-products .detailed-products__wrap {
  padding: 60px 0;
}

.detailed-products__value-box {
  color: var(--grey);
  font-family: var(--font-family-secondary);
  font-size: 45px;
}

.detailed-products__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 60px;
}

.detailed-products__link {
  display: inline-block;
  padding: 16px 20px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: var(--main-color);
  color: var(--white);
  transition: var(--transition-primary);
}

.detailed-products__link:hover {
  background-color: var(--btn-hover);
}

.detailed-product-desc {
  padding: 60px 90px;
  background-color: var(--white);
}

.detailed-product-desc__footnote-box {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.detailed-product-desc__footnote-box .footnote {
  max-width: 532px;
}

.detailed-product-desc__logo {
  margin-bottom: 18px;
  width: 161px;
  flex-shrink: 0;
}

.detailed-product-desc__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding-top: 52px;
  border-top: 1px solid var(--grey);
}

.detailed-product-desc__info-box {
  max-width: 825px;
}

.product-characteristics__wrap {
  padding: 60px 90px;
  background-color: var(--white);
}

.product-characteristics [data-accordion=content] {
  max-height: 0;
  transition: var(--transition-primary);
  overflow: hidden;
}

.product-characteristics__item {
  padding: 20px 0;
  border-top: 1px solid var(--grey);
}

.product-characteristics__item:last-child {
  border-bottom: 1px solid var(--grey);
}

.product-characteristics__item.active .product-characteristics__btn-line:last-child {
  transform: rotate(180deg);
  opacity: 0;
}

.product-characteristics__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-characteristics__header .text-item--bold {
  margin-bottom: 0;
}

.product-characteristics__btn {
  position: relative;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50px;
  background-color: var(--grey-light);
}

.product-characteristics__btn-line {
  position: absolute;
  top: 22px;
  left: 13px;
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: var(--grey);
  transition: var(--transition-primary);
}

.product-characteristics__btn-line:last-child {
  transform: rotate(90deg);
}

.product-characteristics__content-wrap {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.product-characteristics__elem {
  display: flex;
  gap: 80px;
  padding: 16px;
}

.product-characteristics__elem:nth-child(odd) {
  background-color: var(--grey-extra-light);
}

.product-characteristics__elem-title {
  width: 350px;
  flex-shrink: 0;
}

.product-characteristics__elem-list {
  padding-left: 20px;
}

.product-documentation {
  margin-bottom: 0;
}

.product-documentation__wrap {
  padding: 60px 90px;
  background-color: var(--white);
}

.product-documentation__header {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding: 0 30px 45px 0;
  border-bottom: 1px solid var(--grey);
}

.product-documentation__column-title {
  font-weight: 700;
  text-transform: uppercase;
}

.product-documentation__column-title:first-child {
  grid-column: span 2;
}

.product-documentation__column-title:nth-child(2) {
  grid-column: span 1;
}

.product-documentation__column-title:nth-child(3) {
  grid-column: span 1;
}

.product-documentation__column-title:nth-child(4) {
  grid-column: span 1;
}

.product-documentation__column-title:nth-child(5) {
  grid-column: span 1;
}

.product-documentation__column-title:not(:first-child) {
  display: flex;
  justify-content: center;
}

.product-documentation__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding: 30px 30px 30px 0px;
  border-bottom: 1px solid var(--grey-light);
}

.product-documentation__row-title {
  grid-column: span 2;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}

.product-documentation__size {
  grid-column: span 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-documentation__language {
  grid-column: span 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-documentation__extension {
  grid-column: span 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--grey-dark);
}

.product-documentation__download {
  grid-column: span 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-documentation__download-link {
  display: inline-block;
}

.product-video {
  margin-bottom: 0;
}

.product-video__wrap {
  padding: 60px 90px;
  background-color: var(--white);
}

.product-video__main {
  padding-bottom: 90px;
  border-bottom: 1px solid var(--grey);
}

.product-video__main iframe {
  height: 435px;
  width: 100%;
}

.product-video__additional {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 71px;
}

.product-video__additional-item iframe {
  height: 420px;
  width: 100%;
}

.thumbs-gallery .swiper-main {
  margin-bottom: 28px;
}

.thumbs-gallery .swiper-thumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.thumbs-gallery .swiper-thumbs .swiper-slide {
  cursor: pointer;
}

.thumbs-gallery .swiper-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.advantageous-set {
  background-color: var(--grey-light);
  padding: 80px 0;
}

.advantageous-set__wrap {
  padding: 30px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}

.advantageous-set__header {
  position: relative;
  display: flex;
  justify-content: center;
}

.advantageous-set__header .product-controls__btn--add {
  width: 200px;
  height: 55px;
}

.advantageous-set__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.advantageous-set__price-prev {
  display: flex;
  color: var(--grey);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  text-decoration: line-through;
}

.advantageous-set__price-current {
  display: flex;
  gap: 4px;
  color: var(--main-color);
  font-weight: 700;
  white-space: nowrap;
}

.advantageous-set__add-box {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.advantageous-set-swiper {
  display: flex;
  align-items: center;
  gap: 48px;
}

.advantageous-set-swiper__block {
  flex-grow: 1;
}

.advantageous-set-swiper__slide-product {
  max-width: 268px;
}

.advantageous-set-swiper__slide-plus {
  display: flex;
  align-items: center;
  max-width: max-content;
  height: auto;
}

.advantageous-set-swiper__plus {
  font-size: 24px;
}

.advantageous-set-swiper__previous-btn {
  width: 35px;
  flex-shrink: 0;
}

.advantageous-set-swiper__next-btn {
  width: 35px;
  flex-shrink: 0;
}

.info-swiper .swiper {
  margin-bottom: 36px;
}

.info-swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.info-swiper-controls__btn {
  flex-shrink: 0;
}

.info-swiper-controls__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.info-swiper-controls__pagination-item {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  cursor: pointer;
}

.info-swiper-controls__pagination-item.active {
  background-color: var(--main-color);
}

.readymade-kits-card {
  position: relative;
  height: 250px;
}

.readymade-kits-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
}

.readymade-kits-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.readymade-kits-card__link {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 202px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  transition: var(--transition-primary);
}

.readymade-kits-card__link:hover {
  text-decoration: underline;
}

.projects-locations-card {
  position: relative;
  height: 350px;
}

.projects-locations-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
}

.projects-locations-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.projects-locations-card__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 231px;
  text-align: center;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  transition: var(--transition-primary);
}

.projects-locations-card__link:hover {
  text-decoration: underline;
}

.conference-room-card {
  position: relative;
  display: block;
  height: 350px;
}

.conference-room-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
}

.conference-room-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.conference-room-card__info {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 300px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  transition: var(--transition-primary);
}

.conference-room-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.2;
}

.conference-room-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
}

.conference-examples-card {
  position: relative;
  display: block;
  height: 350px;
}

.conference-examples-card__img-wrap {
  height: 250px;
  position: relative;
}

.conference-examples-card__img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
}

.conference-examples-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.conference-examples-card__info {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 2;
  max-width: 300px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  transition: var(--transition-primary);
}

.conference-examples-card__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 300px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.conference-examples-card__brand {
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}

@media screen and (min-width: 992px) {
  .header-navbar__item.active {
    background-color: var(--main-color);
  }

  .header-navbar__item.active .navbar-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .header-navbar__item.active .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .header-navbar__item[data-menu=Каталог].active {
    background-color: var(--main-color);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1519px) {
  .header-navbar__item:hover .navbar-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media screen and (max-width: 1519px) {
  :root {
    --title-fs: 36px;
    --subtitle-fs: 28px;
  }

  .container {
    padding: 0 40px;
  }

  .header-promo {
    display: flex;
    align-items: center;
    padding-right: 40px;
  }

  .header-promo__description-item {
    font-size: 16px;
  }

  .header-promo__close-btn {
    position: static;
    transform: none;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .header-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .header.scrolled .header-controls__item:nth-child(2) {
    display: none;
  }

  .header-navbar__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .header-navbar__item {
    height: 100%;
  }

  .header-navbar__item:nth-child(2) {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }

  .header-navbar__item[mobile-row="2"] .navbar-menu {
    top: 47px;
  }

  .header-navbar__item[data-menu=Каталог] {
    background-color: var(--grey-dark);
  }

  .header-navbar__item[data-menu=Каталог] .menu-btn {
    display: flex;
    margin-left: 28px;
  }

  .header-navbar__link {
    height: 100%;
    padding: 12px;
    justify-content: flex-start;
  }

  .header-navbar .navbar-menu {
    top: 94px;
    display: none;
  }

  .menu {
    top: 94px;
    flex-direction: column;
    height: 60vh;
  }

  .menu__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 500px;
    margin-bottom: 40px;
  }

  .menu__link .menu__link-elem {
    max-width: 400px;
  }

  .menu-group {
    display: none;
  }

  .menu-subgroup {
    display: none;
  }

  .header-main .logo-block__title {
    display: none;
  }

  .header.scrolled .logo-block__logo {
    width: 216px;
    height: 65px;
  }

  .header.scrolled .header-user .header-user__item[data-user-link=mail] {
    display: flex;
  }

  .header.scrolled .header-user .header-user__item[data-user-link=user] {
    display: flex;
  }

  .header.scrolled .header-user .header-user__item[data-user-link=search] {
    display: flex;
  }

  .menu .info-block {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    padding: 26px 0 0 18px;
    border-top: 1px solid var(--grey-light);
  }

  .menu .info-block__promo-list {
    flex-direction: row;
    gap: 84px;
  }

  .footer-main__wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .footer-header__wrapper {
    flex-wrap: wrap;
    gap: 32px;
  }

  .footer-header__btn-callback {
    width: 350px;
  }

  .footer .info-block {
    display: flex;
    justify-content: space-between;
  }

  .footer-navigation {
    padding: 0 0 32px 0;
    border-left: none;
    border-bottom: 2px solid var(--grey-light-2);
  }

  .modal-window .product-preview {
    overflow-y: auto;
    height: 100%;
    border-radius: 0;
  }

  .modal-window .product-preview .modal-window__btn-close {
    top: 20px;
    right: 20px;
    filter: invert(100%);
  }

  .modal-window .delivery-form {
    gap: 20px;
  }

  .modal-window .delivery-form__list {
    gap: 20px;
  }

  .modal-window .delivery-form__submit-info {
    margin-bottom: 12px;
  }

  .modal-window[data-modal-window=confirmOrder] .modal-form {
    gap: 20px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    border-radius: 0px;
  }

  .modal-window[data-modal-window=fastOrder] .modal-form {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    border-radius: 0px;
  }

  .press-releases-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-sidebar .subscribe {
    padding: 30px 32px 35px;
  }

  .product-section__wrap {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 30px;  
  }

  .product-section .product-swiper {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    height: 446px;
    grid-column: span 4;
  }

  .product-section .product-desc {
    grid-column: span 10;
  }

  .product-section .product-controls {
    grid-column: 8/span 3;
    grid-row: 1;
  }

  .detailed-product-card {
    gap: 20px;
  }

  .detailed-products__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detailed-product-desc {
    padding: 40px;
  }

  .product-characteristics__wrap {
    padding: 40px;
  }

  .product-documentation__wrap {
    padding: 40px;
  }

  .product-video__wrap {
    padding: 40px;
  }

  .advantageous-set-swiper__slide-product {
    max-width: 330px;
  }
}

@media screen and (max-width: 1439px) {
  .modal-window .delivery-form {
    gap: 20px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    border-radius: 0px;
  }
}

@media screen and (max-width: 1366px) {
  .advantageous-set-swiper__slide-product {
    max-width: 309px;
  }
}

@media screen and (max-width: 1365px) {
  .product-card__plate .product-card__info-block {
    gap: 12px;
  }

  .advantageous-set__header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
  }

  .advantageous-set__header .title {
    margin: 0;
  }

  .advantageous-set__add-box {
    position: static;
  }
}

@media screen and (max-width: 1365px) and (max-width: 991px) {
  .advantageous-set__header .title {
    font-size: 24px;
    padding: 0;
    text-align: start;
  }
}

@media screen and (max-width: 1280px) {
  .advantageous-set-swiper__slide-product {
    max-width: 280px;
  }
}

@media screen and (max-width: 1199px) {
  .product-card__plate {
    padding: 12px;
  }

  .product-card__plate .product-card__img-wrap {
    width: 140px;
    height: 153px;
  }

  .product-card__plate .product-card__promo-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card__plate .product-card__code {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .product-card__plate .product-card__title {
    font-size: 16px;
  }

  .product-card__plate .product-card__descr-text {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .product-card__plate .product-card__system {
    font-size: 13px;
  }

  .product-card__plate .product-card__system-link {
    font-size: 13px;
  }

  .product-card__plate .product-card__descr-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-card__plate .product-card__guarantee-title {
    font-size: 12px;
  }

  .product-card__plate .product-card__guarantee-link {
    font-size: 12px;
  }

  .product-card__plate .product-card__info {
    min-width: 150px;
  }

  .product-card__plate .product-card__currency {
    gap: 6px;
  }

  .product-card__plate .product-card__currency-current {
    font-size: 17px;
  }

  .product-card__plate .product-card__currency-prev {
    font-size: 14px;
  }

  .product-card__plate .product-card__rubles-elem {
    gap: 6px;
  }

  .product-card__plate .product-card__rubles-current {
    font-size: 17px;
  }

  .product-card__plate .product-card__rubles-prev {
    font-size: 14px;
  }

  .product-card__plate .product-card__rubles-note {
    font-size: 11px;
  }

  .info-sidebar {
    width: 100%;
  }

  .info-sidebar .info-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .info-sidebar .info-sidebar__links {
    flex-direction: row;
  }

  .gallery-swiper__slide {
    height: 440px;
  }

  .card-list .select {
    width: 240px;
  }

  .detailed-header__wrap {
    display: flex;
    flex-direction: column;
  }

  .detailed-header:has(.detailed-header__media) .detailed-header__desc {
    display: flex;
    flex-direction: column;
  }

  .detailed-header__desc-box {
    margin-bottom: 20px;
  }

  .detailed-header__desc-top {
    margin-bottom: 30px;
  }

  .detailed-header .subtitle {
    margin-bottom: 30px;
  }

  .detailed-header__media .thumbs-gallery .swiper-main {
    aspect-ratio: 16/9;
    height: auto;
  }

  .detailed-header__img-wrap {
    aspect-ratio: 16/9;
    height: auto;
  }

  .detailed-content__wrap:has(.detailed-content-list + .additional-info) {
    display: flex;
    flex-direction: column;
    padding: 40px;
  }

  .detailed-content__wrap:has(.detailed-content-list + .info-sidebar) {
    display: flex;
    flex-direction: column;
    padding: 40px;
  }

  .detailed-content__wrap:has(.detailed-content-block + .info-sidebar) {
    display: flex;
    flex-direction: column;
    padding: 40px;
  }

  .detailed-content .additional-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .detailed-content-block__box {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .advantageous-set-swiper__slide-product {
    max-width: 325px;
  }
}

@media screen and (max-width: 1023px) {
  .advantageous-set-swiper__slide-product {
    max-width: 310px;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --font-size-primary: 18px;
    --title-fs: 30px;
    --title-mb: 36px;
    --subtitle-fs: 24px;
    --block-title-fs: 19px;
    --block-title-mb: 16px;
  }

  .container {
    padding: 0 20px;
  }

  .title {
    padding: 0 20px;
  }

  .quote {
    margin-bottom: 40px;
  }

  section {
    margin-bottom: 60px;
  }

  .tab-list__item {
    font-size: 16px;
    padding: 6px 18px;
  }

  .header {
    pointer-events: none;
  }

  .header.active {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }

  .header.active .logo-block__logo {
    display: none;
  }

  .header.active .logo-block .header-user {
    gap: 62px;
  }

  .header.active .logo-block .header-user .header-user__item[data-user-link=user] {
    display: block;
  }

  .header.active .logo-block .header-user .header-user__item[data-user-link=mail] {
    display: block;
  }

  .header.active .logo-block .header-user .header-user__item[data-user-link=cart] {
    display: none;
  }

  .header__wrapper {
    height: 100%;
  }

  .header .logo-block .header-user {
    transition: none;
  }

  .header-promo {
    padding-right: 20px;
    height: 103px;
    pointer-events: all;
  }

  .header-promo__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .header-promo__description-item {
    font-size: 12px;
  }

  .header-promo__link {
    width: 200px;
    font-size: 12px;
  }

  .header-main {
    background-color: transparent;
  }

  .header-main .container {
    padding: 0;
  }

  .header-main__wrapper {
    flex-direction: column;
    padding: 0;
  }

  .header-controls {
    gap: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: var(--transition-primary);
  }

  .header-controls__item {
    padding: 12px 20px;
    width: 100%;
    background-color: var(--grey-bg);
    border-bottom: 1px solid var(--grey-dark);
  }

  .header-controls__phone {
    font-size: 22px;
    margin-left: auto;
    color: var(--white);
  }

  .header-controls__languages-box {
    margin-left: auto;
  }

  .header.active .header-controls {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0%);
    transition: var(--transition-primary);
  }

  .header-navbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: var(--transition-primary);
  }

  .header-navbar__list {
    display: flex;
    flex-direction: column;
  }

  .header-navbar__item {
    width: 100%;
    border-bottom: 1px solid var(--grey-dark);
  }

  .header-navbar__item:last-child {
    border-bottom: none;
  }

  .header-navbar__item[data-menu=Каталог] {
    background-color: transparent;
  }

  .header-navbar__item[data-menu=Каталог] .menu-btn {
    display: none;
  }

  .header-navbar__link {
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 24px;
  }

  .header-navbar__link-btn {
    display: block;
  }

  .header-navbar .navbar-menu {
    position: static;
    display: block;
    background-color: var(--grey-bg);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow: hidden;
    max-height: 0;
  }

  .header-navbar .navbar-menu__list {
    padding: 16px 0;
  }

  .header-navbar .navbar-menu__item-link {
    color: var(--grey-light-2);
    padding: 10px 20px;
    font-size: 18px;
  }

  .menu {
    position: static;
    height: 100%;
    padding: 0;
    border-radius: 0;
    background-color: var(--grey-bg);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow: hidden;
    max-height: 0;
  }

  .menu__list {
    margin-bottom: 0;
    max-height: none;
    padding: 16px 0;
  }

  .menu__item {
    border-right: none;
  }

  .menu__link {
    padding: 10px 20px;
  }

  .menu__link-icon {
    filter: brightness(2);
  }

  .menu__link-title {
    color: var(--grey-light-2);
    font-size: 18px;
  }

  .menu__link-quantity {
    color: var(--grey-light-2);
    font-size: 18px;
  }

  .header.active .header-navbar {
    min-height: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0%);
  }

  .header-main .logo-block {
    width: 100%;
    gap: 27px;
    padding: 20px;
    background-color: var(--white);
  }

  .header-main .logo-block__logo {
    width: 110px;
    height: 33px;
  }

  .header-main .logo-block .header-user {
    display: flex;
    margin-left: auto;
  }

  .header-main .logo-block .header-user__item[data-user-link=mail] {
    display: none;
  }

  .header-main .logo-block .header-user__item[data-user-link=user] {
    display: none;
  }

  .header-main .logo-block .header-user__item[data-user-link=search] {
    display: block;
  }

  .header-main .logo-block .header-user__item[data-user-link=cart] {
    display: block;
  }

  .header.scrolled .logo-block__logo {
    width: 110px;
    height: 33px;
  }

  .header-user {
    display: flex;
    justify-content: center;
    background-color: var(--grey-bg);
    border-bottom: 1px solid var(--grey-dark);
    width: 100%;
    padding: 12px 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: var(--transition-primary);
  }

  .header-user__item-icon {
    filter: brightness(2);
  }

  .header-user__item[data-user-link=mail] {
    display: none;
  }

  .header-user__item[data-user-link=user] {
    display: none;
  }

  .header-user__item[data-user-link=search] {
    display: none;
  }

  .header.scrolled .header-user .header-user__item[data-user-link=mail] {
    display: none;
  }

  .header.scrolled .header-user .header-user__item[data-user-link=user] {
    display: none;
  }

  .header.scrolled .header-user .header-user__item[data-user-link=search] {
    display: none;
  }

  .header.scrolled .logo-block .header-user .header-user__item[data-user-link=search] {
    display: block;
  }

  .header.active .header-user {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0%);
  }

  .country-options {
    width: 280px;
  }

  .menu .info-block {
    display: none;
  }

  .footer-main__wrapper {
    padding: 44px 0;
  }

  .footer-header__wrapper {
    flex-direction: column;
    padding: 24px 0;
    gap: 24px;
  }

  .footer-header__phone {
    font-size: 32px;
  }

  .footer-header__btn-callback {
    width: 280px;
  }

  .footer-header__contact-us {
    width: 280px;
  }

  .footer .info-block {
    flex-direction: column;
  }

  .footer .info-contacts__list {
    display: none;
  }

  .footer .info-contacts__basement {
    display: none;
  }

  .footer-navigation__list {
    flex-direction: column;
  }

  .footer-navigation__item {
    max-width: none;
    padding: 18px 0;
    border-bottom: 1px solid var(--grey-dark);
  }

  .footer-navigation__item:last-child {
    border-bottom: none;
  }

  .footer-navigation__item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 24px;
  }

  .footer-navigation__link-btn {
    display: block;
  }

  .footer-navigation__submenu {
    overflow: hidden;
    max-height: 0;
    transition: var(--transition-primary);
  }

  .footer-navigation__submenu-list {
    padding-top: 24px;
  }

  .footer-navigation__submenu-link {
    font-size: 18px;
  }

  .footer-navigation__socials-list {
    display: flex;
    padding-top: 24px;
  }

  .menu-btn {
    display: flex;
  }

  .advantages .advantages-list {
    gap: 60px;
  }

  .advantages .advantages-list__item {
    flex-direction: column;
    align-items: center;
  }

  .advantages .advantages-list__icon-wrapper {
    height: 45px;
    width: auto;
    max-width: 40px;
  }

  .advantages .advantages-list__title {
    justify-content: center;
    font-size: 18px;
    min-height: auto;
    text-align: center;
    max-width: 200px;
  }

  .advantages .advantages-list__text {
    display: none;
  }

  .brands-swiper .container {
    padding: 0;
  }

  .brands-swiper__wrapper {
    padding-bottom: 60px;
  }

  .brands-swiper .brands-swiper-header {
    position: initial;
  }

  .brands-swiper .page-link {
    bottom: 12px;
    right: 50%;
    transform: translateX(50%);
  }

  .brands-swiper .brands-swiper-block__next-btn {
    display: none;
  }

  .brands-swiper .brands-swiper-block__previous-btn {
    display: none;
  }

  .brands-swiper .brands-swiper-block .swiper {
    height: 100px;
    padding-left: 20px;
  }

  .brands-swiper .brands-swiper-block .swiper-slide {
    display: block;
  }

  .additional-products {
    padding: 60px 0;
  }

  .additional-products .container {
    padding: 0;
  }

  .additional-products-header {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .additional-products-content {
    min-height: 525px;
  }

  .products-swiper .swiper {
    padding-left: 20px;
    min-height: 525px;
  }

  .products-swiper .swiper .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .products-swiper .swiper .swiper-pagination-bullet-active {
    background-color: var(--main-color);
  }

  .products-swiper__previous-btn {
    display: none;
  }

  .products-swiper__next-btn {
    display: none;
  }

  .press-releases-block {
    grid-template-columns: 1fr;
  }

  .press-releases-item {
    height: 280px;
  }

  .press-releases-item:nth-child(n+4) {
    display: none;
  }

  .press-releases-item__wrap {
    padding: 30px 20px 30px 30px;
  }

  .press-releases-item__header {
    top: 0;
  }

  .press-releases-item__title {
    font-size: 21px;
    margin-bottom: 0px;
  }

  .press-releases-item__descr {
    display: none;
  }

  .card-list__wrap {
    margin-bottom: 16px;
    gap: 40px;
  }

  .card-list .select {
    width: 100%;
  }

  .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .card__img-wrap {
    aspect-ratio: 16/9;
    width: 100%;
    min-height: unset;
  }

  .card__hashtag-list {
    gap: 8px 20px;
  }

  .detailed-products__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 5px;
  }

  .detailed-product-desc__footnote-box {
    flex-direction: column;
    gap: 20px;
  }

  .detailed-product-desc__info {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .product-video__main iframe {
    height: 250px;
  }

  .product-video__additional-item iframe {
    height: 250px;
  }

  .advantageous-set__wrap {
    padding: 30px 20px;
  }

  .advantageous-set-swiper {
    gap: 20px;
  }

  .advantageous-set-swiper__slide-product {
    max-width: 265px;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .header .logo-block {
    pointer-events: all;
  }
}

@media screen and (max-width: 911px) {
  .product-section__wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .product-section .product-desc {
    order: 2;
  }

  .product-section .product-desc__title {
    font-size: 18px;
  }

  .product-section .product-desc__article {
    font-size: 24px;
  }

  .product-section .product-desc__text {
    font-size: 14px;
  }

  .product-section .product-desc__link {
    font-size: 14px;
  }

  .product-characteristics__elem {
    flex-direction: column;
    gap: 8px;
    padding: 12px;
  }

  .product-characteristics__elem-title {
    color: var(--main-color);
    font-size: 14px;
    width: auto;
  }

  .product-characteristics__elem-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .detailed-products__header {
    padding: 20px 0 40px;
    flex-direction: column;
  }
  .detailed-content {
    padding: 30px 0 30px;
  }

  .detailed-products__value-box {
    font-size: 25px;
  }

  .card__status-title {
    display: none;
  }

  .card__status-value {
    justify-content: center;
  }

  .section-header .page-link {
    position: static;
    right: auto;
    bottom: auto;
    align-self: flex-end;    
  }

  .quote {
    padding: 20px;
  }

  .attention-box {
    padding: 20px;
  }

  .form__input-list {
    gap: 20px;
  }

  .modal-window__title {
    font-size: 24px;
  }

  .modal-window .modal-form {
    height: 100%;
    width: 100%;
    border-radius: 0;
    padding: 24px;
  }
  
  .modal-window .modal-form__input {
    font-size: 16px;
  }

  [data-modal-window=becomeDealer] .modal-form {
    margin: 0;
  }

  .modal-window .delivery-form {
    padding: 20px;
  }

  .modal-window .delivery-form__title {
    font-size: 20px;
  }

  .modal-window .delivery-form__search-input {
    padding: 12px;
    font-size: 16px;
  }

  .modal-window .delivery-form__search-notation {
    font-size: 16px;
  }

  .modal-window .delivery-form__item__price {
    font-size: 16px;
  }

  .modal-window .delivery-form__info-title {
    font-size: 16px;
  }

  .modal-window .delivery-form__info-additional {
    font-size: 16px;
  }

  .modal-window .delivery-form__submit-info {
    font-size: 16px;
  }

  .modal-window[data-modal-window=confirmOrder] .modal-window__title {
    font-size: 22px;
  }

  .modal-window[data-modal-window=confirmOrder] .modal-window__notation {
    font-size: 16px;
  }

  .modal-window[data-modal-window=confirmOrder] .confirm-order-product {
    align-items: flex-start;
  }

  .modal-window[data-modal-window=confirmOrder] .confirm-order-product__desc {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-window[data-modal-window=fastOrder] .modal-window__title {
    font-size: 22px;
  }

  .modal-window[data-modal-window=fastOrder] .modal-window__notation {
    font-size: 16px;
  }

  .modal-window[data-modal-window=fastOrder] .modal-form__img-wrap {
    width: 100%;
  }

  .modal-window[data-modal-window=fastOrder] .product-desc__title {
    font-size: 20px;
  }

  .modal-window[data-modal-window=fastOrder] .product-desc__article {
    font-size: 24px;
  }

  .modal-window[data-modal-window=productAdded] .product-added {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 20px;
  }

  .modal-window[data-modal-window=productAdded] .modal-window__header {
    width: 100%;
  }

  .modal-window[data-modal-window=productAdded] .modal-window__title {
    font-size: 22px;
  }

  .modal-window[data-modal-window=productAdded] .modal-window__cart-link {
    font-size: 16px;
  }

  .advantages .advantages-list {
    gap: 40px;
  }

  .advantages .advantages-list__item {
    max-width: 140px;
    flex-grow: 1;
  }



  .additional-products__wrapper {
    position: relative;
    padding-bottom: 60px;
  }

  .additional-products-header {
    flex-direction: column;
  }

  .additional-products .page-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .press-releases .page-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .press-releases__wrapper {
    padding-bottom: 60px;
  }

  .info-sidebar .info-banner {
    grid-template-columns: 1fr;
  }

  .info-sidebar .info-sidebar__links {
    flex-direction: column;
  }

  .info-sidebar .news {
    padding: 30px 20px;
  }

  .info-sidebar .news__title {
    font-size: 18px;
  }

  .info-sidebar .other-sections {
    padding: 30px 20px;
  }

  .info-sidebar .other-sections__title {
    font-size: 18px;
  }

  .info-sidebar .subscribe {
    padding: 30px 20px;
  }

  .gallery-swiper__slide {
    height: 220px;
  }

  .gallery-controls {
    gap: 25px;
    justify-content: space-between;
  }

  .gallery-controls__pagination {
    gap: 22px;
  }

  .product-section .product-swiper {
    height: 220px;
    justify-content: center;
  }

  .product-section .product-swiper .f-thumbs {
    display: none;
  }

  .product-section .product-desc__logo {
    flex-direction: column;
    align-items: flex-start;
  }  

  .card-list__nav {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }

  .card__img-wrap {
    aspect-ratio: unset;
    height: 250px;
  }

  .card__img-note {
    top: 10px;
    left: 10px;
    font-size: 12px;
  }  

  .card__title {
    font-size: 19px;
  }

  .card__review-author {
    font-size: 19px;
  }

  .card__sign-up {
    width: 100%;
  }

  .reviews-swiper__link {
    width: 100%;
  }

  .detailed-header__desc-top {
    margin-bottom: 20px;
  }

  .detailed-header .subtitle {
    margin-bottom: 20px;
  }

  .detailed-header__btn {
    min-width: 100%;
    white-space: wrap;
  }

  .detailed-content__wrap:has(.detailed-content-list + .additional-info) {
    padding: 20px;
    gap: 40px;
  }

  .detailed-content__wrap:has(.detailed-content-list + .info-sidebar) {
    padding: 20px;
    gap: 40px;
  }

  .detailed-content__wrap:has(.detailed-content-block + .info-sidebar) {
    padding: 20px;
    gap: 40px;
  }

  .detailed-content .additional-info {
    grid-template-columns: 1fr;
  }

  .detailed-product-card {
    flex-direction: column;
  }

  .detailed-product-card__img-wrap {
    width: 100%;
    height: 250px;
  }

  .detailed-product-card__info {
    padding-top: 0;
  }

  .detailed-product-desc {
    padding: 20px;
  }

  .detailed-product-desc .gallery-swiper__slide {
    height: 150px;
  }

  .product-characteristics__wrap {
    padding: 20px;
  }

  .product-characteristics__header {
    padding: 0;
  }

  .product-documentation__wrap {
    padding: 20px;
  }

  .product-documentation__header {
    display: none;
  }

  .product-documentation__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px 0px;
  }

  .product-documentation__size {
    justify-content: flex-start;
    font-size: 16px;
  }

  .product-documentation__language {
    justify-content: flex-start;
    font-size: 16px;
  }

  .product-documentation__extension {
    justify-content: flex-start;
    font-size: 16px;
  }

  .product-documentation__download {
    justify-content: flex-start;
    font-size: 16px;
  }

  .product-documentation__download-link {
    width: 40px;
    height: 40px;
  }

  .product-video__wrap {
    padding: 20px;
  }

  .product-video__main {
    padding-bottom: 40px;
  }

  .product-video__additional {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }

  .thumbs-gallery .swiper-main {
    margin-bottom: 16px;
  }

  .advantageous-set__wrap {
    border-radius: 0px;
    border: 3px solid var(--main-color);
  }

  .advantageous-set__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .advantageous-set__add-box {
    width: 100%;
  }

  .advantageous-set-swiper__slide-product {
    max-width: 420px;
  }

  .advantageous-set-swiper__previous-btn {
    width: 16px;
  }

  .advantageous-set-swiper__next-btn {
    width: 16px;
  }

  .info-swiper-controls {
    gap: 10px;
  }

  .info-swiper-controls__pagination {
    gap: 10px;
  }

  .readymade-kits-card__link {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 280px;
    font-size: 20px;
  }

  .projects-locations-card__link {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 280px;
    font-size: 20px;
  }

  .conference-room-card {
    height: 250px;
  }

  .conference-room-card__info {
    left: 20px;
    max-width: 237px;
  }

  .conference-room-card__title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .conference-room-card__desc {
    font-size: 16px;
  }


  .product-card__plate .product-card__main {
    flex-direction: column;
    gap: 20px;
  }

  .product-card__plate .product-card__img-wrap {
    width: 70px;
    height: 84px;
  }

  .product-card__plate .product-card__promo-list {
    width: 150px;
  }

  .product-card__plate .product-card__promo-item {
    font-size: 10px;
    padding: 6px 8px;
  }

  .product-card__plate .product-card__code {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .product-card__plate .product-card__title {
    font-size: 14px;
  }

  .product-card__plate .product-card__descr-text {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .product-card__plate .product-card__system-link {
    font-size: 11px;
  }

  .product-card__plate .product-card__guarantee {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .product-card__plate .product-card__price {
    margin-bottom: 14px;
  }

  .product-card__plate .product-card__currency-current {
    font-size: 15px;
  }

  .product-card__plate .product-card__currency-prev {
    font-size: 13px;
  }

  .product-card__plate .product-card__rubles-current {
    font-size: 15px;
  }

  .product-card__plate .product-card__rubles-prev {
    font-size: 13px;
  }

  .product-card__plate .product-card__rubles-note {
    font-size: 10px;
  }

  .product-card__plate .product-card__controls {
    position: absolute;
    top: 6px;
    right: 6px;
    gap: 8px;
  }
}

@media screen and (max-width: 575px) {
  .product-card__grid {
    min-height: 324px;
  }

  .button_background {
    display: flex; 
    flex-wrap: wrap;  
  }

  .product-card__grid .product-card__header {
    margin-bottom: 8px;
  }

  .product-card__grid .product-card__controls {
    justify-content: flex-start;
    padding: 8px 10px;
  }

  .product-card__grid .product-card__info-item {
    display: none;
  }

  .product-card__grid .product-card__preview-btn {
    right: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .product-card__grid .product-card__img-wrap {
    height: 100px;
    padding: 8px 10px;
  }

  .product-card__grid .product-card__descr {
    padding: 0 10px 0;
  }

  .product-card__grid .product-card__title {
    font-size: 15px;
    height: 44px;
  }

  .product-card__grid .product-card__data {
    display: none;
  }

  .product-card__grid .product-card__characteristics {
    display: none;
  }

  .product-card__grid .product-card__price {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 4px;
  }

  .product-card__grid .product-card__price-current {
    font-size: 18px;
  }

  .product-card__grid .product-card__add {
    background-color: var(--blue);
  }

  .product-card__grid .product-card__add-btn {
    color: var(--white);
  }

  .product-card__grid .product-card__add-icon {
    display: none;
  }

  .additional-products .tab-list {
    justify-content: center;
  }

  .additional-products-content {
    min-height: 375px;
  }

  .products-swiper .swiper {
    min-height: 375px;
  }
}

@media screen and (max-width: 480px) {
  .advantageous-set-swiper__slide-product {
    max-width: 322px;
  }
}

@media screen and (max-width: 414px) {
  .advantageous-set-swiper__slide-product {
    max-width: 260px;
  }
}

@media screen and (max-width: 375px) {
  .advantageous-set .container {
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  .advantageous-set-swiper__slide-product {
    max-width: 273px;
  }
}

@media screen and (max-width: 359px) {
  :root {
    --font-size-primary: 16px;
    --title-fs: 24px;
    --title-mb: 36px;
    --subtitle-fs: 24px;
    --block-title-fs: 19px;
    --block-title-mb: 16px;
  }

  .advantages .advantages-list {
    gap: 40px 0;
  }

  .product-card__grid .product-card__title {
    font-size: 12px;
    height: 40px;
  }

  .product-section .product-desc__promotion-item {
    width: 100%;
  }

  .advantageous-set-swiper__slide-product {
    max-width: 235px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .header-navbar__item:hover {
    background-color: var(--main-color);
  }

  .header-navbar__item[data-menu=Каталог]:hover .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .header-navbar__item[data-menu=Каталог]:hover .menu-btn__line:nth-child(1) {
    transform: translate(6px, 6px);
    rotate: 45deg;
  }

  .header-navbar__item[data-menu=Каталог]:hover .menu-btn__line:nth-child(2) {
    transform: translateX(100%);
    opacity: 0;
  }

  .header-navbar__item[data-menu=Каталог]:hover .menu-btn__line:nth-child(3) {
    transform: translate(5px, -5px);
    rotate: -45deg;
  }

  .header-navbar .navbar-menu__item:hover {
    background-color: var(--grey-light);
  }

  .header-navbar .navbar-menu__item:hover .navbar-menu__item-link {
    color: var(--main-color);
  }

  .header-navbar .navbar-menu__item:hover .navbar-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .header-navbar .navbar-submenu__link:hover {
    background-color: var(--grey-light);
    color: var(--main-color);
  }

  .menu__item:hover {
    background-color: var(--grey-light);
  }

  .menu__item:hover .menu-group {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .menu__item:hover .menu__link-title {
    color: var(--main-color);
  }

  .footer-header__btn-callback:hover {
    color: var(--white);
    background-color: var(--main-color);
  }

  .footer-header__contact-us:hover {
    background-color: var(--btn-hover);
    border: 2px solid var(--btn-hover);
  }

  .footer__btn-subscribe:hover {
    background-color: var(--btn-hover);
    border: 2px solid var(--btn-hover);
  }

  .button_background:hover {
    background-color: var(--btn-hover);
    border: 2px solid var(--btn-hover);
  }

  .callback-btn:hover {
    border: 1px solid var(--stroke-hover);
    color: var(--text-secondary);
  }
}

.auth .page-link {
  display: inline-block;
}


/* End */


/* Start:/local/templates/webdoka/styles/form.css?17508847324976*/
.not-selected {
  border-radius: 5px;
  border: 1px solid var(--main-color);
  padding: 5px;
}

/* Основные стили модального окна */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.width740 {
  max-width: 740px;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.modal-window .modal-window__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px;
}

.modal-window .modal-window__title {
  font-size: 27px;
  margin-bottom: 12px;
}

.modal-window .modal-window__notation {
  color: var(--grey-dark);
}

.modal-window .confirm-order-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  color: var(--grey-dark);
  line-height: 1.2;
}

.modal-window .confirm-order-product__desc {
  display: flex;
  align-items: center;
  gap: 18px;
}

.modal-window .confirm-order-product__img-wrap {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}

.modal-window .confirm-order-product__info {
  display: flex;
  flex-direction: column;
}

.modal-window .confirm-order-product__vendor-code {
  font-weight: 700;
}

.modal-window .confirm-order-product__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 16px 28px;
}

.modal-window .confirm-order-product__amount input {
  width: 25px;
}


.modal-window .confirm-order-product {
  align-items: flex-start;
}

.loading {
    font-size: 16px;
    text-align: center;
}

.modal-form__agreement-rule {
  display: flex;
  gap: 20px;
} 

.agreement-rule {
  display: flex;
  gap: 20px;
} 


.modal-form__rule-text {
  color: var(--grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.modal-form__rule-link {
  color: var(--grey-dark);
  text-decoration: underline;
}

.open-modal-button {
  cursor:pointer;
}

.callback-form__attachment {
    display: flex;
  }
  
  .callback-form__attachment.active .callback-form__attachment-btn {
    display: none;
  }
  
  .callback-form__attachment.active .callback-form__attachment-file {
    display: flex;
  }
  
  .callback-form__attachment-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 4px;
    color: #7b7b7b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-bottom: 1px dashed #7b7b7b;
    cursor: pointer;
  }
  
  .callback-form__attachment-icon {
    width: 14px;
    height: 14px;
  }
  
  .callback-form__attachment-file {
    flex-grow: 1;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 5px;
  }
  
  .callback-form__attachment-input {
    display: none;
  }
  
  .callback-form__attachment-item {
    color: #7b7b7b;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
  }
  
  .callback-form__attachment-del {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #7b7b7b;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
  }







  .form__file-button {
    width: 100%;
    padding: 14px;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 3px;
    border: 1px solid var(--grey);
    background-color: var(--white);
    color: var(--text-primary);
    font-weight: 700;
    transition: var(--transition-primary);
  }
  
  .form__file-button:hover {
    border: 1px solid var(--btn-hover);
    background-color: var(--btn-hover);
    color: var(--white);
  }
  
  .form__file-input {
    display: none;
  }
  
  .form__file-note {
    text-align: center;
    color: var(--grey);
    font-size: 16px;
  }
  
  .form__file-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
  
  .form__file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-radius: 3px;
    border: 1px solid var(--main-color);
    background: var(--white);
    color: var(--main-color);
    font-weight: 700;
  }
  
  .form__file-info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .form__file-remove {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  


/* End */


/* Start:/local/templates/webdoka/styles/swiper-bundle.min.css?176597558118475*/
/**
 * Swiper 11.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 2, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{align-items: center;position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/webdoka/styles/pages/main-page.css?174887193010422*/
/* добавил main-advantages-description__item-link*/


/* .main-advantages-description__item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.main-advantages-description__item-link:hover,
.main-advantages-description__item-link:focus {
   text-decoration: none;
  color: inherit;
} */

.main-advantages-description__list {
  position: relative;
  top: 60px;
  display: flex;
  justify-content: center;
  gap: 125px;
  list-style: none;
}

.main-advantages-description__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 350px;
  min-height: 280px;
  padding: 37px 37px 45px;
  text-align: center;
  border-radius: 4px;  
}

.link {
  cursor: pointer;
}


.main-advantages-description__item:first-child {
  background-color: var(--red);
}

.main-advantages-description__item:nth-child(2) {
  background-color: var(--main-color);
}

.main-advantages-description__item:last-child {
  background-color: var(--blue);
}

.main-advantages-description__item-title {
  display: flex;
  align-items: center;
  min-height: 90px;
  color: var(--white);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-advantages-description__item-info {
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-advantages-description__item-angle {
  position: absolute;
  bottom: -24px;
  left: 0px;
}

.about-company__wrapper {
  position: relative;
}

.about-company__header {
  position: relative;
}

.about-company__header .page-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.about-company__description {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.about-company__description-block {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.become-dealer {
  background-color: var(--grey-light);
  margin-bottom: 0;
  padding-top: 80px;
}

.become-dealer .subtitle {
  color: var(--white);
  text-align: center;
  border-bottom: 2px solid rgba(245, 245, 245, 0.2);
  padding: 0 36px 40px;
  margin-bottom: 32px;
}

.become-dealer .dealer-info {
  position: relative;
  background-image: url("/local/templates/webdoka/styles/pages/../../assets/images/index/become-dealer_bg.webp");
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}

.become-dealer .dealer-info::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 0, 72, 0.85);
  border-radius: 3px;
}

.become-dealer .dealer-info__wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 70px;
}

.become-dealer .dealer-info__description {
  display: flex;
  gap: 80px;
  padding: 0 7px;
  margin-bottom: 45px;
}

.become-dealer .dealer-info__text {
  max-width: 750px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.become-dealer .dealer-info__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 20px;
}

.become-dealer .dealer-info__list-item {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.become-dealer .dealer-info__request-btn {
  display: block;
  margin: 0 auto;
  width: 350px;
  padding: 16px;
  text-align: center;
  background-color: var(--white);
  border-radius: 3px;
}

.main-banner__wrapper {
  position: relative;
}

.main-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 58px 0 43px;
}

.main-banner .banner-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background: rgba(145, 0, 72, 0.8);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.main-banner .banner-overlay .container {
  height: 100%;
}

.main-banner .banner-overlay__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
}

.main-banner .banner-descr {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-banner .banner-descr__title {
  max-width: 597px;
  margin-bottom: 42px;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 59px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-banner .banner-descr__text {
  max-width: 400px;
  color: var(--white);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-banner .banner-descr__link {
  flex-shrink: 0;
  display: block;
  width: 280px;
  padding: 18px;
  border-radius: 5px;
  background: var(--white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.main-banner .banner-controls {
  display: flex;
  align-items: center;
  gap: 40px;
}

.main-banner .banner-swiper__pagination {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}

.main-banner .banner-swiper__pagination-item {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 2px solid var(--white);
  opacity: 0.7;
  cursor: pointer;
}

.main-banner .banner-swiper__pagination-item.active {
  background-color: var(--white);
  opacity: 1;
}

.main-banner .banner-swiper__next-btn {
  width: 16px;
  height: 32px;
  flex-shrink: 0;
}

.main-banner .banner-swiper__previous-btn {
  width: 16px;
  height: 32px;
  flex-shrink: 0;
}

.main-banner .banner-swiper__btn-icon {
  width: 16px;
  height: 32px;
  flex-shrink: 0;
}

.main-banner .swiper {
  height: 650px;
}

.main-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-advantages-info {
  background-color: var(--grey-light);
  padding: 156px 0 90px;
}

.main-advantages-info__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  list-style: none;
}

.main-advantages-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  text-align: center;
  max-width: 210px;
}

.main-advantages-info__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.main-advantages-info__title {
  color: var(--black);
  font-family: var(--font-family-primary);
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1519px) {
  .main-advantages-description__list {
    top: 0px;
    padding: 36px 0 80px;
    justify-content: space-between;
    gap: 0;
  }

  .main-advantages-description__item {
    width: 280px;
    min-height: 225px;
    padding: 26px 35px 45px;
  }

  .main-advantages-description__item-title {
    min-height: 68px;
  }

  .main-advantages-description__item-info {
    font-size: 18px;
  }

  .about-company__description {
    grid-template-columns: 1fr;
  }

  .become-dealer .container {
    padding: 0;
  }

  .become-dealer .dealer-info__wrapper {
    padding: 40px;
  }

  .become-dealer .dealer-info__description {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .become-dealer .dealer-info__text {
    text-align: center;
    font-size: 24px;
  }

  .become-dealer .dealer-info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .main-banner .banner-overlay::before {
    width: 70%;
  }

  .main-banner .banner-overlay {
    padding: 20px 0 40px;
  }

  .main-banner .banner-descr {
    height: 100%;
  }

  .main-banner .banner-descr__title {
    max-width: 425px;
    margin-bottom: 40px;
  }

  .main-banner .banner-controls {
    position: absolute;
    z-index: 4;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-banner .banner-swiper__pagination-item {
    border: 2px solid var(--main-color);
    width: 14px;
    height: 14px;
  }

  .main-banner .banner-swiper__pagination-item.active {
    background-color: var(--main-color);
  }

  .main-banner .banner-swiper__next-btn {
    width: 10px;
    height: 20px;
  }

  .main-banner .banner-swiper__previous-btn {
    width: 10px;
    height: 20px;
  }

  .main-banner .banner-swiper__btn-icon {
    width: 10px;
    height: 20px;
  }

  .main-banner .banner-swiper__btn-icon path {
    stroke: var(--main-color);
  }

  .main-banner .swiper {
    height: 538px;
  }
}

@media screen and (max-width: 991px) {
  .main-advantages-description__list {
    flex-direction: column;
    gap: 50px;
  }

  .main-advantages-description__item {
    padding: 20px 35px 25px;
    width: 100%;
    min-height: 200px;
  }

  .about-company__wrapper {
    padding-bottom: 60px;
  }

  .about-company__header {
    position: initial;
  }

  .about-company__header .page-link {
    right: 50%;
    transform: translateX(50%);
  }

  .become-dealer {
    padding-top: 0px;
    background-color: var(--white);
  }

  .become-dealer .subtitle {
    padding: 0 20px 36px;
    text-align: start;
  }

  .become-dealer .dealer-info__wrapper {
    padding: 40px 0px;
  }

  .become-dealer .dealer-info__description {
    margin-bottom: 32px;
    padding: 0 20px;
  }

  .become-dealer .dealer-info__text {
    font-size: 18px;
    text-align: start;
  }

  .become-dealer .dealer-info__list {
    grid-template-columns: 1fr;
  }

  .become-dealer .dealer-info__request-btn {
    width: 280px;
  }

  .main-banner .banner-overlay::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .main-banner .banner-overlay {
    padding: 20px 0;
  }

  .main-banner .banner-descr__title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .main-banner .banner-descr__text {
    font-size: 16px;
  }

  .main-banner .banner-descr__link {
    font-size: 14px;
    width: 176px;
    padding: 12px 20px;
  }

  .main-banner .banner-controls {
    bottom: -50px;
  }

  .main-banner .banner-swiper__next-btn {
    display: none;
  }

  .main-banner .banner-swiper__previous-btn {
    display: none;
  }

  .main-banner .swiper {
    height: 260px;
  }

  .main-advantages-info {
    padding: 41px 0 90px;
  }

  .main-advantages-info__list {
    gap: 60px 20px;
  }

  .main-advantages-info__item {
    max-width: 130px;
    gap: 32px;
  }

  .main-advantages-info__title {
    font-size: 18px;
  }
}
/* End */


/* Start:/local/templates/webdoka/styles/preloader.css?17460481221070*/
/* .preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .preloader__spinner {
    width: 48px;
    height: 48px;
    border: 6px solid #ccc;
    border-top-color: #0a74da;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  } */

  .preloader-global {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 10000;
    display: none;
    background: rgba(255,255,255,0.5);
    justify-content: center;
    align-items: center;
  }
  
  .preloader-spinner {
    width: 48px;
    height: 48px;
    border: 6px solid #ccc;
    border-top-color: #3489db;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
  
  .preloader-spinner.small {
    width: 32px;
    height: 32px;
    border-width: 4px;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }
/* End */


/* Start:/local/templates/webdoka/styles/move-top-button.css?1749654176538*/
#scrollToTopBtn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    border-radius: 24px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
  }
  
  #scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
  }
  
  #scrollToTopBtn svg path {
    fill: #fff;
  }
/* End */
/* /local/templates/webdoka/styles/main.css?1769511429137420 */
/* /local/templates/webdoka/styles/form.css?17508847324976 */
/* /local/templates/webdoka/styles/swiper-bundle.min.css?176597558118475 */
/* /local/templates/webdoka/styles/pages/main-page.css?174887193010422 */
/* /local/templates/webdoka/styles/preloader.css?17460481221070 */
/* /local/templates/webdoka/styles/move-top-button.css?1749654176538 */
