/* stylelint-disable */

/*! 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;
}

.tns-outer {
  position: relative;
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-controls button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid rgba(146, 161, 190, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(95, 103, 122, 0.07);
  box-shadow: 0px 0px 10px rgba(95, 103, 122, 0.07);
  border-radius: 20px;
  color: #767F89;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tns-controls button:hover {
  color: #006FFF;
  -webkit-box-shadow: 0px 0px 10px rgba(95, 103, 122, 0.15);
  box-shadow: 0px 0px 10px rgba(95, 103, 122, 0.15);
}

.tns-controls button:first-child {
  left: -18px;
}

.tns-controls button:last-child {
  right: -18px;
}

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

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

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

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Golos", "Arial", sans-serif;
  color: #303030;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #303030;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #303030;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  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;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
  overflow: hidden;
}

.wrapper--no-scrollbar {
  height: 100vh;
  /* stylelint-disable-next-line */
  height: calc(100 * var(--vh, 1vh));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrapper--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.rouble {
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  font-weight: 400 !important;
  /* stylelint-enable */
}

.btn-reset {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.color-blue {
  color: #006FFF;
}

.color-gray {
  color: #767F89;
}

@-webkit-keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.container {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 40px;
}

button {
  cursor: pointer;
}

button:disabled {
  opacity: .5;
}

.btn {
  display: inline-block;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 14px 28px;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 18px;
}

.btn-w100 {
  width: 100%;
}

.btn-primary {
  color: #ffffff;
  background-color: #006FFF;
}

.btn-primary:hover:not(:disabled) {
  background-color: #005CD2;
}

.btn-primary:active:not(:disabled) {
  background-color: #0054C1;
}

.btn-light {
  background-color: #FFFFFF;
  color: #006FFF;
  border: 1px solid rgba(0, 111, 255, 0.2);
}

.btn-light:hover:not(:disabled) {
  background-color: #F2F8FF;
}

.btn-light:active:not(:disabled) {
  background-color: #EDF5FF;
}

.btn-link {
  padding: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1;
  color: #006FFF;
}

.input {
  position: relative;
}

form > .input + .input,
form > .input + .input-grid,
form > .input-grid + .input-grid,
form > .input-grid + .input,
form > .input + .checkout {
  margin-top: 2rem;
}

.input-title,
.input-grid__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  color: #303030;
  margin-bottom: 1rem;
}

.input-box {
  position: relative;
}

.input-label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #767F89;
  margin-bottom: 0.5rem;
}

.input-text {
  position: relative;
  overflow: hidden;
}

