@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;

600;700;800&family=Raleway:wght@500;600&display=swap);
@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: auto;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Inter";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-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;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

section {
  margin-top: 8.125rem;
}

h1,
h2,
h3,
h4 {
  font-family: Inter;
  font-weight: 700;
  line-height: 3.375rem;
  margin: 0 0 1.25rem 0;
}

@supports (font-size: clamp( 2rem , 1.7727272727rem  +  1.1363636364vw , 2.625rem )) {
  h1 {
    font-size: clamp( 2rem , 1.7727272727rem  +  1.1363636364vw , 2.625rem );
  }
}

@supports not (font-size: clamp( 2rem , 1.7727272727rem  +  1.1363636364vw , 2.625rem )) {
  h1 {
    font-size: calc(2rem + 0.625 * (100vw - 20rem) / 55);
  }
}

@supports (font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem )) {
  h2 {
    font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem )) {
  h2 {
    font-size: calc(1.625rem + 0.625 * (100vw - 20rem) / 55);
  }
}

@supports (font-size: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem )) {
  h3 {
    font-size: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem )) {
  h3 {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 55);
  }
}

@supports (font-size: clamp( 1.0625rem , 0.9034090909rem  +  0.7954545455vw , 1.5rem )) {
  h4 {
    font-size: clamp( 1.0625rem , 0.9034090909rem  +  0.7954545455vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.0625rem , 0.9034090909rem  +  0.7954545455vw , 1.5rem )) {
  h4 {
    font-size: calc(1.0625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

p {
  line-height: 1.15rem;
  margin-top: 0.9375rem;
}

p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

p a,
article a {
  color: #9B5BE6;
  font-weight: 600;
}

ul,
ol {
  line-height: 2;
  margin-bottom: 0.9375rem;
  margin-left: 0.625rem;
}

@supports (font-size: clamp( 0.875rem , 0.8295454545rem  +  0.2272727273vw , 1rem )) {
  ul li,
  ol li {
    font-size: clamp( 0.875rem , 0.8295454545rem  +  0.2272727273vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8295454545rem  +  0.2272727273vw , 1rem )) {
  ul li,
  ol li {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 55);
  }
}

article ul {
  padding-left: 0.5625rem;
}

article ul li {
  list-style: square;
}

ol {
  counter-reset: item;
  list-style: none;
}

ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #9B5BE6;
  margin-right: 0.875rem;
}

table {
  overflow: hidden;
  border: 3px solid #390246;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 1.25rem;
}

table tr td {
  padding: 15px;
  border-right: 1px solid #390246;
  border-bottom: 1px solid #390246;
  vertical-align: middle;
}

.table__responsive {
  overflow-x: auto;
  margin-bottom: 1.25rem;
}

.table__responsive table {
  width: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
  white-space: nowrap;
  margin-bottom: 10px;
}

/* !important is needed sometimes */

::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #9B5BE6 !important;
  border-radius: 10px !important;
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: #390246 !important;
  -webkit-box-shadow: inset 0 0 6px #9B5BE6 !important;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #390246 !important;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 73.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.popup .form-group .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.popup .form-group .checkbox:not(:last-child) {
  margin-bottom: 0.3125em;
}

.popup .form-group .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.popup .form-group .checkbox__input:checked + .checkbox__label:before {
  background-color: #9B5BE6;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.popup .form-group .checkbox__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  gap: 10px;
}

.popup .form-group .checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #9394A5;
  border-radius: 4px;
}

.popup .form-group .checkbox__text {
  font-weight: 400;
  color: #9394A5;
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup .form-group .checkbox__text {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup .form-group .checkbox__text {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup .form-group .checkbox__text {
    line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup .form-group .checkbox__text {
    line-height: calc(0.75rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:checked + .options__label .options__text {
  text-decoration: none;
}

.options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 10px;
}

.options__text {
  font-weight: 400;
  text-decoration: underline;
  color: #9B5BE6;
}

@supports (font-size: clamp( 0.6875rem , 0.5511363636rem  +  0.6818181818vw , 1.0625rem )) {
  .options__text {
    font-size: clamp( 0.6875rem , 0.5511363636rem  +  0.6818181818vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.6875rem , 0.5511363636rem  +  0.6818181818vw , 1.0625rem )) {
  .options__text {
    font-size: calc(0.6875rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.8125rem , 0.6306818182rem  +  0.9090909091vw , 1.3125rem )) {
  .options__text {
    line-height: clamp( 0.8125rem , 0.6306818182rem  +  0.9090909091vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.8125rem , 0.6306818182rem  +  0.9090909091vw , 1.3125rem )) {
  .options__text {
    line-height: calc(0.8125rem + 0.5 * (100vw - 20rem) / 55);
  }
}

.select {
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #7D7E8C;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}

@supports (border-radius: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__title {
    border-radius: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem );
  }
}

@supports not (border-radius: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__title {
    border-radius: calc(0.5rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (padding-top: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__title {
    padding-top: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem );
  }
}

@supports not (padding-top: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__title {
    padding-top: calc(0.5rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 0.66875rem , 0.5255681818rem  +  0.7159090909vw , 1.0625rem )) {
  .select__title {
    padding-bottom: clamp( 0.66875rem , 0.5255681818rem  +  0.7159090909vw , 1.0625rem );
  }
}

@supports not (padding-bottom: clamp( 0.66875rem , 0.5255681818rem  +  0.7159090909vw , 1.0625rem )) {
  .select__title {
    padding-bottom: calc(0.66875rem + 0.39375 * (100vw - 20rem) / 55);
  }
}

@supports (padding-left: clamp( 0.6875rem , 0.5738636364rem  +  0.5681818182vw , 1rem )) {
  .select__title {
    padding-left: clamp( 0.6875rem , 0.5738636364rem  +  0.5681818182vw , 1rem );
  }
}

@supports not (padding-left: clamp( 0.6875rem , 0.5738636364rem  +  0.5681818182vw , 1rem )) {
  .select__title {
    padding-left: calc(0.6875rem + 0.3125 * (100vw - 20rem) / 55);
  }
}

@supports (padding-right: clamp( 0.6875rem , 0.5738636364rem  +  0.5681818182vw , 1rem )) {
  .select__title {
    padding-right: clamp( 0.6875rem , 0.5738636364rem  +  0.5681818182vw , 1rem );
  }
}

@supports not (padding-right: clamp( 0.6875rem , 0.5738636364rem  +  0.5681818182vw , 1rem )) {
  .select__title {
    padding-right: calc(0.6875rem + 0.3125 * (100vw - 20rem) / 55);
  }
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/down.svg) center no-repeat;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 0px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  -webkit-box-shadow: 0px 4.65517px 4.65517px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4.65517px 4.65517px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: -1;
}

@supports (padding-top: clamp( 2rem , 1.6136363636rem  +  1.9318181818vw , 3.0625rem )) {
  .select__options {
    padding-top: clamp( 2rem , 1.6136363636rem  +  1.9318181818vw , 3.0625rem );
  }
}

@supports not (padding-top: clamp( 2rem , 1.6136363636rem  +  1.9318181818vw , 3.0625rem )) {
  .select__options {
    padding-top: calc(2rem + 1.0625 * (100vw - 20rem) / 55);
  }
}

@supports (border-radius: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__options {
    border-radius: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem );
  }
}

@supports not (border-radius: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__options {
    border-radius: calc(0.5rem + 0.375 * (100vw - 20rem) / 55);
  }
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(155, 91, 230, 0.4);
  color: inherit;
}

@supports (padding-top: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__option {
    padding-top: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem );
  }
}

@supports not (padding-top: clamp( 0.5rem , 0.3636363636rem  +  0.6818181818vw , 0.875rem )) {
  .select__option {
    padding-top: calc(0.5rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 0.625rem , 0.5340909091rem  +  0.4545454545vw , 0.875rem )) {
  .select__option {
    padding-bottom: clamp( 0.625rem , 0.5340909091rem  +  0.4545454545vw , 0.875rem );
  }
}

@supports not (padding-bottom: clamp( 0.625rem , 0.5340909091rem  +  0.4545454545vw , 0.875rem )) {
  .select__option {
    padding-bottom: calc(0.625rem + 0.25 * (100vw - 20rem) / 55);
  }
}

@supports (padding-left: clamp( 0.75rem , 0.6590909091rem  +  0.4545454545vw , 1rem )) {
  .select__option {
    padding-left: clamp( 0.75rem , 0.6590909091rem  +  0.4545454545vw , 1rem );
  }
}

@supports not (padding-left: clamp( 0.75rem , 0.6590909091rem  +  0.4545454545vw , 1rem )) {
  .select__option {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 55);
  }
}

@supports (padding-right: clamp( 0.75rem , 0.6590909091rem  +  0.4545454545vw , 1rem )) {
  .select__option {
    padding-right: clamp( 0.75rem , 0.6590909091rem  +  0.4545454545vw , 1rem );
  }
}

@supports not (padding-right: clamp( 0.75rem , 0.6590909091rem  +  0.4545454545vw , 1rem )) {
  .select__option {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 55);
  }
}

.select__option._select-selected {
  background: rgba(155, 91, 230, 0.5);
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

@supports (font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem )) {
  .popup .contacts__form {
    font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem )) {
  .popup .contacts__form {
    font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 55);
  }
}

@supports (padding-top: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup .contacts__form {
    padding-top: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem );
  }
}

@supports not (padding-top: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup .contacts__form {
    padding-top: calc(4.25rem + 1.5 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup .contacts__form {
    padding-bottom: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem );
  }
}

@supports not (padding-bottom: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup .contacts__form {
    padding-bottom: calc(4.25rem + 1.5 * (100vw - 20rem) / 55);
  }
}

@supports (padding-left: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup .contacts__form {
    padding-left: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem );
  }
}

@supports not (padding-left: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup .contacts__form {
    padding-left: calc(2.75rem + 3 * (100vw - 20rem) / 55);
  }
}

@supports (padding-right: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup .contacts__form {
    padding-right: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem );
  }
}

@supports not (padding-right: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup .contacts__form {
    padding-right: calc(2.75rem + 3 * (100vw - 20rem) / 55);
  }
}

@supports (font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem )) {
  .popup input::-webkit-input-placeholder {
    font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem );
  }
  .popup input::-moz-placeholder {
    font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem );
  }
  .popup input:-ms-input-placeholder {
    font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem );
  }
  .popup input::-ms-input-placeholder {
    font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem );
  }
  .popup input::placeholder {
    font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem )) {
  .popup input::-webkit-input-placeholder {
    font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 55);
  }
  .popup input::-moz-placeholder {
    font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 55);
  }
  .popup input:-ms-input-placeholder {
    font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 55);
  }
  .popup input::-ms-input-placeholder {
    font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 55);
  }
  .popup input::placeholder {
    font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 55);
  }
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__close {
  position: absolute;
}

