@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);
}

.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;
}
@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: 27px;
  user-select: none;
  font-size: 16px;
  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: -8px;
  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;
}
@media (max-width: 1549px) {
  .logo {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .logo {
    flex-direction: row;
  }
}
.logo img {
  margin: 0;
}
.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: 1549px) {
  .logo__text {
    margin: 5px 0 0 0;
    text-align: center;
  }
}
@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: 1199px) {
  .nav {
    position: absolute;
    width: 100%;
    top: 77px;
    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;
  }
}
.nav--active {
  transform: none;
}
.nav__list {
  display: flex;
}
@media (max-width: 1199px) {
  .nav__list {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .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: 1199px) {
  .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);
}

.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 {
  min-height: 77px;
  padding: 16px 0 17px;
  background-color: var(--text-color);
}
@media (max-width: 1679px) {
  .header {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .header {
    height: 77px;
  }
}
.header__container {
  max-width: 1680px !important;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .header__right {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .header__burger {
    display: flex;
  }
}

.consultation__content {
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .consultation__content {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .consultation__content {
    max-width: none;
    padding: 20px;
  }
}
.consultation__wrapper {
  background: url(../images/consultation/consultation-bg-1.png), url(../images/consultation/consultation-bg-2.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1199px) {
  .consultation__wrapper {
    background-position: -17% bottom, 117% bottom;
  }
}
@media (max-width: 992px) {
  .consultation__wrapper {
    background: none;
  }
}
.consultation__title {
  padding-top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .consultation__title {
    padding-top: 20px;
  }
}
.consultation__subtitle {
  max-width: 530px;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 480px) {
  .consultation__subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.consultation__phone {
  display: block;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--text-color);
}
@media (max-width: 480px) {
  .consultation__phone {
    font-size: 30px;
    line-height: 40px;
  }
}
.consultation .btn {
  margin: 0 auto;
}

.consultation-form {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .consultation-form {
    padding-bottom: 20px;
  }
}
.consultation-form__inputs {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.consultation-form__input {
  width: 230px;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  background-color: var(--light-color);
  font-weight: 300;
  font-size: 16px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .consultation-form__input {
    margin-bottom: 10px;
  }
}
.consultation-form__input:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .consultation-form__input:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.consultation-form__privacy {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 14px;
  color: #9E9E9E;
  text-align: center;
}
.consultation-form__privacy a {
  text-decoration: underline;
}
.consultation-form__btn {
  width: 210px;
  margin: 0 auto;
  background: #FAD580;
  color: var(--text-color);
}

.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: 991.98px) {
  .footer__logo {
    margin-left: auto;
  }
}
@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;
  }
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("fonts/Gilroy-Regular.eot");
  src: local("☺"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("fonts/Gilroy-Bold.eot");
  src: local("☺"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.ttf") format("truetype"), url("fonts/Gilroy-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Heavy";
  font-display: swap;
  src: url("fonts/Gilroy-Heavy.eot");
  src: local("☺"), url("fonts/Gilroy-Heavy.woff2") format("woff2"), url("fonts/Gilroy-Heavy.woff") format("woff"), url("fonts/Gilroy-Heavy.ttf") format("truetype"), url("fonts/Gilroy-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Black";
  font-display: swap;
  src: url("fonts/Gilroy-Black.eot");
  src: local("☺"), url("fonts/Gilroy-Black.woff2") format("woff2"), url("fonts/Gilroy-Black.woff") format("woff"), url("fonts/Gilroy-Black.ttf") format("truetype"), url("fonts/Gilroy-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  font-display: swap;
  src: url("fonts/Gilroy-Light.eot");
  src: local("☺"), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype"), url("fonts/Gilroy-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Semibold";
  font-display: swap;
  src: url("fonts/Gilroy-Semibold.eot");
  src: local("☺"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype"), url("fonts/Gilroy-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Extrabold";
  font-display: swap;
  src: url("fonts/Gilroy-Extrabold.eot");
  src: local("☺"), url("fonts/Gilroy-Extrabold.woff2") format("woff2"), url("fonts/Gilroy-Extrabold.woff") format("woff"), url("fonts/Gilroy-Extrabold.ttf") format("truetype"), url("fonts/Gilroy-Extrabold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("fonts/Gilroy-Medium.eot");
  src: local("☺"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype"), url("fonts/Gilroy-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.opt-body {
  background-color: #fff;
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding: 0;
  margin: 0;
  /*section-hero*/
  /*section-send*/
  /*consultation*/
  /*section-information*/
  /*modal*/
  /*mobile*/
}
.opt-body a {
  text-decoration: none;
}
.opt-body ul, .opt-body ol {
  list-style: none;
}
.opt-body .text-center-container {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}
.opt-body input, .opt-body textarea {
  font-size: 16px;
  line-height: 18px;
  padding: 16px 20px;
  border: 1px solid #cbc9c9;
}
.opt-body input:-webkit-input-placeholder, .opt-body textarea:-webkit-input-placeholder {
  color: var(--black-color);
}
.opt-body input::-moz-placeholder, .opt-body textarea::-moz-placeholder {
  color: var(--black-color);
}
.opt-body input:-moz-placeholder, .opt-body textarea:-moz-placeholder {
  color: var(--black-color);
}
.opt-body input:-ms-input-placeholder, .opt-body textarea:-ms-input-placeholder {
  color: var(--black-color);
}
.opt-body h1, .opt-body h2 {
  font-weight: 900;
}
@media (max-width: 1199px) {
  .opt-body .header {
    height: auto;
  }
}
.opt-body .header__content {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .opt-body .header__content {
    flex-direction: column;
    gap: 10px;
  }
}
.opt-body .content-container {
  display: flex;
  align-items: center;
}
.opt-body .logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1549px) {
  .opt-body .logo {
    flex-direction: row;
  }
}
.opt-body .logo p {
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  color: #DEDEDE;
  padding: 4px 0;
  margin-bottom: 0;
  margin-left: 10px;
}
.opt-body .phone-block .phone {
  font-family: "Gilroy-Bold", Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #FFF;
  transition: 0.3s all;
}
.opt-body .phone-block .phone:hover {
  color: #929292;
}
.opt-body .breadcrumbs {
  display: flex;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  color: #DEDEDE;
  padding-left: 0;
}
.opt-body .breadcrumbs li:not(:first-child) {
  padding-left: 8px;
}
.opt-body .breadcrumbs li a {
  color: #DEDEDE;
  padding-right: 5px;
  transition: 0.3s all;
}
.opt-body .breadcrumbs li a:hover {
  color: #929292;
}
.opt-body .section-hero {
  padding-top: 70px;
  padding-bottom: 120px;
}
.opt-body .section-hero__heading {
  font-size: 65px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 70px 0;
}
.opt-body .section-hero__description:not(:last-child) {
  line-height: 22px;
  margin-bottom: 20px;
}
.opt-body .section-hero__list {
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 20px;
}
.opt-body .section-hero__item:not(:last-child) {
  margin-bottom: 7px;
}
.opt-body .section-hero__item {
  position: relative;
  padding-left: 28px;
}
.opt-body .section-hero__item::before {
  content: "";
  background-image: url(../images/icon-tick.png);
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.opt-body .section-send {
  background: #F2F2F2;
}
.opt-body .section-send__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 95px;
  padding-bottom: 0;
}
.opt-body .section-send__container-img {
  width: 100%;
  max-width: 660px;
}
.opt-body .section-send__container-img img {
  width: 100%;
  object-fit: cover;
}
.opt-body .section-send__container-form {
  max-width: 320px;
  width: 100%;
  padding: 40px 0;
}
.opt-body .section-send__form-input {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.opt-body .section-send__form-textarea {
  width: 100%;
  height: 100px;
}
.opt-body .section-send__form-button {
  width: 100%;
  padding: 10px;
  min-height: 60px;
  margin-top: 20px;
  cursor: pointer;
}
.opt-body .consultation {
  padding-top: 40px;
  padding-bottom: 110px;
  background-color: #F8F8F8;
}
.opt-body .btn-reset {
  width: auto;
  width: 174px;
  text-align: center;
  padding: 10px;
  border: none;
}
.opt-body .section-information {
  padding-top: 120px;
  padding-bottom: 120px;
}
.opt-body .section-information__heading {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.opt-body .section-information__description a {
  color: #000;
  text-decoration: underline;
}
.opt-body .section-information__description:not(:last-child) {
  margin-bottom: 20px;
}
.opt-body #order-success {
  display: none;
}
.opt-body #order-success-opt {
  display: none;
}
.opt-body .modal__form {
  max-width: 412px;
}
.opt-body .modal-title {
  font-family: "Gilroy-Black", Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
}
.opt-body .modal__input {
  width: 100%;
  margin: 10px 0 20px;
}
.opt-body .modal__button {
  font-size: 24px;
  width: 100%;
  height: 74px;
  cursor: pointer;
}
.opt-body #thanks {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .opt-body .section-questions {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .opt-body .section-questions__form {
    flex-direction: column;
    align-items: center;
  }
  .opt-body .section-questions__form label {
    margin-bottom: 10px;
    max-width: 510px;
    width: 100%;
  }
  .opt-body .section-questions__input {
    max-width: none;
  }
  .opt-body .section-questions__button {
    max-width: 510px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .opt-body {
    /*header*/
    /*section-hero*/
    /*section-send*/
    /*consultation*/
    /*section-information*/
    /*section-footer*/
  }
  .opt-body .content-container {
    flex-direction: column;
    justify-content: center;
  }
  .opt-body .content-container .logo {
    margin-bottom: 10px;
  }
  .opt-body .breadcrumbs {
    margin-bottom: 0;
    margin-top: 0;
  }
  .opt-body .section-hero {
    padding-bottom: 40px;
  }
  .opt-body .section-hero__heading {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .opt-body .section-send__container-img {
    order: 2;
  }
  .opt-body .section-send__container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 0;
    background: none;
  }
  .opt-body .section-send__container-form {
    margin: 0 auto;
  }
  .opt-body .consultation {
    padding-bottom: 40px;
  }
  .opt-body .section-information {
    padding-top: 50px;
  }
  .opt-body .section-information__heading {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .opt-body .section-footer {
    padding-top: 50px;
  }
  .opt-body .section-footer__copyright {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .opt-body .section-hero__heading {
    font-size: 30px;
  }
  .opt-body .section-information__heading {
    font-size: 24px;
  }
  .opt-body .container {
    min-width: 300px;
  }
  .opt-body .button {
    font-size: 16px;
  }
  .opt-body .section-questions__phone {
    font-size: 26px;
  }
  .opt-body .section-footer__phone {
    font-size: 28px;
  }
}

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