@import url(https://fonts.googleapis.com/css?family=DM+Sans:regular,500,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:500&display=swap);

@charset "UTF-8";

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

[class*=_icon-]:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-print:before {
  content: "\e914";
}

._icon-renew:before {
  content: "\e900";
}

._icon-select:before {
  content: "\e901";
}

._icon-support:before {
  content: "\e902";
}

._icon-upload:before {
  content: "\e903";
}

._icon-user:before {
  content: "\e904";
}

._icon-user-popup:before {
  content: "\e905";
}

._icon-wallet:before {
  content: "\e906";
}

._icon-arrow:before {
  content: "\e907";
}

._icon-certificate:before {
  content: "\e908";
}

._icon-close:before {
  content: "\e909";
}

._icon-cross:before {
  content: "\e90a";
}

._icon-date:before {
  content: "\e90b";
}

._icon-delete:before {
  content: "\e90c";
}

._icon-details:before {
  content: "\e90d";
}

._icon-document:before {
  content: "\e90e";
}

._icon-edit:before {
  content: "\e90f";
}

._icon-email:before {
  content: "\e910";
}

._icon-email_big:before {
  content: "\e911";
}

._icon-link:before {
  content: "\e912";
}

._icon-phone:before {
  content: "\e913";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

button {
  -webkit-tap-highlight-color: transparent !important;
}

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

body {
  color: #181818;
  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: transparent;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: 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;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

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

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

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

[class*=__container] {
  max-width: 86.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button-certificate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  padding: 0.6875rem 0.75rem;
  border-radius: 50px;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  background-color: #ffffff;
  color: #181818;
}

.button-certificate::before {
  width: 2.125rem;
  height: 2.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.125rem;
          flex: 0 0 2.125rem;
  border-radius: 50%;
  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;
  font-size: 1rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.45);
}

.button-certificate::before {
  color: #181818;
  background: rgba(0, 0, 0, 0.08);
}

.button-certificate.header__button {
  margin: 0.3125rem 0;
  background-color: #ffffff !important;
  color: #181818 !important;
  z-index: 1;
}

.button-certificate.header__button::before {
  color: #181818 !important;
  background: rgba(0, 0, 0, 0.08);
}

.button._fw {
  width: 100%;
}

.button.happied__button {
  padding: 0.75rem 1.875rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3125;
  font-family: "DM Sans";
  border: 1px solid #181818;
  border-radius: 3.125rem;
  background-color: #f4f5f6;
  position: relative;
  z-index: 3;
}

.button.form-subscribe__button {
  font-size: 1rem;
  font-family: "DM Sans";
  font-weight: 700;
  line-height: 1.3125;
  padding: 1rem 1.5rem;
  color: #ffffff;
  background-color: #181818;
  border-radius: 2rem;
}

.button.form-socials__button {
  padding: 1.0625rem 1.9375rem;
  color: #ffffff;
  background-color: #657efa;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3.125rem;
}

.button.gradient-button {
  border-radius: 3.125rem;
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  padding: 1.3125rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.button.gradient-button span {
  z-index: 1;
}

.button.gradient-button::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 120%;
  top: -10%;
  left: -2.5%;
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 3.125rem;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.button-previous {
  text-decoration-line: underline;
  color: #bcb8d0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.button-signature {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

.button-sign {
  letter-spacing: 0.04em;
  padding: 1.3125rem 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #657efa;
  border-radius: 50px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0.3125rem 1rem;
  font-family: "DM Sans";
  letter-spacing: 0.02em;
  line-height: 1.3125;
  font-size: 1rem;
  outline: none;
}

.input.form-socials__input {
  padding: 0.5rem;
  letter-spacing: 0;
  font-family: "Inter";
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000000;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000000;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000000;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000000;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000000;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  padding: 1.125rem 1rem;
  border-radius: 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
}

.options__item {
  position: relative;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  border-radius: 50%;
  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;
}

.change-border__slider .options__item,
.change-bg__slider .options__item,
.change-font__slider .options__item {
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
}

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

.change-border__slider .options__input:checked + .options__label {
  width: 3.625rem;
  height: 3.625rem;
  border: 0.3125rem solid #ffffff;
}

.change-bg__slider .options__input:checked + .options__label {
  width: 3.625rem;
  height: 3.625rem;
  border: 0.3125rem solid #ffffff;
}

.change-font__slider .options__input:checked + .options__label {
  width: 3.625rem;
  height: 3.625rem;
  background-color: #fff;
  border: 1px solid transparent;
}

.options__label {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 0.3125rem solid transparent;
  will-change: width;
  will-change: height;
}

.change-font__slider .options__label {
  border: 1px solid #bcb8d0;
  background-color: #fff;
}

.options__label:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.options__text {
  position: relative;
  z-index: 2;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 0.5rem;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -8px;
  border-radius: 50%;
  background: #657efa;
  cursor: pointer;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-connects {
  background: rgba(48, 127, 226, 0.3);
  border-radius: 4px;
}

.noUi-connect {
  background: #657efa;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 3px;
  cursor: default;
}

/* Handle stripes;
 */

.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  left: 7px;
  top: 7px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
      -ms-transform: translate(0, -18px);
          transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

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

.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__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;
  padding: 1.9375rem 1.9375rem 0 0;
  width: 100%;
  max-width: 30rem;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  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-color: #657efa;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
}

.popup__close::before {
  font-size: 1rem;
  color: #ffffff;
}

.popup__body {
  background: #ffffff;
  padding: 3.25rem 1.875rem 0.9375rem;
  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;
}

.popup__header-block {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
}

.popup__progressbar {
  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;
  gap: 0.4375rem;
  width: 100%;
  position: absolute;
  top: 1.875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.popup__progressbar-item {
  width: 2.5rem;
  height: 0.375rem;
  border-radius: 2.5rem;
  background-color: rgba(217, 217, 217, 0.4);
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.popup__progressbar-item._checked {
  background-color: #657efa;
}

.popup__title {
  font-family: "DM Sans";
  font-weight: 700;
  line-height: 1.2916666667;
}

.popup__label {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5625rem;
}

.popup__label a {
  font-weight: 600;
  color: #657efa;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.popup__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}

.form-popup__subtitle {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  text-align: center;
}

.form-popup__input {
  padding: 0rem 1rem 0rem 3rem;
  min-height: 4rem;
  border-radius: 3.375rem;
}

.form-popup__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 1.875rem;
  border: 1px solid #bcb8d0;
  position: relative;
}

.form-popup__textarea::before {
  position: absolute;
  top: 1.4375rem;
  left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #181818;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-popup__textarea textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 19.25rem;
}

.form-popup__textarea textarea:-moz-placeholder-shown {
  padding-left: 45px;
}

.form-popup__textarea textarea:-ms-input-placeholder {
  padding-left: 45px;
}

.form-popup__textarea textarea:placeholder-shown {
  padding-left: 45px;
}

.form-popup__textarea._form-focus {
  border: 1px solid rgb(127, 120, 161);
}

.form-popup__textarea._form-focus::before {
  opacity: 0;
  pointer-events: none;
}

.form-popup__textarea.filled::before {
  opacity: 0;
  pointer-events: none;
}

.form-popup__certificate:not(:last-child) {
  margin-bottom: 0.9375rem;
}

#apply-certificate_5 .form-popup__certificate:not(:last-child) {
  margin-bottom: 0rem;
}

.form-popup__row {
  border: 1px solid rgba(188, 184, 208, 0.7);
  border-radius: 3.375rem;
  position: relative;
  -webkit-transition: border 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  min-height: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-popup__row::before {
  position: absolute;
  top: 1.3125rem;
  left: 1rem;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
}

.form-popup__row._form-focus {
  border: 1px solid rgb(127, 120, 161);
}

.form-popup__change {
  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;
  gap: 1.25rem;
}

.form-popup__change .form-popup__subtitle {
  text-align: left;
}

.form-popup__change-item {
  width: 4rem;
  height: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  border-radius: 50%;
  cursor: pointer;
  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;
}

.form-popup__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.form-popup__action {
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #657efa;
  padding: 1.3125rem 0.9375rem;
  border: 1px solid #657efa;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-popup__action span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.form-popup__action span::before {
  font-size: 1.0625rem;
  font-weight: 500;
}

.form-popup__action:last-child {
  border: 1px solid #ff5454;
  background-color: #ff5454;
}

.form-popup__action:last-child span {
  color: #ffffff;
}

.form-popup__action:last-child span::before {
  color: #ffffff;
}

.form-popup__socials {
  margin-bottom: 0.625rem;
}

.dropanddrag {
  padding: 1.4375rem 1.25rem 2.1875rem;
  background: #f2f6fc;
  border: 1px dashed #657efa;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.9375rem;
}

#apply-certificate_1 .dropanddrag {
  margin-bottom: 1rem;
}

.dropanddrag__input {
  font-size: 0rem;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.dropanddrag__icon::before {
  font-size: 3.125rem;
  color: #657efa;
}

.dropanddrag__text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 16.5625rem;
  margin: 0 auto;
}

.dropanddrag__label {
  padding: 1rem 1.25rem;
  min-width: 10.0625rem;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  background-color: #657efa;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3.125rem;
}

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

.buttons-block {
  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;
  gap: 0.9375rem;
}

.nft-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-left: 0.625rem;
  padding-right: 2.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.nft-link__icon {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 2.625rem;
  height: 2.625rem;
  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;
}

.send-message {
  -webkit-box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
  padding: 3.875rem 2.8125rem;
  background: #ffffff;
  border-radius: 0.75rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.875rem;
}

.send-message__title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.1333333333;
}

.send-message__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.send-message__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}

.photo-drag__image {
  width: 18.9375rem;
  height: 18.9375rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #657efa;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  padding: 1.25rem;
  position: relative;
}

.photo-drag__image img {
  position: absolute;
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  border-radius: 50%;
  top: 1.25rem;
  left: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-drag__label {
  margin-top: 0.6875rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
}

.size-photo:not(:last-child) {
  margin-bottom: 1.875rem;
}

.size-photo .form-popup__subtitle {
  text-align: left;
}

.size-photo .form-popup__subtitle:not(:last-child) {
  margin-bottom: 1.375rem;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
}

._spoller-init .spollers__title {
  cursor: pointer;
  /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: rem(12);
  		height: rem(1);
  		transition: all 0.3s ease 0s;
  		width: rem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: rem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
      -ms-transform: translate(-75%, -50%) rotate(40deg);
          transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
      -ms-transform: translate(0, -50%) rotate(-40deg);
          transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
      -ms-transform: translateX(-75%) rotate(-40deg);
          transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #eee;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.certificate {
  position: relative;
}

.certificate--big {
  border: 0.625rem solid #f3f3f3;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
  border-radius: 1.875rem;
  z-index: 19;
}

.certificate--big .certificate__wrapper {
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
          animation: gradient 10s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.certificate-page .certificate--big {
  border: 0.9375rem solid #f3f3f3;
  border-radius: 45px;
}

.certificate-page .certificate--big .certificate__wrapper {
  padding: 2.5625rem;
  border-radius: 30px;
}

.certificate-page .certificate--big .certificate__body {
  border-radius: 20px;
}

.certificate-page .certificate--big .certificate__body::before {
  width: calc(100% + 5.125rem);
  height: calc(100% + 5.125rem);
  top: -2.5625rem;
  left: -2.5625rem;
  opacity: 0.7;
  z-index: 1;
  background: url("../img/certificate/certificate-bg--big.svg") 0 0 repeat;
}

.certificate-page .certificate--big .certificate__title {
  font-size: 3.25rem;
}

.certificate-page .certificate--big .certificate__title:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.certificate-page .certificate--big .certificate__subtitle {
  font-size: 1.3125rem;
}

.certificate-page .certificate--big .certificate__subtitle:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.certificate-page .certificate--big .certificate__user-image {
  width: 100%;
  padding-bottom: 50%;
}

.certificate-page .certificate--big .certificate__logo {
  width: 10.8125rem;
}

.certificate-page .certificate--big .certificate__code {
  width: 3.25rem;
  height: 3.25rem;
}

.certificate-page .certificate--big .certificate__about p {
  font-size: 1.125rem;
}

.certificate-page .certificate--big .certificate__rings {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-transform: translate(1.75rem, 0px);
      -ms-transform: translate(1.75rem, 0px);
          transform: translate(1.75rem, 0px);
  position: relative;
}

.certificate-page .certificate--big .certificate__rings img {
  width: calc(100% - 1.75rem);
  right: 0;
}

.form-popup__certificate .certificate--big {
  border: 0.4375rem solid #f3f3f3;
  border-radius: 1.375rem;
}

.form-popup__certificate .certificate--big .certificate__wrapper {
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  border-radius: 0.9375rem;
  -webkit-animation: none;
          animation: none;
  padding: 1.25rem;
}

.form-popup__certificate .certificate--big .certificate__body {
  padding: 1rem;
  gap: 0.5rem;
}

.form-popup__certificate .certificate--big .certificate__body::before {
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  top: -1.25rem;
  left: -1.25rem;
  opacity: 0.5;
  z-index: 1;
}

.form-popup__certificate .certificate--big .certificate__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.1428571429%;
          flex: 0 0 57.1428571429%;
}

.form-popup__certificate .certificate--big .certificate__title {
  font-size: 1.375rem;
}

.form-popup__certificate .certificate--big .certificate__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.form-popup__certificate .certificate--big .certificate__subtitle {
  font-size: 0.625rem;
}

.form-popup__certificate .certificate--big .certificate__subtitle:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.form-popup__certificate .certificate--big .certificate__about p {
  font-size: 0.5625rem;
}

.form-popup__certificate .certificate--big .certificate__logo {
  width: 4.375rem;
}

.form-popup__certificate .certificate--big .certificate__code {
  display: none;
}

.form-popup__certificate .certificate--big .certificate__rings {
  -webkit-transform: translate(1rem, 0px);
      -ms-transform: translate(1rem, 0px);
          transform: translate(1rem, 0px);
}

.form-popup__certificate .certificate--big .certificate__rings img {
  width: calc(100% - 1rem);
}

.certificate--small .certificate__wrapper {
  padding: 1.25rem;
}

.certificate--small .certificate__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

.certificate--small .certificate__body {
  padding: 0.75rem;
}

.certificate--small .certificate__title {
  font-size: 1.375rem;
}

.certificate--small .certificate__title:not(:last-child) {
  margin-bottom: 0.375rem;
}

.certificate--small .certificate__subtitle {
  font-size: 0.75rem;
}

.certificate--small .certificate__subtitle:not(:last-child) {
  margin-bottom: 0.75rem;
}

.certificate--small .certificate__users {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20.25rem;
  margin: 0 auto;
}

.certificate--small .certificate__about {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.certificate--small .certificate__user-image {
  padding-bottom: 45.5%;
}

.certificate__wrapper {
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  padding: 1.25rem;
}

.certificate__body {
  background: -o-linear-gradient(204.5deg, rgb(243, 243, 243) 0.67%, #f2f2f2 100%);
  background: linear-gradient(245.5deg, rgb(243, 243, 243) 0.67%, #f2f2f2 100%);
  -webkit-backdrop-filter: blur(10.5px);
          backdrop-filter: blur(10.5px);
  padding: 1.75rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}

.certificate__body::before {
  content: "";
  background: url("../img/certificate/certificate-bg.svg") 0 0 repeat;
  position: absolute;
  width: calc(100% + 3.25rem);
  height: calc(100% + 3.25rem);
  top: -1.625rem;
  left: -1.625rem;
  opacity: 0.4;
  z-index: 1;
}

.certificate__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.909091%;
          flex: 0 0 55.909091%;
  /* 335/550 */
  color: #231e43;
  text-align: left;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.certificate__title {
  font-weight: 500;
  font-family: "Space Grotesk";
  font-size: 2rem;
  text-transform: uppercase;
}

.certificate__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.certificate__subtitle {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.certificate__subtitle:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.certificate__subtitle span {
  font-weight: 700;
}

.certificate__user {
  text-decoration: underline;
}

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

.certificate__users:not(:last-child) {
  margin-bottom: 0.5rem;
}

.certificate__user-image {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}

.certificate__user-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate__details {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.certificate__logo {
  width: 6.4375rem;
}

.certificate__logo:not(:last-child) {
  margin-bottom: 0.625rem;
}

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

.certificate__rings {
  width: calc(100% + 1.75rem);
  -webkit-transform: translate(1.75rem, 0px);
      -ms-transform: translate(1.75rem, 0px);
          transform: translate(1.75rem, 0px);
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.certificate__rings:not(:last-child) {
  margin-bottom: 0.25rem;
}

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

.certificate__code {
  width: 2.0625rem;
  height: 2.0625rem;
}

.certificate__code:not(:last-child) {
  margin-bottom: 0.5rem;
}

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

.certificate__about {
  text-align: right;
}

.certificate__about p {
  font-weight: 600;
  font-size: 0.6875rem;
  color: #231e43;
  line-height: 1.4545454545;
}

.certificate__about p:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.certificate__about p span {
  font-weight: 400;
}

.title {
  font-family: "DM Sans";
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.title--white {
  color: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 19;
  background-color: #ffffff;
}

.header._header-scroll {
  z-index: 21;
}

.certificate-page .header {
  background-color: transparent;
}

.certificate-page .header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-color: transparent;
}

.certificate-page .header._header-scroll::before {
  background-color: #ffffff;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  padding: 1.0625rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.625rem;
          flex: 0 0 13.625rem;
  width: 13.625rem;
  position: relative;
  z-index: 5;
}

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

.certificate-page .header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.625rem;
          flex: 0 0 13.625rem;
  width: 13.625rem;
  padding: 1.0625rem 0;
}

.certificate-page ._header-scroll .header__logo .main-logo {
  display: inline-block;
}

.certificate-page ._header-scroll .header__logo .certificate-logo {
  display: none;
}

.certificate-page .header__logo .main-logo {
  display: none;
}

.header__logo .certificate-logo {
  display: none;
}

.certificate-page .header__logo .certificate-logo {
  display: inline-block;
}

.certificate-page .header__menu {
  display: none;
}

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

.header .header__button {
  display: none;
}

.certificate-page .header .header__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(188, 184, 208, 0.7);
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 0px 0px 12px 12px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  z-index: 5;
}

.certificate-page .header__buttons {
  display: none;
}

.header__action {
  font-family: "DM Sans";
  font-size: 0.8125rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  background-color: #657efa;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  white-space: nowrap;
}

.header__action::before {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8125rem;
}

.header__action:first-child {
  padding: 0.625rem 0.625rem 0.625rem 1rem;
}

.header__action:first-child span {
  position: relative;
}

.header__action:first-child span::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  top: 0;
  right: -0.625rem;
  background-color: #ffffff;
}

.header__action:last-child {
  padding: 0.625rem 1rem 0.625rem 0.625rem;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.menu__body {
  padding: 1.0625rem 0;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu__link {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.icon-menu {
  display: none;
}

.certificate-page .icon-menu {
  display: none;
}

.footer {
  padding: 1.71875rem 0;
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  color: #ffffff;
  line-height: 1.1875;
  text-align: center;
}

.footer__container {
  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;
  gap: 1.3125rem;
}

.footer__copywright {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center;
  gap: 0.1875rem;
}

.footer__copywright::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 1.1875rem;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  background-color: rgba(255, 255, 255, 0.3);
}

.footer__terms {
  font-weight: 600;
  white-space: nowrap;
}

.page__main {
  padding-top: 3.6875rem;
}

.page__howitworks {
  padding-bottom: 3.5rem;
  padding-top: 2.25rem;
}

.main {
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  position: relative;
}

.main::before,
.main::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.main::before {
  top: 0;
  height: 5.875rem;
}

.main::after {
  bottom: -0.0625rem;
  height: 2.25rem;
}

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

.main__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  color: #ffffff;
  padding: 4.0625rem 0;
}

.main__title {
  font-family: "DM Sans";
}

.main__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.main__title span {
  font-weight: 700;
}

.main__text {
  line-height: 1.2222222222;
}

.main__text:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.main__link {
  font-weight: 700;
  font-family: "DM Sans";
  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;
  gap: 0.1875rem;
}

.main__link::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 2px dashed #ffffff;
  width: 100%;
  display: block;
}

.main__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.howitworks__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 1.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.column-works {
  border-radius: 0.75rem;
  background-color: #ffffff;
  padding: 1.5625rem 1.25rem 1.5625rem 1.5625rem;
  -webkit-box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}

.column-works:nth-child(2) .column-works__icon {
  background-color: #000000;
}

.column-works:nth-child(3) .column-works__icon {
  padding: 0;
}

.column-works__icon {
  width: 3.5625rem;
  height: 3.5625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5625rem;
          flex: 0 0 3.5625rem;
  padding: 0.9375rem;
  border-radius: 50%;
  background-color: #657efa;
  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;
}

.column-works__icon img {
  max-width: 100%;
}

.column-works__title {
  font-family: "DM Sans";
  font-size: 1.625rem;
  font-weight: 700;
}

.column-works__title:not(:last-child) {
  margin-bottom: 0.875rem;
}

.column-works__text {
  font-size: 1rem;
  line-height: 1.5;
}

.column-works__more {
  margin-top: 0.875rem;
}

.column-works__more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: #657efa;
  gap: 0.375rem;
}

.column-works__more span::before {
  font-size: 0.875rem;
  font-weight: 400;
  color: #657efa;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -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;
}

._showmore-active .column-works__more span::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.happied {
  background-color: #f4f5f6;
  position: relative;
}

.happied::before,
.happied::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  left: 0;
}

.happied::before {
  top: 0;
  -webkit-clip-path: polygon(0% 0%, 100.3% 0%, 100% 101%, 0% 27.78%);
          clip-path: polygon(0% 0%, 100.3% 0%, 100% 101%, 0% 27.78%);
}

.happied::after {
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100.1% 101%, 100% 101%, 0% 101%);
          clip-path: polygon(0% 0%, 100.1% 101%, 100% 101%, 0% 101%);
}

.happied__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.happied__item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 30.4375rem;
}

.happied__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.guide__video {
  position: relative;
  padding-bottom: 56.5085771948%;
}

.guide__video iframe {
  border-radius: 0.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.questions {
  background-color: #6677f3;
  position: relative;
}

.questions::before,
.questions::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  left: 0;
}

.questions::before {
  top: -0.0625rem;
  -webkit-clip-path: polygon(0% 0%, 100.3% 0%, 100% 101%, 0% 27.78%);
          clip-path: polygon(0% 0%, 100.3% 0%, 100% 101%, 0% 27.78%);
}

.questions::after {
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100.1% 101%, 100% 101%, 0% 101%);
          clip-path: polygon(0% 0%, 100.1% 101%, 100% 101%, 0% 101%);
}

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

.questions__spollers-item {
  background: #ffffff;
  -webkit-box-shadow: 8px 10px 56px rgba(0, 0, 0, 0.03);
          box-shadow: 8px 10px 56px rgba(0, 0, 0, 0.03);
  padding-bottom: 2rem;
}

.questions__spollers-title {
  font-family: "DM Sans";
  font-weight: 700;
  line-height: 1.3;
  padding: 2rem 2rem 0 2rem;
  width: 100%;
  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;
  gap: 1.25rem;
  cursor: default;
  text-align: left;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

._spoller-init .questions__spollers-title {
  cursor: pointer;
}

.questions__spollers-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  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: rgba(101, 126, 250, 0.1);
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.questions__spollers-icon::before {
  color: #657efa;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._spoller-active .questions__spollers-icon {
  background-color: #657efa;
}

._spoller-active .questions__spollers-icon::before {
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.questions__spollers-body {
  line-height: 1.2941176471;
  padding: 0.625rem 2rem 0rem;
}

.subscribe__body {
  max-width: 61.9375rem;
  margin: 0 auto;
  background-color: #657efa;
  padding: 2.8125rem;
  border-radius: 0.75rem;
  position: relative;
  font-family: "DM Sans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.875rem;
}

.subscribe__body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/certificate/certificate-bg.svg") 0 0 repeat;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}

.subscribe__text {
  color: #ffffff;
}

.subscribe__title {
  font-weight: 700;
  line-height: 1.5;
}

.subscribe__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.subscribe__subtitle {
  line-height: 1.4444444444;
}

.subscribe__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 47.4268415742%;
          flex: 1 0 47.4268415742%;
}

.form-subscribe {
  border-radius: 3.125rem;
  border: 1px dashed #ffffff;
  padding: 0.25rem;
}

.form-subscribe__row {
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 0.375rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-subscribe__row._form-error {
  -webkit-box-shadow: 0px 0px 15px 4px rgba(255, 0, 0, 0.7333333333);
  box-shadow: 0px 0px 15px 4px rgba(255, 0, 0, 0.7333333333);
}

.form-subscribe__button {
  position: relative;
  z-index: 2;
}

.community {
  background-color: #181818;
}

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

.community__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.community__subtitle {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #ffffff;
}

.community__columns {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.community__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 12.5rem;
          flex: 1 0 12.5rem;
  max-width: 25.5rem;
}

.column-community {
  background-color: #ffffff;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.625rem;
  min-height: 13rem;
  padding: 1.25rem;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.column-community__icon {
  width: 4.5rem;
  height: 4.5rem;
  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;
}

.column-community__icon img {
  max-width: 100%;
}

.column-community__label {
  font-weight: 700;
  line-height: 1.3076923077;
  font-family: "DM Sans";
}

.certificate-page__main {
  padding-top: 8.9375rem;
  padding-bottom: 3.75rem;
}

.main-certificate {
  background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  position: relative;
}

.main-certificate::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.main-certificate::after {
  bottom: -0.0625rem;
  height: 14.5rem;
  -webkit-clip-path: polygon(0% 0%, 100.1% 37.94%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100.1% 37.94%, 100% 100%, 0% 100%);
}

.main-certificate .certificate {
  max-width: 61.8125rem;
  margin: 0 auto;
}

.info-certificate__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5625rem;
}

.info-certificate__about {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.info-certificate__socials {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.info-certificate-spollers {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.info-certificate-spollers__item {
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 75px 12px rgba(0, 0, 0, 0.13);
}

.info-certificate-spollers__title {
  padding: 1rem 2.5rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
}

._spoller-init .info-certificate-spollers__title {
  cursor: pointer;
}

._spoller-init .info-certificate-spollers__title::before,
._spoller-init .info-certificate-spollers__title::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 9px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .info-certificate-spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
      -ms-transform: translate(-75%, -50%) rotate(40deg);
          transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .info-certificate-spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
      -ms-transform: translate(0, -50%) rotate(-40deg);
          transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .info-certificate-spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
      -ms-transform: translateX(-75%) rotate(-40deg);
          transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .info-certificate-spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.info-certificate-spollers__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 1.25rem;
}

.info-certificate-spollers__title span::before {
  font-size: 2rem;
}

.info-certificate-spollers__title span.info-certificate-spollers__title--details::before {
  content: "";
  background: url("../img/icons/details.svg") 0 0 no-repeat;
  display: block;
  width: 2rem;
  height: 2rem;
}

.info-certificate-spollers__body {
  padding: 1.25rem 1rem 1.625rem 1rem;
  font-size: 1.125rem;
  line-height: 1.6875;
  position: relative;
}

.info-certificate-spollers__body span {
  font-weight: 700;
}

.no-webp .info-certificate-spollers__body::before{
  background: url("../img/certificate/gradient-border.png") 0 0/100% no-repeat; }

.info-certificate-spollers__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: calc(100% - 1.75rem);
  height: 0.0625rem;
}

.info-certificate-spollers__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.info-certificate-spollers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.2777777778;
}

.info-certificate-spollers__row:nth-child(1) .info-certificate-spollers__value,
.info-certificate-spollers__row:nth-child(2) .info-certificate-spollers__value {
  color: #657efa;
}

.info-certificate-spollers__label {
  font-family: "DM Sans";
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.info-certificate-spollers__value {
  font-weight: 600;
}

.socials-certificate__row:not(:last-child) {
  margin-bottom: 1.25rem;
}

.socials-certificate__title {
  font-family: "DM Sans";
  font-weight: 700;
  line-height: 1.2916666667;
}

.socials-certificate__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.socials-certificate__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.socials-certificate__social-item {
  width: 4rem;
  height: 4rem;
  -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;
}

.socials-certificate__social-item img {
  max-width: 100%;
}

.form-socials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bcb8d0;
  border-radius: 50px;
  padding: 0.25rem;
}

.form-socials__row::before {
  font-size: 1.1875rem;
  margin-left: 1.125rem;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 23.125em) {
  .footer__terms {
    padding-right: 1rem;
  }

  .info-certificate-spollers__value {
    text-align: right;
  }
}

@media (min-width: 29.99875em) {
  .popup__body {
    min-height: 52rem;
  }

  .popup__body {
    border-radius: 2.8125rem;
  }
}

@media (min-width: 37.5em) {
  .certificate-page .certificate--big .certificate__about p {
    font-size: 0.6875rem;
  }

  .certificate--small .certificate__about {
    font-size: 0.6875rem;
  }

  .certificate__title {
    font-size: 2rem;
  }

  .certificate__subtitle {
    font-size: 0.8125rem;
  }

  .certificate__about p {
    font-size: 0.6875rem;
  }
}

@media (min-width: 47.99875em) {
  .menu__list {
    display: none;
  }

  .questions__spollers-block {
    border-radius: 0.75rem;
    overflow: hidden;
  }
}

@media (min-width: 61.99875em) {
  .page__howitworks {
    padding-top: 3.125rem;
  }

  .howitworks__columns {
    padding: 0 2.125rem;
  }

  .guide__body {
    padding: 0 11.25rem;
  }

  .questions__body {
    padding: 0 2.125rem;
  }
}

@media (min-width: 86.375em) {
  .popup__title {
    font-size: 1.5rem;
  }

  .certificate--small .certificate__users {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .certificate__body {
    gap: 2.375rem;
  }

  .title {
    font-size: 2.5rem;
  }

  .title:not(:last-child) {
    margin-bottom: 3.75rem;
  }

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

  .footer {
    font-size: 1rem;
  }

  .page__happied {
    padding-top: 6.875rem;
  }

  .page__happied {
    padding-bottom: 5.625rem;
  }

  .page__guide {
    padding-top: 6.25rem;
  }

  .page__guide {
    padding-bottom: 6.25rem;
  }

  .page__questions {
    padding-top: 9.6875rem;
  }

  .page__questions {
    padding-bottom: 9.6875rem;
  }

  .page__subscribe {
    padding-top: 6.25rem;
  }

  .page__subscribe {
    padding-bottom: 6.25rem;
  }

  .page__community {
    padding-top: 3.8125rem;
  }

  .page__community {
    padding-bottom: 6.25rem;
  }

  .main__title {
    font-size: 3rem;
  }

  .main__text {
    font-size: 1.125rem;
  }

  .main__buttons {
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }

  .main__media {
    padding-left: 3.375rem;
  }

  .happied::before {
    height: 5.0625rem;
  }

  .happied::after {
    height: 3.125rem;
  }

  .happied__body {
    gap: 2.5rem;
  }

  .happied__body {
    padding-left: 10.5625rem;
  }

  .happied__body {
    padding-right: 10.5625rem;
  }

  .happied__body:not(:last-child) {
    margin-bottom: 2.8125rem;
  }

  .questions::before {
    height: 3.3125rem;
  }

  .questions::after {
    height: 2.0625rem;
  }

  .questions__spollers {
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }

  .questions__spollers-title {
    font-size: 1.25rem;
  }

  .questions__spollers-body {
    font-size: 1.0625rem;
  }

  .subscribe__body {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .subscribe__title {
    font-size: 1.625rem;
  }

  .subscribe__subtitle {
    font-size: 1.125rem;
  }

  .community__header-block:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .column-community__label {
    font-size: 1.625rem;
  }

  .certificate-page__info {
    padding-bottom: 6.625rem;
  }

  .info-certificate__body {
    padding-left: 7.75rem;
  }

  .info-certificate__body {
    padding-right: 7.75rem;
  }

  .info-certificate__socials {
    padding-left: 4rem;
  }

  .socials-certificate__title {
    font-size: 1.5rem;
  }

  .form-popup__socials .socials-certificate__title {
    font-size: 1.375rem;
  }
}

@media (max-width: 35em) {
  .header__buttons {
    border-radius: 0.75rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    z-index: 1;
  }

  .header__action {
    font-size: 1rem;
  }

  .header__action::before {
    font-size: 1rem;
  }
}

@media (max-width: 25em) {
  .certificate-page .certificate--big .certificate__title {
    font-size: 1.0625rem !important;
  }

  .certificate-page .certificate--big .certificate__subtitle {
    font-size: 0.4375rem;
  }

  .certificate-page .certificate--big .certificate__about p {
    font-size: 0.375rem;
  }

  .certificate-page .certificate--big .certificate__about p {
    font-size: 0.375rem;
  }

  .certificate--small .certificate__about {
    font-size: 0.5625rem;
  }

  .certificate__title {
    font-size: 1.0625rem;
  }

  .certificate__subtitle {
    font-size: 0.4375rem;
  }

  .certificate__about p {
    font-size: 0.375rem;
  }
}

@media (max-width: 20em) {
  .popup__title {
    font-size: 1.125rem;
  }

  .certificate--small .certificate__users {
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
  }

  .certificate__body {
    gap: 1.1875rem;
  }

  .title {
    font-size: 1.375rem;
  }

  .title:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .footer {
    font-size: 0.8125rem;
  }

  .page__happied {
    padding-top: 2.8125rem;
  }

  .page__happied {
    padding-bottom: 2.8125rem;
  }

  .page__guide {
    padding-top: 4.6875rem;
  }

  .page__guide {
    padding-bottom: 3.5rem;
  }

  .page__questions {
    padding-top: 4.0625rem;
  }

  .page__questions {
    padding-bottom: 4.0625rem;
  }

  .page__subscribe {
    padding-top: 3.5rem;
  }

  .page__subscribe {
    padding-bottom: 3.5rem;
  }

  .page__community {
    padding-top: 2.8125rem;
  }

  .page__community {
    padding-bottom: 2.8125rem;
  }

  .main__title {
    font-size: 1.5rem;
  }

  .main__text {
    font-size: 0.9375rem;
  }

  .main__buttons {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .happied::before {
    height: 1.125rem;
  }

  .happied::after {
    height: 0.4375rem;
  }

  .happied__body {
    gap: 1.25rem;
  }

  .happied__body:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .questions::before {
    height: 1.3125rem;
  }

  .questions::after {
    height: 1.25rem;
  }

  .questions__spollers-title {
    font-size: 0.875rem;
  }

  .questions__spollers-body {
    font-size: 0.875rem;
  }

  .subscribe__title {
    font-size: 1.125rem;
  }

  .subscribe__subtitle {
    font-size: 0.875rem;
  }

  .community__header-block:not(:last-child) {
    margin-bottom: 2.8125rem;
  }

  .column-community__label {
    font-size: 1.375rem;
  }

  .certificate-page__info {
    padding-bottom: 3.5rem;
  }

  .info-certificate__socials {
    padding-left: 1.25rem;
  }

  .socials-certificate__title {
    font-size: 1.125rem;
  }

  .form-popup__socials .socials-certificate__title {
    font-size: 1rem;
  }
}

@media (max-width: 86.375em) {
  .certificate__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.909091%;
            flex: 0 0 61.909091%;
  }

  .main__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }

  .main__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}

@media (max-width: 68.75em) {
  .howitworks__columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.99875em) {
  .button-certificate {
    background-color: #657efa;
    color: #ffffff;
    white-space: nowrap;
  }

  .button-certificate::before {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.08);
  }

  .certificate-page .certificate--big .certificate__rings img {
    width: 80%;
  }

  .header {
    z-index: 21;
  }

  .menu__link {
    font-size: 0.875rem;
  }

  .main::before {
    display: none;
  }

  .main::after {
    height: 11.9375rem;
    -webkit-clip-path: polygon(0% 0%, 100% 23.16%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 23.16%, 100% 100%, 0% 100%);
  }

  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main__content {
    padding: 1.5625rem 0 0 0;
    text-align: center;
  }

  .main__text:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .main__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main__link {
    display: none;
  }

  .main__media {
    padding-left: 1.5625rem;
  }

  .main__media {
    padding-left: 0rem;
  }

  .main__media:not(:last-child) {
    margin-bottom: 1.375rem;
  }

  .happied__body {
    padding-left: 1.875rem;
  }

  .happied__body {
    padding-right: 1.875rem;
  }

  .happied__body {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .questions__spollers {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .questions__spollers-title {
    padding: 1.25rem 1.25rem 0;
  }

  .questions__spollers-icon {
    width: 2rem;
    height: 2rem;
  }

  .questions__spollers-icon::before {
    font-size: 0.625rem;
  }

  .questions__spollers-body {
    padding: 0.25rem 1.25rem 0rem;
  }

  .subscribe__body {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .subscribe__body {
    padding: 2.5rem 1.6875rem;
  }

  .subscribe__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 52%;
            flex: 1 0 52%;
  }

  .info-certificate__body {
    padding-left: 1.25rem;
  }

  .info-certificate__body {
    padding-right: 1.25rem;
  }

  .info-certificate__body {
    padding: 0;
  }
}

@media (max-width: 51.25em) {
  .menu__list {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

@media (max-width: 47.99875em) {
  .button-certificate.header__button {
    padding: 0.25rem 0.375rem;
  }

  .button.form-subscribe__button {
    padding: 0.71875rem 0.875rem;
  }

  .input {
    font-size: 0.875rem;
  }

  .popup__body {
    padding: 3.25rem 1.25rem 0.9375rem;
  }

  .certificate-page .certificate--big {
    border: 0.3125rem solid #f3f3f3;
    border-radius: 20px;
  }

  .certificate-page .certificate--big .certificate__wrapper {
    padding: 0.8125rem;
    border-radius: 15px;
  }

  .certificate-page .certificate--big .certificate__body {
    border-radius: 10px;
  }

  .certificate-page .certificate--big .certificate__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .certificate-page .certificate--big .certificate__subtitle:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.8125rem;
            flex: 0 0 10.8125rem;
    width: 10.8125rem;
    padding: 0.84375rem 0;
  }

  .certificate-page .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.8125rem;
            flex: 0 0 10.8125rem;
    width: 10.8125rem;
    padding: 0.84375rem 0;
  }

  .menu__body {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 7.1875rem 1.875rem 3.125rem;
    overflow: auto;
    z-index: 4;
    -webkit-transition: top 0.6s ease 0s;
    -o-transition: top 0.6s ease 0s;
    transition: top 0.6s ease 0s;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 3.365625rem;
    background-color: #ffffff;
    z-index: 4;
    -webkit-transition: top 0s ease 0.6s;
    -o-transition: top 0s ease 0.6s;
    transition: top 0s ease 0.6s;
  }

  .menu-open .menu__body {
    top: 0;
  }

  .menu-open .menu__body::before {
    top: 0;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }

  .menu__list {
    row-gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__link {
    font-size: 1.625rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
    height: 0.875rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    border-radius: 3.125rem;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.09375rem;
    background: #8e85ff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .menu-open .icon-menu span,
  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    background: -o-linear-gradient(185.63deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
    background: linear-gradient(264.37deg, #7ad2ff -5.96%, #8a5cff 45.92%, #ff79b8 100%);
  }

  .main__title {
    line-height: 1.3;
  }

  .column-works {
    padding: 1.375rem 1rem 1.375rem 1.375rem;
  }

  .column-works__icon {
    width: 3rem;
    height: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
    padding: 0.8125rem;
  }

  .column-works__title {
    font-size: 1.125rem;
  }

  .column-works__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .column-works__text {
    font-size: 0.9375rem;
  }

  .column-works__more {
    margin-top: 0.625rem;
  }

  .questions__spollers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .subscribe__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe__text {
    text-align: center;
  }

  .subscribe__title:not(:last-child) {
    margin-bottom: 2.0625rem;
  }

  .info-certificate__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-certificate__socials {
    padding-left: 0rem !important;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 43.75em) {
  .certificate--big {
    border: 0.3125rem solid #f3f3f3;
    border-radius: 1.5625rem;
  }

  .certificate-page .certificate--big .certificate__rings {
    width: calc(100% + 1rem);
    -webkit-transform: translate(1rem, 0px);
        -ms-transform: translate(1rem, 0px);
            transform: translate(1rem, 0px);
  }

  .certificate--small .certificate__wrapper {
    padding: 0.8125rem;
  }

  .certificate--small .certificate__body {
    padding: 0.5625rem 1.875rem;
  }

  .certificate__wrapper {
    padding: 0.875rem;
  }

  .certificate__body {
    padding: 1rem;
  }

  .certificate__body::before {
    content: "";
    width: calc(100% + 1.75rem);
    height: calc(100% + 1.75rem);
    top: -0.875rem;
    left: -0.875rem;
  }

  .certificate__rings {
    width: calc(100% + 1rem);
    -webkit-transform: translate(1rem, 0px);
        -ms-transform: translate(1rem, 0px);
            transform: translate(1rem, 0px);
  }
}

@media (max-width: 40.625em) {
  .howitworks__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 37.5em) {
  .button-certificate {
    font-size: 0.75rem;
  }

  .button-certificate::before {
    width: 1.6rem;
    height: 1.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.6rem;
            flex: 0 0 1.6rem;
  }

  .button.happied__button {
    padding: 0.625rem 1.6875rem;
  }

  .certificate-page .certificate--big .certificate__code {
    width: 1.125rem;
    height: 1.125rem;
  }

  .certificate--small .certificate__about {
    gap: 0.25rem;
  }

  .certificate__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.256757%;
            flex: 0 0 58.256757%;
    /* 205/296 */
  }

  .certificate__code {
    width: 1.125rem;
    height: 1.125rem;
  }

  .happied__body:not(:last-child) {
    margin-bottom: 0rem;
  }

  .happied__footer::before {
    content: "";
    background: #f4f5f6;
    opacity: 0.99;
    -webkit-filter: blur(25px);
            filter: blur(25px);
    position: absolute;
    top: -3.9375rem;
    width: 150%;
    height: 8.5625rem;
    left: -25%;
    z-index: 2;
  }
}

@media (max-width: 34.375em) {
  .certificate-page .certificate--big .certificate__logo {
    width: 3.625rem;
  }

  .certificate__logo {
    width: 3.625rem;
  }
}

@media (max-width: 29.99875em) {
  .button-certificate.header__button span {
    display: none;
  }

  .button-certificate.header__button::before {
    background: #ffffff;
  }

  .popup {
    padding: 0;
  }

  .popup__content {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup__close {
    border-radius: 0 0 0 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
  }

  .popup__close::before {
    font-size: 0.75rem;
  }

  .popup__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .popup__progressbar-item {
    width: 1.5625rem;
  }

  .photo-drag__image {
    width: 17.5rem;
    height: 17.5rem;
  }

  .certificate--small .certificate__title {
    font-size: 1.0625rem;
  }

  .certificate--small .certificate__subtitle {
    font-size: 0.5625rem;
  }

  .certificate--small .certificate__users {
    width: 13.9375rem;
  }

  .footer {
    padding: 1.375rem 0;
  }

  .certificate-page__main {
    padding-top: 6.25rem;
  }
}

@media (max-width: 26.875em) {
  .form-popup__certificate .certificate--big .certificate__title {
    font-size: 0.875rem;
  }

  .form-popup__certificate .certificate--big .certificate__subtitle {
    font-size: 0.4375rem;
  }

  .form-popup__certificate .certificate--big .certificate__about p {
    font-size: 0.375rem;
  }
}

@media (max-width: 23.125em) {
  .button.form-subscribe__button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .send-message {
    padding: 2.5rem 1.25rem;
  }

  .certificate-page .certificate--big .certificate__rings {
    width: calc(100% + 0.625rem);
    -webkit-transform: translate(0.625rem, 0px);
        -ms-transform: translate(0.625rem, 0px);
            transform: translate(0.625rem, 0px);
  }

  .certificate__body {
    padding: 0.625rem;
  }

  .certificate__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .certificate__subtitle:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .certificate__users {
    gap: 0.75rem;
  }

  .certificate__rings {
    width: calc(100% + 0.625rem);
    -webkit-transform: translate(0.625rem, 0px);
        -ms-transform: translate(0.625rem, 0px);
            transform: translate(0.625rem, 0px);
  }

  .subscribe__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }

  .form-subscribe {
    border-radius: 1.25rem;
  }

  .form-subscribe__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    padding: 0.9375rem 0.375rem;
    border-radius: 1rem;
  }

  .info-certificate-spollers__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 23.0625em) {
  .certificate--small .certificate__body {
    padding: 0.5625rem 0.625rem;
  }

  .questions__spollers-title {
    font-size: 0.8125rem;
  }
}

@media (max-width: 21.875em) {
  .form-popup__certificate .certificate--big .certificate__subtitle {
    font-size: 0.375rem;
  }
}

@media (min-width: 20em) and (max-width: 86.375em) {
@supports (font-size: clamp( 1.125rem , 1.0120056497rem  +  0.5649717514vw , 1.5rem )) {
    .popup__title {
      font-size: clamp( 1.125rem , 1.0120056497rem  +  0.5649717514vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0120056497rem  +  0.5649717514vw , 1.5rem )) {
    .popup__title {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 66.375);
    }
}

@supports ((-moz-column-gap: clamp( 1.1875rem , 0.9803436911rem  +  1.0357815443vw , 1.875rem )) or (column-gap: clamp( 1.1875rem , 0.9803436911rem  +  1.0357815443vw , 1.875rem ))) {
    .certificate--small .certificate__users {
      -webkit-column-gap: clamp( 1.1875rem , 0.9803436911rem  +  1.0357815443vw , 1.875rem );
         -moz-column-gap: clamp( 1.1875rem , 0.9803436911rem  +  1.0357815443vw , 1.875rem );
              column-gap: clamp( 1.1875rem , 0.9803436911rem  +  1.0357815443vw , 1.875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.1875rem , 0.9803436911rem  +  1.0357815443vw , 1.875rem )) or (column-gap: clamp( 1.1875rem , 0.9803436911rem  +  1.0357815443vw , 1.875rem ))) {
    .certificate--small .certificate__users {
      -webkit-column-gap: calc(1.1875rem + 0.6875 * (100vw - 20rem) / 66.375);
         -moz-column-gap: calc(1.1875rem + 0.6875 * (100vw - 20rem) / 66.375);
              column-gap: calc(1.1875rem + 0.6875 * (100vw - 20rem) / 66.375);
    }
}

@supports (gap: clamp( 1.1875rem , 0.8296845574rem  +  1.7890772128vw , 2.375rem )) {
    .certificate__body {
      gap: clamp( 1.1875rem , 0.8296845574rem  +  1.7890772128vw , 2.375rem );
    }
}

@supports not (gap: clamp( 1.1875rem , 0.8296845574rem  +  1.7890772128vw , 2.375rem )) {
    .certificate__body {
      gap: calc(1.1875rem + 1.1875 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 1.375rem , 1.0360169492rem  +  1.6949152542vw , 2.5rem )) {
    .title {
      font-size: clamp( 1.375rem , 1.0360169492rem  +  1.6949152542vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.0360169492rem  +  1.6949152542vw , 2.5rem )) {
    .title {
      font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / 66.375);
    }
}

@supports (margin-bottom: clamp( 1.125rem , 0.334039548rem  +  3.9548022599vw , 3.75rem )) {
    .title:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.334039548rem  +  3.9548022599vw , 3.75rem );
    }
}

@supports not (margin-bottom: clamp( 1.125rem , 0.334039548rem  +  3.9548022599vw , 3.75rem )) {
    .title:not(:last-child) {
      margin-bottom: calc(1.125rem + 2.625 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 0.8125rem , 0.7560028249rem  +  0.2824858757vw , 1rem )) {
    .footer {
      font-size: clamp( 0.8125rem , 0.7560028249rem  +  0.2824858757vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.8125rem , 0.7560028249rem  +  0.2824858757vw , 1rem )) {
    .footer {
      font-size: calc(0.8125rem + 0.1875 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-top: clamp( 2.8125rem , 1.5883945386rem  +  6.120527307vw , 6.875rem )) {
    .page__happied {
      padding-top: clamp( 2.8125rem , 1.5883945386rem  +  6.120527307vw , 6.875rem );
    }
}

@supports not (padding-top: clamp( 2.8125rem , 1.5883945386rem  +  6.120527307vw , 6.875rem )) {
    .page__happied {
      padding-top: calc(2.8125rem + 4.0625 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-bottom: clamp( 2.8125rem , 1.9650423729rem  +  4.2372881356vw , 5.625rem )) {
    .page__happied {
      padding-bottom: clamp( 2.8125rem , 1.9650423729rem  +  4.2372881356vw , 5.625rem );
    }
}

@supports not (padding-bottom: clamp( 2.8125rem , 1.9650423729rem  +  4.2372881356vw , 5.625rem )) {
    .page__happied {
      padding-bottom: calc(2.8125rem + 2.8125 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-top: clamp( 4.6875rem , 4.2166902072rem  +  2.3540489642vw , 6.25rem )) {
    .page__guide {
      padding-top: clamp( 4.6875rem , 4.2166902072rem  +  2.3540489642vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 4.6875rem , 4.2166902072rem  +  2.3540489642vw , 6.25rem )) {
    .page__guide {
      padding-top: calc(4.6875rem + 1.5625 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-bottom: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem )) {
    .page__guide {
      padding-bottom: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem )) {
    .page__guide {
      padding-bottom: calc(3.5rem + 2.75 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-top: clamp( 4.0625rem , 2.3675847458rem  +  8.4745762712vw , 9.6875rem )) {
    .page__questions {
      padding-top: clamp( 4.0625rem , 2.3675847458rem  +  8.4745762712vw , 9.6875rem );
    }
}

@supports not (padding-top: clamp( 4.0625rem , 2.3675847458rem  +  8.4745762712vw , 9.6875rem )) {
    .page__questions {
      padding-top: calc(4.0625rem + 5.625 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-bottom: clamp( 4.0625rem , 2.3675847458rem  +  8.4745762712vw , 9.6875rem )) {
    .page__questions {
      padding-bottom: clamp( 4.0625rem , 2.3675847458rem  +  8.4745762712vw , 9.6875rem );
    }
}

@supports not (padding-bottom: clamp( 4.0625rem , 2.3675847458rem  +  8.4745762712vw , 9.6875rem )) {
    .page__questions {
      padding-bottom: calc(4.0625rem + 5.625 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-top: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem )) {
    .page__subscribe {
      padding-top: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem )) {
    .page__subscribe {
      padding-top: calc(3.5rem + 2.75 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-bottom: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem )) {
    .page__subscribe {
      padding-bottom: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.5rem , 2.6713747646rem  +  4.143126177vw , 6.25rem )) {
    .page__subscribe {
      padding-bottom: calc(3.5rem + 2.75 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-top: clamp( 2.8125rem , 2.5111817326rem  +  1.5065913371vw , 3.8125rem )) {
    .page__community {
      padding-top: clamp( 2.8125rem , 2.5111817326rem  +  1.5065913371vw , 3.8125rem );
    }
}

@supports not (padding-top: clamp( 2.8125rem , 2.5111817326rem  +  1.5065913371vw , 3.8125rem )) {
    .page__community {
      padding-top: calc(2.8125rem + 1 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-bottom: clamp( 2.8125rem , 1.7767184557rem  +  5.1789077213vw , 6.25rem )) {
    .page__community {
      padding-bottom: clamp( 2.8125rem , 1.7767184557rem  +  5.1789077213vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.8125rem , 1.7767184557rem  +  5.1789077213vw , 6.25rem )) {
    .page__community {
      padding-bottom: calc(2.8125rem + 3.4375 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 1.5rem , 1.0480225989rem  +  2.2598870056vw , 3rem )) {
    .main__title {
      font-size: clamp( 1.5rem , 1.0480225989rem  +  2.2598870056vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.0480225989rem  +  2.2598870056vw , 3rem )) {
    .main__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.8810028249rem  +  0.2824858757vw , 1.125rem )) {
    .main__text {
      font-size: clamp( 0.9375rem , 0.8810028249rem  +  0.2824858757vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.8810028249rem  +  0.2824858757vw , 1.125rem )) {
    .main__text {
      font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 66.375);
    }
}

@supports ((-moz-column-gap: clamp( 1.5625rem , 1.2046845574rem  +  1.7890772128vw , 2.75rem )) or (column-gap: clamp( 1.5625rem , 1.2046845574rem  +  1.7890772128vw , 2.75rem ))) {
    .main__buttons {
      -webkit-column-gap: clamp( 1.5625rem , 1.2046845574rem  +  1.7890772128vw , 2.75rem );
         -moz-column-gap: clamp( 1.5625rem , 1.2046845574rem  +  1.7890772128vw , 2.75rem );
              column-gap: clamp( 1.5625rem , 1.2046845574rem  +  1.7890772128vw , 2.75rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.5625rem , 1.2046845574rem  +  1.7890772128vw , 2.75rem )) or (column-gap: clamp( 1.5625rem , 1.2046845574rem  +  1.7890772128vw , 2.75rem ))) {
    .main__buttons {
      -webkit-column-gap: calc(1.5625rem + 1.1875 * (100vw - 20rem) / 66.375);
         -moz-column-gap: calc(1.5625rem + 1.1875 * (100vw - 20rem) / 66.375);
              column-gap: calc(1.5625rem + 1.1875 * (100vw - 20rem) / 66.375);
    }
}

@supports (height: clamp( 1.125rem , -0.061440678rem  +  5.9322033898vw , 5.0625rem )) {
    .happied::before {
      height: clamp( 1.125rem , -0.061440678rem  +  5.9322033898vw , 5.0625rem );
    }
}

@supports not (height: clamp( 1.125rem , -0.061440678rem  +  5.9322033898vw , 5.0625rem )) {
    .happied::before {
      height: calc(1.125rem + 3.9375 * (100vw - 20rem) / 66.375);
    }
}

@supports (height: clamp( 0.4375rem , -0.3722928437rem  +  4.0489642185vw , 3.125rem )) {
    .happied::after {
      height: clamp( 0.4375rem , -0.3722928437rem  +  4.0489642185vw , 3.125rem );
    }
}

@supports not (height: clamp( 0.4375rem , -0.3722928437rem  +  4.0489642185vw , 3.125rem )) {
    .happied::after {
      height: calc(0.4375rem + 2.6875 * (100vw - 20rem) / 66.375);
    }
}

@supports (gap: clamp( 1.25rem , 0.8733521657rem  +  1.8832391714vw , 2.5rem )) {
    .happied__body {
      gap: clamp( 1.25rem , 0.8733521657rem  +  1.8832391714vw , 2.5rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.8733521657rem  +  1.8832391714vw , 2.5rem )) {
    .happied__body {
      gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 66.375);
    }
}

@supports (margin-bottom: clamp( 1.5625rem , 1.1858521657rem  +  1.8832391714vw , 2.8125rem )) {
    .happied__body:not(:last-child) {
      margin-bottom: clamp( 1.5625rem , 1.1858521657rem  +  1.8832391714vw , 2.8125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 1.1858521657rem  +  1.8832391714vw , 2.8125rem )) {
    .happied__body:not(:last-child) {
      margin-bottom: calc(1.5625rem + 1.25 * (100vw - 20rem) / 66.375);
    }
}

@supports (height: clamp( 1.3125rem , 0.7098634652rem  +  3.0131826742vw , 3.3125rem )) {
    .questions::before {
      height: clamp( 1.3125rem , 0.7098634652rem  +  3.0131826742vw , 3.3125rem );
    }
}

@supports not (height: clamp( 1.3125rem , 0.7098634652rem  +  3.0131826742vw , 3.3125rem )) {
    .questions::before {
      height: calc(1.3125rem + 2 * (100vw - 20rem) / 66.375);
    }
}

@supports (height: clamp( 1.25rem , 1.0051789077rem  +  1.2241054614vw , 2.0625rem )) {
    .questions::after {
      height: clamp( 1.25rem , 1.0051789077rem  +  1.2241054614vw , 2.0625rem );
    }
}

@supports not (height: clamp( 1.25rem , 1.0051789077rem  +  1.2241054614vw , 2.0625rem )) {
    .questions::after {
      height: calc(1.25rem + 0.8125 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7620056497rem  +  0.5649717514vw , 1.25rem )) {
    .questions__spollers-title {
      font-size: clamp( 0.875rem , 0.7620056497rem  +  0.5649717514vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7620056497rem  +  0.5649717514vw , 1.25rem )) {
    .questions__spollers-title {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8185028249rem  +  0.2824858757vw , 1.0625rem )) {
    .questions__spollers-body {
      font-size: clamp( 0.875rem , 0.8185028249rem  +  0.2824858757vw , 1.0625rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8185028249rem  +  0.2824858757vw , 1.0625rem )) {
    .questions__spollers-body {
      font-size: calc(0.875rem + 0.1875 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9743408663rem  +  0.7532956685vw , 1.625rem )) {
    .subscribe__title {
      font-size: clamp( 1.125rem , 0.9743408663rem  +  0.7532956685vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9743408663rem  +  0.7532956685vw , 1.625rem )) {
    .subscribe__title {
      font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7996704331rem  +  0.3766478343vw , 1.125rem )) {
    .subscribe__subtitle {
      font-size: clamp( 0.875rem , 0.7996704331rem  +  0.3766478343vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7996704331rem  +  0.3766478343vw , 1.125rem )) {
    .subscribe__subtitle {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 66.375);
    }
}

@supports (margin-bottom: clamp( 2.8125rem , 2.7183380414rem  +  0.4708097928vw , 3.125rem )) {
    .community__header-block:not(:last-child) {
      margin-bottom: clamp( 2.8125rem , 2.7183380414rem  +  0.4708097928vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 2.8125rem , 2.7183380414rem  +  0.4708097928vw , 3.125rem )) {
    .community__header-block:not(:last-child) {
      margin-bottom: calc(2.8125rem + 0.3125 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 1.375rem , 1.2996704331rem  +  0.3766478343vw , 1.625rem )) {
    .column-community__label {
      font-size: clamp( 1.375rem , 1.2996704331rem  +  0.3766478343vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.2996704331rem  +  0.3766478343vw , 1.625rem )) {
    .column-community__label {
      font-size: calc(1.375rem + 0.25 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-bottom: clamp( 3.5rem , 2.5583804143rem  +  4.7080979284vw , 6.625rem )) {
    .certificate-page__info {
      padding-bottom: clamp( 3.5rem , 2.5583804143rem  +  4.7080979284vw , 6.625rem );
    }
}

@supports not (padding-bottom: clamp( 3.5rem , 2.5583804143rem  +  4.7080979284vw , 6.625rem )) {
    .certificate-page__info {
      padding-bottom: calc(3.5rem + 3.125 * (100vw - 20rem) / 66.375);
    }
}

@supports (padding-left: clamp( 1.25rem , 0.4213747646rem  +  4.143126177vw , 4rem )) {
    .info-certificate__socials {
      padding-left: clamp( 1.25rem , 0.4213747646rem  +  4.143126177vw , 4rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , 0.4213747646rem  +  4.143126177vw , 4rem )) {
    .info-certificate__socials {
      padding-left: calc(1.25rem + 2.75 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0120056497rem  +  0.5649717514vw , 1.5rem )) {
    .socials-certificate__title {
      font-size: clamp( 1.125rem , 1.0120056497rem  +  0.5649717514vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0120056497rem  +  0.5649717514vw , 1.5rem )) {
    .socials-certificate__title {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 66.375);
    }
}

@supports (font-size: clamp( 1rem , 0.8870056497rem  +  0.5649717514vw , 1.375rem )) {
    .form-popup__socials .socials-certificate__title {
      font-size: clamp( 1rem , 0.8870056497rem  +  0.5649717514vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8870056497rem  +  0.5649717514vw , 1.375rem )) {
    .form-popup__socials .socials-certificate__title {
      font-size: calc(1rem + 0.375 * (100vw - 20rem) / 66.375);
    }
}
}

@media (max-width: 61.99875em) and ((min-width: 37.5em)) {
  .certificate-page .certificate--big .certificate__title {
    font-size: 2.375rem;
  }

  .certificate-page .certificate--big .certificate__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 25em) and (max-width: 37.5em) {
@supports (font-size: clamp( 1.0625rem , -0.8125rem  +  7.5vw , 2rem )) {
    .certificate-page .certificate--big .certificate__title {
      font-size: clamp( 1.0625rem , -0.8125rem  +  7.5vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.0625rem , -0.8125rem  +  7.5vw , 2rem )) {
    .certificate-page .certificate--big .certificate__title {
      font-size: calc(1.0625rem + 0.9375 * (100vw - 25rem) / 12.5);
    }
}

@supports (font-size: clamp( 0.4375rem , -0.3125rem  +  3vw , 0.8125rem )) {
    .certificate-page .certificate--big .certificate__subtitle {
      font-size: clamp( 0.4375rem , -0.3125rem  +  3vw , 0.8125rem );
    }
}

@supports not (font-size: clamp( 0.4375rem , -0.3125rem  +  3vw , 0.8125rem )) {
    .certificate-page .certificate--big .certificate__subtitle {
      font-size: calc(0.4375rem + 0.375 * (100vw - 25rem) / 12.5);
    }
}

@supports (font-size: clamp( 0.375rem , -0.25rem  +  2.5vw , 0.6875rem )) {
    .certificate-page .certificate--big .certificate__about p {
      font-size: clamp( 0.375rem , -0.25rem  +  2.5vw , 0.6875rem );
    }
}

@supports not (font-size: clamp( 0.375rem , -0.25rem  +  2.5vw , 0.6875rem )) {
    .certificate-page .certificate--big .certificate__about p {
      font-size: calc(0.375rem + 0.3125 * (100vw - 25rem) / 12.5);
    }
}

@supports (font-size: clamp( 0.5625rem , 0.3125rem  +  1vw , 0.6875rem )) {
    .certificate--small .certificate__about {
      font-size: clamp( 0.5625rem , 0.3125rem  +  1vw , 0.6875rem );
    }
}

@supports not (font-size: clamp( 0.5625rem , 0.3125rem  +  1vw , 0.6875rem )) {
    .certificate--small .certificate__about {
      font-size: calc(0.5625rem + 0.125 * (100vw - 25rem) / 12.5);
    }
}

@supports (font-size: clamp( 1.0625rem , -0.8125rem  +  7.5vw , 2rem )) {
    .certificate__title {
      font-size: clamp( 1.0625rem , -0.8125rem  +  7.5vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.0625rem , -0.8125rem  +  7.5vw , 2rem )) {
    .certificate__title {
      font-size: calc(1.0625rem + 0.9375 * (100vw - 25rem) / 12.5);
    }
}

@supports (font-size: clamp( 0.4375rem , -0.3125rem  +  3vw , 0.8125rem )) {
    .certificate__subtitle {
      font-size: clamp( 0.4375rem , -0.3125rem  +  3vw , 0.8125rem );
    }
}

@supports not (font-size: clamp( 0.4375rem , -0.3125rem  +  3vw , 0.8125rem )) {
    .certificate__subtitle {
      font-size: calc(0.4375rem + 0.375 * (100vw - 25rem) / 12.5);
    }
}

@supports (font-size: clamp( 0.375rem , -0.25rem  +  2.5vw , 0.6875rem )) {
    .certificate__about p {
      font-size: clamp( 0.375rem , -0.25rem  +  2.5vw , 0.6875rem );
    }
}

@supports not (font-size: clamp( 0.375rem , -0.25rem  +  2.5vw , 0.6875rem )) {
    .certificate__about p {
      font-size: calc(0.375rem + 0.3125 * (100vw - 25rem) / 12.5);
    }
}
}

@media (max-width: 61.99875em) and ((min-width: 25em)) {
  .certificate-page .certificate--big .certificate__subtitle {
    font-size: 1rem;
  }

  .certificate-page .certificate--big .certificate__subtitle:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .certificate-page .certificate--big .certificate__about p {
    font-size: 0.6875rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 47.99875em) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
            flex: 0 0 8.75rem;
    width: 8.75rem;
  }
}

@media (min-width: 51.25em) and (max-width: 86.375em) {
@supports ((-moz-column-gap: clamp( 0.75rem , -1.8033807829rem  +  4.9822064057vw , 2.5rem )) or (column-gap: clamp( 0.75rem , -1.8033807829rem  +  4.9822064057vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 0.75rem , -1.8033807829rem  +  4.9822064057vw , 2.5rem );
         -moz-column-gap: clamp( 0.75rem , -1.8033807829rem  +  4.9822064057vw , 2.5rem );
              column-gap: clamp( 0.75rem , -1.8033807829rem  +  4.9822064057vw , 2.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.75rem , -1.8033807829rem  +  4.9822064057vw , 2.5rem )) or (column-gap: clamp( 0.75rem , -1.8033807829rem  +  4.9822064057vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(0.75rem + 1.75 * (100vw - 51.25rem) / 35.125);
         -moz-column-gap: calc(0.75rem + 1.75 * (100vw - 51.25rem) / 35.125);
              column-gap: calc(0.75rem + 1.75 * (100vw - 51.25rem) / 35.125);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 86.375em) {
@supports (padding-left: clamp( 1.5625rem , -3.047427055rem  +  7.4355161274vw , 3.375rem )) {
    .main__media {
      padding-left: clamp( 1.5625rem , -3.047427055rem  +  7.4355161274vw , 3.375rem );
    }
}

@supports not (padding-left: clamp( 1.5625rem , -3.047427055rem  +  7.4355161274vw , 3.375rem )) {
    .main__media {
      padding-left: calc(1.5625rem + 1.8125 * (100vw - 61.99875rem) / 24.37625);
    }
}

@supports (padding-left: clamp( 1.875rem , -20.2208572637rem  +  35.6391979898vw , 10.5625rem )) {
    .happied__body {
      padding-left: clamp( 1.875rem , -20.2208572637rem  +  35.6391979898vw , 10.5625rem );
    }
}

@supports not (padding-left: clamp( 1.875rem , -20.2208572637rem  +  35.6391979898vw , 10.5625rem )) {
    .happied__body {
      padding-left: calc(1.875rem + 8.6875 * (100vw - 61.99875rem) / 24.37625);
    }
}

@supports (padding-right: clamp( 1.875rem , -20.2208572637rem  +  35.6391979898vw , 10.5625rem )) {
    .happied__body {
      padding-right: clamp( 1.875rem , -20.2208572637rem  +  35.6391979898vw , 10.5625rem );
    }
}

@supports not (padding-right: clamp( 1.875rem , -20.2208572637rem  +  35.6391979898vw , 10.5625rem )) {
    .happied__body {
      padding-right: calc(1.875rem + 8.6875 * (100vw - 61.99875rem) / 24.37625);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -2.5651120455rem  +  6.1535305882vw , 2.75rem )) or (column-gap: clamp( 1.25rem , -2.5651120455rem  +  6.1535305882vw , 2.75rem ))) {
    .questions__spollers {
      -webkit-column-gap: clamp( 1.25rem , -2.5651120455rem  +  6.1535305882vw , 2.75rem );
         -moz-column-gap: clamp( 1.25rem , -2.5651120455rem  +  6.1535305882vw , 2.75rem );
              column-gap: clamp( 1.25rem , -2.5651120455rem  +  6.1535305882vw , 2.75rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -2.5651120455rem  +  6.1535305882vw , 2.75rem )) or (column-gap: clamp( 1.25rem , -2.5651120455rem  +  6.1535305882vw , 2.75rem ))) {
    .questions__spollers {
      -webkit-column-gap: calc(1.25rem + 1.5 * (100vw - 61.99875rem) / 24.37625);
         -moz-column-gap: calc(1.25rem + 1.5 * (100vw - 61.99875rem) / 24.37625);
              column-gap: calc(1.25rem + 1.5 * (100vw - 61.99875rem) / 24.37625);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -1.9292600379rem  +  5.1279421568vw , 2.5rem )) or (column-gap: clamp( 1.25rem , -1.9292600379rem  +  5.1279421568vw , 2.5rem ))) {
    .subscribe__body {
      -webkit-column-gap: clamp( 1.25rem , -1.9292600379rem  +  5.1279421568vw , 2.5rem );
         -moz-column-gap: clamp( 1.25rem , -1.9292600379rem  +  5.1279421568vw , 2.5rem );
              column-gap: clamp( 1.25rem , -1.9292600379rem  +  5.1279421568vw , 2.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -1.9292600379rem  +  5.1279421568vw , 2.5rem )) or (column-gap: clamp( 1.25rem , -1.9292600379rem  +  5.1279421568vw , 2.5rem ))) {
    .subscribe__body {
      -webkit-column-gap: calc(1.25rem + 1.25 * (100vw - 61.99875rem) / 24.37625);
         -moz-column-gap: calc(1.25rem + 1.25 * (100vw - 61.99875rem) / 24.37625);
              column-gap: calc(1.25rem + 1.25 * (100vw - 61.99875rem) / 24.37625);
    }
}

@supports (padding-left: clamp( 1.25rem , -15.2821521973rem  +  26.6652992154vw , 7.75rem )) {
    .info-certificate__body {
      padding-left: clamp( 1.25rem , -15.2821521973rem  +  26.6652992154vw , 7.75rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , -15.2821521973rem  +  26.6652992154vw , 7.75rem )) {
    .info-certificate__body {
      padding-left: calc(1.25rem + 6.5 * (100vw - 61.99875rem) / 24.37625);
    }
}

@supports (padding-right: clamp( 1.25rem , -15.2821521973rem  +  26.6652992154vw , 7.75rem )) {
    .info-certificate__body {
      padding-right: clamp( 1.25rem , -15.2821521973rem  +  26.6652992154vw , 7.75rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , -15.2821521973rem  +  26.6652992154vw , 7.75rem )) {
    .info-certificate__body {
      padding-right: calc(1.25rem + 6.5 * (100vw - 61.99875rem) / 24.37625);
    }
}
}

@media (max-width: 61.99875em) and (min-width: 49.375em) {
  .main__media {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (any-hover: hover) {
  .button-certificate:hover {
    background-color: #fafafa;
  }

  .button.happied__button:hover {
    background-color: #e6e8eb;
  }

  .button.form-subscribe__button:hover {
    background-color: #3e3e3e;
  }

  .button.form-socials__button:hover {
    background-color: #4c69f9;
  }

  .button.gradient-button:hover::before {
    opacity: 0.4;
  }

  .button-previous:hover {
    color: #181818;
  }

  .button-signature:hover {
    text-decoration: underline;
  }

  .button-sign:hover {
    background-color: #4c69f9;
  }

  .popup__label a:hover {
    color: #4c69f9;
  }

  .form-popup__textarea:hover {
    border: 1px solid rgb(127, 120, 161);
  }

  .form-popup__row:hover {
    border: 1px solid rgb(127, 120, 161);
  }

  .form-popup__action:hover {
    background-color: #fafafa;
  }

  .form-popup__action:last-child:hover {
    background-color: #ff3b3b;
  }

  .dropanddrag__label:hover {
    background-color: #4c69f9;
  }

  .header__action:hover span {
    text-decoration: underline;
  }

  .menu__link:hover {
    color: #657efa;
  }

  .main__link:hover::after {
    border-bottom: 2px dashed transparent;
    background-color: #fff;
  }

  .column-community:hover {
    background-color: #ebebeb;
  }

  .socials-certificate__social-item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.webp .info-certificate-spollers__body::before{ background: url(../img/certificate/gradient-border.webp) 0 0/100% no-repeat; }