.input-text input[type=text],
.input-text input[type=email],
.input-text textarea {
  background: #FFFFFF;
  padding: 0.75rem;
  width: 100%;
  border: 1px solid #DBE1ED;
  border-radius: 0.5rem;
  font-size: 14px;
  color: #303030;
  outline: none !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input-text input[type=text]:placeholder-shown + .input-reset,
.input-text input[type=email]:placeholder-shown + .input-reset,
.input-text textarea:placeholder-shown + .input-reset {
  display: none;
}

.input-text input[type=text]:focus,
.input-text input[type=email]:focus,
.input-text textarea:focus {
  background: #f8fbff;
  border-color: rgba(0, 111, 255, 0.3);
}

.input-radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  padding: 10px 12px;
  line-height: 1;
  color: #303030;
  background: #F7F8FB;
  border: 1px solid rgba(48, 48, 48, 0.1);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

.input-radio input[type=radio]:checked + label {
  background: #E7F3FF;
  color: #006FFF;
  border-color: rgba(0, 111, 255, 0.3);
}

.input-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 10px 12px;
  line-height: 1;
  color: #303030;
  background: #F7F8FB;
  border: 1px solid rgba(48, 48, 48, 0.1);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input-checkbox label:after {
  content: '';
  display: none;
  position: absolute;
  right: 32px;
  height: 1rem;
  border-left: 1px solid rgba(152, 159, 168, 0.2);
}

.input-checkbox label svg {
  display: none;
  margin-left: 18px;
}

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

.input-checkbox input[type=checkbox]:checked + label {
  background: #E7F3FF;
  color: #006FFF;
  border-color: rgba(0, 111, 255, 0.3);
}

.input-checkbox input[type=checkbox]:checked + label:after {
  display: block;
}

.input-checkbox input[type=checkbox]:checked + label svg {
  display: block;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -.5rem;
}

.input-row .input-radio:not(:last-child),
.input-row .input-checkbox:not(:last-child) {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.input-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.input-grid__column .input + .input {
  margin-top: 1rem;
}

.input-grid__title {
  margin-top: 0;
}

.input-grid-cell_reset {
  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;
}

.input-reset {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.75rem;
  border: 0;
  height: 100%;
  background: transparent;
}

.input-add {
  margin-top: -0.75rem;
}

::-webkit-input-placeholder {
  color: #C5CED9;
}

::-moz-placeholder {
  color: #C5CED9;
}

:-ms-input-placeholder {
  color: #C5CED9;
}

::-ms-input-placeholder {
  color: #C5CED9;
}

::placeholder {
  color: #C5CED9;
}

.input_required .input-label:after {
  content: '\2022';
  color: #FF3233;
  margin-left: 0.15rem;
}

.input-message {
  display: none;
}

.input_error input[type=text]:not(:empty) {
  border-color: #FF3233;
}

.input_error .input-message {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #FF3233;
  margin-top: 0.4rem;
}

main > .section {
  margin-bottom: 4rem;
}

.section-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.15;
  color: #303030;
  margin: 0;
}

.overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(48, 48, 48, 0.25);
  z-index: 990;
  -webkit-transition: 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.overlay.active {
  display: block;
  opacity: 1;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
  z-index: 10;
}

.header-row {
  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;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-nav .header-nav__link {
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-nav .header-nav__link:hover {
  color: #006FFF;
}

.header-nav .header-nav__link:first-child {
  font-weight: bold;
}

.header-nav .header-nav__link:not(:last-child) {
  margin-right: 1.5rem;
}

.hero {
  position: relative;
}

.hero-item {
  position: relative;
  padding: 1.5rem;
}

.hero-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F6F8;
  mix-blend-mode: multiply;
  border-radius: 16px;
  z-index: 5;
}

.hero-item__title {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #303030;
  margin: 0;
}

.hero-item__title br {
  display: none;
}

.hero-item__text {
  position: relative;
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #767F89;
  margin-top: 1rem;
}

.hero-item__button {
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
  width: 100%;
}

.hero-image {
  position: absolute;
  right: 0;
  top: -5px;
  display: none;
  height: 100%;
}

.hero-image img {
  height: 100%;
}

.hero-round {
  position: absolute;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  z-index: 5;
}

.hero-round_1 {
  right: -150px;
  top: -80px;
  width: 264px;
  height: 264px;
  background: rgba(78, 76, 209, 0.2);
}

.hero-round_2 {
  right: -40px;
  bottom: -40px;
  width: 275px;
  height: 275px;
  background: rgba(255, 138, 3, 0.2);
}

.hero-round_3 {
  left: -40px;
  top: -16px;
  width: 205px;
  height: 205px;
  background: rgba(90, 200, 250, 0.2);
}

.catalog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-grid .tns-item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.catalog-offer {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem;
  background: #F5F6F8;
  border-radius: 1rem;
  min-width: 236px;
  margin-top: 60px;
}

.catalog-offer__image {
  position: relative;
  top: -60px;
  height: 100px;
}

.catalog-offer__image img {
  margin: 0 auto;
}

.catalog-offer__title {
  font-weight: 600;
  font-size: 14px;
  color: #303030;
  margin-top: 1rem;
}

.catalog-offer__text {
  font-size: 12px;
  line-height: 18px;
  color: #767F89;
  margin-top: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog-offer__button {
  margin-top: 1rem;
  width: 100%;
}

.featured-title {
  margin-bottom: 2rem;
}

.featured-grid {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.featured-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3rem auto;
  grid-template-columns: 3rem auto;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0.25rem;
}

.featured-item__icon {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.featured-item__title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #303030;
}

.featured-item__description {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 12px;
  line-height: 1.25;
  color: #767F89;
}

.featured-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;
  color: #ffffff;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#006FFF), to(#006FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #006FFF 0%, #006FFF 100%);
  -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 111, 255, 0.3);
  box-shadow: 0px 10px 20px -2px rgba(0, 111, 255, 0.3);
  border-radius: 50%;
}

.featured-icon:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.featured-icon svg {
  height: 24px !important;
  width: 24px !important;
}

.how-title {
  margin-bottom: 3rem;
}

.how-grid {
  position: relative;
  z-index: 10;
}

.how-item {
  position: relative;
}

.how-item__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.how-item__icon svg,
.how-item__icon img {
  -webkit-transform: scale(0.6) translateX(-40%) translateY(calc(40% - 8px));
  transform: scale(0.6) translateX(-40%) translateY(calc(40% - 8px));
}

.how-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
}

