@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Анимации */

/* Choises: select */

/* ===============================
=            Choices            =
=============================== */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

/* Slider: swiper */

/* Переменные */

:root {
  --orange: #EF7826;
  --light-orange: #FFD9B1;
  --light-orange-2: #FFF4E7;
  --dark: #1F1F1F;
  --dark-2: #353535;
  --black: #000000;
  --grey: #AFAFAF;
  --background-grey: #F4F4F4;
  --background-body: #FFFFFF;
  --white: #FFFFFF;
  --grey-text: #737373;
}

/* Миксины */

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.0555555556vw;
}

html,
body {
  background: var(--background-body);
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  font-family: OpenSans;
  color: var(--black);
  font-size: 18rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

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

/* Шрифты */

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Типографика */

h1 {
  font-size: 16rem;
}

h2 {
  font-size: 30rem;
  line-height: 34rem;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
}

h2 a,
h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h2 a:hover,
h3 a:hover {
  opacity: 1;
}

a {
  display: inline-block;
  color: #000;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
}

address {
  font-style: normal;
}

p,
span {
  line-height: 1.35;
}

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

.wrapper-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24rem;
}

.break-lg {
  display: none;
}

.break-md {
  display: none;
}

/* Анимации */

@-webkit-keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

@keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

/* Компоненты */

/* Кнопки */

/* Кнопка: перейти */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  text-decoration: none;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
  opacity: 1;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.btn::before {
  content: "";
  position: absolute;
  height: 150rem;
  width: 50rem;
  background: #fff;
  left: -100rem;
  top: -40rem;
  -webkit-transform: rotate(37deg);
      -ms-transform: rotate(37deg);
          transform: rotate(37deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  -webkit-animation: btn 2s linear 0s infinite;
          animation: btn 2s linear 0s infinite;
}

.btn:hover::before {
  left: 110%;
}

.btn--black {
  background-color: #1f1f1f;
  border-radius: 10rem;
  color: var(--white);
  text-transform: uppercase;
}

.btn--orange {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
}

.btn--disabled {
  background-color: var(--grey);
}

.btn--disabled::before {
  -webkit-animation: none;
          animation: none;
  display: none;
}

.btn--disabled:hover {
  cursor: not-allowed;
  opacity: 1;
}

.btn--size-lg,
.btn--large {
  text-transform: uppercase;
  font-size: 24rem;
  line-height: 26rem;
  padding: 0 40rem;
  font-weight: 700;
  height: 50rem;
}

.btn--size-md {
  font-size: 16rem;
  line-height: 1;
  font-weight: 700;
  height: 42rem;
  border-radius: 8rem;
  padding: 0 16rem;
}

.btn--size-sm-2 {
  font-size: 18rem;
  line-height: 1;
  font-weight: 700;
  height: 50rem;
  padding: 0 12rem;
}

.btn--min-size,
.btn--size-sm {
  font-size: 15rem;
  line-height: 18rem;
  font-weight: 700;
  text-align: center;
  max-width: 215rem;
  height: 50rem;
  min-height: 50rem;
  padding: 0 20rem;
}

.btn--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  height: 64rem;
  min-height: 64rem;
  width: 314rem;
  border-radius: 13rem;
}

.btn--price b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 24rem;
  line-height: 26rem;
  font-weight: 700;
}

.btn--price b span {
  font-size: 14rem;
  line-height: 16rem;
  font-weight: inherit;
}

.btn--tarrifs {
  height: 42rem;
  border-radius: 8rem;
  background-color: #060e13;
  color: var(--white);
  padding: 0 20rem;
  font-size: 16rem;
  line-height: 17rem;
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
}

.btn--transparent {
  border-width: 3rem;
  border-style: solid;
  background-color: transparent;
  border-radius: 8rem;
  height: 48rem;
  font-size: 16rem;
  line-height: 17rem;
  text-transform: uppercase;
  font-weight: 700;
}

.btn--transparent::before {
  -webkit-animation: none;
          animation: none;
  display: none;
}

.btn--transparent:hover {
  cursor: pointer;
  opacity: 1;
}

.btn--transparent-dark {
  color: #060e13;
  border-color: #060e13;
  padding: 0 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.btn--transparent-white {
  color: var(--white);
  border-color: var(--white);
  padding: 0 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.btn--defalut {
  border-radius: 10rem;
  height: 52rem;
  padding: 0 18rem;
  font-size: 18rem;
  line-height: 20rem;
}

/* Контейнер */

.container {
  padding: 0 200rem;
}

/* Icon */

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon--telegram {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKYXJpYS1sYWJlbD0iVGVsZWdyYW0iIHJvbGU9ImltZyIKdmlld0JveD0iMCAwIDUxMiA1MTIiPjxyZWN0CndpZHRoPSI1MTIiIGhlaWdodD0iNTEyIgpyeD0iMTUlIgpmaWxsPSIjMzdhZWUyIi8+PHBhdGggZmlsbD0iI2M4ZGFlYSIgZD0iTTE5OSA0MDRjLTExIDAtMTAtNC0xMy0xNGwtMzItMTA1IDI0NS0xNDQiLz48cGF0aCBmaWxsPSIjYTljOWRkIiBkPSJNMTk5IDQwNGM3IDAgMTEtNCAxNi04bDQ1LTQzLTU2LTM0Ii8+PHBhdGggZmlsbD0iI2Y2ZmJmZSIgZD0iTTIwNCAzMTlsMTM1IDk5YzE0IDkgMjYgNCAzMC0xNGw1NS0yNThjNS0yMi05LTMyLTI0LTI1TDc5IDI0NWMtMjEgOC0yMSAyMS00IDI2bDgzIDI2IDE5MC0xMjFjOS01IDE3LTMgMTEgNCIvPjwvc3ZnPg==);
}

.icon--vk {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKYXJpYS1sYWJlbD0iVksiIHJvbGU9ImltZyIKdmlld0JveD0iMCAwIDUxMiA1MTIiPjxyZWN0CndpZHRoPSI1MTIiIGhlaWdodD0iNTEyIgpyeD0iMTUlIgpmaWxsPSIjNTI4MWI4Ii8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI3NCAzNjNjNS0xIDE0LTMgMTQtMTUgMCAwLTEtMzAgMTMtMzRzMzIgMjkgNTEgNDJjMTQgOSAyNSA4IDI1IDhsNTEtMXMyNi0yIDE0LTIzYy0xLTItOS0xNS0zOS00Mi0zMS0zMC0yNi0yNSAxMS03NiAyMy0zMSAzMy01MCAzMC01Ny00LTctMjAtNi0yMC02aC01N2MtNiAwLTkgMS0xMiA2IDAgMC05IDI1LTIxIDQ1LTI1IDQzLTM1IDQ1LTQwIDQyLTktNS03LTI0LTctMzcgMC00NSA3LTYxLTEzLTY1LTEzLTItNTktNC03MyAzLTcgNC0xMSAxMS04IDEyIDMgMCAxMiAxIDE3IDcgOCAxMyA5IDc1LTIgODEtMTUgMTEtNTMtNjItNjItODYtMi02LTUtNy0xMi05SDc5Yy02IDAtMTUgMS0xMSAxMyAyNyA1NiA4MyAxOTMgMTg0IDE5MnoiLz48L3N2Zz4=);
}

.icon--whatsapp {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKYXJpYS1sYWJlbD0iV2hhdHNBcHAiIHJvbGU9ImltZyIKdmlld0JveD0iMCAwIDUxMiA1MTIiPjxyZWN0CndpZHRoPSI1MTIiIGhlaWdodD0iNTEyIgpyeD0iMTUlIgpmaWxsPSIjMjVkMzY2Ii8+PHBhdGggZmlsbD0iIzI1ZDM2NiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjI2IiBkPSJNMTIzIDM5M2wxNC02NWExMzggMTM4IDAgMTE1MCA0N3oiLz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzA4IDI3M2MtMy0yLTYtMy05IDFsLTEyIDE2Yy0zIDItNSAzLTkgMS0xNS04LTM2LTE3LTU0LTQ3LTEtNCAxLTYgMy04bDktMTRjMi0yIDEtNCAwLTZsLTEyLTI5Yy0zLTgtNi03LTktN2gtOGMtMiAwLTYgMS0xMCA1LTIyIDIyLTEzIDUzIDMgNzMgMyA0IDIzIDQwIDY2IDU5IDMyIDE0IDM5IDEyIDQ4IDEwIDExLTEgMjItMTAgMjctMTkgMS0zIDYtMTYgMi0xOCIvPjwvc3ZnPg==);
}

.icon--youtube {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKYXJpYS1sYWJlbD0iWW91VHViZSIgcm9sZT0iaW1nIgp2aWV3Qm94PSIwIDAgNTEyIDUxMiIKZmlsbD0iI2VkMWQyNCI+PHJlY3QKd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiCnJ4PSIxNSUiLz48cGF0aCBkPSJtNDI3IDE2OWMtNC0xNS0xNy0yNy0zMi0zMS0zNC05LTIzOS0xMC0yNzggMC0xNSA0LTI4IDE2LTMyIDMxLTkgMzgtMTAgMTM1IDAgMTc0IDQgMTUgMTcgMjcgMzIgMzEgMzYgMTAgMjQxIDEwIDI3OCAwIDE1LTQgMjgtMTYgMzItMzEgOS0zNiA5LTEzNyAwLTE3NCIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0yMjAgMjAzdjEwNmw5My01MyIvPjwvc3ZnPg==);
}

.icon--phone {
  background-image: url("/img/icons/tel-s.svg");
  width: 25rem;
  height: 25rem;
  min-width: 13rem;
  min-height: 25rem;
}

.icon--arrow-down {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20rem;
  height: 8rem;
  min-width: 20rem;
  min-height: 8rem;
}

.icon--file {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAjCAMAAABbyCHdAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAASZQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3AapoQAAAGJ0Uk5TAAnP/5A7fmD2ckAw8P5U9+wm3RXICq8C5DkPIEoMa6CYgLvmxsDQ/N7FvrzN69wYrAhe6FaTUAfgY49oDiTtEogi2P0bnW4jmUcLkR0XBqtETIq4PE4fAXsZ8fkelsS/sMxREmvzAAABe0lEQVR4nMXUW0sCQRQH8PPPTF2VCCEiEi3woQhCEELILMKKyCIKJJI+XBREQYhQQUgFKXQhkKILFIIpiUhEUV5yddt11Uy3Jeih8zK781vmzJ4zDIgAUF2ArT4RKYuKug+Qb8l8OZNTv393XYbBq6yTLp2XddLjWdapFU+yTm1IyToZkJT2jpQ4tiekvbNUDyRUaWkXQ5v9jRuBuLGhAUJwsS6OQ09Uyiphgj5NZqDQjHsiC99KxN74+b6coOorBgp+ENIP4JIKwqQVCJcbzORIdBtwOoizAtn5BYIOhMA6j4nsR2U3xWn4wBwrkCVCzttHzQdYbba0gYqPIODaLzmN7U0E6lw1it2pZFj0yW3rhZi/+4Gq+5u+jpLojkP3DtiZc6IkV/ZxTcjA/5/obt+cvyF/6UVwxrVF876ffAHY8GCTpN12QrR49xKhGu+/qSm3xz+7/q3+vfACa17p/q0u8f376/n4f1cWl4NSPrTSlBdc4v4Qg+M4+gR0fbsWheskiwAAAABJRU5ErkJggg==);
  width: 31rem;
  height: 35rem;
  min-width: 31rem;
  min-height: 35rem;
}

.icon--advan1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAkCAMAAACt+qpmAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAASBQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Q+EZnwAAAGB0Uk5TAAdiyRV+6f8qm/cBRbe1RNMpDaXAuBAaLkL1YfaIFBewmQp3BjKvvhOiNzZxeTBt2QLYxV9H8Scj7qrkJiLcDtfrOTMc1E5JEcP9Z2P8CKyDgAORnwUEnnUMC1r6zUMd7zFzRgAAAb5JREFUeJyt0/8rnVEcB/D3O8JlnutizE+Wm7nmRnJXKFYoU6OorZWyv81qtahLviWWMiJxaS5asTvdbYikuebahrNznvvc53nuF785PzzPOc/rfM7nPKfPIaxGEkII2wezl6kMSq+TMYe8MboZQlzZMI/8q97Zctk/qpMlxO8YklpUD8g5ky/Xlb6E41wmZ2EkOZWZPJ9FF/F59m3raz1gcQRaVM9gb3l0nCNfofMYqa3k1z1jKY/uxDKeFv+8A8syTlDyPT0qc2jhRCyXxxIy7OI6Kaf7BzTnnmUJWBk9QflBgWmJOVWQOmXDYli1j9JwfCuWwfMNj1kdgnsnvlHLULOHCnp38SQYG9fy0PopucNKui5RzY2Uo63nNnKJhi38u01BXxDeAPFsE3VcSbJGrqN2VVZLcwA+LiZYi5zdsKSq7zmX0cw5m7UvEE1iXq/bDn7Cw6czpnUGT9EqPhpF/ULGtXPSsJecQZuYRvw69FD2u2b1GuydkrPFGExEHyeAbg7jNUdlrPDDhsCbEUDr4Li8NL0fjG/WFexXcRjCK/EeKYiBL5/ls87zDmkQj9xr8H09QlrEWz/6Bm3j/12Oscc8qjlkAAAAAElFTkSuQmCC);
  width: 28rem;
  height: 36rem;
  min-width: 28rem;
  min-height: 36rem;
}

.icon--advan2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAMAAABNTyq8AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVxQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Y2H17gAAAHR0Uk5TAAp2wtfg0rBNG9r/oQG7ZDCyYG3eBB8glO0mXUkZ6GgSQTR/1hYnfME3Xy4FOI2vTP70RLx9F6ieeeNa34wVtqwMa/BAoEpwQlh1DcCYB8r8JDkde2eOro+QT6aa2MuDxKXxemOdUAmKpCs7BnTrMjrM0Ybur/SDAAACA0lEQVR4nJXTy0vUURTA8e+pcUQqyUKmhyG9NGHMySLTskVh0gPEngspqBYtQuhfiaJFizKIoCBrEwRJoNZgRlO+KLMs0KKishjK0tLu3PObvHfSRQeG3+H+Pvfcc8/MCOmQVOjzB35IOskRcXxyepT721kNfZ0WzR+H8MRsW2aUye8ZKF87SZIrWiz0BfLMHsJDaRTJ/sRMER4JUOHHGQ3kv/6PSqanOR8g8s17Pfcdi5NTPZnP6rew9LmHiodZ9oyS9yZdJH0pFH0FK3o8tPYlq7piAzYv+mXnVN5P3jDrRR7CRmGyk009lHZUduuOkEVVXcTus+UxkUGqE5S3U/aCld1bJW5eVoT0CwtnUXGX7R1UtlATp+oOa4Yo6P97uEW65CLd5iFb3EPagIdsmx7Sq3jIXthFwVB22LdyW6ZG5yAd7842LVRt0bYHjI+5qOgNLBnY1aqo0KLNTyiLu6h0EJb37h7LtsfpnApGKE64SBf8xnWjg7S0j7QFB2mTPtLL1LXUyA1m5TA6odf1UWostc375JF5Rkt42nvwFnuuMi/LDCoRaQv+UuakuivOz6nhJvWXWfAzlW9oDdDhZnOGg45cZ/8lau+l8gNNATp6jUOmnyD2iqnacJ4TchGOybkAnWwiI9bFzmY0Do0XfHNcTvMP4lRf9Ew6b/y8sL3T3fIH7SLBXgiCwMsAAAAASUVORK5CYII=);
  width: 36rem;
  height: 32rem;
  min-width: 36rem;
  min-height: 32rem;
}

.icon--advan3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAqCAMAAAAH47LZAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZtQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////LHKW/AAAAIl0Uk5TAAvSagSD/8Yg93mq3gc+UQLQvmb8LQ/ql43vEyf6b7XXSUcFtHAmFYwu/WW/z1IeX4bfqS+3K/vYJGLUlYKa3eAz+E9pnQEQ0eURFlz0lFuokv6wmYAfdePMvJOHuFnLpzyuGiLb8ThyhG7ZkA1D1kTFU+ZAwpusKl4bVp7zNvkZFMgj7eQp8H1OB5D4AAACXElEQVR4nIXUf0hTURQH8O8hE6UYr5RpYln+YCSaEQtjjFL7sQoppSKSJKQCEUvCSCsh8o+SCpNEJLKwQiKToFAhJaWoLaJYQlJbFmRaLZu/RlI5sfucr/Z237r3j/fuOXzefee8H5egPYgNr38cxM0l0C+xC6MphEyI3bxJhJJH6HQ/gfAxiJxEPzB/GEIX4YGOhoROTyNY+BVCt8iNSBoUulhyIbofQhf3BTEDXqFbxu4Y+yEwy7mEqc9Y0sddzbmkj4gKdwqdwfMd8W85xrnoYSyY/iZ0y6kPSb08C3QpThg+jQrdClZZ2LgG++fSqDfFHfkaqS+1mOKM1DObWPn8Py4i0a4kVpEtqDO9YIfV8i/GjOndYBCXOWGHmR6ymWR0uLCuk802/S38geKkNV1ssv5RRjs7bXgMXXobYOlW3G/FZXf4EhYaskFKs2HLPU2X6sBW8srLZ1Pn+M772H5Hy2U+hS6r2SLRXTneQS3Y1aTVx95m7L7JZiF5dMuXy2vUcpu7kPzKFxTQaCs77bk+E6laJj176/lXlcwBNyt0Tsz7mb78SyS2Rey74ncDS1wjCi7zrvCa/OotwPTs40nsx/563q19Jj+HxS5sbPMlixpwsI7vI/82jFZkWJHwBsUsrjVIdhRe4lxJPYpqcKQOxdUorcXhC8hpR0lPR0DLFDUC/QCO1chFlV3EthaUO1tRehbqEinrCY6ekb8stuGdPA9zfAMqzqFssirAhQI5Y0ivwnGymbqtqGhaaqZKnKITnNMcp6tVGyUl83uJb1SWq1yuQxseuqFa7w/glLOE4+1eiAAAAABJRU5ErkJggg==);
  width: 39rem;
  height: 42rem;
  min-width: 39rem;
  min-height: 42rem;
}

