@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --content-width: 1490px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --black-color: #000;
  --text-color: #323232;
  --green-color: #15B359;
  --brown-color: #DDAC76;
}

/* stylelint-disable */ /* stylelint-disable */ /* Gilroy */
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-display: swap;
}
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Gilroy", sans-serif;
  overflow-x: hidden;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #F8F8F8;
}

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

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

p {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: var(--light-color);
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.btn {
  display: block;
  width: 160px;
  height: 44px;
  padding: 8px 0 8px;
  background-color: var(--green-color);
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  transition: 0.4s all;
}
.btn:hover {
  transform: scale(0.97);
}

.buy__rassrochka-btn {
  background-color: #FF5353;
  margin-left: 25px;
  width: 250px;
}

.main-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.title {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.subtitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: var(--brown-color);
}
@media (max-width: 480px) {
  .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: var(--container-width);
  }
}
.fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .fields {
    gap: 12px;
  }
}

.input {
  font-family: "Gilroy", sans-serif;
  background: #F3F3F3;
  border-radius: 3px;
  border: none;
  font-size: 22px;
  line-height: 26px;
  padding: 14px 16px;
  color: var(--text-color);
}
@media (max-width: 575.98px) {
  .input {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 16px;
  }
}

.fields-2 {
  display: flex;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .fields-2 {
    flex-direction: column;
    gap: 12px;
  }
}

.input-2 {
  padding: 14px 29px;
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 3px;
  color: var(--text-color);
}

.select {
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8 url(../images/icon-select.svg) no-repeat 96% center;
  color: var(--text-color);
  border-radius: 3px;
  padding: 12px 44px 12px 16px;
  font-size: 21px;
  line-height: 25px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1549.98px) {
  .select {
    font-size: 18px;
    line-height: 22px;
  }
}
.select__list {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 20px 60px -4px rgba(49, 37, 29, 0.19);
  border-radius: 10px;
  width: 100%;
  max-width: 348px;
  padding: 15px 20px 17px;
  z-index: 15;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding: 6px 0;
  font-size: 17px;
  cursor: pointer;
}
.custom-checkbox__input {
  position: absolute;
  top: 0;
  opacity: 0.01;
}
.custom-checkbox__input_active + .custom-checkbox__check:after, .fields .custom-checkbox__input_active:after, .kit__popup .custom-checkbox__input_active:after {
  content: "";
  background: #c9ad6d url(../images/check-select.svg) no-repeat center;
}
.custom-checkbox__check {
  color: #303035;
  padding-left: 34px;
  user-select: none;
  font-size: 20px;
  line-height: 22px;
  display: block;
  font-family: "Gilroy", sans-serif;
}
.select .custom-checkbox__check {
  padding-left: 37px;
}
.custom-checkbox__check:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #c9ad6d;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #fff;
  display: grid;
  place-content: center;
  border-radius: 50%;
}
.select .custom-checkbox__check:after {
  top: 3px;
}

/* Стили отступов между блоками */
.ptb {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ptb {
    padding: 30px 0;
  }
}

.pb {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 480px) {
  .pb {
    padding-bottom: 30px;
  }
}