.how-item__description {
  font-size: 14px;
  line-height: 20px;
  color: #767F89;
  margin-top: 0.5rem;
}

.quick-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  position: relative;
  padding: 1.5rem;
}

.quick-grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F6F8;
  mix-blend-mode: multiply;
  border-radius: 16px;
  z-index: 5;
}

.quick-grid > * {
  position: relative;
  z-index: 10;
}

.quick-info__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.15;
  color: #303030;
  margin: 0;
}

.quick-info__description {
  font-size: 14px;
  line-height: 23px;
  color: #767F89;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

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

.quick-form__row:not(:last-child) {
  margin-bottom: 1.5rem;
}

.quick-form__grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.quick-form .input {
  margin-top: 0 !important;
}

.quick-round {
  position: absolute;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  z-index: 5;
}

.quick-round_1 {
  left: 28px;
  top: 0;
  width: 247px;
  height: 247px;
  background: rgba(78, 76, 209, 0.2);
}

.quick-round_2 {
  left: -16px;
  bottom: -48px;
  width: 187px;
  height: 187px;
  background: rgba(255, 138, 3, 0.2);
}

.quick-round_3 {
  left: 358px;
  top: 10px;
  width: 205px;
  height: 205px;
  background: rgba(90, 200, 250, 0.2);
}

.company-title {
  text-align: left !important;
}

.company-info {
  position: relative;
  display: -ms-grid;
  display: grid;
}

.company-info > * {
  position: relative;
  z-index: 10;
}

.company-info__text {
  font-size: 16px;
  line-height: 1.5;
  color: #767F89;
}

.company-info__icon {
  margin: 0 auto;
}

.company-round {
  display: none;
  position: absolute;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  z-index: 5;
}

.company-round_1 {
  right: 150px;
  top: 48px;
  width: 247px;
  height: 247px;
  background: rgba(78, 76, 209, 0.2);
}

.company-round_2 {
  right: 90px;
  top: 0;
  width: 187px;
  height: 187px;
  background: rgba(255, 138, 3, 0.2);
}

.sertificate-title {
  margin-bottom: 2rem;
}

.sertificate-slider {
  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;
}

.sertificate-item {
  border-radius: 0.5rem;
}

.faq .container {
  max-width: 780px;
}

.faq-title {
  margin-bottom: 1rem;
}

.faq-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1rem 1fr 1rem;
  grid-template-columns: 1rem 1fr 1rem;
  gap: 0.5rem;
  padding: 1.5rem 0;
  -webkit-box-shadow: inset 0px -1px 0px #E8E9EB;
  box-shadow: inset 0px -1px 0px #E8E9EB;
  cursor: pointer;
}