.icon--advan4 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZVQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4EeKHgAAAId0Uk5TAAIgNkAfGXS99v/1vHEYIaD8+p4eAXX9y5rvm8xuCrPibxTgFnKrCcb5eQYHfvu+teY06q135SQj+DKoDhB83AQae2fA9/N2xw8wLfDIAyyPlkHuPFBJQu1LLo0IDBuQ8oJgJdawafQphd0cysE/02hsydJdY7mGuIeLu4Cy/q8o0M2BIkhHARCb9gAAAilJREFUeJx9k99Lk1EYx79fK6vRMISFobnQVZjm5sWw0mJ0EU1rw6AScWGEUFR3XXbRH1AXdSXGggqLvJJ+LTObhFlhmFJjVC5pRNKsJr1SylZv593ed3vf5XwuDs+Pz3me7zmcQ+iNwuSCpGzIZd1Cpa5xP/8nisiFLL2K/GYkLJSEZxabZ9eSCUkUiudndEQ5RbSO/IjK6fUR2JiIAWV8lyHKTVFYyZBwUwRQQ05iUzyqEpbS99jCMcOpsMwRxtZPM2nCGRJ7XiLH6pNhlH5IEds5YedILiC6FM3LyYRCNLzGmpiWbqQ8rPm7X6FwVhAriiUnh7SsqjRlNXOxlY4gsecFdgxqs8181vgoM2fDd+zqJ/Y9tW4MqKkm0csazhAV8YWdj1n9Raxaqpmjkv15VuyBQbuF3gHs7cvm9DqAln7U8uBDuMcRWYyohCOAJh66rwS/FiNMyrKfR+7CM5qvhzPoNLOtDy09+XQoxvYBqWBuSQJlPxpKbqjRUbL3sCxfNxLHbqP1qhopNwa4HhiJ47fQ5peXItDZg/budFSduvGqUA7hnZr0sQv5THljJ6+hIxzMrZziyJhGuLb50fE3p4v37bTceVkl4N58Bb7VlxS56n246rqIE+GARsBt84th7I2mCV9J/CZw+k0AGQKu+m7xJ3mGU3c8FXwyAdg8w0PQEWJu7UWdirP8qunS/f3zv01/LqTKy8lzhtNmzRdpHq+79zmqz/0DlJ6xq4MRkZoAAAAASUVORK5CYII=);
  width: 33rem;
  height: 33rem;
  min-width: 33rem;
  min-height: 33rem;
}

.icon--check-orange {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAMAAAAYGszCAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAADlQTFRFAAAA73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gmmJt+5gAAABN0Uk5TABzHLdz/1gLrFY0GA9CyW/22V+tsAasAAABbSURBVHicbc5BCsAgDETRfFwJgtD7X1KKRShCo1aItlk+hswg2wGV3ZwqH3P3lhwm/NiC0xQ95NWEQPE1L6bJSG5qrP3sehnrRarhNDbaVcXYOylSjM2dRzImD3QFJxZXfrR6AAAAAElFTkSuQmCC);
  width: 20rem;
  height: 14rem;
  min-width: 20rem;
  min-height: 14rem;
}

.icon--arrow-right-dark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWBAMAAAAGFmApAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACdQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3RL5tQAAAA10Uk5TAAyN/6EDxqU28TdyyJcVv+IAAABVSURBVHicY2T8zwAEjMpKu0FU8hXJDUCqc5VTN5Di6lwC5DIyrOwCchkZwFxGBjAXSIG4QArEBVFcnSuQKIggVAlEA1Q7xDCo0VCLDpeArYU6AuIkANfxJBfEniDvAAAAAElFTkSuQmCC);
  width: 12rem;
  height: 22rem;
  min-width: 12rem;
  min-height: 22rem;
}

.icon--arrow-right-white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWBAMAAAAGFmApAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACdQTFRFAAAA////////////////////////////////////////////////rj1KOQAAAA10Uk5TAAyN/6EDxqU28TdyyJcVv+IAAABVSURBVHicY2T8zwAEjMpKu0FU8hXJDUCqc5VTN5Di6lwC5DIyrOwCchkZwFxGBjAXSIG4QArEBVFcnSuQKIggVAlEA1Q7xDCo0VCLDpeArYU6AuIkANfxJBfEniDvAAAAAElFTkSuQmCC);
  width: 12rem;
  height: 22rem;
  min-width: 12rem;
  min-height: 22rem;
}

.icon--quote {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAMAAABXc8oyAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAXdQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////JwQcvQAAAH10Uk5TAAcpHRIu0uIMWO+jZPf/jZdEBpzZJhnKrwoRwsQv5JgDHNW+QPGOAdzHQvafGxQ/BQ/TPPK3pBjheoQ2v/kQQf7zfwnf+4BQ9Ci9STGFsMuT6je6SLWUTjjMFar9OgRNTDnsNCe7+gh0eAK5syDaE5UiF8G03XBS0WALO1E919PNAAACNElEQVR4nGWU30tUQRTHzzexNGJTyS3WLRSsFSOX7CHaiuznUmC7ZZgttEghlb312L/QQ0TRYxHiomwUhosVlSWVFWURZS0EBYpbVLZm+YPdtJl77965Z3Yezhy+87nnzNxzZkBsAHOUPwqQJTClEMBMHlcM/OXgEoAwoWFYKpIU/HKAZcgQLcR3zrkxTbQYKQV6MEnkmhvj3EqkiUrxRaWuwg+i8qkU56rxjWgFkmSDVYtEqIq0xtVihGhVJkk2uC4juFnfW875s4JzLXtDNrgen4Rd/UrbX5HIu+bnZ7LBynIZvOYF5zZiWNi1g6TAwDsj/RPGVXrlRvwYUOA2DAm7YSzJwB0vpa34QDa4E0bO7BTjChuey6nusQL3PDPdTXccnO/PpDEH0JcD6zxPrcUtSNhg0DoD+WfdvSbY+EjFaRh5bXmhflusLxkYlw0Yvu/IWP3VrPXBe8797u4fJxy6y84QjBtT+AFTF6QJzbeZRHu7pa3RmmhfF44kuGT8j0gvF6mxE9u1Au9/L85ztEcDA264NIlCHUSH+3R1cz544BpR6w1dbcKx67p0leh4XAeb0dbNlXpPjKgo2sXV+QhOxrhktov+eTAOVWpzZKaNhUEOeodBpzqdSnHTZTn5dnU41egl0RTtow+VUhK6aDqRIUdtWnFB9mNZ9EpOmTl9Puee6bGfjLZUzLozLd7f8pQncG5ehfGFby2XV6QdE3I31r0+C4wmtFdH1L1068eb/0z/P3ezk/Qr+NJTAAAAAElFTkSuQmCC);
  width: 40rem;
  height: 32rem;
  min-width: 40rem;
  min-height: 32rem;
}

.icon--arrow-right-circle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAMAAADwFEhBAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMBQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////A6PmTAAAAEB0Uk5TAAxKd5/G4PD8/yaBxwloyXbnAV3p26+HZVFFQCjB96kcZ/bUDweh0FAQw+9qAhXTtxZ4S/E6ivPXN0cGLI6gPE8WfM0AAALQSURBVHicrZj7UxJRFMfv4bEQj4hFMUwRSDEymzGnZnrM9Oc3U1M5pWVaimY+IDQEnFiQ2zkLGwvsLst4vj/ce+fu7mfu4zzuXRB2AkPSkO2b1t0hgPbQI+mT8so1IwqgWaMVKWtuGBCDv9YEUlBWR+Y0zFABGkY7Yl6PutEblvLckTEHv7uNaahHi+YnmVpElrvNKXnkwMjCiV7PNiLfR+exWA8f642U3LdjLMFPvU5DaWi0htSkPNQb83LXklEAnZ4D+GxNIK1KuaePWH61YDyGHaqW4aM9gbQmv1GVl59GGAWFEPJh0WYafamZL/RVXjNGYjCW/DSRVPz9OAJp/YKWPtvaHWTkaTlX4J0bhBBP5RaW8zsDjOwpjSLhEoGQCo3k7r6JMadgl1xxNZGu1rfwy5R29J+hhsk6Cx/cI4R4Qis61Tg3GAny6eXDsTtilpqmLQ5VegxIoJvllDF2Maw1DY0tXJFdxp0mFvc3J0MI8egHFoE/OiPqw3iRVhwM3FqrGvpOsF0jxu0WdixsT4oQ4sEBFv5LYsQw8M1eTLSgXalxDAVKFRkhim2x08kRaGNVLOAKRLiDUUuxCDlmPcOY+Gakd1HDyOZpgIhcC5E8cEY830Bn8o9CFkpCeOsAAeiZioNekO1YQMg4ZRM8AWzPFJ0ZLzc1S0jmDIsmeBVMAmVnBM68bA2ZxpShgc+PVlYax7CDJDHttcDvQys7G8uwgcxcCtEGxevSOiwhZCHXEPCg052Yul+BzVlgW0/Xg5AUulwHgvhF/LjfW9jzOI+nk+tnFvQR3Fy4hS31V7/39VtnBPq8Kere0+MYxzg41oNjXzjsg8NOOfyFw2854gdHHGOJpxxxnSO/sOQ5jnzLkfdZzh8c5yCW8xjHuZDlfMpyTmY5r3PcG1juLyz3KJb7nOC4VwqW+y3LPVtw3PdJN//voOvG/z96T1z/h/kHc7+MpPh2ILEAAAAASUVORK5CYII=);
  width: 67rem;
  height: 67rem;
  min-width: 67rem;
  min-height: 67rem;
}

.icon--arrow-left-circle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAMAAADwFEhBAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMBQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////A6PmTAAAAEB0Uk5TAAxKd5/G4PD8/yaBxwloyXbnAV3p26+HZVFFQCjB96kcZ/bUDweh0FAQw+9qAhXTtxZ4S/E6N9fzikcGoI4sPOckM+MAAALKSURBVHicrZj7UxJRFMfv4bEQj4hFMEwRSDFSmiFH//+aqWZqqpnKHlqKZj4wNAScWJDTuQsbj12WRc/3h3uPd9mP93HOufcuiHECQ2ho7C+tmwMA7ZFH6EG8cswIA2jWaAWx5oQBEfhrTZDyY9U0plGGCtAw7NDgfNSN1iDiuS1jHn53jTjUw6XBJ+laCM+65gwe2jAycKzXc43Qd/M4lurBI91I4t44xjL81OsUlEd6a0hN4IFuLOCOJSMPOj0L8NGaIFVA3NV7jF8sGE9gW1Yr8H48QaqI32SVww8mRl6RCHxcGjOMvtT0Z/lWTjN6YjCWvXIgyejbSQSp9Qs59ZnWzjAjJ6dzFd44QQixgVtULmwPMTInshcxhwiCVGRP7u8NMOYVasJVRwPpan2L3kxqh/8ZalB6Z/6dc4QQT+WMzjTODUZMxvTKwcQVGZSakkscqPQYEKMwyyoT/GJURY2cLVjBLuNek4qHn6ZDCLH2gwrfH50R9lC+SCk2Dm6tgkax42/XJONuixoWv06LEOLRPhXeS8mIUOKbu5hqQrtSo5QKlCoxAjK3RU6mR5CPVamAKxDBDmUtxZxyNikNvrJnLGmU2VwNEKFrIRL7ZkSHQqLw2h6yWBbCXQfwQc9VzAhRfGnPkM6JTXD5yJ4tWSKUtRf2jPQpFU1wK7QJnFkj4haJeVhx2jI08HjJy8o3RIgEbXst8HrIy05viBCzl0K0QXGPescUCN1DrsHnoqA7NiFEOGf9FsDzgb+SFHId8NPSRo/6rfldl/2/7mT7OwvFCC0u3CFL/dVv3ZiYAzaf9e0Heh7j6AfHfHCsC4d/cPgpR7xwxC1H/uDIYyz5lCOvc+wvLPscx37Lse+znD84zkEs5zGOcyHL+ZTlnMxyXue4N7DcX1juUSz3OcFxrxQs91uWe7bguO9L3f67g65bf//oPXH8HeYfS3qQpJmfIYoAAAAASUVORK5CYII=);
  width: 67rem;
  height: 67rem;
  min-width: 67rem;
  min-height: 67rem;
}

.icon--arrow-right-circle-dark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAMAAADwFEhBAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMBQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzsvEAAAAEB0Uk5TAAxKd5/G4PD8/yaBxwloyXbnAV3p26+HZVFFQCjB96kcZ/bUDweh0FAQw+9qAhXTtxZ4S/E6ivPXN0cGLI6gPE8WfM0AAALQSURBVHicrZj7UxJRFMfv4bEQj4hFMUwRSDEymzGnZnrM9Oc3U1M5pWVaimY+IDQEnFiQ2zkLGwvsLst4vj/ce+fu7mfu4zzuXRB2AkPSkO2b1t0hgPbQI+mT8so1IwqgWaMVKWtuGBCDv9YEUlBWR+Y0zFABGkY7Yl6PutEblvLckTEHv7uNaahHi+YnmVpElrvNKXnkwMjCiV7PNiLfR+exWA8f642U3LdjLMFPvU5DaWi0htSkPNQb83LXklEAnZ4D+GxNIK1KuaePWH61YDyGHaqW4aM9gbQmv1GVl59GGAWFEPJh0WYafamZL/RVXjNGYjCW/DSRVPz9OAJp/YKWPtvaHWTkaTlX4J0bhBBP5RaW8zsDjOwpjSLhEoGQCo3k7r6JMadgl1xxNZGu1rfwy5R29J+hhsk6Cx/cI4R4Qis61Tg3GAny6eXDsTtilpqmLQ5VegxIoJvllDF2Maw1DY0tXJFdxp0mFvc3J0MI8egHFoE/OiPqw3iRVhwM3FqrGvpOsF0jxu0WdixsT4oQ4sEBFv5LYsQw8M1eTLSgXalxDAVKFRkhim2x08kRaGNVLOAKRLiDUUuxCDlmPcOY+Gakd1HDyOZpgIhcC5E8cEY830Bn8o9CFkpCeOsAAeiZioNekO1YQMg4ZRM8AWzPFJ0ZLzc1S0jmDIsmeBVMAmVnBM68bA2ZxpShgc+PVlYax7CDJDHttcDvQys7G8uwgcxcCtEGxevSOiwhZCHXEPCg052Yul+BzVlgW0/Xg5AUulwHgvhF/LjfW9jzOI+nk+tnFvQR3Fy4hS31V7/39VtnBPq8Kere0+MYxzg41oNjXzjsg8NOOfyFw2854gdHHGOJpxxxnSO/sOQ5jnzLkfdZzh8c5yCW8xjHuZDlfMpyTmY5r3PcG1juLyz3KJb7nOC4VwqW+y3LPVtw3PdJN//voOvG/z96T1z/h/kHc7+MpPh2ILEAAAAASUVORK5CYII=);
  width: 67rem;
  height: 67rem;
  min-width: 67rem;
  min-height: 67rem;
}