.pt {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt {
    padding-top: 56px;
  }
}
@media (max-width: 480px) {
  .pt {
    padding-top: 30px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
[x-cloak] {
  display: none !important;
}

.brown {
  color: var(--brown-color);
}

.red {
  color: #FF2727;
}

.nowrap {
  white-space: nowrap;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  margin: 0;
}
@media (max-width: 768px) {
  .logo svg {
    width: 120px;
    height: auto;
  }
}
.logo__text {
  max-width: 170px;
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #dedede;
}
@media (max-width: 1199px) {
  .logo__text {
    margin: 0 0 0 20px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .logo__text {
    display: none;
  }
}

@media (max-width: 1279px) {
  .nav {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background: var(--text-color);
    transform: translateX(-150%);
    transition: transform 0.3s ease;
    z-index: 20;
  }
}
@media (max-width: 768px) {
  .nav {
    top: 80px;
  }
}
.nav--active {
  transform: none !important;
}
.nav__list {
  display: flex;
}
@media (max-width: 1279px) {
  .nav__list {
    flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .nav__item {
    margin-bottom: 20px;
    text-align: center;
  }
}
.nav__item:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 1439px) {
  .nav__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1279px) {
  .nav__item:not(:last-child) {
    margin-right: 0;
  }
}

.nav-item__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.buy {
  display: flex;
  flex-direction: column;
}
.buy__prices {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .buy__prices {
    margin-bottom: 30px;
  }
}
.buy__price {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}
.buy__price_old {
  margin: 0 0 0 92px;
  color: #8E8E8E;
}
.buy__price_old span {
  font-weight: 900;
}
.buy__price_new {
  color: var(--text-color);
}
.buy__price_new span {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}
.buy__buttons {
  display: flex;
}
@media (max-width: 480px) {
  .buy__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.buy__btn {
  width: 130px;
}
.buy__btn_constructor {
  width: 180px;
  background: linear-gradient(93.88deg, #FAE7A5 4.34%, #FAE7A5 30.7%, #FFF1C4 53.31%, #C9AD6D 132.51%);
  color: var(--text-color);
}
.buy__buttons-flex {
  display: flex;
}
.buy____rassrochka-btn {
  border-color: #FF5353 !important;
}

.gifs {
  display: flex;
  justify-content: space-between;
}
.gifs__title {
  margin-bottom: 20px;
}
.gifs__subtitle {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .gifs {
    flex-direction: column;
  }
}
.gifs__col {
  width: 49%;
}
@media (max-width: 1199px) {
  .gifs__col {
    width: 100%;
  }
}
.gifs__col video {
  width: 100%;
  margin-bottom: 15px;
}
.gifs__name {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: var(--text-color);
  text-align: center;
}
@media (max-width: 1199px) {
  .gifs__name {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .gifs__name {
    font-size: 22px;
  }
}
.gifs__list {
  max-width: 330px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .gifs__list {
    margin: 0 auto 50px;
  }
}
.gifs__list_advantage .gifs__item::before {
  background-image: url(../images/check.svg);
}
.gifs__item {
  position: relative;
  padding-left: 34px;
  font-size: 25px;
  line-height: 32px;
  color: var(--text-color);
}
@media (max-width: 480px) {
  .gifs__item {
    font-size: 20px;
    line-height: 30px;
  }
}
.gifs__item span {
  font-weight: 600;
}
.gifs__item:not(:last-child) {
  margin-bottom: 10px;
}
.gifs__item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/cross.svg);
  background-repeat: no-repeat;
}

.table {
  border-collapse: collapse;
}
.table__col {
  padding: 15px 0;
  border: 2px solid #F8F8F8;
  text-align: center;
}
@media (max-width: 1259px) {
  .table__col {
    padding: 15px;
  }
}
.table__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: var(--text-color);
}
.table__text {
  background-position: 14% center;
  background-repeat: no-repeat;
  text-align: left;
}
.table__text_cross {
  background-image: url(../images/cross.svg);
}
.table__text_check {
  background-image: url(../images/check.svg);
}
.table__text .table__desc {
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .table__text {
    background-position: 8% center;
  }
}
.table__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: var(--text-color);
}

.fancybox-content {
  padding: 0;
}

.set-modal {
  max-width: 1520px;
  width: 100%;
}
@media (max-width: 1520px) {
  .set-modal {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .set-modal {
    max-width: none;
  }
}
.set-modal_1 .set-modal__info {
  max-width: 450px;
}
.set-modal_2 .set-modal__info {
  max-width: 500px;
}
.set-modal_3 .set-modal__info {
  max-width: 560px;
}
.set-modal_3 .set-modal__image {
  position: absolute;
  right: 0;
  width: 427px;
}
.set-modal_4 .set-modal__info {
  max-width: 760px;
}
.set-modal_5 .set-modal__info {
  padding-bottom: 80px;
}
@media (max-width: 1520px) {
  .set-modal_5 .set-modal__info {
    padding-bottom: 0;
  }
}
.set-modal_5 .set-modal__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 582px;
}
.set-modal_12 .set-modal__info {
  padding-bottom: 255px;
}
@media (max-width: 1520px) {
  .set-modal_12 .set-modal__info {
    padding-bottom: 0;
  }
}
.set-modal_12 .set-modal__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 652px;
}
.set-modal__header {
  height: 130px;
  padding: 20px 40px;
  background: #FFE4C7;
  color: var(--text-color);
}
@media (max-width: 1520px) {
  .set-modal__header {
    height: auto;
  }
}
.set-modal__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: inherit;
}
@media (max-width: 767px) {
  .set-modal__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.set-modal__subtitle {
  color: inherit;
}
@media (max-width: 767px) {
  .set-modal__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.set-modal__body {
  position: relative;
  padding: 40px;
}
@media (max-width: 1520px) {
  .set-modal__body {
    padding: 20px;
  }
}
.set-modal__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1520px) {
  .set-modal__inner {
    flex-direction: column;
  }
}
.set-modal__info {
  max-width: 650px;
}
@media (max-width: 1520px) {
  .set-modal__info {
    max-width: none !important;
    background-color: #f8f8f8;
    padding: 10px;
  }
}
.set-modal__desc {
  font-size: 20px;
  line-height: 30px;
  color: #494949;
}
.set-modal__desc:not(:last-child) {
  margin-bottom: 20px;
}
.set-modal ul li {
  font-size: 20px;
  line-height: 30px;
  color: #494949;
}
.set-modal__image {
  margin: 0 auto;
}
@media (max-width: 1520px) {
  .set-modal__image {
    display: none;
  }
}
.set-modal__image_mobile {
  display: none;
}
@media (max-width: 1520px) {
  .set-modal__image_mobile {
    display: block;
    margin-bottom: 20px;
  }
}

.popup {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 15px;
  max-width: 760px;
}
@media (max-width: 767.98px) {
  .popup {
    max-width: 420px;
  }
}
.popup__title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .popup__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.popup__prices {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.popup__price {
  font-size: 24px;
  color: #000;
}
.popup__price_old {
  text-decoration: line-through;
  font-weight: 400;
}
.popup__price_new {
  font-weight: 700;
}
.popup__wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.popup__left {
  width: 370px;
}
.popup__right {
  width: 320px;
}
.popup__text {
  font-size: 20px;
  font-weight: 500;
}
.popup__info {
  text-align: center;
}
.popup__dop {
  width: 180px;
}
.popup__inputs {
  margin-bottom: 20px;
}
.popup .input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.popup .btn {
  margin: 20px auto;
}
.popup .kit__item {
  justify-content: flex-start;
  padding: 18px 0;
}

.order-success {
  text-align: center;
}
.order-success__title {
  font-weight: bold;
}
.order-success__text {
  margin-bottom: 10px;
}
.order-success__input {
  margin-bottom: 10px;
}

.callme {
  max-width: 440px;
}
.callme__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .callme__title {
    font-size: 18px;
  }
}

.header-hide {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--text-color);
  min-height: 65px;
}