@supports (top: clamp( 1.625rem , 1.3295454545rem  +  1.4772727273vw , 2.4375rem )) {
  .popup__close {
    top: clamp( 1.625rem , 1.3295454545rem  +  1.4772727273vw , 2.4375rem );
  }
}

@supports not (top: clamp( 1.625rem , 1.3295454545rem  +  1.4772727273vw , 2.4375rem )) {
  .popup__close {
    top: calc(1.625rem + 0.8125 * (100vw - 20rem) / 55);
  }
}

@supports (right: clamp( 1.625rem , 1.3295454545rem  +  1.4772727273vw , 2.4375rem )) {
  .popup__close {
    right: clamp( 1.625rem , 1.3295454545rem  +  1.4772727273vw , 2.4375rem );
  }
}

@supports not (right: clamp( 1.625rem , 1.3295454545rem  +  1.4772727273vw , 2.4375rem )) {
  .popup__close {
    right: calc(1.625rem + 0.8125 * (100vw - 20rem) / 55);
  }
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: transparent;
  padding: 0;
  width: 100%;
  max-width: 500px;
  border-radius: 0;
}

.lock .popup__content {
  visibility: visible;
}

@supports (width: clamp( 1.6875rem , 1.3011363636rem  +  1.9318181818vw , 2.75rem )) {
  .soc img {
    width: clamp( 1.6875rem , 1.3011363636rem  +  1.9318181818vw , 2.75rem );
  }
}

@supports not (width: clamp( 1.6875rem , 1.3011363636rem  +  1.9318181818vw , 2.75rem )) {
  .soc img {
    width: calc(1.6875rem + 1.0625 * (100vw - 20rem) / 55);
  }
}

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

.popup__block .contacts__title {
  font-family: "Inter";
  font-weight: 600;
}

@supports (font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem )) {
  .popup__block .contacts__title {
    font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem )) {
  .popup__block .contacts__title {
    font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem )) {
  .popup__block .contacts__title {
    line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem );
  }
}

@supports not (line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem )) {
  .popup__block .contacts__title {
    line-height: calc(1.5rem + 0.9375 * (100vw - 20rem) / 55);
  }
}

@supports (margin-bottom: clamp( 0.875rem , 0.375rem  +  2.5vw , 2.25rem )) {
  .popup__block .contacts__title {
    margin-bottom: clamp( 0.875rem , 0.375rem  +  2.5vw , 2.25rem );
  }
}