.faq-item.active .faq-info__quastion,
.faq-item.active .faq-number {
  color: #006FFF;
}

.faq-item.active .faq-button button {
  color: #006FFF;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-number {
  font-weight: 600;
  font-size: 16px;
  color: #767F89;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.faq-info {
  overflow: hidden;
}

.faq-info__quastion {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.faq-info__answer {
  height: 0;
  margin-top: 0.75rem;
  font-size: 14px;
  color: #767F89;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.faq-button button {
  color: #767F89;
}

.contact {
  background-color: #fff;
}

.contact-head {
  padding-bottom: 1.5rem;
}

.contact-body {
  padding: 2rem 0;
}

.contact-footer {
  padding-top: 1.5rem;
}

.contact-head + .contact-body {
  border-top: 1px solid #F1F3F8;
}

.contact-body + .contact-footer {
  border-top: 1px solid #F1F3F8;
}

.contact-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.05;
  margin: 0;
}

.contact-item:not(:last-child) {
  margin-bottom: 2rem;
}

.contact-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 0.5rem;
}

.contact-item__title svg + span {
  margin-left: 0.5rem;
}

.contact-item__value {
  font-size: 14px;
  color: #767F89;
}

.contact-item__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.contact-item__column span {
  color: #A7ACB7;
  font-size: 12px;
  line-height: 1.15;
  margin-bottom: 2px;
}

.contact-item__column:not(:last-child) {
  margin-right: 1.5rem;
}

.map-contact {
  position: relative;
}

.map .container {
  position: relative;
}

.map-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: lightgray;
  z-index: -1;
}

.information-grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.information-promo {
  position: relative;
  background-color: #F5F6F8;
  border-radius: 1rem;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
}

.information-promo > * {
  position: relative;
  z-index: 10;
}

.information-promo__image {
  height: 300px;
  width: auto;
}

.information-promo__info {
  margin-top: 0;
  max-width: 635px;
}

.information-promo__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #303030;
  margin: 0 0 0.75rem 0;
}

.information-promo__description {
  font-size: 14px;
  line-height: 1.5;
  color: #767F89;
}

.information-promo__price {
  font-size: 24px;
  line-height: 1;
  color: #303030;
  margin-top: 1rem;
}

.information-promo__buttons {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.information-box {
  padding: 1rem;
  background-color: #F5F6F8;
  border-radius: 1rem;
}

.information-box__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  color: #303030;
  margin: 0 0 0.75rem 0;
}

.information-description__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
  margin: 0 0.5rem 0 0;
}

.information-description p {
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}

.information-description p:not(:last-child) {
  margin: 0 0 1.5rem 0;
}

.information-description p:last-child {
  margin: 0;
}

.information-description ul {
  padding-left: 1.25rem;
  margin: .5rem 0 1.5rem;
}

.information-description ul li {
  font-size: 16px;
  line-height: 1.75;
}

.information-description ul li::marker {
  color: #006FFF;
}

.information-step:not(:last-child) {
  margin-bottom: 1rem;
}

.information-step__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
  margin: 0 0.5rem 0 0;
}

.information-step__description {
  font-size: 14px;
  line-height: 1.5;
  color: #767F89 !important;
  margin: 0 !important;
}

.information-round {
  position: absolute;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  z-index: 5;
}

.information-round_1 {
  left: calc(100% + 85px);
  top: -75px;
  width: 264px;
  height: 264px;
  background: rgba(78, 76, 209, 0.2);
}

.information-round_2 {
  left: calc(100% + 35px);
  bottom: 55px;
  width: 245px;
  height: 245px;
  background: rgba(255, 138, 3, 0.2);
}

.information-round_3 {
  left: -41px;
  top: -16px;
  width: 205px;
  height: 205px;
  background: rgba(90, 200, 250, 0.2);
}

.main-nav__toggle {
  display: none;
}

.mobile_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.mobile_nav__link {
  color: #303030;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: left;
}