.header {
  min-height: 95px;
  background-color: var(--text-color);
}
@media (max-width: 1279px) {
  .header {
    min-height: 65px;
  }
}
.header__container {
  max-width: 1680px !important;
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-bottom: 10px;
}
.header__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .header__right {
    flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .header__right {
    display: none;
  }
}
.header__phone {
  display: block;
  margin-right: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.header__phone_mobile {
  display: none;
}
@media (max-width: 1279px) {
  .header__phone_mobile {
    display: block;
    margin: 0 0 10px !important;
  }
}
@media (max-width: 1679px) {
  .header__phone {
    margin: 0 0 5px 0;
  }
}
.header__btn {
  position: relative;
  width: 200px;
  padding-left: 50px;
  background-color: transparent;
  border: 2px solid var(--green-color);
  border-radius: 22px;
  font-size: 15px;
  line-height: 18px;
  color: var(--green-color);
}
.header__btn::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 21px;
  width: 26px;
  height: 26px;
  background-image: url(../images/phone-icon.svg);
  background-repeat: no-repeat;
}
.header__btn_mobile {
  display: none;
}
@media (max-width: 1279px) {
  .header__btn_mobile {
    display: block;
  }
}
.header__burger {
  position: relative;
  display: none;
  justify-content: end;
  align-items: center;
  width: 60px;
  height: 29px;
}
.header__burger-line {
  display: inline-block;
  width: 43px;
  height: 3px;
  background: var(--light-color);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header__burger-line::before, .header__burger-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 60px;
  height: 3px;
  background: var(--light-color);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header__burger-line::before {
  bottom: 0;
}
.header__burger-line::after {
  top: 0;
}
@media (max-width: 1279px) {
  .header__burger {
    display: flex;
  }
}

#analogs {
  background: #ffffff;
  color: #323232;
}
#analogs[x-cloak] {
  opacity: 0 !important;
}
@media (min-width: 576px) {
  #analogs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#analogs .analogs-container {
  max-width: 1520px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #analogs .analogs-container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  #analogs .analogs-container {
    max-width: 540px;
  }
}
#analogs .title-models {
  margin: 60px 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#analogs .title-models p {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 57px;
  width: 100%;
}
@media (max-width: 768px) {
  #analogs .title-models p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 992px) {
  #analogs .title-models {
    margin: 40px 0 30px;
  }
}
@media (min-width: 993px) {
  #analogs .swiper-wrapper {
    display: block;
    box-sizing: border-box;
  }
}
#analogs .compare-controls {
  display: none;
}
@media (max-width: 992px) {
  #analogs .compare-controls {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
  }
}
#analogs .compare-controls .swiper-pagination {
  display: flex;
  height: auto;
  align-items: center;
  position: static;
  width: auto;
}
#analogs .compare-controls .swiper-pagination-bullet {
  cursor: pointer;
  background: #bbb;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