@supports not (margin-bottom: clamp( 0.875rem , 0.375rem  +  2.5vw , 2.25rem )) {
  .popup__block .contacts__title {
    margin-bottom: calc(0.875rem + 1.375 * (100vw - 20rem) / 55);
  }
}

.popup__block .popup__content {
  max-width: 1248px;
  background: #FFFFFF;
  border-radius: 2.125rem;
}

.popup__block .contacts__form {
  background: #FFFFFF;
}

.popup__block form {
  max-width: 383px;
  margin: 0 auto;
}

.popup__block .form-group {
  position: relative;
}

@supports (margin_bottom: clamp( 0.625rem , 0.1931818182rem  +  2.1590909091vw , 1.8125rem )) {
  .popup__block .form-group {
    margin_bottom: clamp( 0.625rem , 0.1931818182rem  +  2.1590909091vw , 1.8125rem );
  }
}

@supports not (margin_bottom: clamp( 0.625rem , 0.1931818182rem  +  2.1590909091vw , 1.8125rem )) {
  .popup__block .form-group {
    margin_bottom: calc(0.625rem + 1.1875 * (100vw - 20rem) / 55);
  }
}

@supports (margin_bottom: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block .form-group.form-group-lact {
    margin_bottom: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem );
  }
}

@supports not (margin_bottom: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block .form-group.form-group-lact {
    margin_bottom: calc(0.625rem + 0.375 * (100vw - 20rem) / 55);
  }
}