.icon--arrow-left-circle-dark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAMAAADwFEhBAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMBQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzsvEAAAAEB0Uk5TAAxKd5/G4PD8/yaBxwloyXbnAV3p26+HZVFFQCjB96kcZ/bUDweh0FAQw+9qAhXTtxZ4S/E6N9fzikcGoI4sPOckM+MAAALKSURBVHicrZj7UxJRFMfv4bEQj4hFMEwRSDFSmiFH//+aqWZqqpnKHlqKZj4wNAScWJDTuQsbj12WRc/3h3uPd9mP93HOufcuiHECQ2ho7C+tmwMA7ZFH6EG8cswIA2jWaAWx5oQBEfhrTZDyY9U0plGGCtAw7NDgfNSN1iDiuS1jHn53jTjUw6XBJ+laCM+65gwe2jAycKzXc43Qd/M4lurBI91I4t44xjL81OsUlEd6a0hN4IFuLOCOJSMPOj0L8NGaIFVA3NV7jF8sGE9gW1Yr8H48QaqI32SVww8mRl6RCHxcGjOMvtT0Z/lWTjN6YjCWvXIgyejbSQSp9Qs59ZnWzjAjJ6dzFd44QQixgVtULmwPMTInshcxhwiCVGRP7u8NMOYVasJVRwPpan2L3kxqh/8ZalB6Z/6dc4QQT+WMzjTODUZMxvTKwcQVGZSakkscqPQYEKMwyyoT/GJURY2cLVjBLuNek4qHn6ZDCLH2gwrfH50R9lC+SCk2Dm6tgkax42/XJONuixoWv06LEOLRPhXeS8mIUOKbu5hqQrtSo5QKlCoxAjK3RU6mR5CPVamAKxDBDmUtxZxyNikNvrJnLGmU2VwNEKFrIRL7ZkSHQqLw2h6yWBbCXQfwQc9VzAhRfGnPkM6JTXD5yJ4tWSKUtRf2jPQpFU1wK7QJnFkj4haJeVhx2jI08HjJy8o3RIgEbXst8HrIy05viBCzl0K0QXGPescUCN1DrsHnoqA7NiFEOGf9FsDzgb+SFHId8NPSRo/6rfldl/2/7mT7OwvFCC0u3CFL/dVv3ZiYAzaf9e0Heh7j6AfHfHCsC4d/cPgpR7xwxC1H/uDIYyz5lCOvc+wvLPscx37Lse+znD84zkEs5zGOcyHL+ZTlnMxyXue4N7DcX1juUSz3OcFxrxQs91uWe7bguO9L3f67g65bf//oPXH8HeYfS3qQpJmfIYoAAAAASUVORK5CYII=);
  width: 67rem;
  height: 67rem;
  min-width: 67rem;
  min-height: 67rem;
}

.icon--star {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAMAAAC7xnO3AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAadQTFRFAAAA73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gm73gmhHFENAAAAI10Uk5TAAFRob4VwP8N0K9ixU4W7tEMn/cpMv56wtoGUt28cv0u8Jqe8xhIpHgbWJPN/AcaYaPf9jYIZds5TebYmFAF+siLH/jLgkAKkiS1cLFThMkCM2e/9Sv71Qt0rolk6UM4J1kQfainX1Wtm5VzqyoTauKmIeDEHIbq3KLSScO9TDQS5/KQIC3kaw5trKUjmlAckwAABAhJREFUeJyVlntsFFUUxs+praGIhVZqYReEKlYeZjGhpiBYkmpFKkK1VOXVYqlFpdvgE4MmQAIEHwhpEbViBR+gAopBRUGb8FIbMZHGBxa0RVgUKxQUKBHs4bsznZ3ZGXZ29v4xuffO/OZ8Z8459wxTtMEYghH1frQbSazdEjkXJ9mFO/RJgpyNj+z6vzG75Exc5GXnSQnWpCaejoNMYUhM5rZUaYdw+cc7mQYz3fhvop5yCgKOeybT+SRRj6NqmnGCqLu0eiV7tcEsH1FTn8Bg6p8eST9k0qX/6ovL/8OlZ8gT6UuAuCsPGcu+f0F+xxEv5FVwsBe3GMv+Aq0Zv3sgU67A+/2/mRtXQ6rvmCMyTvKaw1DI+82NawXK+/wag0xN12Rm7rNuDmzWRLe2RSMHqbpqUrO09EbrM4FWLRWyVM39bCeHAvrR2Lue90QqyZYfjOkQ0HvD5I38k7UIb+Bv7D4Nl+8tq6TB8q1GjuDvLK+H8R12kCgXpixChsnXILWC0l7MfH7vRctCHylDE0UMOYmnOY93qdnNsPV5dMoYY2B7p5qMEs6Htiw/b4lNGWOshBCBXC74kujWT7xzatzxBdEtPG4b0W2b4yPv3EqUz+Ph3e28KR6wUD6Dx3zXp8r8B/GQdyvnCpiKPoZ5Xu8dLBY4N24jUzF/BAH8rlfwPoFrE2Q9cmiSklp0xqOrhV03KsHrVPbxJDWf+I43csoGZWedaBmvncdU/LYXcKr6IDjDO6ssz/8+0rbfm7HBkoNI3HtC9WTUZ+lhJK9v9OpY4PTtOKNG9VlDYZLuX4tL9nV17mDZL6rSJr9BFpJmKC+nrXIny9/CZerrFEFyufKy4EM3UEu3klUSSdKYhvZYoVEBSc4xqtg8+yrgd9FaN3Iy4l5aa6xMcuZqfKhX3MgH8Wmmv+okVQWUvexGPlRnrSqTVD02tp96P44kH8bXLn/JjZyFoM1Y6SQrXwsHOcpQ6fLACifZDef8va6pW/IezvdTTrI32k5FjRsZRETS/nCSA9AlO6L95GkjKQGd9YCDzG1Ajz/oBhL1Q9/PMbpOmCxDQHzN1ueqVgRrKqutO5mosSl1djJvN0K93HyqNC2Ek22C//gac282EmVkvZ18FKGsXNq5KDw6MvytgrszjMPtMYRk1ot28gnoGvaVNg0EmiOadnZmo979b0KjrXreTgakSXciL5s7RT/CsqxTpuyp1z9FFjfaSZoLqf0nnkitPamvn+TGTYUBeU5fda9o67GhBYIXk4PMtzb5rBz/An02L9TQZLmRu81Jzufw655mfsZ8eKHIorAwme8kaRHrZpLnLLD99HeZ92y7LqC2Jbxp/QdbwlxTVVP1OF1kvFAdrA6KPGXuXAAJuzkFQGog8wAAAABJRU5ErkJggg==);
  width: 57rem;
  height: 57rem;
  min-width: 57rem;
  min-height: 57rem;
}

.icon--link-top svg {
  width: 40rem;
  height: 40rem;
  min-width: 40rem;
  min-height: 40rem;
}

.icon--link-top svg circle,
.icon--link-top svg polyline {
  stroke: var(--orange);
}

.icon--chevron-down {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAAdUlEQVQ4ja3MwQmAMAyF4V+8iuPYsZzEgyP00FXEdRxAFCUFLbS2qQ8CgZd8SCZgBQb0uX4Xse70wCGzAUaBGvn1TucLW4GHqH2WLeAUeIg6sV4pxbPQUrwIzcVV6BdehabwajSG/4LG8Cy0KcBH2WdgT14DJ5WGSN7t8js8AAAAAElFTkSuQmCC);
  width: 22rem;
  height: 12rem;
  min-width: 22rem;
  min-height: 12rem;
}

/* Input */

select {
  font-size: 18rem;
  line-height: 20rem;
  font-weight: 700;
  height: 34rem;
  border-radius: 3rem;
  width: 100%;
  outline: none;
}

.choices {
  width: 100%;
  background-color: var(--white);
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 10rem 8rem;
}

.choices__inner {
  border: none;
  border-radius: 0;
  padding: 15rem 10rem 10rem 10rem;
  background-color: transparent;
  max-height: 46rem;
  min-height: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choices__list--single .choices__item--selectable {
  text-align: right;
  padding-right: 16rem;
}

.choices[data-type*=select-one] .choices__inner {
  padding: 10rem 8rem;
}

.choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 300rem;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 18rem;
  line-height: 20rem;
  font-family: OpenSans;
  font-weight: 400;
  text-transform: none;
}

.choices__item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  opacity: 1;
  font-size: 18rem;
  line-height: 20rem;
  font-family: OpenSans;
  font-weight: 400;
  text-align: left;
}

.choices__item:hover,
.choices__item--active {
  background-color: #fff;
}

.checkbox {
  position: relative;
}

.checkbox input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.checkbox label {
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--white);
  font-weight: 700;
  font-size: 18rem;
  white-space: nowrap;
}

.checkbox label:hover {
  cursor: pointer;
}

.checkbox input:checked + .checkbox__name::before {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px;
}

.checkbox input:hover + .checkbox__name::before {
  cursor: pointer;
}

.checkbox__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.checkbox__name::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border-radius: 4px;
  background-color: var(--white);
  -webkit-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  top: 2px;
}

.swiper-pagination {
  bottom: unset;
  position: static;
  margin-top: 54rem;
}

.swiper-pagination--team {
  margin-top: 20rem;
}

.swiper-pagination-bullet {
  background-color: #afafaf;
  border-radius: 3rem;
  width: 50rem;
  height: 10rem;
  opacity: 1;
  margin: 0 9rem !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--orange);
}

/* link top */

.link-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 102rem;
  right: 100rem;
  z-index: 999;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  z-index: 100;
  text-decoration: none;
  -webkit-animation: moveTop 2s infinite ease-in-out;
          animation: moveTop 2s infinite ease-in-out;
  display: none;
}

.link-top .icon svg {
  width: 100%;
  height: 100%;
}

.link-top:hover {
  opacity: 1;
}

.cookie-banner-close .link-top {
  bottom: 32rem;
}

/* tabs */

.tabs__tab {
  overflow: hidden;
}

.tabs__tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs__tab-button:hover {
  cursor: pointer;
}

.tabs__tab-button .icon {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.tabs__tab-button.active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tabs__tab-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  -webkit-transition-property: height, opacity, -webkit-transform;
  transition-property: height, opacity, -webkit-transform;
  -o-transition-property: height, opacity, transform;
  transition-property: height, opacity, transform;
  transition-property: height, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.tabs:not(.tabs--start-large) .tabs__tab-content:not(.active) {
  -webkit-transform: translateY(-100rem);
      -ms-transform: translateY(-100rem);
          transform: translateY(-100rem);
  height: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.tabs--start-large .tabs__tab-button .icon {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
}

.modal .modal__close {
  position: absolute;
  z-index: 10;
}

.modal .modal__close:hover {
  cursor: pointer;
}

.modal .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #fff;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

.modal--addmenu .modal__dialog {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}

.modal--addmenu .modal__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal--addmenu .modal__wrap-info address {
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 500;
  text-align: left;
  font-style: normal;
}

.modal--addmenu .modal__wrap-info .btn {
  margin: 0;
}

.modal--addmenu .modal__wrap-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12rem;
}

.modal--addmenu .modal__select-address {
  width: 213rem;
  position: relative;
}

.modal--addmenu .modal__select-address::after {
  content: "";
  pointer-events: all;
  position: absolute;
  top: 50%;
  right: 4rem;
  height: 20rem;
  width: 20rem;
  background-color: var(--white);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.modal--addmenu .modal__select-address::before {
  content: "";
  pointer-events: all;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 24rem;
  width: 24rem;
  height: 100%;
  z-index: 10;
  right: 10rem;
  top: 1rem;
  pointer-events: none;
}

.modal--addmenu .modal__select-address select {
  font-size: 18rem;
  line-height: 20rem;
  font-weight: 700;
  height: 34rem;
  border-radius: 3rem;
  width: 100%;
  outline: none;
}

.modal--addmenu .modal__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12rem;
  list-style: none;
}

.modal--addmenu .modal__menu > ul > li > a {
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  text-decoration: none;
  color: var(--dark);
  text-transform: uppercase;
}

.modal--addmenu .modal__mode p {
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 500;
  text-align: left;
}

.modal--addmenu .modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal--addmenu .modal__btn a {
  min-height: 46rem;
  height: 46rem;
  font-size: 14rem;
  line-height: 17rem;
  font-weight: 700;
  padding: 0 16rem;
  width: unset;
}

.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

.load .modal--addmenu {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  -webkit-transition: color var(--transition-time) linear;
  -o-transition: color var(--transition-time) linear;
  transition: color var(--transition-time) linear;
}

.dropdown__wrapper {
  position: absolute;
  z-index: 4;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  width: 236rem;
  padding-top: 10rem;
}

.dropdown__content > ul {
  background: #fff;
  -webkit-box-shadow: 0 0 30rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30rem rgba(0, 0, 0, 0.2);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 14rem;
  padding-bottom: 14rem;
  row-gap: 10rem;
}

.dropdown__content > ul > li {
  width: 100%;
  text-align: left;
  padding-left: 14rem;
  padding-right: 14rem;
  color: var(--dark);
}

.dropdown__content > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dropdown__content > ul > li > a {
  text-transform: none;
  color: var(--black);
  -webkit-filter: none;
  filter: none;
  list-style: none;
  text-decoration: none;
  font-size: 17rem;
  line-height: 20rem;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  display: inline;
}

.dropdown__content > ul > li > a:hover {
  color: var(--orange);
  text-decoration: none;
  opacity: 1;
}

.dropdown--active .dropdown__wrapper {
  visibility: visible;
  opacity: 1;
}

.dropdown--active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Блоки */

/* Шапка сайта */

.header {
  position: fixed;
  height: 160rem;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-property: height, padding-top, top, -webkit-box-shadow;
  transition-property: height, padding-top, top, -webkit-box-shadow;
  -o-transition-property: box-shadow, height, padding-top, top;
  transition-property: box-shadow, height, padding-top, top;
  transition-property: box-shadow, height, padding-top, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #fff;
}

.header__top {
  padding-top: 27rem;
  padding-bottom: 16rem;
}

.header__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
    max-width: 400px;
}
.header__logo img
{

	}

.header__logo:hover {
  opacity: 1;
}

.header__wrap-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16rem;
}

.header__wrap-address address {
  font-size: 15rem;
  line-height: 17rem;
}

.header__select-address {
  width: 213rem;
  position: relative;
}

.header__select-address::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  height: 20rem;
  width: 20rem;
  background-color: var(--white);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.header__select-address::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 30rem;
  width: 30rem;
  height: 100%;
  z-index: 10;
  right: 10rem;
  top: 1rem;
  pointer-events: none;
}

.header__wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 4rem;
}

.header__info > span {
  font-size: 15rem;
  line-height: 17rem;
}

.header__info > a {
  font-size: 15rem;
  line-height: 16rem;
  color: #ee7828;
  font-weight: 700;
}

.header__wrap-phone > a {
  font-size: 24rem;
  line-height: 20rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header__icon-phone {
  position: relative;
  top: -2rem;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.header__bottom {
  background-color: var(--light-orange);
}

.header__bottom-content {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.header__menu > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 26rem;
     -moz-column-gap: 26rem;
          column-gap: 26rem;
}

.header__menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 700;
}

.header__wrapper-hamburger {
  display: none;
  width: 28rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  row-gap: 4rem;
  border: none;
  background-color: transparent;
}

.header__wrapper-hamburger:hover {
  opacity: 0.8;
}

.header__wrapper-hamburger::after,
.header__wrapper-hamburger::before {
  content: "";
}

.header__wrapper-hamburger span,
.header__wrapper-hamburger::after,
.header__wrapper-hamburger::before {
  width: 100%;
  border: 2rem solid #000;
}

.header--fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.fix-height {
  margin-top: 160rem;
}

/* Подвал сайта */

.footer {
  padding: 50rem 0 30rem 0;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 442rem 1fr;
  grid-template-columns: 442rem 1fr;
  -webkit-column-gap: 60rem;
     -moz-column-gap: 60rem;
          column-gap: 60rem;
  row-gap: 60rem;
}

.footer__column:nth-child(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  -webkit-column-gap: 30rem;
     -moz-column-gap: 30rem;
          column-gap: 30rem;
}

.footer__bottom {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.footer__logo {
  margin-bottom: 72rem;
}

.footer__logo:hover {
  opacity: 1;
}

.footer__logo img {
  width: 445rem;
  height: 45rem;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20rem;
  margin-bottom: 32rem;
}

.footer__contacts address,
.footer__contacts > a {
  font-size: 30rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.footer__contacts address {
  color: var(--dark);
}

.footer__contacts > a {
  color: var(--orange);
  text-decoration: none;
  margin-left: -40rem;
  margin-bottom: 20rem;
}

.footer__links {
  /*max-width: 334rem;*/
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20rem;
}

.footer__links p {
  font-size: 24rem;
  line-height: 1;
  color: var(--dark);
}

.footer__links p a {
  color: var(--orange);
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.footer__wrap-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.footer__wrap-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__menu-title a,
.footer__menu a {
  color: var(--black);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.footer__menu-title a:hover,
.footer__menu a:hover {
  color: var(--orange);
}

.footer__menu-title {
  margin-bottom: 9rem;
}

.footer__menu-title a {
  font-size: 18rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  row-gap: 7rem;
}

.footer__menu ul a {
  text-decoration: none;
  font-size: 15rem;
  line-height: 1;
}

.footer__button {
  margin-top: 40rem;
}

.footer__wrap-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.footer__wrap-copy img {
  width: 31rem;
  height: 31rem;
}

.footer__wrap-copy span {
  max-width: 320rem;
  text-transform: uppercase;
  font-size: 11.5rem;
  line-height: 18.76rem;
  color: var(--black);
  position: relative;
  top: 1rem;
}

.footer__wrap-copy a {
  text-decoration: underline;
}

.block-form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-image: url("../img/main/bg-form1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.block-form__wrap-content {
  max-width: 328rem;
  position: relative;
  z-index: 10;
}

.block-form__title {
  font-size: 30rem;
  line-height: 34rem;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 12rem rgba(148, 0, 3, 0.6);
  margin-bottom: 30rem;
}

.block-form__form > label {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  text-shadow: 0 0 12rem rgba(148, 0, 3, 0.6);
  margin-bottom: 18rem;
}

.block-form__form--input {
  margin-bottom: 50rem;
}

.block-form__form--checkbox {
  margin-bottom: 36rem;
}

.block-form__form--phone {
  margin-bottom: 20rem;
}

.block-form__form--phone input {
  height: 45rem;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 20rem 0 6rem;
}

.block-form__form--phone input::-webkit-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__form--phone input::-moz-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__form--phone input:-ms-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__form--phone input::-ms-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__form--phone input::placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__wrapper-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45rem;
}

.block-form__wrapper-input input {
  outline: none;
  border: none;
  text-align: right;
  padding: 0 18rem;
}

.block-form__wrapper-input input::-webkit-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__wrapper-input input::-moz-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__wrapper-input input:-ms-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__wrapper-input input::-ms-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__wrapper-input input::placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000;
}

.block-form__square {
  width: 96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  padding: 5rem 0;
  position: relative;
  text-transform: uppercase;
  font-size: 18rem;
  line-height: 20rem;
}

.block-form__square::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 34rem;
  background-color: #EDDADB;
}

.block-form__square sup {
  position: relative;
  top: -2rem;
}

.block-form__checkbox-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  row-gap: 12rem;
}

.block-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}