#analogs .compare-controls .swiper-pagination-bullet-active {
  background: #ddac76;
}
#analogs .compare-controls .compare-button-next,
#analogs .compare-controls .compare-button-prev {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 20;
  transition: opacity 0.3s;
  background-image: url(/images/arrow-prev-production.png);
}
#analogs .compare-controls .compare-button-next.swiper-button-disabled,
#analogs .compare-controls .compare-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
#analogs .compare-controls .compare-button-next {
  transform: rotate(180deg);
}
#analogs .analogs-wrapper {
  background: #f7f7f7;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 3.5% 93% 3.5%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  #analogs .analogs-wrapper {
    grid-template-columns: 2% 96% 2%;
  }
}
@media (max-width: 768px) {
  #analogs .analogs-wrapper {
    grid-template-columns: 10px 1fr 10px;
  }
}
#analogs .analogs-wrapper:last-child {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  #analogs .analogs-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  #analogs .analogs-wrapper {
    padding-bottom: 20px;
  }
}
#analogs .analogs-wrapper__item {
  grid-column: 2/3;
}
#analogs .analogs-wrapper__item .compare-row {
  display: flex;
  width: 100%;
  gap: 4.5%;
}
@media (max-width: 1366px) {
  #analogs .analogs-wrapper__item .compare-row {
    gap: 3%;
  }
}
@media (max-width: 1366px) {
  #analogs .analogs-wrapper__item .compare-row {
    gap: 2.5%;
  }
}
@media (max-width: 992px) {
  #analogs .analogs-wrapper__item .compare-row {
    flex-direction: column;
    gap: 20px;
  }
}
#analogs .analogs-wrapper__item .compare-row .compare-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  background: #ffffff;
  padding: 15px 10px;
  position: relative;
}
@media (max-width: 767px) {
  #analogs .analogs-wrapper__item .compare-row .compare-item {
    flex-direction: column;
  }
}
#analogs .analogs-wrapper__item .compare-row .compare-item svg {
  position: absolute;
  top: 15px;
  left: 12px;
}
#analogs .analogs-wrapper__item .compare-row .compare-item__img {
  max-width: 40%;
  width: 100%;
}
@media (max-width: 767px) {
  #analogs .analogs-wrapper__item .compare-row .compare-item__img {
    max-width: 80%;
  }
  #analogs .analogs-wrapper__item .compare-row .compare-item__img img:not([src]):not([srcset]) {
    aspect-ratio: 169/148;
  }
}
#analogs .analogs-wrapper__item .compare-row .compare-item ul {
  margin: 16px 0 0;
  padding-left: 40px;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  #analogs .analogs-wrapper__item .compare-row .compare-item ul {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  #analogs .analogs-wrapper__item .compare-row .compare-item ul {
    padding-left: 25px;
  }
}
#analogs .analogs-wrapper__item .compare-row .compare-item li,
#analogs .analogs-wrapper__item .compare-row .compare-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #323232;
}
@media (max-width: 576px) {
  #analogs .analogs-wrapper__item .compare-row .compare-item li,
  #analogs .analogs-wrapper__item .compare-row .compare-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }
}
#analogs .analogs-wrapper__item .compare-row .compare-item li:not(:last-child),
#analogs .analogs-wrapper__item .compare-row .compare-item p:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  #analogs .analogs-wrapper__item .compare-row .compare-item li:not(:last-child),
  #analogs .analogs-wrapper__item .compare-row .compare-item p:not(:last-child) {
    margin-bottom: 10px;
  }
}
#analogs .analogs-wrapper__item .compare-row .compare-item p {
  padding-left: 40px;
  margin-top: 16px;
}
@media (max-width: 576px) {
  #analogs .analogs-wrapper__item .compare-row .compare-item p {
    padding-left: 10px;
  }
}
#analogs .analogs-wrapper__title {
  grid-column: 1/4;
  margin: 40px auto 30px;
}
@media (max-width: 1280px) {
  #analogs .analogs-wrapper__title {
    margin: 30px auto 20px;
  }
}
@media (max-width: 768px) {
  #analogs .analogs-wrapper__title {
    margin: 20px auto;
  }
}
#analogs .analogs-wrapper__title p {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 57px;
  width: 100%;
}
@media (max-width: 768px) {
  #analogs .analogs-wrapper__title p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  #analogs .analogs-wrapper__title p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  #analogs .compare-slider-container {
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
}
#analogs .analogs-button {
  margin: 40px 0 20px;
}
#analogs .analogs-button a {
  margin: 0 auto;
  text-align: center;
}