.popup__block .form-group label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  position: absolute;
  margin-bottom: 0;
  top: -24%;
  background: #fff;
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__block .form-group label {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__block .form-group label {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__block .form-group label {
    line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__block .form-group label {
    line-height: calc(0.75rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

@supports (left: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem )) {
  .popup__block .form-group label {
    left: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem );
  }
}

@supports not (left: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem )) {
  .popup__block .form-group label {
    left: calc(0.75rem + 0.5 * (100vw - 20rem) / 55);
  }
}

.popup__block .form-control {
  border: 1px solid #7D7E8C;
}

@supports (border-radius: clamp( 0.54584125pxrem , 0.4261471591pxrem  +  0.5984704545pxvw , 0.875rem )) {
  .popup__block .form-control {
    border-radius: clamp( 0.54584125pxrem , 0.4261471591pxrem  +  0.5984704545pxvw , 0.875rem );
  }
}

@supports not (border-radius: clamp( 0.54584125pxrem , 0.4261471591pxrem  +  0.5984704545pxvw , 0.875rem )) {
  .popup__block .form-control {
    border-radius: calc(0.54584125pxrem + 0.32915875px * (100vw - 20rem) / 55);
  }
}

@supports (padding-top: clamp( 0.5625rem , 0.4488636364rem  +  0.5681818182vw , 0.875rem )) {
  .popup__block .form-control {
    padding-top: clamp( 0.5625rem , 0.4488636364rem  +  0.5681818182vw , 0.875rem );
  }
}

@supports not (padding-top: clamp( 0.5625rem , 0.4488636364rem  +  0.5681818182vw , 0.875rem )) {
  .popup__block .form-control {
    padding-top: calc(0.5625rem + 0.3125 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 0.66875rem , 0.5482954545rem  +  0.6022727273vw , 1rem )) {
  .popup__block .form-control {
    padding-bottom: clamp( 0.66875rem , 0.5482954545rem  +  0.6022727273vw , 1rem );
  }
}

@supports not (padding-bottom: clamp( 0.66875rem , 0.5482954545rem  +  0.6022727273vw , 1rem )) {
  .popup__block .form-control {
    padding-bottom: calc(0.66875rem + 0.33125 * (100vw - 20rem) / 55);
  }
}

@supports (padding-left: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block .form-control {
    padding-left: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem );
  }
}

@supports not (padding-left: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block .form-control {
    padding-left: calc(0.625rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (padding-right: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block .form-control {
    padding-right: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem );
  }
}

@supports not (padding-right: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block .form-control {
    padding-right: calc(0.625rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (margin_bottom: clamp( 0.625rem , 0.3068181818rem  +  1.5909090909vw , 1.5rem )) {
  .popup__block .form-group-check {
    margin_bottom: clamp( 0.625rem , 0.3068181818rem  +  1.5909090909vw , 1.5rem );
  }
}

@supports not (margin_bottom: clamp( 0.625rem , 0.3068181818rem  +  1.5909090909vw , 1.5rem )) {
  .popup__block .form-group-check {
    margin_bottom: calc(0.625rem + 0.875 * (100vw - 20rem) / 55);
  }
}

.popup__block .submit__form {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  font-weight: 500;
  margin: 0 auto;
}

@supports (border-radius: clamp( 0.375rem , 0.2840909091rem  +  0.4545454545vw , 0.625rem )) {
  .popup__block .submit__form {
    border-radius: clamp( 0.375rem , 0.2840909091rem  +  0.4545454545vw , 0.625rem );
  }
}

@supports not (border-radius: clamp( 0.375rem , 0.2840909091rem  +  0.4545454545vw , 0.625rem )) {
  .popup__block .submit__form {
    border-radius: calc(0.375rem + 0.25 * (100vw - 20rem) / 55);
  }
}

@supports (width: clamp( 11.4375rem , 8.8920454545rem  +  12.7272727273vw , 18.4375rem )) {
  .popup__block .submit__form {
    width: clamp( 11.4375rem , 8.8920454545rem  +  12.7272727273vw , 18.4375rem );
  }
}

@supports not (width: clamp( 11.4375rem , 8.8920454545rem  +  12.7272727273vw , 18.4375rem )) {
  .popup__block .submit__form {
    width: calc(11.4375rem + 7 * (100vw - 20rem) / 55);
  }
}

@supports (padding-top: clamp( 0.4375rem , 0.3011363636rem  +  0.6818181818vw , 0.8125rem )) {
  .popup__block .submit__form {
    padding-top: clamp( 0.4375rem , 0.3011363636rem  +  0.6818181818vw , 0.8125rem );
  }
}

@supports not (padding-top: clamp( 0.4375rem , 0.3011363636rem  +  0.6818181818vw , 0.8125rem )) {
  .popup__block .submit__form {
    padding-top: calc(0.4375rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 0.66875rem , 0.5482954545rem  +  0.6022727273vw , 1rem )) {
  .popup__block .submit__form {
    padding-bottom: clamp( 0.66875rem , 0.5482954545rem  +  0.6022727273vw , 1rem );
  }
}

@supports not (padding-bottom: clamp( 0.66875rem , 0.5482954545rem  +  0.6022727273vw , 1rem )) {
  .popup__block .submit__form {
    padding-bottom: calc(0.66875rem + 0.33125 * (100vw - 20rem) / 55);
  }
}

@supports (padding-left: clamp( 2.375rem , 1.875rem  +  2.5vw , 3.75rem )) {
  .popup__block .submit__form {
    padding-left: clamp( 2.375rem , 1.875rem  +  2.5vw , 3.75rem );
  }
}

@supports not (padding-left: clamp( 2.375rem , 1.875rem  +  2.5vw , 3.75rem )) {
  .popup__block .submit__form {
    padding-left: calc(2.375rem + 1.375 * (100vw - 20rem) / 55);
  }
}

@supports (padding-right: clamp( 2.375rem , 1.875rem  +  2.5vw , 3.75rem )) {
  .popup__block .submit__form {
    padding-right: clamp( 2.375rem , 1.875rem  +  2.5vw , 3.75rem );
  }
}

@supports not (padding-right: clamp( 2.375rem , 1.875rem  +  2.5vw , 3.75rem )) {
  .popup__block .submit__form {
    padding-right: calc(2.375rem + 1.375 * (100vw - 20rem) / 55);
  }
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__block .submit__form {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__block .submit__form {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__block .submit__form {
    line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__block .submit__form {
    line-height: calc(0.75rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

.popup__block p {
  font-weight: 400;
  text-align: center;
  text-align: center;
  color: #2D2D2D;
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__block p {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__block p {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__block p {
    line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__block p {
    line-height: calc(0.75rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

.popup__block p.reg {
  font-weight: 500;
  text-align: center;
  color: #000000;
}

@supports (font-size: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block p.reg {
    font-size: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__block p.reg {
    font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5909090909rem  +  0.7954545455vw , 1.1875rem )) {
  .popup__block p.reg {
    line-height: clamp( 0.75rem , 0.5909090909rem  +  0.7954545455vw , 1.1875rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5909090909rem  +  0.7954545455vw , 1.1875rem )) {
  .popup__block p.reg {
    line-height: calc(0.75rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

.popup__block p.reg a {
  color: inherit;
  font-weight: inherit;
}

.popup__block p.policy {
  text-align: center;
  color: #9394A5;
  padding: 0 2.8125rem;
}

@supports (font-size: clamp( 0.5625rem , 0.4943181818rem  +  0.3409090909vw , 0.75rem )) {
  .popup__block p.policy {
    font-size: clamp( 0.5625rem , 0.4943181818rem  +  0.3409090909vw , 0.75rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.4943181818rem  +  0.3409090909vw , 0.75rem )) {
  .popup__block p.policy {
    font-size: calc(0.5625rem + 0.1875 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem )) {
  .popup__block p.policy {
    line-height: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem );
  }
}

@supports not (line-height: clamp( 0.625rem , 0.5113636364rem  +  0.5681818182vw , 0.9375rem )) {
  .popup__block p.policy {
    line-height: calc(0.625rem + 0.3125 * (100vw - 20rem) / 55);
  }
}

@supports (margin-bottom: clamp( 0.875rem , 0.5340909091rem  +  1.7045454545vw , 1.8125rem )) {
  .form-group-radio {
    margin-bottom: clamp( 0.875rem , 0.5340909091rem  +  1.7045454545vw , 1.8125rem );
  }
}

@supports not (margin-bottom: clamp( 0.875rem , 0.5340909091rem  +  1.7045454545vw , 1.8125rem )) {
  .form-group-radio {
    margin-bottom: calc(0.875rem + 0.9375 * (100vw - 20rem) / 55);
  }
}

.popup__author .contacts__title {
  font-weight: 600;
}

@supports (font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem )) {
  .popup__author .contacts__title {
    font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem )) {
  .popup__author .contacts__title {
    font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem )) {
  .popup__author .contacts__title {
    line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem );
  }
}

@supports not (line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem )) {
  .popup__author .contacts__title {
    line-height: calc(1.5rem + 0.9375 * (100vw - 20rem) / 55);
  }
}

@supports (margin-bottom: clamp( 0.875rem , 0.6477272727rem  +  1.1363636364vw , 1.5rem )) {
  .popup__author .contacts__title {
    margin-bottom: clamp( 0.875rem , 0.6477272727rem  +  1.1363636364vw , 1.5rem );
  }
}

@supports not (margin-bottom: clamp( 0.875rem , 0.6477272727rem  +  1.1363636364vw , 1.5rem )) {
  .popup__author .contacts__title {
    margin-bottom: calc(0.875rem + 0.625 * (100vw - 20rem) / 55);
  }
}

.popup__author .popup__content {
  max-width: 677px;
  background: #FFFFFF;
  padding: 0;
}

@supports (border-radius: clamp( 1.3125rem , 1.0170454545rem  +  1.4772727273vw , 2.125rem )) {
  .popup__author .popup__content {
    border-radius: clamp( 1.3125rem , 1.0170454545rem  +  1.4772727273vw , 2.125rem );
  }
}

@supports not (border-radius: clamp( 1.3125rem , 1.0170454545rem  +  1.4772727273vw , 2.125rem )) {
  .popup__author .popup__content {
    border-radius: calc(1.3125rem + 0.8125 * (100vw - 20rem) / 55);
  }
}

.popup__author .contacts__form {
  background: #FFFFFF;
}

@supports (padding-top: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-top: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem );
  }
}

@supports not (padding-top: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-top: calc(4.25rem + 1.5 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-bottom: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem );
  }
}

@supports not (padding-bottom: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-bottom: calc(4.25rem + 1.5 * (100vw - 20rem) / 55);
  }
}

@supports (padding-left: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-left: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem );
  }
}

@supports not (padding-left: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-left: calc(2.75rem + 3 * (100vw - 20rem) / 55);
  }
}

@supports (padding-right: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-right: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem );
  }
}

@supports not (padding-right: clamp( 2.75rem , 1.6590909091rem  +  5.4545454545vw , 5.75rem )) {
  .popup__author .contacts__form {
    padding-right: calc(2.75rem + 3 * (100vw - 20rem) / 55);
  }
}

.popup__author form {
  max-width: 383px;
  margin: 0 auto;
}

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

.popup__author .text-group a {
  text-align: center;
  color: #2D2D2D;
}

@supports (font-size: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__author .text-group a {
    font-size: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__author .text-group a {
    font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5909090909rem  +  0.7954545455vw , 1.1875rem )) {
  .popup__author .text-group a {
    line-height: clamp( 0.75rem , 0.5909090909rem  +  0.7954545455vw , 1.1875rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5909090909rem  +  0.7954545455vw , 1.1875rem )) {
  .popup__author .text-group a {
    line-height: calc(0.75rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

.popup__author .aut {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__author .aut {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__author .aut {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__author .aut {
    line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__author .aut {
    line-height: calc(0.75rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

@supports (margin-bottom: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__author .aut {
    margin-bottom: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem );
  }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.4886363636rem  +  0.6818181818vw , 1rem )) {
  .popup__author .aut {
    margin-bottom: calc(0.625rem + 0.375 * (100vw - 20rem) / 55);
  }
}

.popup__author .reg {
  font-weight: 500;
  text-align: center;
  color: #2D2D2D;
}

@supports (font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem )) {
  .popup__author .reg {
    font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem )) {
  .popup__author .reg {
    font-size: calc(0.5625rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem )) {
  .popup__author .reg {
    line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem );
  }
}

@supports not (line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem )) {
  .popup__author .reg {
    line-height: calc(0.6875rem + 0.6875 * (100vw - 20rem) / 55);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 0.8863636364rem  +  1.8181818182vw , 2.25rem )) {
  .popup__author .reg {
    margin-bottom: clamp( 1.25rem , 0.8863636364rem  +  1.8181818182vw , 2.25rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.8863636364rem  +  1.8181818182vw , 2.25rem )) {
  .popup__author .reg {
    margin-bottom: calc(1.25rem + 1 * (100vw - 20rem) / 55);
  }
}

.popup__author .form-group {
  position: relative;
}

@supports (margin-bottom: clamp( 0.875rem , 0.5340909091rem  +  1.7045454545vw , 1.8125rem )) {
  .popup__author .form-group:not(:last-child) {
    margin-bottom: clamp( 0.875rem , 0.5340909091rem  +  1.7045454545vw , 1.8125rem );
  }
}

@supports not (margin-bottom: clamp( 0.875rem , 0.5340909091rem  +  1.7045454545vw , 1.8125rem )) {
  .popup__author .form-group:not(:last-child) {
    margin-bottom: calc(0.875rem + 0.9375 * (100vw - 20rem) / 55);
  }
}

.popup__author .form-group:last-child {
  margin-bottom: 0;
}

.popup__author .form-group label {
  position: absolute;
  margin-bottom: 0;
  background: #fff;
}

@supports (left: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem )) {
  .popup__author .form-group label {
    left: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem );
  }
}

@supports not (left: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem )) {
  .popup__author .form-group label {
    left: calc(0.75rem + 0.5 * (100vw - 20rem) / 55);
  }
}

@supports (top: clamp( -0.8125rem , -0.2159090909rem  +  -0.7954545455vw , -0.375rem )) {
  .popup__author .form-group label {
    top: clamp( -0.8125rem , -0.2159090909rem  +  -0.7954545455vw , -0.375rem );
  }
}

@supports not (top: clamp( -0.8125rem , -0.2159090909rem  +  -0.7954545455vw , -0.375rem )) {
  .popup__author .form-group label {
    top: calc(-0.375rem + -0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (font-size: clamp( 0.5625rem , 0.3806818182rem  +  0.9090909091vw , 1.0625rem )) {
  .popup__author .form-group label {
    font-size: clamp( 0.5625rem , 0.3806818182rem  +  0.9090909091vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.3806818182rem  +  0.9090909091vw , 1.0625rem )) {
  .popup__author .form-group label {
    font-size: calc(0.5625rem + 0.5 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.6875rem , 0.4602272727rem  +  1.1363636364vw , 1.3125rem )) {
  .popup__author .form-group label {
    line-height: clamp( 0.6875rem , 0.4602272727rem  +  1.1363636364vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.6875rem , 0.4602272727rem  +  1.1363636364vw , 1.3125rem )) {
  .popup__author .form-group label {
    line-height: calc(0.6875rem + 0.625 * (100vw - 20rem) / 55);
  }
}

.popup__author .submit__form {
  margin: 0;
}

@supports (border-radius: clamp( 0.375rem , 0.2386363636rem  +  0.6818181818vw , 0.75rem )) {
  .popup__author .submit__form {
    border-radius: clamp( 0.375rem , 0.2386363636rem  +  0.6818181818vw , 0.75rem );
  }
}

@supports not (border-radius: clamp( 0.375rem , 0.2386363636rem  +  0.6818181818vw , 0.75rem )) {
  .popup__author .submit__form {
    border-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / 55);
  }
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__author .submit__form {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__author .submit__form {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem )) {
  .popup__author .submit__form {
    line-height: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5681818182rem  +  0.9090909091vw , 1.25rem )) {
  .popup__author .submit__form {
    line-height: calc(0.75rem + 0.5 * (100vw - 20rem) / 55);
  }
}

@supports (padding-top: clamp( 0.5625rem , 0.2897727273rem  +  1.3636363636vw , 1.3125rem )) {
  .popup__author .submit__form {
    padding-top: clamp( 0.5625rem , 0.2897727273rem  +  1.3636363636vw , 1.3125rem );
  }
}

@supports not (padding-top: clamp( 0.5625rem , 0.2897727273rem  +  1.3636363636vw , 1.3125rem )) {
  .popup__author .submit__form {
    padding-top: calc(0.5625rem + 0.75 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 0.5625rem , 0.2897727273rem  +  1.3636363636vw , 1.3125rem )) {
  .popup__author .submit__form {
    padding-bottom: clamp( 0.5625rem , 0.2897727273rem  +  1.3636363636vw , 1.3125rem );
  }
}

@supports not (padding-bottom: clamp( 0.5625rem , 0.2897727273rem  +  1.3636363636vw , 1.3125rem )) {
  .popup__author .submit__form {
    padding-bottom: calc(0.5625rem + 0.75 * (100vw - 20rem) / 55);
  }
}

.form-group-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50%)[2];
  grid-template-columns: repeat(2, 50%);
  padding: 0 1.125rem;
}

.form-group-block .account a {
  display: block;
  text-align: right;
  font-family: "Inter";
  font-weight: 500;
  color: #01214B;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .form-group-block .account a {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .form-group-block .account a {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .form-group-block .account a {
    line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .form-group-block .account a {
    line-height: calc(0.75rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

.popup__success .popup__content {
  max-width: 677px;
  background: url(../img/confetti.gif) center no-repeat;
  border-radius: 2.125rem;
  padding: 0;
}

.popup__success .contacts__form {
  background: transparent;
  text-align: center;
  padding: 92px 0 125px;
}

@supports (padding-top: clamp( 2.625rem , 1.4886363636rem  +  5.6818181818vw , 5.75rem )) {
  .popup__success .contacts__form {
    padding-top: clamp( 2.625rem , 1.4886363636rem  +  5.6818181818vw , 5.75rem );
  }
}

@supports not (padding-top: clamp( 2.625rem , 1.4886363636rem  +  5.6818181818vw , 5.75rem )) {
  .popup__success .contacts__form {
    padding-top: calc(2.625rem + 3.125 * (100vw - 20rem) / 55);
  }
}

@supports (padding-bottom: clamp( 4.0625rem , 2.6988636364rem  +  6.8181818182vw , 7.8125rem )) {
  .popup__success .contacts__form {
    padding-bottom: clamp( 4.0625rem , 2.6988636364rem  +  6.8181818182vw , 7.8125rem );
  }
}

@supports not (padding-bottom: clamp( 4.0625rem , 2.6988636364rem  +  6.8181818182vw , 7.8125rem )) {
  .popup__success .contacts__form {
    padding-bottom: calc(4.0625rem + 3.75 * (100vw - 20rem) / 55);
  }
}

@supports (padding-left: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__success .contacts__form {
    padding-left: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem );
  }
}

@supports not (padding-left: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__success .contacts__form {
    padding-left: calc(4.25rem + 1.5 * (100vw - 20rem) / 55);
  }
}

@supports (padding-right: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__success .contacts__form {
    padding-right: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem );
  }
}

@supports not (padding-right: clamp( 4.25rem , 3.7045454545rem  +  2.7272727273vw , 5.75rem )) {
  .popup__success .contacts__form {
    padding-right: calc(4.25rem + 1.5 * (100vw - 20rem) / 55);
  }
}

.popup__success .contacts__title {
  font-weight: 600;
  text-transform: uppercase;
  color: #01214B;
}

@supports (font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem )) {
  .popup__success .contacts__title {
    font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.9772727273rem  +  1.3636363636vw , 2rem )) {
  .popup__success .contacts__title {
    font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem )) {
  .popup__success .contacts__title {
    line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem );
  }
}

@supports not (line-height: clamp( 1.5rem , 1.1590909091rem  +  1.7045454545vw , 2.4375rem )) {
  .popup__success .contacts__title {
    line-height: calc(1.5rem + 0.9375 * (100vw - 20rem) / 55);
  }
}

.popup__success p.small {
  text-align: center;
  color: #2D2D2D;
}

@supports (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__success p.small {
    font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4659090909rem  +  0.7954545455vw , 1.0625rem )) {
  .popup__success p.small {
    font-size: calc(0.625rem + 0.4375 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__success p.small {
    line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem );
  }
}

@supports not (line-height: clamp( 0.75rem , 0.5454545455rem  +  1.0227272727vw , 1.3125rem )) {
  .popup__success p.small {
    line-height: calc(0.75rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.5965909091rem  +  1.7045454545vw , 1.875rem )) {
  .popup__success p.small {
    margin-bottom: clamp( 0.9375rem , 0.5965909091rem  +  1.7045454545vw , 1.875rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.5965909091rem  +  1.7045454545vw , 1.875rem )) {
  .popup__success p.small {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 55);
  }
}

.popup__success p.width {
  font-weight: 500;
  text-align: center;
  color: #2D2D2D;
  width: 80%;
  margin: auto;
}

@supports (font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem )) {
  .popup__success p.width {
    font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem )) {
  .popup__success p.width {
    font-size: calc(0.5625rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem )) {
  .popup__success p.width {
    line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem );
  }
}

@supports not (line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem )) {
  .popup__success p.width {
    line-height: calc(0.6875rem + 0.6875 * (100vw - 20rem) / 55);
  }
}

@supports (margin-top: clamp( 1.25rem , 0.7954545455rem  +  2.2727272727vw , 2.5rem )) {
  .popup__success p.width {
    margin-top: clamp( 1.25rem , 0.7954545455rem  +  2.2727272727vw , 2.5rem );
  }
}

@supports not (margin-top: clamp( 1.25rem , 0.7954545455rem  +  2.2727272727vw , 2.5rem )) {
  .popup__success p.width {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 55);
  }
}

@supports (margin-bottom: clamp( 0.75rem , 0.4545454545rem  +  1.4772727273vw , 1.5625rem )) {
  .popup__success p.width {
    margin-bottom: clamp( 0.75rem , 0.4545454545rem  +  1.4772727273vw , 1.5625rem );
  }
}

@supports not (margin-bottom: clamp( 0.75rem , 0.4545454545rem  +  1.4772727273vw , 1.5625rem )) {
  .popup__success p.width {
    margin-bottom: calc(0.75rem + 0.8125 * (100vw - 20rem) / 55);
  }
}

.popup__success p.width span {
  color: #9B5BE6;
}

.popup__success a {
  font-weight: 500;
  text-align: center;
  text-decoration-line: underline;
  background: -o-linear-gradient(357.87deg, #B63EF0 14.97%, #797CD9 63.26%, #6AB7E1 102.44%);
  background: linear-gradient(92.13deg, #B63EF0 14.97%, #797CD9 63.26%, #6AB7E1 102.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@supports (font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem )) {
  .popup__success a {
    font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.3579545455rem  +  1.0227272727vw , 1.125rem )) {
  .popup__success a {
    font-size: calc(0.5625rem + 0.5625 * (100vw - 20rem) / 55);
  }
}

@supports (line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem )) {
  .popup__success a {
    line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem );
  }
}

@supports not (line-height: clamp( 0.6875rem , 0.4375rem  +  1.25vw , 1.375rem )) {
  .popup__success a {
    line-height: calc(0.6875rem + 0.6875 * (100vw - 20rem) / 55);
  }
}

.header__top {
  height: 6.125rem;
}

.header__logo {
  margin-top: 0.5rem;
}

.header__logo img {
  max-width: 100%;
}

.header__menu a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #231F26;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header__btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (9.375rem)[2];
  grid-template-columns: repeat(2, 9.375rem);
}

.header__menu .current-menu-item a {
  color: #9B5BE6;
}

.footer__menu .current-menu-item a {
  color: #fff;
}

.header__hr {
  width: 100%;
  height: 5px;
  background: #D0CFE7;
  margin-bottom: 1.25rem;
}

.header-top__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.5rem auto 18.75rem;
  grid-template-columns: 12.5rem auto 18.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu {
  margin: 0 3.125rem 0 0;
}

.menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
}

.btn {
  padding: 0.75rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #9B5BE6;
  border-radius: 12px 12px 12px 0px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #9B5BE6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn__login {
  border: 1.5px solid #9B5BE6;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  max-width: 9rem;
  width: 100%;
  text-align: center;
}

.btn__register {
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  border-radius: 0.625rem;
  color: #fff;
  max-width: 9rem;
  width: 100%;
  text-align: center;
}

.no-webp .header__info{
  background: url("../img/header-bg.png") center no-repeat; }

.header__info-block {
  padding: 11.875rem 0;
}

.header__img-block {
  max-width: 800px;
  position: absolute;
  right: -261px;
}

.header__img-block img {
  max-width: 800px;
  position: absolute;
  right: 0;
  top: 3.75rem;
}

.header-info__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40.625rem auto;
  grid-template-columns: 40.625rem auto;
  position: relative;
}

.info {
  position: relative;
  z-index: 9;
}

.info__title {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 3.375rem;
  margin-bottom: 0.9375rem;
  /* main */
}

.info__title span {
  color: #9B5BE6;
}

.info__desc {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.125rem;
  color: rgba(35, 31, 38, 0.8);
}

.info__btn {
  margin-top: 3.125rem;
}

.info__btn .btn {
  border: 1px solid #9B5BE6;
  border-radius: 14.7px;
  padding: 1.0625rem 1.5rem;
  background: transparent;
}

.info__btn .btn__right {
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  color: #fff;
  margin-left: 0.875rem;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.footer {
  margin-top: 8.125rem;
  background: #D0CFE7;
  padding: 0.5625rem 0 1.4375rem;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.5rem auto 11.5625rem;
  grid-template-columns: 12.5rem auto 11.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__menu .menu__list {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.footer__menu a {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #231F26;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.expert {
  position: relative;
}

.expert .decor {
  position: absolute;
  right: 30px;
}

.expert__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30% 30%;
  grid-template-columns: 30% 30% 30%;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.expert__icon {
  height: 6.875rem;
  margin-bottom: 1rem;
}

.expert__icon img {
  display: block;
  margin: 0 auto;
}

.expert__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.expert__text span {
  font-weight: 500;
  color: #9B5BE6;
}

.section__title {
  max-width: 54.375rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  color: #231F26;
  margin-bottom: 3.75rem;
}

.section__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.page__step {
  scroll-behavior: smooth;
}

.step {
  position: relative;
}

.step__container {
  position: relative;
  z-index: 9;
}

.step__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.step__item {
  max-width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step__num {
  font-weight: 700;
  font-size: 285px;
  line-height: 114px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.3;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  padding-bottom: 3.0625rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.step__item-block {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

.step__icon {
  max-width: 16.25rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

.step__icon img {
  max-width: 100%;
}

.step__text {
  margin-top: 0.9375rem;
  max-width: 20rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  -webkit-box-shadow: 0px 2px 23px rgba(201, 201, 201, 0.25);
          box-shadow: 0px 2px 23px rgba(201, 201, 201, 0.25);
  border-radius: 12px;
  padding: 1.875rem;
  text-align: center;
  color: #fff;
  justify-items: end;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.step__item.step__paid {
  margin-left: auto;
}

.step__item.step__paid .step__num {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  padding-bottom: 3.125rem;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.step__item.step__paid .step__icon {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

.step__item.step__paid .step__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

.step__decor-right {
  max-height: 38.75rem;
  position: absolute;
  right: 0;
  top: -2.5rem;
}

.step__decor-right img {
  height: 38.75rem;
}

.step__decor {
  position: absolute;
  left: 30px;
}

.step__arrow-1 {
  position: absolute;
  right: 40%;
  top: 31%;
}

.step__decor-mini {
  position: absolute;
  right: 7.5rem;
  top: 36%;
}

.step__arrow2 {
  position: absolute;
  bottom: 7%;
  right: 30%;
}

.step__decor-left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-28%);
      -ms-transform: translateY(-28%);
          transform: translateY(-28%);
}

.page__advantages {
  scroll-behavior: smooth;
  background: rgba(68, 68, 255, 0.2);
  padding: 2.5rem 0 5rem;
  position: relative;
  margin-top: 12.5rem;
}

.no-webp .page__advantages::before{
  background: url(../img/adv-bg1.png) center no-repeat; }

.page__advantages::before {
  content: "";
  position: absolute;
  top: -5.8125rem;
  left: 0;
  width: 100%;
  height: 5.8125rem;
  display: block;
}

.no-webp .page__advantages::after{
  background: url(../img/adv-bg2.png) center no-repeat; }

.page__advantages::after {
  content: "";
  position: absolute;
  bottom: -4.84375rem;
  left: 0;
  width: 100%;
  height: 4.875rem;
  display: block;
}

.adv__decor-left {
  position: absolute;
  top: -5.8125rem;
  left: 0;
}

.adv__decor-left .dec1 {
  position: relative;
  top: -49px;
  left: 10px;
}

.adv__decor-left .dec2 {
  position: relative;
  top: 40px;
}

.adv__decor-left .dec3 {
  position: relative;
  top: 172px;
  left: -147px;
}

.adv__decor-right {
  position: absolute;
  top: -5.8125rem;
  right: 0;
}

.adv__decor-right .dec4 {
  top: -30px;
  position: relative;
}

.advantages {
  position: relative;
}

.advantages .section__title {
  margin-bottom: 4.75rem;
}

.advantages__container {
  position: relative;
  z-index: 9;
}

.advantages__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (32%)[3];
  grid-template-columns: repeat(3, 32%);
  row-gap: 1.4375rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.advantages__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 23px rgba(201, 201, 201, 0.25);
          box-shadow: 0px 2px 23px rgba(201, 201, 201, 0.25);
  border-radius: 12px;
  padding: 2.5rem 1.875rem;
  max-width: 20.5rem;
}

.advantages__icon {
  max-width: 7.1875rem;
  display: block;
  margin: 0 auto 1.25rem;
}

.advantages__icon img {
  max-width: 100%;
}

.advantages__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0.625rem;
}

.advantages__text {
  line-height: 18px;
}

.services {
  position: relative;
}

.services__container {
  position: relative;
  z-index: 9;
}

.services__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 710px 260px;
  grid-template-columns: 710px 260px;
}

.services__img {
  margin-right: 6.875rem;
}

.services__img img {
  max-width: 33.3125rem;
  width: 100%;
}

.services__list {
  margin-top: 1.875rem;
}

.services__list li {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58px auto;
  grid-template-columns: 58px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services__list li::before {
  content: "";
  background: url(../img/services-list.svg) center no-repeat;
  width: 2.125rem;
  height: 2rem;
  margin-right: 1.5rem;
}

.services__decor1 {
  position: absolute;
  top: 43%;
  left: 0;
}

.services__decor2 {
  position: absolute;
  bottom: 15%;
  right: 0;
}

.page__automatic {
  scroll-behavior: smooth;
}

.automatic__block {
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  border-radius: 20px;
  padding: 3.625rem 4.1875rem;
  position: relative;
}

.automatic__info {
  max-width: 30rem;
}

.automatic__desc {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1.32047px 15.1854px rgba(201, 201, 201, 0.25);
          box-shadow: 0px 1.32047px 15.1854px rgba(201, 201, 201, 0.25);
  border-radius: 7.92284px;
  -webkit-transform: rotate(-9.19deg);
      -ms-transform: rotate(-9.19deg);
          transform: rotate(-9.19deg);
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-bottom: 1.375rem;
  font-weight: 600;
  font-size: 23.7685px;
  line-height: 26px;
  color: #231F26;
}

.automatic__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 1.125rem;
}

.automatic__title span {
  font-weight: 800;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.automatic__text {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 1.875rem;
  color: #FFFFFF;
}

.automatic__btn a.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 1.3125rem 0.875rem;
  border-radius: 12px;
  color: #000;
}

.automatic__img {
  position: absolute;
  top: -1.25rem;
  right: -6.25rem;
  max-width: 31.625rem;
}

.page__subscription {
  scroll-behavior: smooth;
}

.no-webp .subscription{
  background: url(../img/subscription-bg.png) center/cover no-repeat; }

.subscription {
  padding: 3.375rem 0;
}

.subscription__container {
  position: relative;
}

.subscription__content {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 3.3125rem 4.1875rem 3.5625rem;
  position: relative;
}

.subscription__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #231F26;
  text-align: center;
  width: 50%;
  margin: 0 auto 0.75rem;
}

.subscription__title span {
  color: #9B5BE6;
}

.subscription__desc {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 2.0625rem;
  text-align: center;
}

.subscription__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
  grid-template-columns: repeat(2, 48%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.25rem;
}

.subscription__info {
  padding: 2rem 1.875rem;
}

.subscription__info-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
  background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
  border-radius: 16px;
  color: #fff;
  padding-bottom: 1.125rem;
}

.subscription__info-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0.625rem;
}

.subscription__info-text {
  font-size: 16px;
  line-height: 19px;
}

.subscription__info-curent {
  background: -o-linear-gradient(351.67deg, #FFFFFF 16.94%, #E6E6E6 88.75%);
  background: linear-gradient(98.33deg, #FFFFFF 16.94%, #E6E6E6 88.75%);
  border-radius: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 0.5625rem 1.25rem;
  display: inline-block;
  color: #000;
  margin-top: 1.25rem;
}

.subscription__subdesc {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 2.125rem;
}

.subscription__subdesc span {
  color: #9B5BE6;
}

.subscription__btn {
  background: #9B5BE6;
  border: 1px solid #9B5BE6;
  border-radius: 12px;
  padding: 1.375rem 0.8125rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  max-width: 16.875rem;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.subscription__decor-left {
  position: absolute;
  top: -1.625rem;
  left: -2.6875rem;
}

.subscription__decor-right {
  position: absolute;
  top: 9.375rem;
  right: -1.75rem;
}

.contacts__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
  grid-template-columns: repeat(2, 48%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__img {
  max-width: 32rem;
}

.contacts__img img {
  max-width: 100%;
}

.contacts__form {
  padding: 1.5625rem 2.625rem 2rem;
  background: #F4F5F7;
  border-radius: 16px;
}

.contacts__title {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 1.0625rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #231F26;
  margin-bottom: 0.5rem;
}

.form-control {
  background: #FEFEFE;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 0.625rem 0 0.625rem 0.9375rem;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #333E48;
  opacity: 0.32;
}

.form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #333E48;
  opacity: 0.32;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #333E48;
  opacity: 0.32;
}

.form-control::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #333E48;
  opacity: 0.32;
}

.form-control::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #333E48;
  opacity: 0.32;
}

.submit__form {
  padding: 1.3125rem 0;
  background: #9B5BE6;
  border: 1px solid #9B5BE6;
  border-radius: 12px;
  width: 100%;
  text-align: center;
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__telegram a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35px auto;
  grid-template-columns: 35px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._anim-bottom {
  -webkit-transform: translate(0px, 70%);
      -ms-transform: translate(0px, 70%);
          transform: translate(0px, 70%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._anim-bottom._active,
._anim-items._active ._anim-bottom {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

._anim-left {
  -webkit-transform: translate(-120%, 0);
      -ms-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._anim-left._active,
._anim-items._active ._anim-left {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

._anim-right {
  -webkit-transform: translate(120%, 0);
      -ms-transform: translate(120%, 0);
          transform: translate(120%, 0);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._anim-right._active,
._anim-items._active ._anim-right {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

._anim-scale {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._anim-items._active ._anim-scale {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 25em) {
  .popup .form-group .checkbox__label:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 49.5em) {
  .popup .contacts__block {
    display: block;
  }

  .popup .contacts__img {
    display: none;
  }
}

@media (max-width: 47.99875em) {
  h1,
  h2,
  h3,
  h4 {
    margin: 0 0 0.625rem 0;
  }

  ul,
  ol {
    margin-left: 0.3125rem;
  }

  .select__value:after {
    background: url(../img/down-mob.svg) center no-repeat;
  }

  .popup__block p.policy {
    padding: 0;
  }

  .form-group-block {
    padding: 0;
  }
}

@media (max-width: 34.375em) {
  ol li::before {
    margin-right: 0.3125rem;
  }

  ol {
    margin-left: 0.3125rem;
  }
}

@media (any-hover: hover) {
  p a:hover,
  article a:hover {
    text-decoration: underline;
  }

  .select__option:hover {
    background: rgba(155, 91, 230, 0.5);
  }

  .form-group-block .account a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #9B5BE6;
  }

  .header__menu a:hover {
    color: #9B5BE6;
  }

  .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
    background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
    background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
    color: #fff;
  }

  .info__btn .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#B63EF0), color-stop(55.21%, #797CD9), to(#6AB7E1));
    background: -o-linear-gradient(top, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
    background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
    color: #fff;
  }

  .info__btn .btn__right:hover {
    background: #fff;
    color: #9B5BE6;
  }

  .footer__menu a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
  }

  .automatic__btn a.btn:hover {
    color: #fff;
  }

  .subscription__btn:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #FFFFFF;
    color: #9B5BE6;
  }

  .submit__form:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #FFFFFF;
    color: #9B5BE6;
  }

  .contacts__telegram a:hover {
    opacity: 0.7;
  }
}

.webp .header__info{ background: url(../img/header-bg.webp) center no-repeat; }

.webp .page__advantages::before{ background: url(../img/adv-bg1.webp) center no-repeat; }

.webp .page__advantages::after{ background: url(../img/adv-bg2.webp) center no-repeat; }

.webp .subscription{ background: url(../img/subscription-bg.webp) center/cover no-repeat; }