.mobile_nav__link:not(:last-child) {
  margin-bottom: 2rem;
}

.mobile_nav__link:hover,
.mobile_nav__link:active {
  color: #006FFF;
}

.mobile_nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile_nav-header {
  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: 1.5rem 0 1.5rem 0;
  margin: 0 1rem 0 1.5rem;
}

.mobile_nav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0 2.5rem 0;
  margin: 0 1rem 2.5rem 1.5rem;
  border-bottom: 1px solid #F1F3F8;
}

.mobile_nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1rem 0 1.5rem;
}

.mobile_nav_overlay {
  display: none;
}

.mobile_nav_overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.25);
  z-index: 900;
}

.calc-total {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.calc-total__column1 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.calc-total__column2 {
  -ms-grid-column: 2;
  grid-column: 2;
}

.calc-total__image {
  height: 100px;
}

.calc-total__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.15;
  color: #767F89;
  margin-bottom: 4px;
}

.calc-total__total {
  font-size: 32px;
  line-height: 1.15;
  color: #303030;
}

.calc-total__description {
  font-size: 12px;
  line-height: 14px;
  color: #767F89;
}

.calc-total__button {
  margin-top: 2rem;
}

.calc-fixed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.calc-fixed__title {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 12px;
  line-height: 1;
  color: #767F89;
}

.calc-fixed__total {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 22px;
  line-height: 1.15;
  color: #767F89;
  white-space: nowrap;
}

.calc-fixed__button {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  text-align: right;
}

.success {
  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;
  padding: 1rem 0;
}

.success-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;
  width: 86px;
  height: 86px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#006FFF), to(#006FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #006FFF 0%, #006FFF 100%);
  -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 111, 255, 0.3);
  box-shadow: 0px 10px 20px -2px rgba(0, 111, 255, 0.3);
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.success-icon img {
  width: 44px;
  height: auto;
}

.success-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #303030;
  margin: 0;
}

.success-description {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #767F89;
  margin: 0.5rem 0 0 0;
}

.success-button {
  margin-top: 2rem;
}

.checkout {
  display: none;
  padding: 1rem;
  background: #F5F6F8;
  border-radius: 10px;
}

.checkout-title {
  font-size: 16px;
  line-height: 1;
  color: #303030;
  margin-bottom: 1rem;
}

.checkout-list {
  list-style: none;
  padding: 0;
}

.checkout-item {
  position: relative;
  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;
  font-size: 12px;
  line-height: 1.15;
  color: #767C87;
}

.checkout-item:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 1px dashed rgba(118, 127, 137, 0.2);
  z-index: 3;
}

.checkout-item span {
  position: relative;
  display: inline-block;
  background: #F5F6F8;
  z-index: 5;
}

.checkout-item span:first-child {
  padding-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout-item span:last-child {
  padding-left: 5px;
  text-align: right;
}

.checkout-item:not(:last-child) {
  margin-bottom: 10px;
}

.checkout-item:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #303030;
}

.footer {
  min-height: 84px;
  padding: 2rem 0;
  background: #F5F6F8;
}

.footer-logo {
  display: block;
  margin-bottom: 2rem;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}

.footer-nav__link {
  font-size: 12px;
  color: #767F89;
  line-height: 1;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-nav__link:hover {
  color: #006FFF;
}

.footer-nav__link:not(:last-child) {
  margin-right: 14px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(48, 48, 48, 0.6);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  min-height: 100%;
  padding: 2rem 0 0 0;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 600px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px 12px 0 0;
}

.modal__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  transform: none;
}

.modal--preload {
  display: none;
}

.modal--active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 1.5rem 0;
}

.modal-body__button {
  display: none;
  margin-top: 2rem;
}

.modal-static {
  padding: 1rem;
}

.modal-fixed {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1300;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 12px 12px 0px 0px;
  padding: 1.5rem 1rem;
}

.modal-footer {
  display: none;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(219, 225, 237, 0.7);
}

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: red;
  }
} */

