/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
svg {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

input::-moz-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa/Comfortaa-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa/Comfortaa-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa/Comfortaa-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-Light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-family: "Montserrat Alternates";
  color: #666666;
  line-height: 1.2;
}

.main__wrapper {
  overflow: hidden;
}

body.is-menu {
  overflow: hidden;
}

.container {
  max-width: 113rem;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 37rem;
  }
}

@media screen and (max-width: 390px) {
  .container {
    max-width: 32rem;
  }
}

h1,
h2,
h3 {
  color: #4E4E4E;
}

.bottom__wrapper {
  background-image: url(../img/bottom-bg.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

@media screen and (max-width: 1200px) {
  .bottom__wrapper {
    background-size: 32rem;
    background-position: top 22.5rem center;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  font-family: "Comfortaa";
  padding-top: 2.7rem;
}

@media screen and (max-width: 1200px) {
  .header {
    padding-top: 4.6rem;
  }
}

.header .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: 7.2rem;
}

.header__logo {
  margin-left: 3rem;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    position: absolute;
    top: 2.6rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header__navigation {
    display: none;
  }
}

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

@media screen and (max-width: 1200px) {
  .header__list {
    display: none;
  }
}

.header__link {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
}

.header__link::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #FFFFFF;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.header__link:hover::before {
  opacity: 1;
}

.header__left {
  margin-left: 8rem;
}

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

@media screen and (max-width: 1200px) {
  .header__left {
    margin-left: 0;
  }

  .header__right {
    display: none;
  }
}

.header__sign {
  height: 4.7rem;
  padding: 0 2.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.16);
  border-radius: 10rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat Alternates";
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.header__sign:hover {
  background-color: transparent;
}

.header__burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__burger {
    display: block;
    margin-left: auto;
  }
}