.footer {
  background-color: var(--text-color);
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer hr {
  opacity: 0.1;
  color: #ffffff;
}
.footer__wrapper {
  padding: 53px 0 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .footer__wrapper {
    padding: 33px 0 50px;
  }
}
.footer__right {
  flex-basis: 266px;
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .footer__right {
    align-items: center;
    flex-basis: auto;
  }
}
.footer__center {
  flex-basis: 305px;
  margin-right: 77px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .footer__center {
    margin: 0 auto 30px;
    text-align: center;
    flex-basis: auto;
  }
}
.footer__left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .footer__left {
    align-items: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer__left {
    margin-bottom: 0;
  }
}
.footer__logo {
  max-width: 96px;
  margin-left: 0;
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .footer__logo {
    margin-bottom: 25px;
  }
}
.footer__number {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .footer__number {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
  }
}
.footer__info {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
  color: #c1c1c1;
}
@media (max-width: 575.98px) {
  .footer__info {
    line-height: 18px;
    margin-bottom: 23px;
  }
}
.footer__info b {
  font-weight: 700;
  color: #fff;
}
.footer__link {
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
}
@media (max-width: 575.98px) {
  .footer__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }
}
.footer__link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__copyright {
  font-size: 12px;
  line-height: 140%;
  padding: 23px 0;
}
@media (max-width: 991.98px) {
  .footer__copyright {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer__copyright {
    font-weight: 300;
    font-size: 10px;
    text-align: left;
  }
}

#header {
  overflow: hidden;
}
@media (max-width: 1199px) {
  #header .header {
    height: auto;
  }
}
#header .header__content {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 10px;
}
@media (max-width: 600px) {
  #header .header__content {
    flex-direction: column;
    gap: 10px;
  }
}
#header .content-container {
  display: flex;
  align-items: center;
}
#header .logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1549px) {
  #header .logo {
    flex-direction: row;
  }
}
#header .logo p {
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  color: #dedede;
  padding: 4px 0;
  margin-bottom: 0;
  margin-left: 10px;
}
#header .phone-block .phone {
  font-family: "Gilroy-Bold", Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  transition: 0.3s all;
}
#header .phone-block .phone:hover {
  color: #929292;
}
@media (max-width: 576px) {
  #header #breadcrumbs-wrap {
    margin: 0 auto;
  }
}
#header .breadcrumbs {
  display: flex;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  color: #dedede;
  padding-left: 0;
}
@media (max-width: 425px) {
  #header .breadcrumbs {
    width: calc(100% + 20px);
    transform: translateX(-10px);
    align-items: center;
  }
}
#header .breadcrumbs li {
  list-style: none;
}
#header .breadcrumbs li:not(:first-child) {
  padding-left: 8px;
}
@media (max-width: 375px) {
  #header .breadcrumbs li:not(:first-child) {
    width: min-content;
  }
}
#header .breadcrumbs li a {
  color: #dedede;
  padding-right: 5px;
  transition: 0.3s all;
}
#header .breadcrumbs li a:hover {
  color: #929292;
}

/*# sourceMappingURL=style-comparison.css.map */