.block-form__policy {
  font-size: 11rem;
  line-height: 14rem;
  color: var(--white);
  text-align: center;
  max-width: 276rem;
  margin: 0 auto;
}

.block-form__policy a {
  display: inline;
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.block-form > span {
  display: none;
}

.block-form--catalog {
  background-image: none;
  background-color: rgba(239, 120, 38, 0.62);
}

.block-form--catalog .block-form__wrap-content {
  max-width: 350rem;
}

.block-form--catalog .block-form__title {
  max-width: 1100rem;
  text-shadow: none;
}

.block-form--catalog .block-form__form--select {
  margin-bottom: 30rem;
}

.block-form--catalog .block-form__form--select .block-form__wrapper-select {
  position: relative;
}

.block-form--catalog .block-form__form--select .block-form__wrapper-select::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 30rem;
  background-color: var(--white);
}

.block-form--catalog .block-form__form--select .block-form__wrapper-select select {
  height: 45rem;
  border: unset;
  outline: none;
  text-align: right;
  font-weight: 400;
  border-radius: 0;
  padding-right: 42rem;
}

.block-form--catalog .block-form__form--checkbox {
  margin-bottom: 20rem;
}

.cookie-banner {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: var(--dark-2);
  padding: 15rem 0;
  z-index: 999;
}

.cookie-banner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
}

.cookie-banner__flex span {
  font-size: 13.8rem;
  line-height: 20rem;
  font-weight: 400;
  color: var(--white);
}

.cookie-banner__flex .btn {
  height: 45rem;
  font-size: 14.81rem;
  line-height: 15rem;
  min-width: 170rem;
  border-radius: 8rem;
}

.cookie-banner.visible {
  display: block;
}

.quizner__head {
  display: none;
}

.quizner__quizner-stages {
  margin-bottom: 40rem;
}

.quizner__warning {
  display: none;
}

.quizner__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.quizner-stages__text {
  display: none;
}

.quizner-stages__stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quizner-stages__stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quizner-stages__stage span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35rem;
  height: 35rem;
  min-width: 35rem;
  min-height: 35rem;
  background-color: var(--grey);
  position: relative;
  border-radius: 4rem;
  font-size: 24rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  color: var(--white);
  font-weight: 700;
  padding-bottom: 3rem;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.quizner-stages__stage::after {
  content: "";
  display: block;
  height: 15rem;
  width: 78rem;
  background-color: var(--light-orange);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAYAAAARZmTlAAAAaElEQVQ4jbXNwQmAMBBE0a9nC7EJG7AiK7MB+/FkAeJBCJLEzGZ3bh8G3nBuM8ZNwA4slc8BrGM0AFwWRAKeUBEZUBEToCBmoBXpAlqQbuAPcQFqiBtQQlyBHOIOfJEQIEXCgBcJBQBuua0tuKRlGRUAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: -100rem;
  -webkit-transition-property: background-position-x;
  -o-transition-property: background-position-x;
  transition-property: background-position-x;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-animation: none;
          animation: none;
}

.quizner-stages__stage:nth-last-child(2) {
  margin-right: 16rem;
}

.quizner-stages__stage:nth-last-child(2)::after {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

.quizner-stages__stage--active span {
  background-color: var(--orange);
}

.quizner-stages__stage--active::after {
  background-repeat: repeat-x;
  background-position-x: 0;
  -webkit-animation: lineStage 2s linear 0s infinite;
          animation: lineStage 2s linear 0s infinite;
}

.quizner-stages__stage--last-form {
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.quizner-stages__stage--last-form span {
  width: auto;
  height: auto;
  min-height: unset;
  min-width: unset;
  background-color: transparent;
  color: var(--orange);
  line-height: 32rem;
}

.quizner-stages__stage--last-form::after {
  display: none;
  -webkit-animation: none;
          animation: none;
}

.quizner-stages__stage--last-form::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 70rem;
  height: 66rem;
  min-width: 70rem;
  min-height: 66rem;
  background-image: url("../img/prize-quiz.png");
}

.quizner-tmpl-selects__wrapper-title {
  margin-bottom: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30rem;
     -moz-column-gap: 30rem;
          column-gap: 30rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quizner-tmpl-selects__questions {
  line-height: 1;
  font-weight: 400;
  color: var(--dark);
  position: relative;
  white-space: nowrap;
  top: 1rem;
}

.quizner-tmpl-selects__questions span {
  color: var(--orange);
}

.quizner-tmpl-selects__title {
  font-size: 24rem;
  line-height: 1;
  font-weight: 700;
}

.quizner-tmpl-selects__radio-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36rem;
  margin-bottom: 28rem;
}

.wrapper-radio {
  position: relative;
}

.wrapper-radio:hover {
  cursor: pointer;
}

.wrapper-radio__radio {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.wrapper-radio__radio:checked + .wrapper-radio__wrapper .wrapper-radio__circle {
  background-color: transparent;
}

.wrapper-radio__radio:checked + .wrapper-radio__wrapper .wrapper-radio__circle::after {
  opacity: 1;
}

.wrapper-radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.wrapper-radio__circle {
  display: block;
  width: 25rem;
  height: 25rem;
  min-width: 25rem;
  min-height: 25rem;
  background-color: var(--light-orange);
  border-radius: 50%;
  margin-bottom: auto;
  position: relative;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.wrapper-radio__circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 6rem solid var(--orange);
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.wrapper-radio__name {
  line-height: 26rem;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  top: -2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quiz-form {
  display: none;
}

.quiz-form__title {
  font-size: 24rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32rem;
}

.quiz-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
  margin-bottom: 16rem;
}

.quiz-form__input {
  height: 100%;
}

.quiz-form__input input {
  display: block;
  height: 42rem;
  padding: 0 10rem;
  min-width: 400rem;
  font-size: 18rem;
  color: var(--dark);
}

.quiz-form__warning {
  font-size: 11rem;
  color: var(--black);
}

.quiz-form__warning a {
  display: inline;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.quiz-form__wrap-btn .btn {
  padding: 0 20rem;
  font-size: 20rem;
}

.sale-form__wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10rem;
  margin-bottom: 48rem;
  text-align: center;
  max-width: 660rem;
  margin-left: auto;
  margin-right: auto;
}

.sale-form__subtext {
  font-size: 30rem;
  text-transform: uppercase;
  color: var(--black);
}

.sale-form__title {
  font-size: 43rem;
  text-transform: uppercase;
  line-height: 56rem;
  font-weight: 700;
  color: var(--black);
}

.sale-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
  max-width: 646rem;
  margin-left: auto;
  margin-right: auto;
}

.sale-form__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 224rem;
  grid-template-columns: 1fr 224rem;
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
}

.sale-form__input {
  width: 100%;
  position: relative;
}

.sale-form__input label > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -36rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18rem;
  white-space: nowrap;
}

.sale-form__input label,
.sale-form__input input {
  width: 100%;
}

.sale-form__input input {
  height: 48rem;
  padding: 0 16rem;
}

.sale-form__button {
  width: 100%;
}

.sale-form__button .btn {
  width: 100%;
}

.sale-form__warning {
  text-align: center;
}

.sale-form__warning * {
  font-size: 11rem;
  line-height: 14rem;
  color: var(--black);
}

.sale-form__warning a {
  text-decoration: underline;
}

.benefits-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 34rem;
}

.benefits-block__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 50rem 1fr;
  grid-template-columns: 50rem 1fr;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.benefits-block__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefits-block__item-icon img {
  width: auto;
  max-width: 50rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefits-block__item-content {
  padding-top: 8rem;
}

.benefits-block__item-title {
  max-width: 468rem;
  margin-bottom: 24rem;
  position: relative;
}

.benefits-block__item-title .btn {
  position: absolute;
  right: -8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.benefits-block__item-desc * {
  color: var(--grey-text);
  line-height: 24rem;
}

.items-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16rem 22rem 16rem 0;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  border-bottom: 1rem solid var(--black);
}

.items-price__item p {
  font-size: 15rem;
  line-height: 17rem;
  color: var(--black);
}

.items-price__item strong {
  font-size: 15rem;
  line-height: 17rem;
  font-weight: 400;
  color: var(--orange);
}

.price-warning {
  font-size: 15rem;
  color: var(--dark);
  font-style: italic;
  font-weight: 400;
}

/* Страницы */

/* Страница: Главная */

.sc-main {
  position: relative;
  z-index: 0;
  height: 714rem;
}

.sc-main__background {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sc-main__background::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc-main__left-content {
  position: relative;
  z-index: 10;
}

.sc-main .container {
  height: 100%;
}

.sc-main__wrapper-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 577rem;
  grid-template-columns: 1fr 577rem;
  -webkit-column-gap: 110rem;
     -moz-column-gap: 110rem;
          column-gap: 110rem;
  height: 100%;
}

.sc-main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.sc-main__subtitle {
  font-size: 36rem;
  line-height: 40rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 28rem;
}

.sc-main__subtitle span {
  font-size: inherit;
  line-height: inherit;
  color: var(--light-orange);
  font-weight: inherit;
}

.sc-main__title {
  margin-bottom: 28rem;
}

.sc-main__title h1 {
  font-size: 55rem;
  line-height: 63rem;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 800;
  margin: 0;
}
.cat-main__title h1 {
  font-size: 55rem;
  line-height: 63rem;
  text-transform: uppercase;
  color: var(--dark);
  font-weight: 800;
  margin: 0;
}

.sc-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20rem;
  margin-bottom: 36rem;
}

.sc-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.sc-main__item p {
  color: var(--light-orange);
  font-size: 24rem;
  line-height: 26rem;
}

.sc-main__wrap-icon {
  width: 39rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc-main__wrap-icon i {
  -webkit-filter: drop-shadow(0 0 13rem rgba(148, 0, 3, 0.6));
          filter: drop-shadow(0 0 13rem rgba(148, 0, 3, 0.6));
}

.sc-main__right {
  position: relative;
  z-index: 10;
}

.sc-tariffs {
  padding-top: 46rem;
  padding-bottom: 54rem;
  background-color: #F4F4F4;
}

.sc-tariffs__title {
  margin-bottom: 34rem;
}

.sc-tariffs__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 370rem 1fr;
  grid-template-columns: 1fr 1fr 370rem 1fr;
  gap: 30rem;
}

.sc-tariffs__item {
  background-color: var(--white);
  -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;

}

.sc-tariffs__item--orange {
  background-image: -o-linear-gradient(328deg, #ef7725 0%, #632800 100%);
  background-image: linear-gradient(122deg, #ef7725 0%, #632800 100%);
  color: var(--white);
}

.sc-tariffs__item--orange .sc-tariffs__price {
  background-color: transparent;
  color: #ffd9b1;
}

.sc-tariffs__item--orange .sc-tariffs__name-tariff {
  color: var(--white);
  font-size: 30rem;
  line-height: 36rem;
  padding-top: 16rem;
}

.sc-tariffs__item--orange .sc-tariffs__name-tariff span {
  font-size: 18rem;
  line-height: 26rem;
}

.sc-tariffs__item--orange .sc-tariffs__services .simplebar-content {
  padding: 22rem 0rem 0 25rem !important;
}

.sc-tariffs__item--orange .sc-tariffs__services .simplebar-wrapper::before {
  display: none;
}

.sc-tariffs__item--orange .sc-tariffs__text p {
  color: var(--white);
}

.sc-tariffs__item--orange .btn {
  background-color: var(--orange);
}

.sc-tariffs__item .btn {
  margin: 0 auto;
  margin-top: 0;
      margin-bottom: 20rem;
}

.sc-tariffs__wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  height: 112rem;
}

.sc-tariffs__price {
  background-color: var(--orange);
  height: 100%;
  border-top-right-radius: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  min-width: 115rem;
  white-space: wrap;
  position: relative;
  padding-top: 20rem;
  padding-left: 26rem;
}

.sc-tariffs__price::after {
  content: "от";
  position: absolute;
  top: 46rem;
  left: 5rem;
  font-size: 13rem;
  line-height: 15rem;
  font-weight: 700;
}

.sc-tariffs__value {
  font-size: 25rem;
  line-height: 30rem;
  font-weight: 700;
}

.sc-tariffs__currency {
  font-size:18rem;
  line-height: 26rem;
  font-weight: 700;
}

.sc-tariffs__name-tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20rem;
  font-size: 20rem;
  line-height: 26rem;
  color: #1f1f1f;
  font-weight: 700;
}

.sc-tariffs__name-tariff span {
  font-size: 14rem;
  line-height: 20rem;
  color: inherit;
  font-weight: 700;
}

.sc-tariffs__services {
  padding: 10px;
    height: 80%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

.sc-tariffs__services .simplebar-content {
  padding: 22rem 0rem 0 25rem !important;
}

.sc-tariffs__services .simplebar-wrapper {
  position: relative;
}

.sc-tariffs__services .simplebar-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50rem;
  background: var(--white);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(255, 255, 255, 0.52)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.52) 42%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 42%, rgb(255, 255, 255) 100%);
  z-index: 2;
}

.sc-tariffs__services .simplebar-track {
  z-index: 3;
  width: 16rem;
  right: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-tariffs__services .simplebar-track:hover {
  cursor: pointer;
}

.sc-tariffs__services .simplebar-track::after {
  content: "";
  display: block;
  width: 6rem;
  height: 100%;
  background-color: var(--light-orange);
  border-radius: 3rem;
}

.sc-tariffs__services .simplebar-scrollbar {
  width: 100%;
}

.sc-tariffs__services .simplebar-scrollbar:before {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--orange);
  border-radius: 3rem;
}

.sc-tariffs__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10rem;
  border-bottom: 1rem solid var(--light-orange);
  padding-top: 10rem;
}

.sc-tariffs__service:first-child {
  padding-top: 0;
}

.sc-tariffs__text {
  max-width: 316rem;
}

.sc-tariffs__text p {
  font-size: 13rem;
  line-height: 16rem;
  color: #060e13;
}

.sc-work {
  padding-top: 40rem;
  padding-bottom: 70rem;
}

.sc-work__title {
  margin-bottom: 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 46rem;
     -moz-column-gap: 46rem;
          column-gap: 46rem;
  padding-left: 200rem;
}

.sc-work__wrapper-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36rem;
}

.sc-work__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10rem;
}

.sc-work__tags a {
  border-bottom: 1rem solid var(--dark);
  color: var(--dark);
  font-size: 18rem;
  line-height: 20rem;
  font-weight: 700;
}

.sc-work__tags-line {
  height: 20rem;
  width: 2rem;
  background-color: var(--dark);
  position: relative;
  top: 1rem;
}

.sc-work__wrap-img {
  width: 100%;
  height: 324rem;
  border-radius: 4rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 10;
}

.sc-work__wrap-img img {
  height: 100%;
  border-radius: 4rem;
}

.sc-work__wrap-img:hover {
  opacity: 1;
}

.sc-work__wrap-content {
  max-width: 325rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6rem;
}

.sc-work__subtitle {
  font-size: 18rem;
  line-height: 20rem;
  color: var(--dark);
  font-weight: 700;
}

.sc-work__subtitle a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.sc-work__desc p {
  font-size: 15px;
  line-height: 17px;
  color: var(--dark);
  font-weight: 400;
}