@media only screen and (min-width: 576px) {
  .hero-item {
    padding: 2rem;
  }

  .hero-item__title {
    max-width: calc(100% - 250px);
    font-size: 28px;
  }

  .hero-item__text {
    max-width: calc(100% - 250px);
  }

  .hero-item__button {
    width: auto;
  }

  .hero-image {
    display: block;
  }

  .hero-image {
    padding-right: 1rem;
  }

  .featured-item {
    -ms-grid-columns: 3.5rem auto;
    grid-template-columns: 3.5rem auto;
  }

  .featured-item__title {
    font-size: 16px;
  }

  .featured-item__description {
    font-size: 14px;
  }

  .featured-icon svg {
    height: 28px !important;
    width: 28px !important;
  }

  .sertificate-title {
    margin-bottom: 2.5rem;
  }

  .contact {
    -webkit-box-shadow: 0px 5px 10px rgba(66, 76, 96, 0.07);
    box-shadow: 0px 5px 10px rgba(66, 76, 96, 0.07);
    border-radius: 12px;
    padding: 2rem 1rem;
    max-width: 410px;
  }

  .map-contact {
    padding: 4rem 0 4rem 1rem;
  }

  .information-promo {
    padding: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }

  .information-box {
    padding: 1.5rem;
  }

  .calc-fixed {
    display: none;
  }

  .modal__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal__wrapper {
    padding: 2rem 0;
  }

  .modal__content {
    width: 565px;
    border-radius: 12px;
  }

  .modal-body__button {
    display: block;
  }

  .modal-static {
    width: 565px;
    padding: 2rem;
  }

  .modal-fixed {
    display: none;
  }

  .modal-footer {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  main > .section {
    margin-bottom: 6rem;
  }

  .section-title {
    font-size: 28px;
    text-align: center;
  }

  .hero-item {
    padding: 3rem;
  }

  .hero-item__title {
    max-width: calc(100% - 300px);
    font-size: 36px;
  }

  .hero-item__text {
    max-width: calc(100% - 300px);
  }

  .hero-image {
    padding-right: 2rem;
  }

  .featured-item {
    -ms-grid-columns: 4rem auto;
    grid-template-columns: 4rem auto;
  }

  .featured-icon svg {
    height: 32px !important;
    width: 32px !important;
  }

  .quick-grid {
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
  }

  .quick-grid {
    padding: 2rem;
  }

  .quick-info__title {
    font-size: 28px;
  }

  .quick-info__description {
    font-size: 16px;
  }

  .sertificate-title {
    margin-bottom: 3rem;
  }

  .information-promo {
    padding: 2.5rem;
  }

  .information-promo__buttons {
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
  }

  .information-round_1 {
    left: 85px;
    top: -45px;
    width: 308px;
    height: 308px;
  }

  .information-round_2 {
    left: -16px;
    top: 100px;
    width: 275px;
    height: 275px;
  }

  .information-round_3 {
    left: -180px;
    top: 10px;
    width: 205px;
    height: 205px;
  }
}

@media only screen and (min-width: 772px) {
  .featured-title {
    margin-bottom: 2.5rem;
  }

  .how-title {
    margin-bottom: 4rem;
  }

  .how-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .how-item__icon svg,
  .how-item__icon img {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  .information-box {
    padding: 2rem;
  }
}

@media only screen and (min-width: 900px) {
  .hero-image {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .input-grid__title {
    display: none;
  }

  .input-grid_1_md_2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .input-grid-cell_reset {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  main > .section {
    margin-bottom: 8rem;
  }

  .section-title {
    font-size: 32px;
  }

  .header-row .header-nav_mobile {
    display: none;
  }

  .hero-item {
    padding: 4rem;
  }

  .hero-item__title {
    max-width: 700px;
    font-size: 42px;
  }

  .hero-item__title br {
    display: block;
  }

  .hero-item__text {
    max-width: 600px;
    margin-top: 1.5rem;
    font-size: 16px;
  }

  .hero-image {
    padding-right: 6rem;
  }

  .featured-title {
    margin-bottom: 3rem;
  }

  .featured-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-item {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }

  .featured-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-self: center;
    margin-bottom: 1.5rem;
  }

  .featured-item__title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .featured-item__description {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .featured-icon {
    width: 4.5rem;
  }

  .featured-icon svg {
    height: 36px !important;
    width: 36px !important;
  }

  .quick-grid {
    padding: 2.5rem;
  }

  .quick-info__title {
    font-size: 32px;
  }

  .company-info {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .company-round {
    display: block;
  }

  .sertificate-title {
    margin-bottom: 3.5rem;
  }

  .map-contact {
    padding: 4rem 0 4rem 4rem;
  }

  .information-grid {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .information-grid__promo {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .information-grid__info {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .information-grid__step {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .information-promo {
    padding: 3.375rem;
  }

  .information-box {
    padding: 2.5rem;
  }

  .information-box__title {
    font-size: 22px;
    margin: 0 0 1.5rem 0;
  }

  .information-description p {
    font-size: 16px;
  }

  .information-step:not(:last-child) {
    margin-bottom: 2rem;
  }

  .footer-row {
    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;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-nav__link {
    font-size: 14px;
  }

  .modal-title {
    font-size: 28px;
    margin: 0 0 2rem 0;
  }
}

@media screen and (min-width: 992px) {
  .faq-title {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  main > .section {
    margin-bottom: 10rem;
  }

  .section-title {
    font-size: 38px;
  }

  .header-nav .header-nav__link:not(:last-child) {
    margin-right: 3rem;
  }

  .hero-round_1 {
    right: -70px;
    top: -40px;
    width: 308px;
    height: 308px;
  }

  .hero-round_2 {
    right: 20px;
  }

  .hero-round_3 {
    left: 700px;
  }

  .how-title {
    margin-bottom: 6rem;
  }

  .quick-grid {
    padding: 3rem;
  }

  .quick-info__title {
    font-size: 38px;
  }

  .quick-form__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-nav__link:not(:last-child) {
    margin-right: 2rem;
  }
}

@media (max-width: 1439px) {
  .container {
    padding: 0 32px;
  }

  .sertificate .tns-ovh {
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 24px;
  }

  .sertificate .tns-ovh {
    margin-right: -1.5rem;
  }
}

@media only screen and (max-width: 992px) {
  .input-title_2level {
    font-size: 14px;
    color: #9BA3B1;
  }

  .input-grid .input-grid__column + .input-grid__column {
    margin-top: 1rem;
  }

  .input-grid_different .input-grid__column + .input-grid__column {
    margin-top: 2rem;
  }

  .header-nav .header-nav__link {
    display: none;
  }

  .catalog .container {
    padding: 0;
  }

  .catalog-grid {
    padding-left: 16px;
  }

  .company-info__icon {
    display: none;
  }
}

@media only screen and (max-width: 772px) {
  .how-item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .container--no-padding {
    padding: 0;
  }

  .sertificate .tns-ovh {
    margin-right: -1rem;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .information-promo {
    margin-top: 100px;
  }

  .information-promo__image {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 150px;
  }
}



.catalog-flex {
    padding: 0px;
    margin-top: 16px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.catalog-flex > div {
    flex-basis: calc(25% - 16px * 3 / 4);
}
@media (max-width: 1023px) {
    .catalog-flex > div {
        flex-basis: calc(33.3% - 16px * 2 / 3);
    }
}
@media (max-width: 576px) {
    .catalog-flex > div {
        flex-basis: calc(50% - 16px / 2);
    }
}
.catalog-flex .catalog-offer {
    margin: 0;
    height: auto;
    place-items: center;
    text-align: center;
    min-width: 154px;
}
.catalog-flex .catalog-offer__text {
    align-content: flex-end;
}