.hero {
  background-image: url(../img/hero-bottom-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media screen and (max-width: 1200px) {
  .hero {
    background-image: url(../img/hero-bottom-s.svg);
  }
}

.hero .container {
  padding-top: 12.5rem;
  padding-bottom: 26.6rem;

  background-image: url(../img/hero-bg-man.png), url(../img/hero-bg-girl.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom 10.4rem left 4.1rem, bottom 3.1rem right 6.1rem;
}

@media screen and (max-width: 1200px) {
  .hero .container {
    padding-top: 12.6rem;
    padding-bottom: 31.1rem;

    background-image: url(../img/hero-bg-girl-s.png);
    background-size: auto;
    background-position: bottom center;
  }
}

.hero__title {
  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: 2.1rem;

  max-width: 109rem;
  margin: 0 auto 3.9rem auto;
  text-align: center;
  font-size: 4rem;
  color: #FFFFFF;
  line-height: 1.3;
}

.hero__title b {
  color: #FFD368;
}

@media screen and (max-width: 1200px) {
  .hero__title {
    line-height: 1.4;
    font-size: 2.8rem;
    gap: 1.4rem;
    margin-bottom: 2.1rem;
  }
}

.hero__subtitle {
  max-width: 51.6rem;
  margin: 0 auto 4.5rem auto;
  text-align: center;
  line-height: 1.6;
  color: #FFFFFF;
  font-size: 2.2rem;
}

@media screen and (max-width: 1200px) {
  .hero__subtitle {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
    line-height: 1.5;
  }
}

.hero__link_wrapper {
  text-align: center;
}

.hero__link {
  padding: 3rem;
  background-color: #FFFFFF;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #523DD7;
  letter-spacing: 0.024rem;
  line-height: 0.6;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
}

.hero__link:hover {
  background-color: #FFD368;
  color: #0A373C;
}

@media screen and (max-width: 1200px) {
  .hero__link {
    width: 100%;
    font-size: 2rem;
  }
}

.footer {
  border-top: 0.1rem solid #E6E6E6;
  padding-top: 7.8rem;
  padding-bottom: 6.7rem;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 5.2rem;
    padding-bottom: 5.1rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.4rem;
  }
}

.footer__text {
  max-width: 32.2rem;
  font-family: "Comfortaa";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}

.footer__policy {
  display: block;
  font-family: 'Comfortaa';
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: underline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer__policy+.footer__policy {
  margin-top: .9rem;
}

.footer__policy:hover {
  text-decoration: none;
}

.footer__block_mob {
  display: none;
}

@media screen and (max-width:1200px) {
  .footer__block_desc {
    display: none;
  }

  .footer__text {
    margin-bottom: 0;
  }

  .footer__block_mob {
    display: block;
  }
}

.footer__title {
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.1rem;
}

.footer__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #323030;
  font-family: "Comfortaa";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer__link::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #323030;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.footer__link:hover::before {
  opacity: 1;
}

.footer__link+.footer__link {
  margin-top: 1.1rem;
}

.about {
  margin-top: -15rem;
}

@media screen and (max-width: 1200px) {
  .about {
    margin-top: -3.8rem;
  }
}

.about .container {
  padding: 4.9rem 3rem 3.9rem 3rem;
  background-color: #FFFFFF;
  border-radius: 100rem;
  -webkit-box-shadow: 0 2rem 13.8rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2rem 13.8rem 0 rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1200px) {
  .about .container {
    padding: 4rem;
    border-radius: 5rem;
  }
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10rem;
}

@media screen and (max-width: 1200px) {
  .about__list {
    gap: 4.6rem;
    -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;
  }
}

.about__icon {
  margin: 0 auto 0.7rem auto;
}

@media screen and (max-width: 1200px) {
  .about__icon {
    display: none;
  }
}

.about__icon_mob {
  display: none;
}

@media screen and (max-width: 1200px) {
  .about__icon_mob {
    display: block;
  }
}

.about__count {
  font-size: 4.4rem;
  color: #2D2D2D;
  line-height: 1.35;
  margin-bottom: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .about__count {
    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.5rem;
    margin-bottom: 2rem;
  }
}

.about__desc {
  font-size: 1.8rem;
  font-family: "Comfortaa";
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  max-width: 20rem;
}

.feature {
  padding-top: 11.8rem;

  background-image: url(../img/feature-bg-left.png), url(../img/feature-bg-right.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top -88rem left, bottom -17rem right;
}

@media screen and (max-width: 1200px) {
  .feature {
    background-image: none;
    padding-top: 5.3rem;
  }
}

.feature__title {
  text-align: center;
  margin-bottom: 4.5rem;
  font-size: 4.4rem;
  line-height: 1.25;
  color: #252525;
}

@media screen and (max-width: 1200px) {
  .feature__title {
    max-width: 28.4rem;
    text-align: center;
    margin: 0 auto 3rem auto;
    font-size: 3.2rem;
  }
}

.feature__list {
  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.7rem;
}

@media screen and (max-width: 1200px) {
  .feature__list {
    gap: 2rem;
  }
}

.feature__item {
  position: relative;
  margin-left: 7.8rem;
  padding: 4.5rem 4.4rem;
  border-radius: 4rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.4rem 16.2rem 0 #E8E8E8;
  box-shadow: 0 0.4rem 16.2rem 0 #E8E8E8;
}

.feature__item:nth-child(2n) {
  margin-left: 0;
  width: calc(100% - 7.8rem);
}

@media screen and (max-width: 1200px) {
  .feature__item {
    padding: 3.6rem 2rem;
    margin-left: 0;
    border-radius: 1.5rem;
  }

  .feature__item:nth-child(2n) {
    width: 100%;
  }
}

.feature__name {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.7rem;
  color: #002F34;
}

@media screen and (max-width: 1200px) {
  .feature__name {
    margin-bottom: 1.1rem;
    line-height: 1.3;
  }
}

.feature__name.red span {
  color: #D75B5B;
}

.feature__name.orange span {
  color: #BFA10B;
}

.feature__name.purple span {
  color: #7B14DE;
}

.feature__name.green span {
  color: #05BC52;
}

.feature__desc {
  max-width: 85rem;
  font-size: 1.8rem;
  font-family: "Comfortaa";
  line-height: 1.6;
  color: #0A373C;
  font-weight: 700;
}

.feature__desc span {
  font-weight: 500;
  color: #666666;
}

@media screen and (max-width: 1200px) {
  .feature__desc {
    font-weight: 500;
  }
}

.feature__number {
  position: absolute;
  top: 4rem;
  right: 5rem;
  color: #ECECEC;
  font-size: 8rem;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .feature__number {
    font-size: 7rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}

.register {
  padding-top: 15.4rem;
  padding-bottom: 13.4rem;
}

@media screen and (max-width: 1200px) {
  .register {
    padding-top: 5.3rem;
    padding-bottom: 4.1rem;
    background-image: none;
  }
}

.register .container {
  background-image: url(../img/register-img.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom 6.2rem right 14.6rem;
}

@media screen and (max-width: 1200px) {
  .register .container {
    background-image: none;
  }
}

.register__title_main {
  color: #252525;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.4rem;
}

.register__subtitle {
  font-family: 'Comfortaa';
  font-size: 1.8rem;
  -webkit-column-rule-color: #666666;
  -moz-column-rule-color: #666666;
  column-rule-color: #666666;
  font-weight: 500;
  line-height: 1.65;
  max-width: 86rem;
  text-align: center;
  margin: 0 auto 10.7rem auto;
}

@media screen and (max-width: 1200px) {
  .register__title_main {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    line-height: 1.25;
  }

  .register__subtitle {
    line-height: 1.6;
    margin-bottom: 5.3rem;
  }
}

.register__content {
  max-width: 59.6rem;
  margin: 0 auto;
  border-radius: 3rem;
  border: .1rem solid #D3CBCB;
  background-color: #FFFFFF;
  padding: 4.6rem;
}

@media screen and (max-width: 1200px) {
  .register__content {
    max-width: 100%;
    padding: 2rem;
  }
}

.register__title {
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.9rem;
  color: #464646;
  font-weight: 700;
}

.register__desc {
  font-family: 'Comfortaa';
  font-size: 1.8rem;
  color: #666666;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  max-width: 45.4rem;
  margin: 0 auto 2.9rem auto;
}

@media screen and (max-width: 1200px) {
  .register__title {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 2.5rem;
  }
}

.form {
  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.3rem;
}

.form__label {
  width: 100%;
  border-radius: 2rem;
  border: 0.1rem solid #D3D3D3;
  background-color: #ECF6FF;
  padding: 2.35rem 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}

.form__label.active {
  border-width: .4rem;
  border-color: #FEBC00;
}

@media screen and (max-width: 1200px) {
  .form__label {
    padding: 2.8rem 2.4rem;
  }
}

.form__input {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
}

.form__input::-moz-placeholder {
  color: rgba(41, 41, 41, 0.4039215686);
}

.form__input::-webkit-input-placeholder {
  color: rgba(41, 41, 41, 0.4039215686);
}

.form__input:-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.4039215686);
}

.form__input::-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.4039215686);
}

.form__input::placeholder {
  color: rgba(41, 41, 41, 0.4039215686);
}

.form__submit {
  margin-top: 1.6rem;
  width: 100%;
  height: 8.4rem;
  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;
  text-align: center;
  border-radius: 2rem;
  background-color: #523DD7;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-transform: uppercase;
}

.form__submit:hover {
  background-color: #3927a8;
}

@media screen and (max-width: 1200px) {
  .form__submit {
    margin-top: 1.2rem;
  }
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.6rem;
  padding-bottom: 8.1rem;
  background-color: #FFFFFF;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

.menu.active {
  opacity: 1;
  visibility: visible;
}

.menu .container {
  position: relative;
}

.menu__close {
  position: absolute;
  top: 2rem;
  right: 0;
}

.menu__logo {
  margin-bottom: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.8rem;
  margin-bottom: 4.9rem;
}

.menu__item {
  text-align: center;
}

.menu__link {
  font-family: "Comfortaa";
  font-size: 1.8rem;
  color: #5C5C5C;
  line-height: 0.8;
  letter-spacing: 0.018rem;
  text-decoration: none;
}

.menu__sign_link {
  width: 100%;
  height: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #523DD7;
  border-radius: 10rem;
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF !important;
  line-height: 0.6;
  letter-spacing: 0.024rem;
  font-size: 2rem;
}

.menu__lang {
  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: 2rem;
}

.menu__lang_link {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}

.menu__lang_link.active {
  color: #D75B5B;
}

.menu__sign_link {
  color: #002F34;
  text-align: center;
}