.sc-work__desc p span {
  color: var(--orange);
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.sc-work__wrap-square {
  position: absolute;
  bottom: -58rem;
  right: 10rem;
  z-index: -1;
}

.sc-work__square {
  position: relative;
  width: 86rem;
  height: 70rem;
}

.sc-work__square img {
  width: 100%;
  height: 100%;
}

.sc-work__square span {
  position: absolute;
  top: 20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12rem;
  line-height: 15rem;
  color: var(--white);
  font-weight: 700;
  white-space: nowrap;
}

.sc-work__btn-md {
  display: none;
}

.sc-reviews {
  padding: 50rem 0;
  -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
  background-image: -o-linear-gradient(328deg, #ef7725 0%, #632800 100%);
  background-image: linear-gradient(122deg, #ef7725 0%, #632800 100%);
}

.sc-reviews__title {
  margin-bottom: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70rem;
     -moz-column-gap: 70rem;
          column-gap: 70rem;
  padding-left: 240rem;
}

.sc-reviews__title h2 {
  color: var(--white);
}

.sc-reviews__item {
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: 641rem 524rem;
  grid-template-columns: 641rem 524rem;
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;*/
      padding-left:200px;
      padding-right:200px;
          justify-content: center;
}

.sc-reviews__wrap-content {
  padding-top: 60rem;
}

.sc-reviews__subtitle {
  font-size: 24rem;
  line-height: 26rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 30rem;
}

.sc-reviews__wrap-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.sc-reviews__quote {
  padding-top: 18rem;
  font-weight: 300;
  color: var(--white);
  font-size: 18rem;
  line-height: 22rem;
}

.sc-reviews__quote p {
  margin-bottom: 32rem;
}

.sc-reviews .arrow-custom-prev,
.sc-reviews .arrow-custom-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.sc-reviews .arrow-custom-prev.swiper-button-disabled,
.sc-reviews .arrow-custom-next.swiper-button-disabled {
  opacity: 0.4;
}

.sc-reviews .arrow-custom-prev {
  left: 200rem;
}

.sc-reviews .arrow-custom-next {
  right: 200rem;
}

.sc-reviews__btn-md {
  display: none;
}

.sc-price {
  padding-top: 74rem;
  padding-bottom: 70rem;
  overflow: hidden;
}

.sc-price__title {
  margin-bottom: 60rem;
}

.sc-price__wrap-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 924rem 1fr;
  grid-template-columns: 924rem 1fr;
  -webkit-column-gap: 32rem;
     -moz-column-gap: 32rem;
          column-gap: 32rem;
}

.sc-price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  position: relative;
}

.sc-price__wrap-items {
  height: 485rem;
}

.sc-price__wrap-items .simplebar-content {
  padding-right: 44rem !important;
}

.sc-price__wrap-items .simplebar-track {
  background-color: var(--white);
}

.sc-price__wrap-items .simplebar-track.simplebar-vertical {
  z-index: 3;
  width: 36rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-price__wrap-items .simplebar-track.simplebar-vertical:hover {
  cursor: pointer;
}

.sc-price__wrap-items .simplebar-track.simplebar-vertical::after {
  content: "";
  display: block;
  width: 20rem;
  height: 100%;
  background-color: var(--light-orange);
  border-radius: 3rem;
}

.sc-price__wrap-items .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 100%;
}

.sc-price__wrap-items .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
  background-image: -o-linear-gradient(328deg, #ef7725 0%, #632800 100%);
  background-image: linear-gradient(122deg, #ef7725 0%, #632800 100%);
  border-radius: 3rem;
}

.sc-price__wrap-items .simplebar-track.simplebar-horizontal {
  z-index: 3;
  height: 20rem;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-price__wrap-items .simplebar-track.simplebar-horizontal:hover {
  cursor: pointer;
}

.sc-price__wrap-items .simplebar-track.simplebar-horizontal::after {
  content: "";
  display: block;
  height: 10rem;
  width: 100%;
  background-color: var(--light-orange);
  border-radius: 3rem;
}

.sc-price__wrap-items .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  width: 100%;
}

.sc-price__wrap-items .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
  background-image: -o-linear-gradient(328deg, #ef7725 0%, #632800 100%);
  background-image: linear-gradient(122deg, #ef7725 0%, #632800 100%);
  border-radius: 3rem;
}

.sc-price__item {
  padding: 24rem 20rem 24rem 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-price__item:nth-child(odd) {
  background-color: #f3f3f3;
}

.sc-price__item p {
  font-size: 18rem;
  line-height: 20rem;
  color: var(--dark);
  font-weight: 700;
  min-width: 220rem;
}

.sc-price__item span {
  font-size: 18rem;
  line-height: 20rem;
  color: var(--dark);
}

.sc-price__item > .square {
  min-width: 118rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc-price__item > .days {
  min-width: 127rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc-price__item > .price {
  min-width: 126rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--orange);
}

.sc-price__item--desc {
  padding: 4rem 20rem 4rem 25rem;
}

.sc-price__item--desc p {
  font-size: 15rem;
  line-height: 19rem;
  color: var(--dark);
  font-weight: 400;
  font-style: italic;
}

.sc-price__right {
  height: 100%;
}

.sc-price__wrap-form {
  border-radius: 3rem;
  background-color: var(--light-orange);
  padding: 34rem 26rem 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.sc-price__subtitle {
  text-align: center;
  font-size: 24rem;
  line-height: 28rem;
  color: var(--dark);
  font-weight: 700;
  max-width: 368rem;
  margin: 0 auto;
  margin-bottom: 30rem;
}

.sc-price__employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
  max-width: 372rem;
  margin-bottom: 22rem;
}

.sc-price__employee-avatar {
  min-height: 132rem;
  min-width: 132rem;
  height: 132rem;
  width: 132rem;
  border-radius: 50%;
}

.sc-price__employee-avatar img {
  height: 100%;
  border-radius: 50%;
}

.sc-price__employee-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14rem;
}

.sc-price__employee-content span {
  font-size: 18rem;
  line-height: 20rem;
  color: var(--dark);
  font-weight: 700;
}

.sc-price__employee-content p {
  font-size: 15rem;
  line-height: 19rem;
  color: var(--dark);
}

.sc-price__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15rem;
}

.sc-price__form form input {
  width: 329rem;
  height: 45rem;
  background-color: var(--white);
  outline: none;
  border: unset;
  padding: 0 6rem;
}

.sc-price__form form input::-webkit-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000000;
}

.sc-price__form form input::-moz-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000000;
}

.sc-price__form form input:-ms-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000000;
}

.sc-price__form form input::-ms-input-placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000000;
}

.sc-price__form form input::placeholder {
  font-size: 18rem;
  line-height: 20rem;
  color: #000000;
}

.sc-price__form form span {
  text-align: center;
  font-size: 11rem;
  line-height: 14rem;
  max-width: 279rem;
  margin: 0 auto;
}

.sc-price__form form span a {
  display: inline;
  text-decoration: underline;
}

.sc-catalog {
  position: relative;
  height: 602rem;
  overflow: hidden;
}

.sc-catalog__background {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.sc-catalog__background::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc-catalog .container {
  height: 100%;
}

.sc-catalog__wrap-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 575rem 1fr;
  grid-template-columns: 575rem 1fr;
  -webkit-column-gap: 30rem;
     -moz-column-gap: 30rem;
          column-gap: 30rem;
  height: 100%;
}

.sc-catalog__left {
  height: 100%;
  position: relative;
  z-index: 10;
}

.sc-catalog__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-catalog__right .btn {
  margin: 0 auto;
}

.sc-catalog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
  margin-bottom: 24rem;
  position: relative;
  z-index: 10;
}

.sc-catalog__item {
  height: 142rem;
  border: 3rem solid var(--white);
}

.sc-catalog__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-catalog__item a:hover {
  opacity: 1;
}

.sc-catalog__item a img {
  height: 100%;
}

.sc-partners {
  padding-top: 32rem;
  padding-bottom: 52rem;
  position: relative;
}

.sc-partners__title {
  margin-bottom: 52rem;
}

.sc-partners__wrap-content {
  position: relative;
  margin-bottom: 38rem;
}

.sc-partners__wrap-swiper {
  max-width: 1200rem;
  margin: 0 auto;
}

.sc-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-partners__item span {
  text-align: center;
  margin-bottom: 10rem;
  font-size: 18rem;
  line-height: 20rem;
  color: var(--orange);
}

.sc-partners__item p {
  text-align: center;
  font-size: 15rem;
  line-height: 20rem;
  color: var(--dark);
}

.sc-partners__wrap-img {
  width: 150rem;
  height: 97rem;
  margin-bottom: 14rem;
}

.sc-partners__desc {
  text-align: center;
  margin: 0 auto;
  max-width: 810rem;
}

.sc-partners__desc p {
  font-size: 18rem;
  line-height: 24rem;
  color: #737373;
}

.sc-partners .arrow-custom-prev,
.sc-partners .arrow-custom-next {
  position: absolute;
  top: 25rem;
  z-index: 10;
  cursor: pointer;
}

.sc-partners .arrow-custom-prev.swiper-button-disabled,
.sc-partners .arrow-custom-next.swiper-button-disabled {
  opacity: 0.4;
}

.sc-partners .arrow-custom-prev {
  left: 0;
}

.sc-partners .arrow-custom-next {
  right: 0;
}

.sc-team {
  background-color: #F4F4F4;
  padding-top: 50rem;
  padding-bottom: 64rem;
}

.sc-team__title {
  margin-bottom: 22rem;
}

.sc-team__item {
  padding: 20rem;
  -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.11));
  background-color: var(--white);
  height: 525rem;
}

.sc-team__wrap-img {
  margin-bottom: 18rem;
  height: 280rem;
}

.sc-team__wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sc-team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.sc-team__content span {
  margin-bottom: 24rem;
}

.sc-team__content p {
  font-size: 15rem;
  line-height: 19rem;
  color: #000000;
  max-width: 275rem;
}

.sc-team__subtitle {
  font-size: 24rem;
  line-height: 26rem;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 20rem;
}

.sc-team .swiper {
  padding: 24rem 0;
}

.sc-about {
  padding-top: 54rem;
  padding-bottom: 54rem;
  background-image: url("../img/about/bg-about.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.sc-about__title {
  margin-bottom: 36rem;
}

.sc-about__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 60rem;
     -moz-column-gap: 60rem;
          column-gap: 60rem;
  row-gap: 62rem;
  margin-bottom: 50rem;
}

.sc-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26rem;
     -moz-column-gap: 26rem;
          column-gap: 26rem;
}

.sc-about__wrap-icon {
  position: relative;
  width: 57rem;
  height: 57rem;
}

.sc-about__wrap-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18rem;
  line-height: 20rem;
  color: var(--dark);
  font-weight: 700;
  padding-top: 3rem;
}

.sc-about__wrap-content {
  max-width: 333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24rem;
}

.sc-about__subtitle {
  font-size: 24rem;
  line-height: 24rem;
  color: var(--dark);
  font-weight: 700;
}

.sc-about__text {
  font-size: 24rem;
  line-height: 24rem;
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 34rem;
}

.sc-about__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8rem;
  margin-bottom: 34rem;
}

.sc-about__tags a {
  border-bottom: 1rem solid var(--dark);
  color: var(--dark);
  font-weight: 700;
}

.sc-about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28rem;
  /*max-width: 1310rem;*/
  margin-bottom: 28rem;
}

.sc-about__link a {
  font-weight: 700;
  color: var(--orange);
  border-bottom: 1rem solid var(--orange);
}

.sc-quiz {
  padding: 40rem 0 30rem 0;
}

.sc-quiz__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 293rem 1fr;
  grid-template-columns: 293rem 1fr;
  -webkit-column-gap: 32rem;
     -moz-column-gap: 32rem;
          column-gap: 32rem;
}

.sc-quiz__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: 32rem;
}

.sc-quiz__left img {
  height: 293rem;
}

.sc-quiz__wrap-title {
  margin-bottom: 30rem;
}

.sc-quiz__thunks {
  display: none;
  max-width: 620rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 24rem;
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 700;
}

.sc-quiz.form-active .sc-quiz__form {
  display: block;
}

.sc-quiz.form-active .quizner__footer {
  display: none;
}

.sc-quiz.thunks-active {
  padding-top: 0;
}

.sc-quiz.thunks-active .sc-quiz__thunks {
  display: block;
}

.sc-quiz.thunks-active .sc-quiz__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-quiz.thunks-active .sc-quiz__wrap-title {
  display: none;
}

.sc-quiz.thunks-active .quizner__footer,
.sc-quiz.thunks-active .quizner__quizner-stages {
  display: none;
}

.sc-questions {
  padding: 30rem 0 80rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(243, 243, 243)));
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
}

.sc-questions__wrap-title {
  margin-bottom: 56rem;
  text-align: center;
}

.sc-questions__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 586rem 1fr;
  grid-template-columns: 586rem 1fr;
  -webkit-column-gap: 70rem;
     -moz-column-gap: 70rem;
          column-gap: 70rem;
}

.sc-questions__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60rem;
}

.sc-questions__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16rem;
}

.sc-questions__question {
  background-color: var(--light-orange);
  border-radius: 3rem;
}

.sc-questions__question-title {
  padding: 15.5rem 16rem 16rem 24rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sc-questions__question-title h3 {
  font-size: 18rem;
  font-weight: 700;
  color: var(--black);
}

.sc-questions__question-answer {
  padding: 4rem 16rem 16rem 24rem;
}

.sc-prices {
  padding: 32rem 0;
}

.sc-prices__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-prices__wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40rem;
  margin-left: auto;
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
  text-align: center;
  margin-bottom: 24rem;
}

.sc-prices__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14rem;
}

.sc-prices__item {
  border-radius: 3rem;
  position: relative;
}

.sc-prices__left-title {
  position: absolute;
  left: 16rem;
  top: 14rem;
  width: 222rem;
  z-index: 14;
}

.sc-prices__left-title h3 {
  font-size: 18rem;
  font-weight: 700;
  color: var(--black);
  width: 100%;
}

.sc-prices__item-head {
  width: 100%;
  padding: 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 52rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-orange);
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  z-index: 11;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sc-prices__item-head .icon {
  position: absolute;
  right: 24rem;
  top: 22rem;
}

.sc-prices__item-head.active {
  background-color: transparent;
}

.sc-prices__item-head.active .sc-prices__item-title {
  top: -100rem;
  opacity: 0;
}

