/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/common.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
:root {
  --color-primary: #235ad1;
  --color-text: #000;
  --color-hover: #061e2f;
  --text-color: #000;
  --text-color-secondary: #404040;
  --primary-color-1: #71b219;
  --primary-color-2: #539100;
  --primary-color-3: #2c64eb;
  --primary-color-4: #ebaf09;
  --secondary-color-1: #e1e1e1;
  --secondary-color-3: #404040;
  --secondary-color-4: #f9f9f9;
  --secondary-color-5: #e5f0e3;
  --secondary-color-6: #455a64;
  --font-family: "Manrope", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Roboto Flex", sans-serif;
  --color1: #ff8d02; }

/*images*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box; }

:before, :after {
  box-sizing: border-box; }

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: all .3s; }

input, textarea {
  outline: none; }
  input:focus, textarea:focus {
    outline: none; }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    color: #000; }

img, svg, video {
  max-width: 100%;
  height: auto; }

input[type=button], input[type=submit], input[type=reset], button {
  cursor: pointer; }

picture {
  display: flex;
  font-size: 0; }

iframe {
  max-width: 100%; }

input, select, textarea, button {
  font-family: var(--font-family); }

textarea:focus-visible {
  outline: 0; }

html {
  -webkit-tap-highlight-color: transparent !important;
  font-size: 16px;
  scroll-behavior: smooth; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 1.3vw; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 0.833vw; } }

body {
  font-family: var(--font-family);
  font-size: 16px;
  background-color: #f2f2f9; }

[class*="__container"],
.container {
  width: 100%;
  max-width: 1272px;
  padding-inline: 16px;
  margin-inline: auto; }

.wrapper {
  display: flex;
  flex-direction: column;
  contain: paint;
  min-height: 100vh; }
  .wrapper main {
    flex: 1; }

.icon {
  fill: currentColor; }

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto Flex";
  src: url("../../assets/fonts/RobotoFlex-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

.heading-h2 {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: clamp(32px, calc(-15.82679px + 6.23557vw), 59px);
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--primary-color-3); }
  .heading-h2--yellow {
    color: #ff8d02; }

.font-bold {
  font-weight: bold; }

.shape-bg {
  position: relative;
  overflow: hidden;
  background-color: transparent; }
  .shape-bg:before, .shape-bg:after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 713px;
    height: 687px;
    background-image: url("../../assets/img/shape-full.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    opacity: .3; }
    @media only screen and (max-width: 767px) {
      .shape-bg:before, .shape-bg:after {
        display: none; } }
  .shape-bg:before {
    left: -372px;
    top: -106px; }
  .shape-bg:after {
    right: -507px;
    top: 34px; }
  .shape-bg [class*="__container"] {
    position: relative;
    z-index: 2; }

.feedback-form .just-validate-error-label {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  white-space: nowrap; }

.feedback-form form {
  display: flex;
  flex-direction: column;
  grid-gap: 15px; }

.feedback-form__group {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 5px; }
  .feedback-form__group label {
    font-size: 14px;
    font-weight: bold; }
  .feedback-form__group input, .feedback-form__group textarea {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    transition: border-color .3s ease; }
  .feedback-form__group textarea {
    height: 70px;
    resize: none;
    padding: 15px; }

.feedback-form__accept {
  position: relative; }

.feedback-form__action a, .feedback-form__action .button, .feedback-form__action input[type=submit] {
  width: 100%; }

.button-close {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent; }
  @media only screen and (max-width: 1199px) {
    .button-close {
      display: inline-flex; } }
  .button-close:before, .button-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
    border-radius: 5px; }
  .button-close:before {
    transform: translateY(0) rotate(45deg); }
  .button-close:after {
    transform: translateY(0) rotate(-45deg); }
  .button-close:hover {
    cursor: pointer; }

.feedback-thx {
  display: none; }

.checkbox-field {
  position: relative; }
  .checkbox-field label {
    position: relative;
    display: flex;
    grid-gap: 5px;
    font-size: 12px; }
  .checkbox-field input {
    appearance: none;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0; }
    .checkbox-field input:checked ~ i:before {
      opacity: 1; }
  .checkbox-field i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #1a1d46;
    cursor: pointer; }
    .checkbox-field i:before {
      content: "\2713";
      font-weight: 900;
      font-size: 20px;
      opacity: 0; }

.mask-hidden {
  position: fixed;
  inset: 0;
  z-index: 90;
  background-color: #000;
  opacity: 0;
  pointer-events: none; }
  @media only screen and (max-width: 767px) {
    .table-open .mask-hidden {
      pointer-events: visible;
      opacity: 0.34; } }
  .fdback-open .mask-hidden {
    pointer-events: visible;
    opacity: 0.34; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary-color-3);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 10px 25px;
  border: none;
  transition: .3s; }
  @media (hover: hover) {
    .button:hover {
      background-color: #78c0e7; } }
  @media (hover: none) {
    .button:active {
      background-color: #78c0e7; } }
  .button--rose {
    background-color: #ff9cc3;
    color: #1a1d46; }
  .button--yellow {
    background-color: var(--color1); }
  .button--big {
    font-size: 25px;
    line-height: 125%;
    letter-spacing: -0.01em;
    border-radius: 12px;
    padding: 16px 50px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .button--big {
        padding: 16px 25px; } }

.button-menu {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent; }
  @media only screen and (max-width: 1199px) {
    .button-menu {
      display: inline-flex; } }
  .button-menu:before, .button-menu:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: 0.3s;
    border-radius: 0.5px; }
  .button-menu:before {
    box-shadow: 0 6px 0 0 currentColor;
    transform: translateY(-6px); }
  .button-menu:after {
    transform: translateY(6px); }
  .button-menu:hover {
    cursor: pointer; }

.button-close {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent; }
  @media only screen and (max-width: 1199px) {
    .button-close {
      display: inline-flex; } }
  .button-close:before, .button-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
    border-radius: 5px; }
  .button-close:before {
    transform: translateY(0) rotate(45deg); }
  .button-close:after {
    transform: translateY(0) rotate(-45deg); }
  .button-close:hover {
    cursor: pointer; }

body.menu-open {
  overflow: hidden; }
  body.menu-open:before {
    display: block;
    position: absolute;
    z-index: 90;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  body.menu-open .button-menu:before, body.menu-open .button-menu:after {
    background: #1a1d46; }
  body.menu-open .button-menu:before {
    box-shadow: none;
    transform: translateY(0) rotate(45deg); }
  body.menu-open .button-menu:after {
    transform: translateY(0) rotate(-45deg); }
  body.menu-open .header {
    transform: none; }
  body.menu-open .header-nav {
    top: 0; }
  body.menu-open .header-menu {
    opacity: 1;
    pointer-events: visible; }

@keyframes spinner {
  100% {
    transform: rotate(360deg); } }

.layer-loader {
  position: relative;
  isolation: isolate; }
  .layer-loader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff80;
    backdrop-filter: blur(0.0625rem); }
  .layer-loader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 3.125rem;
    height: 3.125rem;
    margin: auto;
    border-radius: 100%;
    border-right: .1875rem solid #000;
    animation: spinner infinite 1s linear; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 75px;
  transition: .3s; }
  @media only screen and (max-width: 767px) {
    .header {
      min-height: 71px; } }
  .header.fixed {
    background: linear-gradient(219deg, #805ff5 0%, #9a42cc 100%);
    min-height: 51px; }
  .header.out {
    transform: translateY(-100%); }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
    align-items: center; }
  .header__logo {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: clamp(16px, calc(8.91455px + 0.92379vw), 20px);
    line-height: 100%;
    color: #fff; }
    .menu-open .header__logo {
      color: #000; }
  @media only screen and (max-width: 1199px) {
    .header__nav {
      position: fixed;
      inset: 0;
      display: flex;
      background-color: rgba(0, 0, 0, 0.7);
      transition: var(--menuDelay);
      opacity: 0;
      pointer-events: none;
      transition-delay: var(--menuDelay); } }
  .menu-open .header__nav {
    opacity: 1;
    pointer-events: visible;
    transition-delay: 0s; }
  .header__right {
    position: relative;
    display: flex;
    align-items: center; }
  .header__button-menu {
    margin-left: 15px;
    color: #000; }

.language-switch {
  list-style: none;
  display: flex;
  grid-gap: 16px; }
  .language-switch li {
    color: var(--text-color-secondary); }
    .language-switch li a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: clamp(14px, calc(10.45727px + 0.46189vw), 16px);
      font-family: var(--third-family);
      font-weight: 300;
      color: currentColor; }
      @media (hover: hover) {
        .language-switch li a:hover {
          color: #ff8d02; } }
      @media (hover: none) {
        .language-switch li a:active {
          color: #ff8d02; } }
    .language-switch li.current {
      color: #ff8d02; }

.header-nav {
  display: flex; }
  @media only screen and (max-width: 1199px) {
    .header-nav {
      width: 100%;
      max-width: 400px;
      padding: 16px;
      padding-top: 100px;
      background-color: #fff;
      transition: var(--menuDelay);
      transform: translateX(-100%); } }
  .menu-open .header-nav {
    transition-delay: var(--menuDelay);
    transform: translateX(0); }
  .header-nav ul {
    list-style: none;
    display: flex;
    grid-gap: 15px; }
    @media only screen and (max-width: 1199px) {
      .header-nav ul {
        flex-direction: column; } }
    .header-nav ul li a {
      font-weight: 300;
      font-size: 16px;
      line-height: 167%; }
      @media only screen and (max-width: 1199px) {
        .header-nav ul li a {
          color: #000; } }
      @media (hover: hover) {
        .header-nav ul li a:hover {
          color: #000; } }
      @media (hover: none) {
        .header-nav ul li a:active {
          color: #000; } }
  @media only screen and (min-width: 1200px) {
    .header-nav--white ul li a {
      color: #fff; } }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh; }
  @media (orientation: portrait) {
    .hero {
      min-height: auto; } }
  @media only screen and (max-width: 767px) {
    .hero {
      background: linear-gradient(219deg, #805ff5 0%, #9a42cc 100%);
      min-height: auto; } }
  .hero:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: clamp(65px, calc(61.45727px + 0.46189vw), 67px) clamp(65px, calc(61.45727px + 0.46189vw), 67px); }
    @media only screen and (max-width: 767px) {
      .hero:before {
        display: block; } }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    width: 46.5vw;
    background: linear-gradient(219deg, #805ff5 0%, #9a42cc 100%); }
    @media only screen and (max-width: 767px) {
      .hero:after {
        display: none; } }
  .hero__display {
    position: relative;
    display: flex;
    width: 100%; }
    .hero__display:before, .hero__display:after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 2;
      display: block;
      pointer-events: none; }
      @media only screen and (max-width: 767px) {
        .hero__display:before, .hero__display:after {
          display: none; } }
    .hero__display:before {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
      background-size: clamp(65px, calc(61.45727px + 0.46189vw), 67px) clamp(40px, calc(-7.82679px + 6.23557vw), 67px); }
    .hero__display:after {
      background-image: linear-gradient(to right, rgba(145, 76, 218, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(145, 76, 218, 0.08) 1px, transparent 1px);
      background-size: clamp(65px, calc(61.45727px + 0.46189vw), 67px) clamp(40px, calc(-7.82679px + 6.23557vw), 67px); }
  .hero__wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .hero__wrapper {
        flex-direction: column; } }
  .hero__left {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 578px;
    padding-top: 90px;
    padding-bottom: 16px;
    padding-right: clamp(16px, calc(-44.22633px + 7.85219vw), 50px);
    color: #fff; }
    @media (orientation: portrait) {
      .hero__left {
        align-items: flex-end; } }
    @media only screen and (max-width: 767px) {
      .hero__left {
        background: transparent;
        padding-top: 103px;
        padding-right: 0; } }
  .hero__main {
    position: relative;
    z-index: 3; }
  .hero__title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: clamp(40px, calc(-16.6836px + 7.3903vw), 72px);
    line-height: 90%;
    letter-spacing: -0.01em; }
  .hero__position {
    display: block;
    margin-top: 20px;
    opacity: 0.8;
    font-family: var(--font-family);
    font-weight: normal;
    font-size: clamp(16px, calc(5.37182px + 1.38568vw), 22px);
    line-height: 140%;
    letter-spacing: -0.01em; }
    @media only screen and (max-width: 767px) {
      .hero__position {
        margin-top: 24px; } }
  .hero__list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: clamp(16px, calc(-24.74134px + 5.31178vw), 39px);
    margin-top: clamp(16px, calc(-21.19861px + 4.84988vw), 37px);
    grid-gap: clamp(12px, calc(8.45727px + 0.46189vw), 14px);
    font-size: clamp(16px, calc(1.8291px + 1.84758vw), 24px);
    line-height: 120%;
    letter-spacing: -0.01em;
    list-style: none; }
    @media only screen and (max-width: 767px) {
      .hero__list {
        font-weight: 500; } }
    .hero__list:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      max-width: 333px;
      height: 1px;
      background-color: #fff; }
  .hero__right {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding-top: 83px;
    padding-left: clamp(16px, calc(-79.65358px + 12.47113vw), 70px);
    padding-right: clamp(16px, calc(-15.88453px + 4.15704vw), 34px);
    padding-bottom: clamp(24px, calc(20.45727px + 0.46189vw), 26px); }
    @media only screen and (max-width: 767px) {
      .hero__right {
        padding-top: 22px;
        padding-bottom: 0;
        justify-content: center; } }
    @media only screen and (min-width: 1440px) {
      .hero__right {
        margin-right: -75px; } }
  .hero__author {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .hero__author:before {
      content: '';
      position: absolute;
      bottom: 0;
      z-index: -1;
      display: block;
      width: 100%;
      max-width: 573px;
      aspect-ratio: 1;
      border-radius: 50%;
      background-color: #f9e6b0; }
      @media only screen and (max-width: 767px) {
        .hero__author:before {
          display: none; } }
  .hero__picture {
    max-width: 550px; }
    .hero__picture picture:nth-child(1) {
      margin-bottom: -20px; }
      @media only screen and (max-width: 767px) {
        .hero__picture picture:nth-child(1) {
          display: none; } }
    .hero__picture picture:nth-child(2) {
      display: none; }
      @media only screen and (max-width: 767px) {
        .hero__picture picture:nth-child(2) {
          display: flex;
          margin-inline: -16px; } }
  @media only screen and (max-width: 767px) {
    .hero__blockquote {
      position: absolute;
      bottom: 24px; } }

.blockquote {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  padding: clamp(20px, calc(-1.25635px + 2.77136vw), 32px) clamp(16px, calc(-12.3418px + 3.69515vw), 32px);
  font-weight: 200;
  font-size: clamp(14px, calc(-9.02771px + 3.00231vw), 27px);
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text-color);
  border-radius: 8px;
  box-shadow: -5px 4px 14px 0 rgba(0, 0, 0, 0.02), -21px 16px 26px 0 rgba(0, 0, 0, 0.02), -47px 36px 36px 0 rgba(0, 0, 0, 0.01), -84px 63px 42px 0 rgba(0, 0, 0, 0), -132px 99px 46px 0 rgba(0, 0, 0, 0);
  background: #fff; }
  .blockquote span {
    font-weight: 400;
    color: var(--primary-color-3); }
  .blockquote svg, .blockquote img {
    width: clamp(35px, calc(-9.28406px + 5.77367vw), 60px);
    height: clamp(24px, calc(-7.88453px + 4.15704vw), 42px);
    flex-shrink: 0;
    color: #eaf0fd; }
  .blockquote img {
    object-fit: contain; }
  .blockquote--about {
    padding: 12px 16px;
    text-align: left;
    font-size: clamp(14px, calc(10.45727px + 0.46189vw), 16px);
    line-height: 167%;
    font-weight: 400;
    color: var(--text-color-secondary); }
    @media only screen and (max-width: 767px) {
      .blockquote--about {
        padding: 12px;
        border-radius: 4px;
        line-height: 130%;
        font-weight: 300; } }
    .blockquote--about span {
      font-weight: 500; }

.social {
  position: relative;
  z-index: 2;
  padding: clamp(24px, calc(-20.28406px + 5.77367vw), 49px) 0;
  background-color: #fff;
  box-shadow: -5px 4px 14px 0 rgba(0, 0, 0, 0.02), -21px 16px 26px 0 rgba(0, 0, 0, 0.02), -47px 36px 36px 0 rgba(0, 0, 0, 0.01), -84px 63px 42px 0 rgba(0, 0, 0, 0), -132px 99px 46px 0 rgba(0, 0, 0, 0); }
  .social__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: clamp(24px, calc(-163.76443px + 24.48037vw), 130px);
    grid-row-gap: 28px; }

.button-social {
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  font-size: clamp(14px, calc(6.91455px + 0.92379vw), 18px);
  font-weight: 400;
  line-height: 167%;
  color: var(--text-color-secondary);
  background-color: transparent;
  border: none; }
  .button-social svg {
    width: clamp(32px, calc(17.8291px + 1.84758vw), 40px);
    height: clamp(32px, calc(17.8291px + 1.84758vw), 40px); }
  @media (hover: hover) {
    .button-social:hover {
      color: var(--primary-color-3); } }
  @media (hover: none) {
    .button-social:active {
      color: var(--primary-color-3); } }
  .button-social--fill {
    padding: clamp(8px, calc(0.91455px + 0.92379vw), 12px) 20px;
    grid-gap: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    border-radius: 12px;
    background-color: #000; }
    .button-social--fill svg {
      width: 35px;
      height: 35px; }
    @media (hover: hover) {
      .button-social--fill:hover {
        opacity: .7;
        color: #fff; } }
    @media (hover: none) {
      .button-social--fill:active {
        opacity: .7;
        color: #fff; } }
  .button-social--tg {
    background-color: #58b2fc; }
  .button-social--youtube {
    background-color: #ff2f4b; }

.about {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, calc(-45.0254px + 11.08545vw), 88px);
  padding-bottom: 40px; }
  .about__wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 16px; }
    @media only screen and (max-width: 767px) {
      .about__wrapper {
        flex-direction: column;
        grid-gap: 32px; } }
  .about__main {
    width: 100%;
    max-width: 500px; }
    @media only screen and (max-width: 767px) {
      .about__main {
        max-width: none; } }
  .about__title {
    margin-bottom: 22px; }
    @media only screen and (max-width: 767px) {
      .about__title {
        margin-bottom: 32px; } }
  .about__media {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    padding-left: clamp(0px, calc(-37.19861px + 4.84988vw), 21px); }
    .about__media picture {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: clamp(214px, calc(125.43187px + 11.54734vw), 264px);
      padding-bottom: clamp(214px, calc(102.40416px + 14.54965vw), 277px);
      margin-bottom: -5px;
      border-radius: 8px 8px 0 0; }
      .about__media picture img {
        position: absolute;
        inset: 0; }
    .about__media svg {
      width: 60px;
      height: 90px;
      margin: 8px; }
  .about__blockquote {
    position: relative;
    z-index: 1; }
  .about__picture {
    flex-shrink: 0;
    width: clamp(64px, calc(-141.47806px + 26.78984vw), 180px);
    height: clamp(64px, calc(-141.47806px + 26.78984vw), 180px); }
  .about__description {
    max-width: 380px;
    font-weight: 400;
    font-size: clamp(14px, calc(6.91455px + 0.92379vw), 18px);
    line-height: 140%;
    color: var(--text-color-secondary); }
    @media only screen and (max-width: 767px) {
      .about__description {
        max-width: none; } }
    .about__description span {
      font-weight: 500;
      font-size: clamp(16px, calc(8.91455px + 0.92379vw), 20px);
      color: #ff8d02; }
  .about__right {
    width: 100%;
    max-width: 635px; }
  .about__content {
    padding-right: clamp(0px, calc(-61.99769px + 8.08314vw), 35px);
    font-weight: 400;
    font-size: clamp(14px, calc(10.45727px + 0.46189vw), 16px);
    line-height: 167%;
    color: var(--text-color-secondary); }
    @media only screen and (max-width: 767px) {
      .about__content {
        max-width: none; } }
    .about__content span {
      color: var(--primary-color-3); }
      @media only screen and (max-width: 767px) {
        .about__content span {
          font-weight: 500; } }
    .about__content *:first-child {
      margin-top: 0; }
    .about__content *:last-child {
      margin-bottom: 0; }
    .about__content p, .about__content ul, .about__content ol, .about__content table {
      margin-bottom: clamp(20px, calc(-1.25635px + 2.77136vw), 32px); }

.education {
  padding: clamp(40px, calc(-45.0254px + 11.08545vw), 88px) 0;
  box-shadow: -5px 4px 14px 0 rgba(0, 0, 0, 0.02), -21px 16px 26px 0 rgba(0, 0, 0, 0.02), -47px 36px 36px 0 rgba(0, 0, 0, 0.01), -84px 63px 42px 0 rgba(0, 0, 0, 0), -132px 99px 46px 0 rgba(0, 0, 0, 0);
  background: #fff; }
  .education .about__main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 16px; }
    @media only screen and (max-width: 767px) {
      .education .about__main {
        flex-direction: row;
        align-items: center; } }
  .education .about__title {
    margin-bottom: 0; }
  .education.shape-bg {
    background-color: transparent; }

.about-checklist {
  display: flex;
  flex-direction: column;
  grid-gap: clamp(20px, calc(-1.25635px + 2.77136vw), 32px);
  padding-left: 20px;
  font-weight: 200;
  font-size: clamp(14px, calc(6.91455px + 0.92379vw), 18px);
  line-height: 178%;
  color: var(--text-color-secondary); }
  @media only screen and (max-width: 767px) {
    .about-checklist {
      line-height: 140%; } }
  .about-checklist li::marker {
    color: #0a66c2; }
  .about-checklist h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(18px, calc(7.37182px + 1.38568vw), 24px);
    line-height: 125%;
    letter-spacing: -0.01em;
    color: var(--text-color); }
  .about-checklist p {
    margin-top: clamp(4px, calc(-4.85681px + 1.15473vw), 9px); }
  .about-checklist--yellow li::marker {
    color: #ff8d02; }

.help {
  padding: clamp(40px, calc(-45.0254px + 11.08545vw), 88px) 0; }
  .help .about__title {
    margin-bottom: clamp(32px, calc(-24.6836px + 7.3903vw), 64px); }

.page-single {
  padding: clamp(90px, calc(54.57275px + 4.61894vw), 110px) 0; }
  .page-single__container {
    max-width: 900px; }
  .page-single__content * {
    margin-bottom: 16px; }
    .page-single__content *:first-child {
      margin-top: 0; }
    .page-single__content *:last-child {
      margin-bottom: 0; }
  .page-single__content h1, .page-single__content h2, .page-single__content h3, .page-single__content h4, .page-single__content h5, .page-single__content h6 {
    font-family: var(--second-family); }
  .page-single__content ol, .page-single__content ul {
    padding-left: 40px; }
    .page-single__content ol li, .page-single__content ul li {
      margin-bottom: 5px; }

.feedback-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%) scale(0);
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: 623px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: .3s;
  opacity: 0;
  pointer-events: none; }
  .fdback-open .feedback-popup {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    pointer-events: visible; }
  .feedback-popup .button-close {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px; }
  .feedback-popup__display {
    width: 100%;
    padding: clamp(16px, calc(-12.3418px + 3.69515vw), 32px) clamp(16px, calc(-12.3418px + 3.69515vw), 32px); }
  .feedback-popup__close {
    position: absolute;
    top: 20px;
    right: 20px; }
  .feedback-popup__header {
    padding-bottom: 12px;
    margin-bottom: clamp(12px, calc(4.91455px + 0.92379vw), 16px);
    font-weight: 700;
    font-size: clamp(20px, calc(12.91455px + 0.92379vw), 24px);
    line-height: 135%;
    border-bottom: 1px solid #e1e1e1; }
    @media only screen and (max-width: 767px) {
      .feedback-popup__header {
        padding-bottom: 16px;
        font-weight: 600; } }

.video-box {
  position: relative;
  padding: clamp(40px, calc(-45.0254px + 11.08545vw), 88px) 0; }
  .video-box__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .video-box__description {
    width: 100%;
    max-width: 610px;
    font-weight: 700;
    font-size: clamp(16px, calc(12.45727px + 0.46189vw), 18px);
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1a1d46; }
    @media only screen and (max-width: 767px) {
      .video-box__description {
        font-weight: 500; } }
  .video-box .plyr {
    width: 100%;
    max-width: 610px;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 45px; }
    .video-box .plyr__controls {
      opacity: 0; }
    .video-box .plyr--playing .plyr__controls {
      opacity: 1; }
  .video-box__video {
    width: 100%;
    max-width: 610px;
    margin-top: 45px;
    overflow: hidden;
    border-radius: 24px; }
    .video-box__video iframe {
      width: 100%;
      min-height: clamp(200px, calc(-65.70439px + 34.64203vw), 350px); }

/* review.php */
.icon-text {
  display: flex;
  align-items: center; }
  .icon-text svg, .icon-text img {
    flex-shrink: 0;
    width: 49px;
    height: 49px;
    object-fit: contain;
    color: var(--color1);
    fill: transparent;
    stroke: currentColor; }
    @media only screen and (max-width: 767px) {
      .icon-text svg, .icon-text img {
        width: 35px;
        height: 35px; } }
  .icon-text__main {
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 167%; }
    @media only screen and (max-width: 767px) {
      .icon-text__main {
        font-size: 14px;
        padding-left: 10px; } }
    .icon-text__main span {
      color: var(--color1); }

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-shadow: -5px 4px 14px 0 rgba(0, 0, 0, 0.02), -21px 16px 26px 0 rgba(0, 0, 0, 0.02), -47px 36px 36px 0 rgba(0, 0, 0, 0.01), -84px 63px 42px 0 rgba(0, 0, 0, 0), -132px 99px 46px 0 rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .review-card {
      padding: 16px; } }
  .review-card__text {
    font-size: 16px;
    line-height: 167%;
    color: #404040; }
    @media only screen and (max-width: 767px) {
      .review-card__text {
        font-size: 14px; } }
  .review-card__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .review-card__bottom svg, .review-card__bottom img {
      display: inline-flex;
      margin-left: auto;
      width: 60px;
      height: 41px;
      color: #eaf0fd;
      object-fit: contain; }
  .review-card__user {
    padding-right: 15px; }
  .review-card--yellow {
    background-color: #f9d7b0; }
    .review-card--yellow .review-card__bottom svg, .review-card--yellow .review-card__bottom img {
      color: #fff; }

.user-info {
  display: flex; }
  .user-info__avatar {
    display: inline-flex;
    width: 59px;
    height: 59px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .user-info__avatar {
        width: 51px;
        height: 51px; } }
    .user-info__avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .user-info__main {
    padding-left: 16px; }
    @media only screen and (max-width: 767px) {
      .user-info__main {
        padding-left: 10px; } }
  .user-info__name {
    font-size: 25px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .user-info__name {
        font-size: 18px; } }
  .user-info__position {
    margin-top: 4px;
    font-size: 16px;
    line-height: 150%;
    color: #404040; }
    @media only screen and (max-width: 767px) {
      .user-info__position {
        font-size: 14px;
        line-height: 171%; } }

.review-hero {
  display: flex;
  position: relative;
  isolation: isolate;
  min-height: 638px;
  padding-top: 100px;
  color: #fff;
  background: linear-gradient(219deg, #805ff5 0%, #9a42cc 100%); }
  .review-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: clamp(65px, calc(61.45727px + 0.46189vw), 67px) clamp(40px, calc(-7.82679px + 6.23557vw), 67px); }
  .review-hero:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    pointer-events: none;
    background-image: var(--ellipse);
    background-position: right bottom;
    background-repeat: no-repeat; }
  .review-hero__container {
    display: flex; }
  .review-hero__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .review-hero__wrapper {
        flex-direction: column; } }
  .review-hero__left {
    width: 100%;
    max-width: 728px;
    padding-right: 15px;
    padding-bottom: 66px; }
    @media only screen and (max-width: 767px) {
      .review-hero__left {
        padding-bottom: 20px;
        padding-right: 0;
        max-width: none; } }
  .review-hero__title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 72px;
    line-height: calc(84 / 72);
    letter-spacing: -0.01em;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .review-hero__title {
        font-size: 40px;
        line-height: 90%; } }
  .review-hero__content {
    margin-top: 24px;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.01em; }
    @media only screen and (max-width: 767px) {
      .review-hero__content {
        font-size: 16px; } }
    .review-hero__content * {
      margin-bottom: 15px; }
      .review-hero__content *:last-child {
        margin-bottom: 0; }
    .review-hero__content span {
      font-weight: 600;
      color: var(--color1); }
  .review-hero__picture {
    display: flex;
    width: 100%;
    max-width: 383px; }
    @media only screen and (max-width: 767px) {
      .review-hero__picture {
        margin: 0 auto; } }
    .review-hero__picture img {
      width: 100%; }

.more-course {
  box-shadow: -5px 4px 14px 0 rgba(0, 0, 0, 0.02), -21px 16px 26px 0 rgba(0, 0, 0, 0.02), -47px 36px 36px 0 rgba(0, 0, 0, 0.01), -84px 63px 42px 0 rgba(0, 0, 0, 0), -132px 99px 46px 0 rgba(0, 0, 0, 0);
  background: #fff; }

.accordion-course__header {
  display: flex;
  align-items: center;
  padding: 44px 0; }
  @media only screen and (max-width: 767px) {
    .accordion-course__header {
      padding: 24px 0; } }
  .accordion-course__header i {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    margin-left: auto;
    border-radius: 50%;
    color: #fff;
    background-color: #f9d7b0;
    transition: .3s; }
    @media only screen and (max-width: 767px) {
      .accordion-course__header i {
        width: 30px;
        height: 30px; } }
    .accordion-course__header i:hover {
      cursor: pointer;
      background-color: #cb975b; }
    .accordion-course__header i:after, .accordion-course__header i:before {
      content: '';
      position: absolute;
      display: block;
      width: 37px;
      height: 3px;
      background-color: currentColor;
      transition: .3s; }
      @media only screen and (max-width: 767px) {
        .accordion-course__header i:after, .accordion-course__header i:before {
          width: 17px;
          height: 2px; } }
      .is-active .accordion-course__header i:after, .is-active .accordion-course__header i:before {
        transform: rotate(360deg); }
    .accordion-course__header i:before {
      transform: rotate(90deg); }

.accordion-course__title {
  padding-right: 17px;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 59px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #2c64eb; }
  @media only screen and (max-width: 767px) {
    .accordion-course__title {
      font-size: 32px; } }

.accordion-course__holder {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease-out; }
  .is-active .accordion-course__holder {
    grid-template-rows: 1fr; }

.accordion-course__hidden {
  overflow: hidden; }

.more-about__wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e1e1f8;
  padding: 44px 0 68px; }
  @media only screen and (max-width: 767px) {
    .more-about__wrapper {
      flex-direction: column;
      padding: 24px 0 40px; } }

.more-about__left {
  width: 100%;
  max-width: 570px;
  padding-right: 16px; }
  @media only screen and (max-width: 767px) {
    .more-about__left {
      max-width: none;
      padding-right: 0; } }

.more-about__title {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 59px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #2c64eb; }
  @media only screen and (max-width: 1199px) {
    .more-about__title {
      font-size: 32px; } }

.more-about__content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 167%; }
  @media only screen and (max-width: 767px) {
    .more-about__content {
      font-size: 14px;
      margin-top: 32px; } }
  .more-about__content span {
    color: var(--color1); }

.more-about__action {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .more-about__action {
      margin-top: 24px; } }
  @media only screen and (max-width: 575px) {
    .more-about__action .button {
      width: 100%; } }

.more-about__right {
  width: 100%;
  max-width: 626px;
  padding: 40px;
  border-radius: 8px;
  background-color: #f2f2f9; }
  @media only screen and (max-width: 767px) {
    .more-about__right {
      border-radius: 4px;
      padding: 24px 16px;
      max-width: none;
      margin-top: 32px; } }

.more-about__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em; }
  @media only screen and (max-width: 767px) {
    .more-about__text {
      font-size: 18px; } }
  .more-about__text span {
    color: var(--color1); }

.more-about__list {
  list-style: none;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .more-about__list {
      margin-top: 20px; } }
  .more-about__list li:not(:last-child) {
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      .more-about__list li:not(:last-child) {
        margin-bottom: 20px; } }

.students-say {
  padding: 88px 0;
  background-color: #F2F2F9; }
  @media only screen and (max-width: 767px) {
    .students-say {
      padding: 40px 0; } }
  .students-say__title {
    color: var(--color1); }
  .students-say__swiper {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .students-say__swiper {
        margin-top: 34px; } }
    .students-say__swiper .swiper:not(:last-child) {
      padding-bottom: 30px; }
    .students-say__swiper .swiper .swiper-wrapper {
      transition-timing-function: linear !important; }
      .students-say__swiper .swiper .swiper-wrapper .swiper-slide {
        display: flex;
        width: 499px;
        height: auto; }
        @media only screen and (max-width: 575px) {
          .students-say__swiper .swiper .swiper-wrapper .swiper-slide {
            width: 100%; } }

.training-work {
  position: relative;
  isolation: isolate;
  padding-top: 88px;
  box-shadow: -5px 4px 14px 0 rgba(0, 0, 0, 0.02), -21px 16px 26px 0 rgba(0, 0, 0, 0.02), -47px 36px 36px 0 rgba(0, 0, 0, 0.01), -84px 63px 42px 0 rgba(0, 0, 0, 0), -132px 99px 46px 0 rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    .training-work {
      padding-top: 40px; } }
  .training-work:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    background-image: var(--ellipse);
    background-position: left bottom;
    background-repeat: no-repeat; }
  .training-work__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .training-work__left {
    width: 100%;
    max-width: 649px; }
    @media only screen and (max-width: 767px) {
      .training-work__left {
        max-width: none; } }
  .training-work__author {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 500px;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .training-work__author {
        margin-top: 32px; } }
    .training-work__author > img {
      width: 100%;
      max-width: 339px;
      object-fit: contain;
      margin: 0 auto; }
  .training-work__blockquote {
    position: absolute;
    left: 0;
    bottom: 34px; }
  .training-work__list {
    width: 100%;
    max-width: 550px;
    padding-left: 15px; }
    @media only screen and (max-width: 767px) {
      .training-work__list {
        padding-left: 0;
        margin-top: 32px;
        max-width: none; } }
    .training-work__list ul {
      list-style: none; }
      .training-work__list ul li {
        display: flex;
        gap: 8px;
        align-items: center;
        position: relative;
        font-size: 24px;
        line-height: 125%;
        letter-spacing: -0.01em; }
        @media only screen and (max-width: 767px) {
          .training-work__list ul li {
            font-weight: 500;
            font-size: 16px;
            line-height: 140%; } }
        .training-work__list ul li:before {
          content: '';
          display: inline-flex;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #0A66C2; }
        .training-work__list ul li:not(:last-child) {
          margin-bottom: 32px; }
          @media only screen and (max-width: 767px) {
            .training-work__list ul li:not(:last-child) {
              margin-bottom: 20px; } }

.leave-review {
  padding: 88px 0; }
  @media only screen and (max-width: 767px) {
    .leave-review {
      padding: 40px 0; } }
  .leave-review__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .leave-review__wrapper > img {
      width: 202px;
      height: 202px;
      object-fit: contain;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .leave-review__wrapper > img {
          position: absolute;
          right: 0;
          top: 0;
          width: 64px;
          height: 64px; } }
  .leave-review__left {
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .leave-review__left {
        padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .leave-review__title {
      padding-right: 80px; } }
  @media only screen and (max-width: 575px) {
    .leave-review__title {
      max-width: 170px; } }
  .leave-review__description {
    margin-top: 22px;
    font-size: 20px;
    line-height: 167%;
    color: #404040; }
    @media only screen and (max-width: 767px) {
      .leave-review__description {
        margin-top: 32px;
        font-size: 14px; } }
    .leave-review__description span {
      color: var(--color1); }
  .leave-review__action {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .leave-review__action {
        margin-top: 32px; } }
    @media only screen and (max-width: 575px) {
      .leave-review__action .button {
        width: 100%; } }

.footer {
  padding-top: clamp(40px, calc(-115.87991px + 20.32333vw), 128px);
  padding-bottom: clamp(40px, calc(-147.76443px + 24.48037vw), 146px);
  background-color: #3e3e3e;
  color: #fff;
  text-align: center; }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .footer__title {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: clamp(24px, calc(-46.8545px + 9.23788vw), 64px);
    line-height: 106%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffa332; }
    @media only screen and (max-width: 767px) {
      .footer__title {
        margin-bottom: 32px;
        padding-bottom: 32px;
        line-height: 120%; } }
    .footer__title:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      max-width: 180px;
      height: 1px;
      margin-inline: auto;
      background-color: rgba(255, 255, 255, 0.2); }
      @media only screen and (max-width: 767px) {
        .footer__title:before {
          max-width: none; } }
  .footer__description {
    max-width: 812px;
    margin-bottom: clamp(32px, calc(26.68591px + 0.69284vw), 35px);
    font-weight: 300;
    font-size: clamp(14px, calc(-3.71363px + 2.30947vw), 24px);
    line-height: 133%;
    letter-spacing: -0.01em;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .footer__description {
        line-height: 140%; } }
    .footer__description a {
      text-decoration: underline;
      text-decoration-skip-ink: none;
      color: #2c64eb; }
  .footer__social {
    display: flex;
    justify-content: center;
    grid-gap: clamp(16px, calc(-30.05543px + 6.00462vw), 42px); }
    @media only screen and (max-width: 767px) {
      .footer__social {
        flex-direction: column;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .footer__social a, .footer__social button {
        width: 100%;
        justify-content: center; } }
  .footer__feedback {
    margin-top: 35px; }
    @media only screen and (max-width: 575px) {
      .footer__feedback .button {
        width: 100%; } }
  .footer__copyright {
    position: relative;
    margin-top: 35px;
    font-weight: 300;
    font-size: clamp(12px, calc(1.37182px + 1.38568vw), 18px);
    line-height: 167%; }
    @media only screen and (max-width: 767px) {
      .footer__copyright {
        margin-top: 32px;
        padding-top: 32px; } }
    .footer__copyright a {
      color: currentColor; }
      @media (hover: hover) {
        .footer__copyright a:hover {
          text-decoration: underline; } }
      @media (hover: none) {
        .footer__copyright a:active {
          text-decoration: underline; } }
    .footer__copyright:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none;
      width: 100%;
      max-width: 180px;
      height: 1px;
      margin-inline: auto;
      background-color: rgba(255, 255, 255, 0.2); }
      @media only screen and (max-width: 767px) {
        .footer__copyright:before {
          display: block;
          max-width: none; } }


/*# sourceMappingURL=common.css.map*/