.sc-prices__item-title {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 88rem;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  -ms-grid-columns: 272rem 1fr 280rem;
  grid-template-columns: 272rem 1fr 280rem;
  position: absolute;
  width:100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 1;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.sc-prices__item-title p {
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 15rem;
  line-height: 20rem;
  font-weight: 400;
  color: var(--dark);
}

.sc-prices__item-title strong {
  text-align: right;
  position: relative;
  top: -1rem;
  color: var(--orange);
  font-size: 18rem;
  white-space: nowrap;
}

.sc-prices__item-title strong span {
  font-weight: 400;
}

.sc-prices__item-title strong sup {
  vertical-align: middle;
  font-size: 65%;
  position: relative;
  left: -4rem;
}

.sc-prices__item-body {
  background-color: var(--light-orange);
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 222rem 1fr;
  grid-template-columns: 222rem 1fr;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  padding-right: 88rem;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  row-gap: 24rem;
  padding-top: 7rem;
  padding-bottom: 22rem;
}

.sc-prices__tab-content {
  position: relative;
  top: 0;
  -webkit-transition-property: height, opacity, -webkit-transform;
  transition-property: height, opacity, -webkit-transform;
  -o-transition-property: height, opacity, transform;
  transition-property: height, opacity, transform;
  transition-property: height, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.sc-prices__tab-content.active {
  top: -52rem;
  margin-bottom: -52rem;
}

.sc-prices__tab-content.active .sc-prices__item-body {
  background-color: var(--light-orange-2);
}

.sc-prices__prices,
.sc-prices__warning {
  -ms-grid-column: 2;
  grid-column: 2;
}

.sc-prices__button-mobile {
  display: none;
}

.sc-form {
  padding: 44rem 0 56rem 0;
}

.sc-form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 235rem 1fr;
  grid-template-columns: 235rem 1fr;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
  max-width: 900rem;
  margin-left: auto;
  margin-right: auto;
}

.sc-form__wrap-form .sale-form__wrap-title {
  row-gap: 4rem;
  margin-bottom: 36rem;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

.sc-cat
{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:36px;
}

@media (max-width: 1800px) {
  .sc-tariffs__grid {
    -ms-grid-columns: 1fr 1fr 346rem 1fr;
    grid-template-columns: 1fr 1fr 346rem 1fr;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }

  .container {
    padding: 0 100rem;
  }

  .link-top {
    right: 30rem;
  }

  .header {
    height: 156rem;
  }

  .header__top {
    padding-top: 24rem;
  }

  .header__logo img {
    width: 340rem;
  }

  .header__wrap-address address {
    font-size: 14rem;
    line-height: 16rem;
  }

  .header__select-address {
    width: 200rem;
  }

  .header__wrap-phone > a {
    font-size: 22rem;
    line-height: 20rem;
  }

  .header__menu > ul {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .fix-height {
    margin-top: 156rem;
  }

  .block-form__title {
    font-size: 26rem;
    line-height: 32rem;
    margin-bottom: 24rem;
  }

  .block-form__form--input {
    margin-bottom: 30rem;
  }

  .block-form__form--checkbox {
    margin-bottom: 30rem;
  }

  .block-form--catalog .block-form__title {
    max-width: 500rem;
  }

  .cookie-banner__flex {
    -webkit-column-gap: 30rem;
       -moz-column-gap: 30rem;
            column-gap: 30rem;
  }

  .cookie-banner__flex span {
    font-size: 13.4rem;
    line-height: 19rem;
  }

  .sc-main {
    height: 620rem;
  }

  .sc-main__wrapper-content {
    -ms-grid-columns: 1fr 500rem;
    grid-template-columns: 1fr 500rem;
    -webkit-column-gap: 80rem;
       -moz-column-gap: 80rem;
            column-gap: 80rem;
  }

  .sc-main__subtitle {
    font-size: 32rem;
    line-height: 36rem;
    margin-bottom: 24rem;
  }

  .sc-main__title h1 {
    font-size: 60rem;
    line-height: 70rem;
  }
    .cat-main__title h1 {
    font-size: 60rem;
    line-height: 70rem;
  }

  .sc-main__items {
    margin-bottom: 30rem;
    row-gap: 16rem;
  }

  .sc-tariffs__grid {
    -ms-grid-columns: 1fr 1fr 310rem 1fr;
    grid-template-columns: 1fr 1fr 310rem 1fr;
  }

  .sc-tariffs__item {
    height: 560rem;
  }

  .sc-tariffs__item--orange .sc-tariffs__name-tariff {
    font-size: 26rem;
    line-height: 32rem;
  }

  .sc-tariffs__item--orange .sc-tariffs__name-tariff span {
    font-size: 16rem;
    line-height: 24rem;
  }

  .sc-tariffs__wrapper-price {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
    height: 100rem;
  }

  .sc-tariffs__price {
    min-width: 106rem;
    border-top-right-radius: 50rem;
  }

  .sc-tariffs__value {
    font-size: 30rem;
    line-height: 30rem;
  }

  .sc-tariffs__currency {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-tariffs__name-tariff {
    font-size: 18rem;
    line-height: 24rem;
  }

  .sc-tariffs__text {
    max-width: 200rem;
  }

  .sc-work__wrap-img {
    height: 300rem;
  }

  .sc-work__subtitle {
    font-size: 17rem;
    line-height: 19rem;
  }

  .sc-work__wrap-square {
    right: 6rem;
  }

  .sc-work__square {
    width: 80rem;
  }

  .sc-reviews__item {
    -ms-grid-columns: 550rem 460rem;
    grid-template-columns: 550rem 460rem;
  }

  .sc-reviews__wrap-content {
    padding-top: 40rem;
  }

  .sc-reviews__subtitle {
    font-size: 22rem;
    line-height: 24rem;
  }

  .sc-reviews__quote {
    font-size: 16rem;
  }

  .sc-reviews .arrow-custom-prev {
    left: 100rem;
  }

  .sc-reviews .arrow-custom-next {
    right: 100rem;
  }

  .sc-price__wrap-content {
    -ms-grid-columns: 800rem 1fr;
    grid-template-columns: 800rem 1fr;
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
  }

  .sc-price__item p {
    font-size: 17rem;
    line-height: 19rem;
  }

  .sc-price__item span {
    font-size: 17rem;
    line-height: 19rem;
  }

  .sc-catalog__wrap-content {
    -ms-grid-columns: 520rem 1fr;
    grid-template-columns: 520rem 1fr;
  }

  .sc-partners__wrap-swiper {
    max-width: 1050rem;
  }

  .sc-partners__item p {
    font-size: 14rem;
    line-height: 19rem;
  }

  .sc-team__item {
    height: 510rem;
  }

  .sc-team__wrap-img {
    height: 250rem;
  }

  .sc-team__subtitle {
    font-size: 22rem;
    line-height: 24rem;
  }

  .sc-about__items {
    -webkit-column-gap: 50rem;
       -moz-column-gap: 50rem;
            column-gap: 50rem;
    row-gap: 52rem;
  }

  .sc-about__item {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .sc-about__wrap-content {
    row-gap: 20rem;
  }

  .sc-about__subtitle {
    font-size: 22rem;
    line-height: 22rem;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }

  .btn--size-lg,
  .btn--large {
    font-size: 20rem;
    line-height: 22rem;
    height: 46rem;
  }
   .sc-cat
{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:36px;
}
  .btn--min-size,
  .btn--size-sm {
    font-size: 14rem;
    line-height: 17rem;
    max-width: 200rem;
    padding: 0 14rem;
  }

  .btn--price {
    height: 60rem;
    min-height: 60rem;
    width: 280rem;
  }

  .btn--price b {
    font-size: 22rem;
    line-height: 24rem;
  }

  .btn--price b span {
    font-size: 13rem;
    line-height: 15rem;
  }

  .container {
    padding: 0 40rem;
  }

  .icon--file {
    width: 27rem;
    height: 31rem;
    min-width: 27rem;
    min-height: 31rem;
  }

  .icon--advan1 {
    width: 24rem;
    height: 32rem;
    min-width: 24rem;
    min-height: 32rem;
  }

  .icon--advan2 {
    width: 32rem;
    height: 28rem;
    min-width: 32rem;
    min-height: 28rem;
  }

  .icon--advan3 {
    width: 35rem;
    height: 38rem;
    min-width: 35rem;
    min-height: 38rem;
  }

  .icon--advan4 {
    width: 29rem;
    height: 29rem;
    min-width: 29rem;
    min-height: 29rem;
  }

  .header {
    height: 138rem;
  }

  .header__top {
    padding-top: 22rem;
    padding-bottom: 12rem;
  }

  .header__logo img {
    width: 300rem;
  }

  .header__wrap-address {
    row-gap: 14rem;
  }

  .header__wrap-address address {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__info > span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .header__info > a {
    font-size: 14rem;
    line-height: 15rem;
  }

  .header__wrap-phone > a {
    font-size: 20rem;
    line-height: 20rem;
  }

  .header__bottom-content {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .header__menu > ul > li > a {
    font-size: 15rem;
    line-height: 17rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .fix-height {
    margin-top: 138rem;
  }

  .footer__grid {
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
  }

  .cookie-banner__flex {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .cookie-banner__flex span {
    font-size: 12.6rem;
    line-height: 18rem;
  }

  .sc-main {
    height: 600rem;
  }

  .sc-main__wrapper-content {
    -ms-grid-columns: 1fr 484rem;
    grid-template-columns: 1fr 484rem;
    -webkit-column-gap: 80rem;
       -moz-column-gap: 80rem;
            column-gap: 80rem;
  }

  .sc-main__subtitle {
    font-size: 28rem;
    line-height: 34rem;
    margin-bottom: 20rem;
  }

  .sc-main__title h1 {
    font-size: 54rem;
    line-height: 64rem;
  }
  .cat-main__title h1 {
    font-size: 54rem;
    line-height: 64rem;
  }

  .sc-main__item p {
    font-size: 22rem;
    line-height: 24rem;
  }

  .sc-main__wrap-icon {
    width: 35rem;
  }

  .sc-tariffs__grid {
    -ms-grid-columns: 1fr 1fr 300rem 1fr;
    grid-template-columns: 1fr 1fr 300rem 1fr;
    gap: 24rem;
  }

  .sc-tariffs__item--orange .sc-tariffs__name-tariff {
    font-size: 22rem;
    line-height: 26rem;
  }

  .sc-tariffs__wrapper-price {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
    height: 92rem;
  }

  .sc-tariffs__price {
    min-width: 96rem;
    border-top-right-radius: 46rem;
  }

  .sc-tariffs__price::after {
    top: 40rem;
  }

  .sc-tariffs__value {
    font-size: 26rem;
    line-height: 28rem;
  }

  .sc-tariffs__currency {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-tariffs__name-tariff {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-tariffs__name-tariff span {
    font-size: 13rem;
    line-height: 18rem;
  }

  .sc-tariffs__text {
    max-width: 290rem;
  }

  .sc-tariffs__text p {
    font-size: 14rem;
    line-height: 18rem;
  }

  .sc-work__wrap-img {
    height: 260rem;
  }

  .sc-work__subtitle {
    font-size: 16rem;
    line-height: 18rem;
    max-width: 284rem;
  }

  .sc-work__wrap-square {
    bottom: -42rem;
  }

  .sc-work__square {
    width: 74rem;
    height: 58rem;
  }

  .sc-work__square span {
    font-size: 11rem;
    line-height: 12rem;
  }

  .sc-reviews__item {
    -ms-grid-columns: 490rem 440rem;
    grid-template-columns: 490rem 440rem;
  }

  .sc-reviews__wrap-content {
    padding-top: 30rem;
  }

  .sc-reviews .arrow-custom-prev {
    left: 40rem;
  }

  .sc-reviews .arrow-custom-next {
    right: 40rem;
  }

  .sc-price__wrap-content {
    -ms-grid-columns: 740rem 1fr;
    grid-template-columns: 740rem 1fr;
  }

  .sc-price__item--desc p {
    font-size: 13rem;
    line-height: 17rem;
  }

  .sc-price__employee-avatar {
    min-height: 120rem;
    min-width: 120rem;
    height: 120rem;
    width: 120rem;
  }

  .sc-catalog {
    height: 580rem;
  }

  .sc-catalog__wrap-content {
    -ms-grid-columns: 500rem 1fr;
    grid-template-columns: 500rem 1fr;
  }

  .sc-catalog__item {
    height: 120rem;
  }

  .sc-partners__wrap-swiper {
    max-width: 900rem;
  }

  .sc-partners__item span {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-partners__wrap-img {
    width: 130rem;
    height: 80rem;
  }

  .sc-partners__desc {
    max-width: 760rem;
  }

  .sc-partners__desc p {
    font-size: 16rem;
    line-height: 22rem;
  }

  .sc-team__item {
    height: 480rem;
  }

  .sc-team__wrap-img {
    height: 230rem;
    margin-bottom: 16rem;
  }

  .sc-team__content span {
    margin-bottom: 20rem;
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-team__content p {
    font-size: 14rem;
    line-height: 18rem;
  }

  .sc-team__subtitle {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-about__items {
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
    row-gap: 42rem;
  }

  .sc-about__item {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sc-about__wrap-content p {
    font-size: 16rem;
  }

  .sc-about__subtitle {
    font-size: 20rem;
    line-height: 20rem;
  }

  .sc-about__tags {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .sc-about__desc {
    max-width: unset;
  }

  .sc-about__desc p {
    font-size: 16rem;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 0.1302083333vw;
  }

  h2 {
    font-size: 24rem;
    line-height: 28rem;
  }

  .wrapper-desc {
    row-gap: 20rem;
  }

  .break-lg {
    display: block;
  }

  .btn--size-lg,
  .btn--large {
    font-size: 16rem;
    line-height: 18rem;
    height: 36rem;
  }

  .btn--price {
    height: 54rem;
    min-height: 54rem;
    width: 250rem;
    border-radius: 10rem;
  }

  .btn--price b {
    font-size: 18rem;
    line-height: 20rem;
  }

  .btn--price b span {
    font-size: 12rem;
    line-height: 14rem;
  }

  .btn--transparent {
    border-radius: 6rem;
    height: 42rem;
    font-size: 15rem;
    line-height: 16rem;
  }

  .btn--defalut {
    font-size: 16rem;
    line-height: 18rem;
    height: 46rem;
  }

  .icon--telegram {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--vk {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--whatsapp {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--youtube {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--phone {
    width: 21rem;
    height: 21rem;
    min-width: 11rem;
    min-height: 21rem;
  }

  .icon--file {
    width: 23rem;
    height: 27rem;
    min-width: 23rem;
    min-height: 27rem;
  }

  .icon--advan1 {
    width: 22rem;
    height: 28rem;
    min-width: 22rem;
    min-height: 28rem;
  }

  .icon--advan2 {
    width: 28rem;
    height: 24rem;
    min-width: 28rem;
    min-height: 24rem;
  }

  .icon--advan3 {
    width: 27rem;
    height: 30rem;
    min-width: 27rem;
    min-height: 30rem;
  }

  .icon--advan4 {
    width: 25rem;
    height: 25rem;
    min-width: 25rem;
    min-height: 25rem;
  }

  .icon--arrow-right-dark {
    width: 9rem;
    height: 16rem;
    min-width: 9rem;
    min-height: 16rem;
  }

  .icon--arrow-right-white {
    width: 9rem;
    height: 16rem;
    min-width: 9rem;
    min-height: 16rem;
  }

  .icon--arrow-right-circle {
    width: 47rem;
    height: 47rem;
    min-width: 47rem;
    min-height: 47rem;
  }

  .icon--arrow-left-circle {
    width: 47rem;
    height: 47rem;
    min-width: 47rem;
    min-height: 47rem;
  }

  .icon--arrow-right-circle-dark {
    width: 47rem;
    height: 47rem;
    min-width: 47rem;
    min-height: 47rem;
  }

  .icon--arrow-left-circle-dark {
    width: 47rem;
    height: 47rem;
    min-width: 47rem;
    min-height: 47rem;
  }

  .icon--star {
    width: 47rem;
    height: 47rem;
    min-width: 47rem;
    min-height: 47rem;
  }

  .icon--chevron-down {
    width: 17.6rem;
    height: 9.6rem;
    min-width: 17.6rem;
    min-height: 9.6rem;
  }

  .checkbox label {
    font-size: 14rem;
  }

  .checkbox__name::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .swiper-pagination {
    margin-top: 30rem;
  }

  .swiper-pagination--team {
    margin-top: 6rem;
  }

  .swiper-pagination-bullet {
    width: 36rem;
    height: 8rem;
    margin: 0 6rem !important;
    border-radius: 2rem;
  }

  .link-top {
    bottom: 124rem;
    right: 4rem;
  }

  .link-top .icon svg {
    min-width: 32rem;
    min-height: 32rem;
  }

  .cookie-banner-close .link-top {
    bottom: 24rem;
  }

  .tabs--start-large .tabs__tab-button .icon {
    display: block;
  }

  .tabs--start-large .tabs__tab-content:not(.active) {
    -webkit-transform: translateY(-100rem);
        -ms-transform: translateY(-100rem);
            transform: translateY(-100rem);
    height: 0 !important;
    opacity: 0;
    pointer-events: none;
  }

  .modal .modal__close {
    right: 40rem;
    top: 30rem;
  }

  .modal--addmenu .modal__content {
    padding-top: 30rem;
    height: 100%;
  }

  .modal--addmenu .modal__container {
    padding: 0 40rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal--addmenu .modal__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    margin: auto 0;
  }

  .modal--addmenu .modal__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 40rem;
  }

  .modal--addmenu .modal__logo a img {
    width: 260rem;
  }

  .modal--addmenu .modal__wrap-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .modal--addmenu .modal__phone > a > i {
    width: 13rem;
    height: 25rem;
    min-width: 13rem;
    min-height: 25rem;
  }

  .modal--addmenu .modal__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6rem;
  }

  .modal--addmenu .modal__info a {
    font-size: 18rem;
    line-height: 22rem;
    font-weight: 700;
    text-decoration: none;
  }

  .modal--addmenu .modal__info span {
    font-size: 12rem;
    line-height: 14rem;
  }

  .modal--addmenu .modal__menu > ul > li > a i {
    position: relative;
    top: -1rem;
  }

  .modal--addmenu .modal__mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 6rem;
  }

  .modal--addmenu .modal__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .dropdown__wrapper {
    position: relative;
    padding-top: 0px;
    display: none;
  }

  .dropdown__content > ul {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding-top: 6rem;
    row-gap: 6rem;
    padding-bottom: 0;
  }

  .dropdown__content > ul > li > a {
    font-size: 15rem;
    line-height: 17rem;
  }

  .dropdown--active .dropdown__wrapper {
    display: block;
  }

  .header {
    height: 68rem;
  }

  .header__top {
    padding: 20rem 0;
  }

  .header__top-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24rem;
       -moz-column-gap: 24rem;
            column-gap: 24rem;
  }

  .header__top-content .btn {
    display: none;
  }

  .header__logo img {
    width: 180rem;
  }

  .header__wrap-address {
    display: none;
  }

  .header__wrap-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .header__info > span {
    display: none;
  }

  .header__info > a {
    display: none;
  }

  .header__wrap-phone > a {
    font-size: 18rem;
    line-height: 20rem;
  }

  .header__icon-phone {
    top: 0;
  }

  .header__bottom {
    display: none;
  }

  .fix-height {
    margin-top: 68rem;
  }

  .footer {
    padding-top: 30rem;
  }

  .footer__grid {
    row-gap: 20rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 300rem auto;
    grid-template-rows: 300rem auto;
  }

  .footer__column:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .footer__column:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16rem;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .footer__bottom {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .footer__logo {
    margin-bottom: 16rem;
  }

  .footer__logo img {
    width: 317.85rem;
    height: 32.14rem;
  }

  .footer__contacts {
    row-gap: 12rem;
    margin-bottom: 24rem;
  }

  .footer__contacts address,
  .footer__contacts > a {
    font-size: 22rem;
  }

  .footer__contacts > a {
    margin-left: 0;
    margin-bottom: 16rem;
  }

  .footer__links {
    row-gap: 16rem;
  }

  .footer__links p {
    font-size: 20rem;
  }

  .footer__menu-title {
    margin-bottom: 0;
  }

  .footer__menu-title a {
    font-size: 22rem;
  }

  .footer__menu {
    padding-top: 8rem;
  }

  .footer__button {
    margin-top: 16rem;
  }

  .footer__wrap-copy span {
    font-size: 11rem;
    line-height: 16rem;
    top: 0;
  }

  .block-form__wrap-content {
    max-width: 274rem;
  }

  .block-form__title {
    font-size: 18rem;
    line-height: 20rem;
    margin-bottom: 16rem;
  }

  .block-form__form > label {
    font-size: 15rem;
    margin-bottom: 12rem;
  }

  .block-form__form--input {
    margin-bottom: 20rem;
  }

  .block-form__form--checkbox {
    margin-bottom: 20rem;
  }

  .block-form__form--phone {
    margin-bottom: 10rem;
  }

  .block-form__form--phone input {
    height: 34rem;
  }

  .block-form__form--phone input::-webkit-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__form--phone input::-moz-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__form--phone input:-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__form--phone input::-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__form--phone input::placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__wrapper-input {
    height: 34rem;
  }

  .block-form__wrapper-input input {
    width: 210rem;
  }

  .block-form__wrapper-input input::-webkit-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__wrapper-input input::-moz-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__wrapper-input input:-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__wrapper-input input::-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__wrapper-input input::placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__square {
    font-size: 16rem;
    line-height: 18rem;
  }

  .block-form__square::after {
    height: 24rem;
  }

  .block-form__checkbox-wrap {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    row-gap: 8rem;
  }

  .block-form__policy {
    font-size: 9rem;
    line-height: 12rem;
    max-width: 200rem;
  }

  .block-form--catalog .block-form__wrap-content {
    max-width: 270rem;
  }

  .block-form--catalog .block-form__title {
    max-width: 300rem;
  }

  .block-form--catalog .block-form__form--select .block-form__wrapper-select select {
    height: 34rem;
    font-size: 16rem;
    padding-right: 30rem;
  }

  .cookie-banner {
    padding: 10rem 0;
  }

  .cookie-banner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    row-gap: 10rem;
  }

  .cookie-banner__flex span {
    font-size: 11rem;
    line-height: 15rem;
  }

  .cookie-banner__flex .btn {
    height: 32rem;
    font-size: 13rem;
    line-height: 13rem;
    min-width: 124rem;
  }

  .quizner__quizner-stages {
    margin-bottom: 10rem;
  }

  .quizner-stages__stage span {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
    font-size: 18rem;
    line-height: 1;
  }

  .quizner-stages__stage::after {
    width: 36rem;
    height: 12rem;
  }

  .quizner-stages__stage--last-form span {
    line-height: 1.4;
  }

  .quizner-tmpl-selects__wrapper-title {
    -webkit-column-gap: 24rem;
       -moz-column-gap: 24rem;
            column-gap: 24rem;
    margin-bottom: 24rem;
  }

  .quizner-tmpl-selects__title {
    font-size: 20rem;
  }

  .quizner-tmpl-selects__radio-questions {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
    row-gap: 10rem;
    margin-bottom: 24rem;
  }

  .wrapper-radio__circle {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }

  .wrapper-radio__circle::after {
    border-width: 5rem;
  }

  .wrapper-radio__name {
    top: -3.5rem;
  }

  .quiz-form__wrap-btn .btn {
    padding: 0 16rem;
  }

  .sale-form__subtext {
    font-size: 24rem;
  }

  .sale-form__title {
    font-size: 32rem;
    line-height: 40rem;
  }

  .benefits-block {
    row-gap: 20rem;
  }

  .items-price__item {
    padding: 10rem 12rem 10rem 0;
  }

  .items-price__item p {
    font-size: 12rem;
    line-height: 15rem;
  }

  .items-price__item strong {
    font-size: 12rem;
    line-height: 13rem;
    max-width: 150rem;
    min-width: 80rem;
    text-align: right;
  }

  .price-warning {
    font-size: 12rem;
  }

  .sc-main {
    height: 446rem;
  }

  .sc-main__wrapper-content {
    -ms-grid-columns: 1fr 358rem;
    grid-template-columns: 1fr 358rem;
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
  }

  .sc-main__subtitle {
    font-size: 15rem;
    line-height: 20rem;
    margin-bottom: 14rem;
  }

  .sc-main__title {
    margin-bottom: 20rem;
  }

  .sc-main__title h1 {
    font-size: 27rem;
    line-height: 34rem;
  }
  .cat-main__title h1 {
    font-size: 27rem;
    line-height: 34rem;
  }

  .sc-main__items {
    margin-bottom: 20rem;
    row-gap: 14rem;
  }

  .sc-main__item p {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-main__wrap-icon {
    min-width: 29rem;
    width: unset;
  }

  .sc-tariffs {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-tariffs__title {
    margin-bottom: 20rem;
  }

  .sc-tariffs__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
  }

  .sc-tariffs__item {
    height: 540rem;
  }

  .sc-tariffs__item--orange .sc-tariffs__name-tariff {
    padding-top: 20rem;
  }

  .sc-work {
    padding-bottom: 40rem;
  }

  .sc-work__title {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20rem;
    margin-bottom: 20rem;
  }

  .sc-work__tags {
    -webkit-column-gap: 24rem;
       -moz-column-gap: 24rem;
            column-gap: 24rem;
  }

  .sc-work__tags a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-work__tags-line {
    height: 16rem;
  }

  .sc-work__wrap-img {
    height: 220rem;
    margin-bottom: 6rem;
  }

  .sc-work__wrap-content {
    row-gap: 4rem;
  }

  .sc-work__subtitle {
    font-size: 15rem;
    line-height: 16rem;
    max-width: 260rem;
  }

  .sc-reviews {
    padding: 40rem 0;
  }

  .sc-reviews__title {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16rem;
    margin-bottom: 30rem;
  }

  .sc-reviews .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sc-reviews__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 500rem;

    padding-left:0px;
    padding-right: 0px;
    justify-content: center;

    row-gap: 24rem;
  }

  .sc-reviews__wrap-img {
    height: 300rem;
  }

  .sc-reviews__wrap-img img {
    height: 100%;
  }

  .sc-reviews__wrap-content {
    padding-top: 0;
  }

  .sc-reviews__subtitle {
    font-size: 20rem;
    line-height: 20rem;
    margin-bottom: 20rem;
  }

  .sc-price {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-price__title {
    margin-bottom: 30rem;
  }

  .sc-price__wrap-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30rem;
  }
 .header__logo {

    max-width: 200px;
}
  .sc-price__items {
    padding-right: 25rem;
    padding-bottom: 25rem;
  }

  .sc-price__wrap-items {
    height: 400rem;
  }

  .sc-price__wrap-items .simplebar-track.simplebar-vertical {
    height: calc(100% - 20rem);
    width: 28rem;
  }

  .sc-price__wrap-items .simplebar-track.simplebar-vertical::after {
    width: 14rem;
  }

  .sc-price__item {
    padding: 20rem 18rem 20rem 18rem;
  }

  .sc-price__item p {
    font-size: 15rem;
    line-height: 17rem;
    min-width: 190rem;
  }

  .sc-price__item span {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-price__item > .square {
    min-width: 108rem;
  }

  .sc-price__item > .days {
    min-width: 118rem;
  }

  .sc-price__item > .price {
    min-width: 118rem;
  }

  .sc-price__wrap-form {
    padding: 30rem 24rem 30rem;
    max-width: 480rem;
    margin: 0 auto;
  }

  .sc-price__subtitle {
    font-size: 20rem;
    line-height: 24rem;
    max-width: 360rem;
  }

  .sc-price__form form input {
    height: 40rem;
  }

  .sc-price__form form input::-webkit-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-price__form form input::-moz-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-price__form form input:-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-price__form form input::-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-price__form form input::placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-catalog {
    height: 530rem;
  }

  .sc-catalog__wrap-content {
    -ms-grid-columns: 340rem 1fr;
    grid-template-columns: 340rem 1fr;
  }

  .sc-catalog__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-catalog__item {
    height: 100rem;
  }

  .sc-partners {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-partners__title {
    margin-bottom: 30rem;
  }

  .sc-partners__wrap-content {
    margin-bottom: 30rem;
  }

  .sc-partners__wrap-swiper {
    max-width: 570rem;
  }

  .sc-partners__item span {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-partners__item p {
    font-size: 13rem;
    line-height: 17rem;
  }

  .sc-partners__wrap-img {
    width: 100rem;
    height: 66rem;
    margin-bottom: 10rem;
  }

  .sc-partners__desc {
    max-width: 600rem;
  }

  .sc-partners__desc p {
    font-size: 14rem;
    line-height: 17rem;
  }

  .sc-team {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-team__title {
    margin-bottom: 16rem;
  }

  .sc-team__item {
    height: 420rem;
  }

  .sc-team__wrap-img {
    height: 180rem;
    margin-bottom: 14rem;
  }

  .sc-team__content span {
    margin-bottom: 16rem;
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-team__content p {
    font-size: 13rem;
    line-height: 17rem;
    max-width: unset;
  }

  .sc-team__subtitle {
    margin-bottom: 16rem;
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-about {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-about__title {
    margin-bottom: 30rem;
  }

  .sc-about__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30rem;
       -moz-column-gap: 30rem;
            column-gap: 30rem;
    row-gap: 30rem;
    margin-bottom: 30rem;
  }

  .sc-about__wrap-icon {
    width: 47rem;
    height: 47rem;
  }

  .sc-about__wrap-icon span {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-about__wrap-content {
    row-gap: 16rem;
  }

  .sc-about__subtitle {
    font-size: 18rem;
    line-height: 18rem;
  }

  .sc-about__text {
    font-size: 18rem;
    line-height: 18rem;
    margin-bottom: 30rem;
  }

  .sc-about__tags {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
    margin-bottom: 30rem;
  }

  .sc-about__tags a {
    font-size: 16rem;
  }

  .sc-about__desc {
    row-gap: 20rem;
  }

  .sc-about__desc p {
    font-size: 14rem;
  }

  .sc-quiz {
    position: relative;
    overflow: hidden;
  }

  .sc-quiz__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc-quiz__left {
    position: absolute;
    top: unset;
    bottom: -20rem;
    right: 40rem;
    width: 195rem;
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
  }

  .sc-quiz__left img {
    height: auto;
  }

  .sc-quiz__wrap-title {
    margin-bottom: 20rem;
  }

  .sc-quiz__thunks {
    top: 0;
    padding: 30rem 0;
    font-size: 22rem;
    line-height: 28rem;
  }

  .sc-quiz.thunks-active {
    padding-top: 40rem;
  }

  .sc-questions {
    padding-bottom: 40rem;
  }

  .sc-questions__wrap-title {
    margin-bottom: 40rem;
  }

  .sc-questions__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20rem;
  }

  .sc-questions__left {
    max-width: 586rem;
  }

  .sc-questions__right {
    row-gap: 40rem;
  }

  .sc-prices {
    padding-bottom: 10rem;
  }

  .sc-prices__wrap-title {
    padding-right: 0;
    -webkit-column-gap: 30rem;
       -moz-column-gap: 30rem;
            column-gap: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-prices__left-title {
    top: 16rem;
    width: 190rem;
  }

  .sc-prices__left-title h3 {
    font-size: 16rem;
  }

  .sc-prices__item-head .icon {
    right: 16rem;
  }

  .sc-prices__item-title {
    -ms-grid-columns: 190rem 1fr 140rem;
    grid-template-columns: 190rem 1fr 140rem;
    padding-right: 50rem;
  }

  .sc-prices__item-title p {
    font-size: 12rem;
    line-height: 14rem;
  }

  .sc-prices__item-body {
    -ms-grid-columns: 190rem 1fr;
    grid-template-columns: 190rem 1fr;
    padding-right: 50rem;
    row-gap: 12rem;
    padding-bottom: 16rem;
  }

  .sc-form {
    padding: 0 0 40rem 0;
  }

  .sc-form__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }

  .sc-form__left {
    position: relative;
    height: 210rem;
    width: 100%;
  }

  .sc-form__left img {
    max-width: 235rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .sc-form__right {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  .modal--addmenu .modal__mode {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__logo {

    max-width: 160px;
}
}

@media (max-width: 992px) {
  .header__wrapper-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}

@media (max-width: 768px) {
  html {
    font-size: 0.3125vw;
  }

  body {
    font-size: 16rem;
  }

  h2 {
    font-size: 20rem;
    line-height: 24rem;
  }

  .wrapper-desc {
    row-gap: 12rem;
  }

  .break-md {
    display: block;
  }
    .sc-cat
{
	display:grid;
	grid-template-columns:1fr;
	gap:36px;
}
  .btn--size-sm-2 {
    height: 42rem;
    font-size: 15rem;
    line-height: 17rem;
    border-radius: 8rem;
  }

  .btn--price {
    width: 210rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    height: 52rem;
    min-height: 52rem;
  }

  .btn--price b {
    font-size: 16rem;
    line-height: 18rem;
  }

  .btn--price b span {
    font-size: 11rem;
    line-height: 13rem;
  }

  .btn--tarrifs {
    font-size: 15rem;
    line-height: 16rem;
    height: 36rem;
    border-radius: 6rem;
  }

  .btn--transparent {
    font-size: 15rem;
    line-height: 16rem;
  }

  .btn--transparent-dark {
    padding: 0 14rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .btn--defalut {
    height: 40rem;
    padding: 0 14rem;
  }

  .container {
    padding: 0 15rem;
  }

  .icon--telegram {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .icon--vk {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .icon--whatsapp {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .icon--youtube {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .icon--file {
    width: 20rem;
    height: 24rem;
    min-width: 20rem;
    min-height: 24rem;
  }

  .icon--arrow-right-dark {
    width: 7rem;
    height: 12rem;
    min-width: 7rem;
    min-height: 12rem;
  }

  .icon--arrow-right-white {
    width: 7rem;
    height: 12rem;
    min-width: 7rem;
    min-height: 12rem;
  }

  .icon--quote {
    width: 24rem;
    height: 18rem;
    min-width: 24rem;
    min-height: 18rem;
  }

  .icon--arrow-right-circle {
    width: 34rem;
    height: 34rem;
    min-width: 34rem;
    min-height: 34rem;
  }

  .icon--arrow-left-circle {
    width: 34rem;
    height: 34rem;
    min-width: 34rem;
    min-height: 34rem;
  }

  .icon--arrow-right-circle-dark {
    width: 30rem;
    height: 30rem;
    min-width: 30rem;
    min-height: 30rem;
  }

  .icon--arrow-left-circle-dark {
    width: 30rem;
    height: 30rem;
    min-width: 30rem;
    min-height: 30rem;
  }

  .choices__inner {
    max-height: 38rem;
    min-height: 38rem;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 14rem;
    line-height: 18rem;
    font-family: OpenSans;
  }

  .choices__item {
    font-size: 14rem;
    line-height: 18rem;
    font-family: OpenSans;
  }

  .swiper-pagination {
    margin-top: 20rem;
  }

  .swiper-pagination--team {
    margin-top: 0;
  }

  .swiper-pagination-bullet {
    width: 24rem;
    margin: 0 4rem !important;
    height: 6rem;
  }

  .link-top {
    bottom: 148rem;
    right: 2rem;
  }

  .link-top .icon svg {
    min-width: 28rem;
    min-height: 28rem;
  }

  .cookie-banner-close .link-top {
    bottom: 12rem;
  }

  .modal .modal__close {
    top: 20rem;
    right: 20rem;
  }

  .modal .modal__icon--close svg {
    width: 20rem;
    height: 20rem;
  }

  .modal--addmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 20rem;
    padding-top: 24rem;
    display: block;
  }

  .modal--addmenu .modal__container {
    padding: 0 15rem;
  }

  .modal--addmenu .modal__inner-content {
    padding-bottom: 86rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__wrapper-content {
    row-gap: 16rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__logo a img {
    width: 160rem;
  }

  .modal--addmenu .modal__wrap-info {
    row-gap: 16rem;
  }

  .modal--addmenu .modal__wrap-info address {
    font-size: 13rem;
    line-height: 15rem;
    text-align: left;
  }

  .modal--addmenu .modal__wrap-info .btn {
    margin: 0;
  }

  .modal--addmenu .modal__phone > a > i {
    width: 25rem;
    height: 25rem;
    min-width:  25rem;
    min-height: 25rem;
  }

  .modal--addmenu .modal__info a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .modal--addmenu .modal__wrap-address {
    row-gap: 9rem;
  }

  .modal--addmenu .modal__select-address {
    width: 190rem;
    background-color:#fff;
    border:1px #000 solid;
    border-radius:3px;
  }

  .modal--addmenu .modal__select-address select {
    font-size: 16rem;
    line-height: 18rem;
            background-color: #ffffff;
  }

  .modal--addmenu .modal__menu > ul {
    row-gap: 12rem;
  }

  .modal--addmenu .modal__menu > ul > li > a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__menu > ul > li > a i {
    width: 18rem;
    height: 10rem;
    min-width: 18rem;
    min-height: 10rem;
  }

  .modal--addmenu .modal__mode p {
    font-size: 14rem;
    line-height: 18rem;
    text-align: left;
  }

  .modal--addmenu .modal__socials {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .modal--addmenu .modal__socials i {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .modal--addmenu .modal__btn a {
    font-size: 12rem;
    line-height: 14rem;
    min-height: 42rem;
    height: 42rem;
    padding: 0 24rem;
  }

  .dropdown__content > ul > li {
    padding-left: 12rem;
    padding-right: 6rem;
  }

  .dropdown__content > ul > li > a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .header {
    height: 50rem;
  }

  .header__top {
    padding: 14rem 0;
  }

  .header__top-content {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .header__logo img {
    width: 110rem;
  }

  .header__wrap-info {
    margin-left: unset;
  }

  .header__info {
    display: none;
  }

  .header__icon-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__socials {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .header__wrapper-hamburger {
    row-gap: 2rem;
    width: 20rem;
  }

  .fix-height {
    margin-top: 50rem;
  }

  .footer {
    padding: 20rem 0;
  }

  .footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16rem;
  }

  .footer__logo img {
    width: 100%;
    height: auto;
  }

  .footer__contacts {
    row-gap: 12rem;
    margin-bottom: 16rem;
  }

  .footer__contacts address,
  .footer__contacts > a {
    font-size: 18rem;
  }

  .footer__contacts > a {
    margin-bottom: 6rem;
  }

  .footer__links {
    row-gap: 8rem;
  }

  .footer__links p {
    font-size: 15rem;
  }

  .footer__socials .icon {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .footer__menu-title a {
    font-size: 18rem;
  }

  .footer__menu ul {
    row-gap: 5rem;
  }

  .footer__menu ul a {
    font-size: 14rem;
  }

  .footer__wrap-copy {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .footer__wrap-copy span {
    font-size: 9.8rem;
  }

  .block-form {
    background-image: url("../img/main/bg-form2.png");
    width: calc(100% + 30rem);
    left: -15rem;
    padding: 20rem 0;
  }

  .block-form > span {
    display: block;
    font-size: 10rem;
    line-height: 12rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    position: absolute;
    right: 4rem;
    bottom: 26rem;
    max-width: 76rem;
    text-align: center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .block-form--catalog {
    background-color: rgb(239, 120, 38);
  }

  .cookie-banner__flex span {
    font-size: 9rem;
    line-height: 13rem;
  }

  .cookie-banner__flex .btn {
    height: 28rem;
    font-size: 11rem;
    line-height: 11rem;
    min-width: 96rem;
  }

  .quizner__quizner-stages {
    margin-bottom: 0;
  }

  .quizner__button {
    width: 100%;
  }

  .quizner-stages__stages {
    position: relative;
    padding-bottom: 36rem;
  }

  .quizner-stages__stage span {
    width: 18rem;
    height: 18rem;
    min-width: 18rem;
    min-height: 18rem;
    font-size: 8rem;
    padding-bottom: 2rem;
  }

  .quizner-stages__stage::after {
    width: 15rem;
    height: 8rem;
  }

  .quizner-stages__stage:nth-last-child(2) {
    margin-right: 8rem;
  }

  .quizner-stages__stage--last-form {
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 0;
    top: -8rem;
    max-width: 70rem;
    text-align: center;
    row-gap: 2rem;
  }

  .quizner-stages__stage--last-form span {
    line-height: 1.1;
  }

  .quizner-stages__stage--last-form::before {
    width: 35rem;
    height: 33rem;
    min-width: 35rem;
    min-height: 33rem;
  }

  .quizner-tmpl-selects__wrapper-title {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
  }

  .quizner-tmpl-selects__questions {
    font-size: 14rem;
    top: 0;
  }

  .quizner-tmpl-selects__title {
    font-size: 18rem;
  }

  .quizner-tmpl-selects__radio-questions {
    row-gap: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .wrapper-radio__circle {
    width: 18rem;
    height: 18rem;
    min-width: 18rem;
    min-height: 18rem;
  }

  .wrapper-radio__name {
    font-size: 14rem;
    line-height: 20rem;
    top: -2rem;
  }

  .quiz-form__title {
    margin-bottom: 16rem;
    font-size: 20rem;
    text-align: center;
  }

  .quiz-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12rem;
    margin-bottom: 8rem;
  }

  .quiz-form__input {
    width: 100%;
  }

  .quiz-form__input input {
    min-width: unset;
    width: 100%;
    font-size: 16rem;
  }

  .quiz-form__warning {
    font-size: 10rem;
    text-align: center;
  }

  .quiz-form__wrap-btn {
    width: 100%;
  }

  .quiz-form__wrap-btn .btn {
    padding: 0;
    width: 100%;
  }

  .sale-form__wrap-title {
    row-gap: 8rem;
    margin-bottom: 16rem;
  }

  .sale-form__subtext {
    font-size: 16rem;
  }

  .sale-form__title {
    font-size: 25rem;
    line-height: 31rem;
  }

  .sale-form__title br {
    display: none;
  }

  .sale-form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10rem;
  }

  .sale-form__input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8rem;
  }

  .sale-form__input label > span {
    font-size: 14rem;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    position: static;
  }

  .sale-form__warning * {
    font-size: 10rem;
    line-height: 10rem;
  }

  .benefits-block {
    row-gap: 16rem;
  }

  .benefits-block__item {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    position: relative;
  }

  .benefits-block__item:first-child {
    padding-bottom: 64rem;
  }

  .benefits-block__item-content {
    padding-top: 4rem;
  }

  .benefits-block__item-title {
    margin-bottom: 8rem;
    position: static;
  }

  .benefits-block__item-title h3 {
    font-size: 16rem;
    line-height: 20rem;
  }

  .benefits-block__item-title h3 br {
    display: none;
  }

  .benefits-block__item-title .btn {
    top: unset;
    bottom: 0;
    right: unset;
    left: 60rem;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .benefits-block__item-desc * {
    font-size: 14rem;
    line-height: 20rem;
  }

  .items-price__item {
    padding: 8rem 0;
  }

  .sc-main {
    height: auto;
  }

  .sc-main__background {
    width: calc(100% + 30rem);
    left: -15rem;
  }

  .sc-main__background::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sc-main__wrapper-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc-main__left {
    padding: 30rem 0;
    position: relative;
  }

  .sc-tariffs {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sc-tariffs__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
  }

  .sc-tariffs__item {
    height: auto;
  }

  .sc-tariffs__item--orange .sc-tariffs__name-tariff {
    padding-top: 10rem;
  }

  .sc-tariffs__wrapper-price {
    height: 80rem;
  }

  .sc-tariffs__price {
    border-top-right-radius: 40rem;
    padding-top: 10rem;
  }

  .sc-tariffs__price::after {
    top: 30rem;
  }

  .sc-tariffs__name-tariff {
    padding-top: 10rem;
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-tariffs__name-tariff span {
    font-size: 14rem;
    line-height: 18rem;
  }

  .sc-tariffs__services {
    height: auto;
  }

  .sc-tariffs__service {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sc-tariffs__text p {
    font-size: 13rem;
  }

  .sc-work {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sc-work__title > .btn {
    display: none;
  }

  .sc-work__wrapper-tags {
    margin-bottom: 26rem;
  }

  .sc-work__tags {
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .sc-work__tags a {
    font-size: 13rem;
    line-height: 16rem;
  }

  .sc-work__tags-line {
    height: 13rem;
  }

  .sc-work__wrap-img {
    height: 180rem;
  }

  .sc-work__subtitle {
    font-size: 14rem;
    line-height: 16rem;
    max-width: 230rem;
  }

  .sc-work__desc p {
    font-size: 13px;
    line-height: 16px;
  }

  .sc-work__wrap-square {
    right: 4rem;
  }

  .sc-work__square {
    width: 80rem;
  }

  .sc-work__square span {
    font-size: 9rem;
    line-height: 10rem;
    margin-top: 5px;
  }

  .sc-work__btn-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20rem;
  }

  .sc-reviews {
    padding: 28rem 0;
  }

  .sc-reviews__title {
    margin-bottom: 20rem;
  }

  .sc-reviews__title > .btn {
    display: none;
  }

  .sc-reviews__item {
    width: 100%;
    row-gap: 16rem;
  }

  .sc-reviews__wrap-img {
    height: 220rem;
  }

  .sc-reviews__subtitle {
    font-size: 16rem;
    line-height: 16rem;
    margin-bottom: 14rem;
  }

  .sc-reviews__wrap-quote {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sc-reviews__quote {
    padding-top: 2rem;
    font-size: 14rem;
    line-height: 18rem;
  }

  .sc-reviews__quote p {
    margin-bottom: 14rem;
  }

  .sc-reviews .arrow-custom-prev,
  .sc-reviews .arrow-custom-next {
    top: unset;
    bottom: 16rem;
  }

  .sc-reviews .arrow-custom-prev {
    left: 15rem;
  }

  .sc-reviews .arrow-custom-next {
    right: 15rem;
  }

  .sc-reviews__btn-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20rem;
  }

  .sc-price {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sc-price__title {
    margin-bottom: 24rem;
  }

  .sc-price__wrap-items {
    max-width: 300rem;
  }

  .sc-price__wrap-items .simplebar-content {
    padding-right: 0 !important;
  }

  .sc-price__wrap-items .simplebar-track.simplebar-vertical {
    width: 20rem;
  }

  .sc-price__wrap-items .simplebar-track.simplebar-vertical::after {
    width: 10rem;
  }

  .sc-price__item {
    width: 600rem;
  }

  .sc-price__wrap-form {
    padding: 20rem 10rem;
    max-width: unset;
  }

  .sc-price__subtitle {
    max-width: unset;
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 16rem;
  }

  .sc-price__employee {
    max-width: unset;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    margin-bottom: 16rem;
  }

  .sc-price__employee-avatar {
    min-height: 84rem;
    min-width: 84rem;
    height: 84rem;
    width: 84rem;
  }

  .sc-price__employee-content {
    row-gap: 8rem;
  }

  .sc-price__employee-content span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-price__employee-content p {
    font-size: 13rem;
    line-height: 15rem;
  }

  .sc-price__form form input {
    width: 100%;
  }

  .sc-catalog {
    height: auto;
  }

  .sc-catalog__background {
    width: calc(100% + 30rem);
    left: -15rem;
  }

  .sc-catalog__wrap-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc-catalog__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sc-catalog__right {
    position: relative;
    padding: 28rem 0;
  }

  .sc-catalog__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-partners {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sc-partners__title {
    margin-bottom: 24rem;
  }

  .sc-partners__wrap-content {
    margin-bottom: 24rem;
  }

  .sc-partners__wrap-swiper {
    max-width: 230rem;
  }

  .sc-partners__item span {
    font-size: 14rem;
    line-height: 16rem;
    margin-bottom: 6rem;
  }

  .sc-partners__item p {
    font-size: 11rem;
    line-height: 13rem;
  }

  .sc-partners__wrap-img {
    width: 90rem;
    height: 57rem;
    margin-bottom: 6rem;
  }

  .sc-partners__desc p {
    font-size: 12rem;
    line-height: 14rem;
  }

  .sc-team {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sc-team__title {
    margin-bottom: 0;
  }

  .sc-team__item {
    padding: 16rem;
    height: 400rem;
  }

  .sc-about {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sc-about__title {
    margin-bottom: 24rem;
  }

  .sc-about__items {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    row-gap: 16rem;
  }

  .sc-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sc-about__wrap-content {
    row-gap: 10rem;
  }

  .sc-about__wrap-content p {
    font-size: 12rem;
    text-align: center;
  }

  .sc-about__subtitle {
    font-size: 14rem;
    line-height: 18rem;
    text-align: center;
  }

  .sc-about__text {
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 24rem;
  }

  .sc-about__tags {
    margin-bottom: 24rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .sc-about__tags a {
    font-size: 14rem;
  }

  .sc-about__desc {
    row-gap: 12rem;
    margin-bottom: 20rem;
  }

  .sc-about__desc p {
    font-size: 13rem;
  }

  .sc-quiz {
    padding-top: 24rem;
  }

  .sc-quiz__thunks {
    font-size: 16rem;
    line-height: 21rem;
    padding: 20rem 0;
  }

  .sc-quiz.thunks-active {
    padding-top: 28rem;
  }

  .sc-questions {
    padding: 28rem 0 30rem 0;
  }

  .sc-questions__wrap-title {
    margin-bottom: 16rem;
  }

  .sc-questions__grid {
    row-gap: 28rem;
  }

  .sc-questions__right {
    row-gap: 28rem;
  }

  .sc-questions__questions {
    row-gap: 12rem;
  }

  .sc-questions__question-title {
    padding: 10rem;
  }

  .sc-questions__question-title h3 {
    font-size: 14rem;
    position: relative;
    top: -1rem;
  }

  .sc-questions__question-answer {
    padding: 0 10rem 10rem 10rem;
  }

  .sc-questions__question-answer p {
    font-size: 12rem;
  }

  .sc-prices {
    padding-top: 28rem;
  }

  .sc-prices__wrap-title {
    margin-bottom: 16rem;
  }

  .sc-prices__wrap-title .btn {
    display: none;
  }

  .sc-prices__items {
    row-gap: 12rem;
    margin-bottom: 16rem;
  }

  .sc-prices__left-title {
    top: 10rem;
    left: 10rem;
    width: 160rem;
  }

  .sc-prices__left-title h3 {
    font-size: 14rem;
  }

  .sc-prices__item-head {
    min-height: 36.1rem;
    padding: 4rem 0;
  }

  .sc-prices__item-head .icon {
    right: 10rem;
    top: 14rem;
  }

  .sc-prices__item-head.active {
    background-color: var(--light-orange-2);
  }

  .sc-prices__item-head.active .sc-prices__item-title {
    top: 50%;
    opacity: 1;
  }

  .sc-prices__item-title {
    -ms-grid-columns: 140rem 1fr;
    grid-template-columns: 140rem 1fr;
    padding-right: 32rem;
    width: 100%;
    margin-top: 1rem;
  }

  .sc-prices__item-title p {
    display: none;
  }

  .sc-prices__item-title strong {
    font-size: 12rem;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .sc-prices__item-body {
    padding-right: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10rem;
    padding-top: 0;
    width: 100%;
    padding-left: 10rem;
    padding-bottom: 10rem;
  }

  .sc-prices__tab-content.active {
    top: 0;
    margin-bottom: 0;
  }

  .sc-prices__button-mobile {
    display: block;
  }

  .sc-form {
    padding: 10rem 0 30rem 0;
  }

  .sc-form__left {
    height: 130rem;
  }

  .sc-form__left img {
    max-width: 140rem;
  }

  .sc-form__wrap-form .sale-form__wrap-title {
    margin-bottom: 10rem;
  }
}
.catalog-list
{
 margin-top:20px;
	}
.sc-work__items h2
{
 margin-top:40px;
	}
	.second_text ul
	 {
  padding-left: 20px;

  margin-top: 30px;
  list-style:none;
  margin-bottom: 30px;
}

.second_text ul li
{
  position: relative;

}

.second_text ul li:not(:last-child)
{
  margin-bottom: 10px;
}
.otst
{
 padding-top:20px;
	}
.second_text ul li::before
{
  content: '';
  position: absolute;
  background-image: url('../img/check.svg');
  background-position: center;
  background-size: contain;
  top: 3px;
  width: 25px;
  height: 25px;
  left: -25px;
}
@media (max-height: 1440px)
{

.second_text ul
{

    margin-top: 30px;
    margin-bottom: 30px;
  }

  .second_text ul li
  {
    position: relative;

  }

  .second_text ul li:not(:last-child)
  {
    margin-bottom: 10px;
  }

  .second_text ul li::before
  {

    position: absolute;
    background-image: url('../img/check.svg');
    background-position: center;
    background-size: contain;

  }
}


@media (max-height: 768px)
{
.second_text ul
{

    margin-top: 30px;
    margin-bottom: 30px;
  }
 .otst
{
 padding-top:0px;
	}
  .second_text ul li
  {
    position: relative;

  }

  .second_text ul li:not(:last-child),
 {
    margin-bottom: 10px;
  }

  .second_text ul li::before
  {
    content: '';
    position: absolute;
    background-image: url('../img/check.svg');
    background-position: center;
    background-size: contain;

  }
}




 .second_text ol {
	width: 90%;

  margin: 0 auto;
  list-style-type: none;
  counter-reset: num;
  position: relative;
  margin-left: 40px;
  padding: 15px 10px 5px 0px;
  font-size: 16px;
}
.second_text ol li
 {
    position: relative;
    margin: 0 0 0 0;

    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 0px;
    padding: 10px;
    line-height: 1.4;
    padding-bottom:20px;
    border-bottom: 1px solid var(--orange);
}
.second_text ol li:last-child {

 border:0;

}
.second_text ol li:after {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -42px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--orange);
}


.second_text ol li:last-child:before {

  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  width: 28px;
  background: #fff;

}
.second_text p
{
	margin-top:20px;
	margin-bottom:20px;
	}
.sc-price__title h1
{
 text-align:center;
 font-size:32px;
	}