:root {
  --font-family: "GothamPro", sans-serif;
  --font-title: "beermoney", sans-serif;
  --font-longread: "Inter", sans-serif;
  --content-width: 1460px;
  --container-offset: 25px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --pink-color: #d93383;
  --blue-color: #4499e2;
  --dark-color: #484848;
}
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}
.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: red solid 2px;
  outline-offset: 2px;
}
.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}
@font-face {
  font-family: GothamPro;
  src: url(../fonts/GothamPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url(../fonts/GothamPro.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url(../fonts/GothamPro-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: beermoney;
  src: url(../fonts/beermoney.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.section {
  position: relative;
}
.fp-watermark {
  bottom: -100%;
  position: absolute;
}
.fp-overflow {
  height: 100%;
}
.title {
  color: var(--blue-color);
  font-family: var(--font-title);
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4rem;
}
@media (max-width: 1440px) {
  .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 2rem;
    line-height: 2.1rem;
  }
}
.btn {
  border-radius: 10px;
  background: var(--pink-color);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 27px 0;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.btn:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.45);
}
.btn:active {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
@media (max-width: 1440px) {
  .btn {
    font-size: 1.1rem;
    padding: 20px 0;
  }
}
.arrow {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.arrow img {
  width: 100px;
}
@media (min-width: 1025px) {
  .arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .first__next-slide:hover {
    font-size: 8rem;
  }
  .first__next-slide:hover::before {
    content: "__________";
    position: absolute;
    left: 0;
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  .arrow img {
    width: 5.4rem;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 1rem;
  }
  .arrow img {
    width: 80px;
  }
}
.page {
  height: 100%;
  font-family: var(--font-title, sans-serif);
  color: var(--dark-color);
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}
img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  text-decoration: none;
}
.site-container {
  overflow: hidden;
  height: 100%;
}
.is-hidden {
  display: none !important;
}
.stop-scroll {
  overflow: hidden;
}
.hide-header {
  opacity: 0 !important;
  -webkit-transform: translate3d(0, -100px, 0) !important;
  transform: translate3d(0, -100px, 0) !important;
}
.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
.centered {
  text-align: center;
}
.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.page--ios .dis-scroll {
  position: relative;
}
.header {
  position: fixed;
  left: 50%;
  top: 2.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
  z-index: 101;
  font-family: var(--font-family, sans-serif);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid #e0e0e0;
  background: #fff;
  padding: 12px 40px;
  z-index: 101;
  position: relative;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__company__name {
  color: var(--pink-color);
  font-size: 2.5rem;
  font-family: var(--font-title);
}
.header__company__name span {
  color: var(--blue-color);
}
@media (max-width: 576px) {
  .header {
    top: 1.5rem;
  }
  .header__wrapper {
    padding: 0.7rem 1.5rem;
  }
  .header__logo {
    gap: 6px;
  }
  .header__logo img {
    width: 30px;
  }
  .header__company__name {
    font-size: 2.2rem;
  }
}
.header__nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav li:not(:last-child) {
  margin-right: 60px;
}
.header__nav a {
  color: var(--dark-color);
  font-size: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__nav a:hover {
  color: var(--blue-color);
}
.header__phone {
  color: var(--blue-color);
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .header__phone {
    display: none;
  }
}
.burger {
  --burger-width: 1.875rem;
  --burger-height: 1.1rem;
  --burger-line-height: 3px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--pink-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.burger::after,
.burger::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 0;
}
.burger::after {
  top: calc(100% - var(--burger-line-height));
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
  .burger {
    display: block;
  }
}
.menu {
  display: none;
  position: absolute;
  top: -2.5rem;
  left: 0;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  -webkit-animation: 0.3s ease-in-out slideEffect;
  animation: 0.3s ease-in-out slideEffect;
}
.menu.menu--active {
  display: block;
  overflow: auto;
}
.menu__nav {
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.menu__nav ul {
  list-style: none;
  padding: 0;
}
.menu__nav a {
  font-size: 1.3rem;
  padding: 8px 0;
  display: block;
  color: var(--dark-color);
}
@-webkit-keyframes slideEffect {
  from {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideEffect {
  from {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header__mobile-line {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .header__mobile-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .first__arrow img {
    width: 150px;
  }
}
.header__phone-mobile {
  display: none;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  .header__phone-mobile {
    display: block;
  }
}
.header__phone-menu {
  display: none;
  position: absolute;
  top: 5rem;
  right: 0;
  background-color: #fff;
  padding: 10px 21px;
  border-radius: 20px;
  text-align: center;
  color: var(--blue-color);
  -webkit-animation: 0.3s ease-in-out slideEffectRight;
  animation: 0.3s ease-in-out slideEffectRight;
  border: 2px solid rgba(0, 122, 255, 0.2);
}
.header__phone-menu a {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  color: var(--pink-color);
}
.header__phone-menu.active {
  display: block;
}
@-webkit-keyframes slideEffectRight {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideEffectRight {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 10px;
}
.privacy {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.9rem;
  color: #000;
}
.first {
  background-image: url(../img/first_back.jpg);
  height: 100vh;
}
@media (max-width: 1440px) {
  .header__nav li:not(:last-child) {
    margin-right: 35px;
  }
  :root {
    --content-width: 1200px;
  }
  .first {
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .first {
    background-position: 5%;
    background-size: auto;
  }
  .first .container {
    padding: 0 10px;
  }
}
.first__wrapper {
  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;
  height: 100%;
}
.first__next-slide {
  font-family: var(--font-title);
  color: var(--light-color);
  font-size: 7rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
@media (max-width: 576px) and (max-height: 600px) {
  :root {
    --container-offset: 19px;
  }
  .first {
    background-position: 0 -30px;
  }
  .first__next-slide {
    font-size: 3rem;
  }
}
.first__title {
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .first__title {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .first__title {
    font-size: 2.3rem;
  }
}
.first__desc {
  font-size: 2.5rem;
  color: var(--pink-color);
  max-width: 70rem;
  text-align: center;
  margin: 1rem 0;
}
.first__btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 400px;
  margin-top: 4rem;
}
.first__btn:active {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.first__arrow {
  position: absolute;
  bottom: 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.about {
  background-image: url(../img/background_about.jpg);
  background-size: 100%;
}
.about .container {
  height: 100%;
}
.about .about__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 2rem;
  color: var(--dark-color);
}
.about .about__desc p {
  margin: 0;
}
.about .about__desc ul {
  margin: 1.5rem 0 0;
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.about .about__desc ul :not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 1440px) {
  .first__desc {
    font-size: 2rem;
  }
  .first__btn {
    margin-top: 2rem;
  }
  .about .about__desc {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .first__desc {
    font-size: 1.8rem;
  }
  .first__btn {
    max-width: 350px;
  }
  .first__arrow img {
    width: 90px;
  }
  .about {
    background-image: none;
  }
  .about .container {
    background-image: url(../img/background_about.jpg);
    background-size: cover;
    background-position-x: 10%;
  }
  .about .about__desc {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 1rem;
  }
  .about .about__desc ul {
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
  }
}
.about .about__btn {
  width: 100%;
  max-width: 600px;
  margin-top: 1.5rem;
}
@media (max-width: 1440px) {
  .about .about__btn {
    margin-top: 1.5rem;
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .about {
    background-position: 6% 10%;
  }
  .about .about__btn {
    margin-top: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .about .about__btn {
    margin-top: 1rem;
  }
}
.about .about__cloud {
  position: absolute;
  right: 5%;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .about .about__cloud {
    position: initial;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .about .about__cloud {
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 2rem;
  }
}
.about .about__cloud a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  color: var(--blue-color);
  margin: 0;
  max-width: 280px;
}
.about .about__cloud a span {
  border-bottom: 1px solid;
}
.about__wrapper {
  max-width: 900px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2rem;
  z-index: 1;
}
.about__arrow {
  margin-top: 3rem;
}
.about__arrow:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about__cloud-wrapper {
  font-family: var(--font-title);
  color: var(--blue-color);
  text-align: center;
  position: relative;
  -webkit-animation: 4s ease-in-out infinite move;
  animation: 4s ease-in-out infinite move;
}
@media (max-width: 1440px) {
  .about .about__cloud {
    right: -5%;
  }
  .about .about__cloud a {
    font-size: 2rem;
  }
  .about__wrapper {
    max-width: 700px;
    padding-top: 9rem;
  }
  .about__cloud-wrapper img {
    max-width: 75%;
  }
}
@media (max-width: 1024px) {
  .about__cloud-wrapper img {
    max-width: 34rem;
  }
}
@media (max-width: 576px) {
  .about .about__cloud a {
    max-width: 100%;
    font-size: 1.4rem;
    top: 47%;
    left: 49%;
  }
  .about__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 7rem;
  }
  .about__arrow {
    display: none;
  }
  .about__cloud-wrapper img {
    max-width: 100%;
  }
}
@-webkit-keyframes move {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes move {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.stages {
  background-color: #fff;
}
.stages .container {
  width: 100%;
}
.stages__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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding-top: 10rem;
}
@media (max-width: 1440px) {
  .stages__wrapper {
    padding-top: 9rem;
  }
}
@media (max-width: 576px) {
  .stages__wrapper {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
.stages__title {
  text-align: center;
}
.stages__list {
  margin-top: 2rem;
  padding-bottom: 4rem;
  counter-reset: count 0;
}
.stages__list .stages__block {
  font-size: 1.4rem;
  font-weight: 400;
  counter-increment: count 1;
  font-family: var(--font-family);
  height: auto;
  cursor: -webkit-grab;
  cursor: grab;
}
.stages__list .stages__block span {
  color: var(--pink-color);
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-title);
}
.stages__list .stages__block::before {
  content: counter(count, decimal) ". ";
  font-family: var(--font-title);
  color: var(--pink-color);
  font-size: 2.6rem;
  line-height: 2.7rem;
  font-weight: 400;
  float: left;
  padding-right: 8px;
}
@media (max-width: 1440px) {
  .stages__list {
    padding-bottom: 3rem;
  }
  .stages__list .stages__block {
    font-size: 1.2rem;
  }
  .stages__list .stages__block span {
    font-size: 2rem;
  }
  .stages__list .stages__block::before {
    font-size: 2rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 576px) {
  .stages__list {
    margin-top: 1rem;
    max-width: 100%;
  }
  .stages__list .stages__block {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .stages__list .stages__block span {
    font-size: 1.7rem;
  }
  .stages__list .stages__block::before {
    font-size: 2rem;
    line-height: 1rem;
  }
}
.stages__list .swiper-pagination-bullet {
  background-color: var(--pink-color);
  width: 14px;
  height: 14px;
}
.stages__desc {
  color: var(--dark-color);
  font-size: 2.375rem;
  line-height: 3.75rem;
  margin-top: 1.1rem;
  margin-bottom: 0;
}
.stages__arrow {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  z-index: 10;
}
@media (max-width: 1024px) {
  .stages__bottom {
    margin-top: 2rem;
  }
  .stages__arrow {
    display: block;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.esdm__images .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.esdm__images .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 1440px) {
  .stages__desc {
    font-size: 2rem;
    line-height: 3rem;
  }
  .esdm__images img {
    max-width: 85%;
  }
}
.esdm__describe {
  font-size: 1.2rem;
  font-family: var(--font-title);
  color: var(--dark-color);
  text-align: center;
  margin: 1rem auto 0;
  padding-bottom: 1rem;
}
.esdm__bottom {
  padding-bottom: 1rem;
}
@media (max-width: 576px) {
  .stages__desc {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .esdm__images img {
    height: 105px;
    max-width: inherit;
  }
  .esdm__describe {
    font-size: 0.85rem;
  }
  .esdm__bottom {
    margin-top: 25px;
  }
}
.esdm__arrow {
  position: absolute;
  right: 5rem;
  bottom: 1rem;
}
@media (max-width: 1024px) {
  .esdm__arrow {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.25rem;
  }
  .markers__wrapper {
    overflow: hidden;
  }
}
.markers {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.markers__wrapper {
  padding-top: 10rem;
  height: 100%;
}
@media (max-width: 1440px) {
  .markers__wrapper {
    padding-top: 9rem;
  }
}
@media (max-width: 576px) {
  .esdm__arrow {
    margin-top: 1.25rem;
  }
  .markers__wrapper {
    padding-top: 7rem;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .markers__wrapper {
    padding-top: 6.5rem;
    position: relative;
  }
}
.markers__title {
  text-align: center;
}
.markers__describe {
  text-align: center;
  font-family: var(--font-family);
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1.1rem;
}
@media (max-width: 1440px) {
  .markers__describe {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.markers__block {
  position: relative;
  height: 35vh;
}
.markers__list {
  list-style: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .markers__block {
    height: auto;
  }
  .markers__list {
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  .markers__describe {
    font-size: 1rem;
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
  }
  .markers__list {
    margin-top: 2rem;
  }
}
.markers__list li {
  position: absolute;
  font-family: var(--font-family);
  text-align: center;
  font-size: 1.6rem;
  text-transform: math-auto;
  z-index: 10;
}
.markers__list li a {
  color: var(--pink-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media (min-width: 1025px) {
  .markers__list li a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.markers__list li.--markers__blue a {
  color: var(--blue-color);
}
@media (max-width: 1440px) {
  .markers__list li {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .markers__list li {
    position: relative;
    text-align: left;
    left: 0 !important;
    font-size: 1.6rem;
  }
  .markers__list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .markers__list li {
    font-size: 1rem;
  }
  .markers__list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.markers__list li:nth-child(1) {
  left: 69%;
  bottom: -24%;
}
.markers__list li:nth-child(2) {
  left: 67%;
  bottom: 25%;
}
.markers__list li:nth-child(3) {
  left: 36%;
  bottom: 56%;
}
.markers__list li:nth-child(4) {
  left: 11%;
  bottom: 25%;
}
.markers__list li:nth-child(5) {
  left: -6%;
  bottom: -16%;
}
@media (max-width: 1440px) {
  .markers__list li:nth-child(5) {
    left: 0;
  }
}
.markers__list li:nth-child(6) {
  left: 10%;
  bottom: -55%;
}
.markers__list li:nth-child(7) {
  left: 78%;
  bottom: -55%;
}
.markers__image-wrapper {
  position: absolute;
  bottom: -26rem;
  left: 50%;
  -webkit-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  transform: translateX(-48%);
  z-index: 0;
}
@media (max-width: 1440px) {
  .markers__image-wrapper {
    bottom: -23rem;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .markers__image-wrapper {
    bottom: -12rem;
    width: 200%;
    left: 133%;
  }
}
@media (max-width: 576px) {
  .markers__image-wrapper {
    bottom: -10rem;
    width: 35rem;
    left: 102%;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .markers__list {
    margin-top: 1rem;
  }
  .markers__list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .markers__image-wrapper {
    bottom: -9rem;
    width: 28rem;
    left: 107%;
  }
}
.markers__image {
  -webkit-animation: 80s linear infinite spin;
  animation: 80s linear infinite spin;
}
.markers__arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.markers__arrow:hover {
  -webkit-transform: scale(1.1) translateX(-50%);
  -ms-transform: scale(1.1) translateX(-50%);
  transform: scale(1.1) translateX(-50%);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.info {
  position: relative;
  overflow: hidden;
}
.info__wrapper {
  padding-top: 12rem;
}
.info__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .info__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.info__element {
  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;
  color: var(--pink-color);
  font-family: var(--font-title);
  font-weight: 400;
}
.info__element .info__number {
  font-size: 4rem;
  line-height: 4.35rem;
}
@media (max-width: 1440px) {
  .info__element .info__number {
    font-size: 3rem;
    line-height: 4.375rem;
  }
}
@media (max-width: 576px) {
  .info__wrapper {
    padding-top: 7.5rem;
  }
  .info__numbers {
    gap: 1rem;
  }
  .info__element .info__number {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.info__element p {
  text-align: center;
  margin: 0;
  font-size: 3rem;
}
@media (max-width: 1440px) {
  .info__element p {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .info__element p {
    font-size: 2rem;
  }
}
.info__image-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
  width: 1300px;
}
@media (max-width: 1440px) {
  .info__image-wrapper {
    width: 800px;
  }
}
@media (max-width: 576px) {
  .info__image-wrapper {
    width: 450px;
  }
}
.info__cloud {
  position: absolute;
  -webkit-animation: 4s ease-in-out infinite move;
  animation: 4s ease-in-out infinite move;
}
.info__cloud.--info__cloud_1 {
  left: 14rem;
  bottom: 4rem;
}
@media (max-width: 1440px) {
  .info__cloud.--info__cloud_1 {
    left: 6rem;
    bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .info__cloud.--info__cloud_1 {
    left: -3rem;
    bottom: 14rem;
  }
}
@media (max-width: 576px) {
  .info__cloud.--info__cloud_1 {
    left: -1rem;
    bottom: 6rem;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .info__element .info__number {
    font-size: 2.3rem;
    line-height: 2.375rem;
  }
  .info__element p {
    font-size: 1.7rem;
  }
  .info__image-wrapper {
    width: 400px;
  }
  .info__cloud.--info__cloud_1 {
    bottom: 4rem;
  }
}
.info__cloud.--info__cloud_2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  right: 13rem;
  bottom: 10.5rem;
}
@media (max-width: 1440px) {
  .info__cloud.--info__cloud_2 {
    right: -4rem;
    bottom: 8rem;
  }
  .info__cloud-wrapper {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .info__cloud.--info__cloud_2 {
    right: -14rem;
    bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .info__cloud.--info__cloud_2 {
    right: -27rem;
    bottom: 2rem;
  }
  .info__cloud.--info__cloud_2 .info__cloud-wrapper {
    width: 39%;
  }
}
.info__cloud-wrapper {
  position: relative;
}
.info__cloud-wrapper p {
  color: var(--blue-color);
  font-family: var(--font-title);
  font-size: 2rem;
  text-align: center;
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-22%, -70%);
  -ms-transform: translate(-22%, -70%);
  transform: translate(-22%, -70%);
  margin: 0;
}
@media (max-width: 1440px) {
  .info__cloud-wrapper p {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .info__cloud-wrapper {
    width: 50%;
  }
  .info__cloud-wrapper p {
    font-size: 0.85rem;
    -webkit-transform: translate(-15%, -70%);
    -ms-transform: translate(-15%, -70%);
    transform: translate(-15%, -70%);
    left: 21%;
  }
  .--info__cloud_1 .info__cloud-wrapper p {
    font-size: 0.7rem;
  }
}
.--info__cloud_2 .info__cloud-wrapper p {
  -webkit-transform: translate(-22%, -50%);
  -ms-transform: translate(-22%, -50%);
  transform: translate(-22%, -50%);
}
@media (max-width: 576px) {
  .--info__cloud_2 .info__cloud-wrapper p {
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}
.info__arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.about-me .about-me__wrapper {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .about-me .about-me__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-me .about-me__image {
    overflow: hidden;
    max-height: 700px;
    width: 100%;
  }
}
.about-me .about-me__info {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.about-me .about-me__info h2 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 1440px) {
  .about-me .about-me__info {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .about-me .about-me__info h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .about-me .about-me__wrapper {
    margin-top: 4rem;
    gap: 0;
  }
  .about-me .about-me__info h2 {
    font-size: 1.3rem;
  }
}
.about-me .about-me__info .about-me__slogan {
  color: var(--blue-color);
  font-size: 1.4rem;
  font-family: var(--font-title);
}
.about-me .about-me__info p {
  font-family: var(--font-family);
  font-size: 1.2rem;
  font-weight: 400;
}
.about-me .about-me__info ul {
  padding-left: 1rem;
}
.about-me .about-me__info ul li {
  font-family: var(--font-family);
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.about-me .about-me__info ul :not(:last-child) {
  margin-bottom: 0.5rem;
}
.about-me .about-me__image {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.about-me .about-me__button {
  max-width: 300px;
  font-size: 1.2rem;
  padding: 15px 0;
}
.why .why__wrapper {
  padding-top: 10rem;
}
.why .why__title {
  text-align: center;
}
.why .why__list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.why .why__list .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1440px) {
  .about-me .about-me__info .about-me__slogan {
    font-size: 1.2rem;
  }
  .about-me .about-me__info p {
    font-size: 1rem;
  }
  .about-me .about-me__info ul li {
    font-size: 0.9rem;
  }
  .about-me .about-me__info ul :not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .about-me .about-me__button {
    font-size: 1rem;
  }
  .why .why__wrapper {
    padding-top: 9rem;
  }
  .why .why__list {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .about-me .about-me__image {
    max-height: 400px;
  }
  .about-me .about-me__button {
    max-width: 100%;
  }
  .why .why__wrapper {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  .why .why__list {
    margin-top: 1rem;
  }
}
.why .why__slide {
  border-radius: 2.5rem;
  border: 2px solid #e0e0e0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.why .why__slide h3 {
  margin: 1.5rem 0 0.4rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  color: var(--pink-color);
}
.why .why__slide p {
  font-family: var(--font-family);
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1440px) {
  .why .why__slide {
    padding: 2rem 1.2rem;
  }
  .why .why__slide picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .why .why__slide img {
    max-width: 65%;
  }
  .why .why__slide h3 {
    font-size: 1.8rem;
  }
  .why .why__slide p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .telegram picture {
    width: 50%;
    display: block;
  }
  .telegram img {
    width: 100%;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .info__cloud.--info__cloud_2 {
    bottom: 0;
  }
  .why .why__slide img {
    max-width: 65%;
  }
}
.why .why-button-next,
.why .why-button-prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.why .why-button-next.swiper-button-disabled,
.why .why-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.why .why-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .why .why__slide p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .why .why-button-next,
  .why .why-button-prev {
    position: absolute;
    top: 105%;
  }
  .why .why-button-next img,
  .why .why-button-prev img {
    width: 70%;
  }
  .why .why-button-prev {
    left: 5%;
  }
  .why .why-button-next {
    left: 80%;
  }
}
.why .why__arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2rem;
}
@media (max-height: 600px) {
  .why .why__arrow {
    position: relative;
    bottom: 1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
  }
}
.telegram .fp-overflow {
  overflow-x: hidden;
}
.telegram .telegram__wrapper {
  background-color: #4499e2;
  position: relative;
  min-height: 100%;
}
.telegram .telegram__title-cloud {
  position: relative;
  top: -8%;
  left: -15%;
}
@media (max-width: 1440px) {
  .telegram .telegram__title-cloud {
    top: -3%;
    left: -4%;
  }
}
@media (max-width: 1024px) {
  .telegram picture {
    width: 75%;
  }
  .telegram .telegram__title-cloud {
    top: 0;
    left: 12%;
  }
}
@media (max-width: 576px) {
  .telegram picture {
    width: 100%;
  }
  .telegram .telegram__wrapper {
    overflow-x: inherit;
  }
  .telegram .telegram__title-cloud {
    top: 1rem;
    left: 0;
  }
}
.telegram .telegram__title-cloud .telegram__title {
  color: var(--pink-color);
  font-size: 4rem;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-105%, -25%);
  -ms-transform: translate(-105%, -25%);
  transform: translate(-105%, -25%);
}
@media (max-width: 1440px) {
  .telegram .telegram__title-cloud .telegram__title {
    font-size: 3rem;
    -webkit-transform: translate(-132%, 3%);
    -ms-transform: translate(-132%, 3%);
    transform: translate(-132%, 3%);
  }
}
@media (max-width: 1024px) {
  .telegram .telegram__title-cloud .telegram__title {
    -webkit-transform: translate(-70%, 3%);
    -ms-transform: translate(-70%, 3%);
    transform: translate(-70%, 3%);
  }
}
@media (max-width: 576px) {
  .telegram .telegram__title-cloud .telegram__title {
    font-size: 2rem;
    width: 100%;
    left: 0;
    top: 55%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
}
.telegram .telegram__paragraph {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: var(--font-family);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  max-width: 50.5rem;
  position: relative;
}
.telegram .telegram__paragraph:not(:last-child) {
  margin-bottom: 2.5rem;
}
.telegram .telegram__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.telegram .telegram__text p:nth-child(1) {
  margin-top: 3rem;
}
.telegram .telegram__text p:nth-child(1)::after {
  content: "";
  display: block;
  background-image: url(../img/clouds/text-2.png);
  background-size: contain;
  width: 132px;
  height: 72px;
  position: absolute;
  top: 11rem;
  right: -4rem;
}
@media (max-width: 1440px) {
  .telegram .telegram__paragraph {
    font-size: 1rem;
    line-height: 1.7rem;
    max-width: 35.5rem;
  }
  .telegram .telegram__text p:nth-child(1) {
    margin-left: 6rem;
  }
  .telegram .telegram__text p:nth-child(1)::after {
    width: 100px;
    height: 55px;
    top: 8rem;
    right: -3rem;
  }
}
@media (max-width: 1024px) {
  .telegram .telegram__paragraph {
    max-width: inherit;
  }
  .telegram .telegram__paragraph:not(:last-child) {
    margin-bottom: 7rem;
  }
  .telegram .telegram__text {
    margin-top: 1.2rem;
  }
  .telegram .telegram__text p:nth-child(1) {
    top: 0;
    margin-left: 0;
  }
  .telegram .telegram__text p:nth-child(1)::after {
    right: 0;
  }
}
.telegram .telegram__link {
  position: absolute;
  bottom: 3rem;
  right: 15rem;
  z-index: 10;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1440px) {
  .telegram .telegram__link {
    bottom: 3rem;
    right: 12rem;
  }
}
@media (max-width: 576px) {
  .telegram .telegram__paragraph {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .telegram .telegram__paragraph:not(:last-child) {
    margin-bottom: 5rem;
  }
  .telegram .telegram__text {
    margin-top: 2rem;
  }
  .telegram .telegram__text p:nth-child(1)::after {
    width: 60px;
    height: 33px;
    top: auto;
    bottom: -2rem;
    right: 0;
  }
  .telegram .telegram__link {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.telegram .telegram__link a {
  position: relative;
  display: block;
  float: right;
  text-align: center;
  background-color: var(--pink-color);
  border-radius: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
}
.telegram .telegram__link a::before {
  content: "";
  display: block;
  background-image: url(../img/clouds/telegram-1.png);
  background-size: contain;
  width: 200px;
  height: 159px;
  position: absolute;
  top: -5rem;
  left: -15rem;
}
@media (max-width: 1440px) {
  .telegram .telegram__link a {
    max-width: 350px;
    font-size: 1.2rem;
    margin-top: 0;
    padding: 18px 0;
  }
  .telegram .telegram__link a::before {
    width: 125px;
    height: 100px;
    top: -2rem;
    left: -9rem;
  }
}
@media (max-width: 1024px) {
  .telegram .telegram__link a {
    float: initial;
    margin: 5rem auto 0;
  }
  .telegram .telegram__link a::before {
    width: 132px;
    height: 103px;
  }
}
@media (max-width: 576px) {
  .telegram .telegram__link a {
    font-size: 1rem;
    margin-top: 3rem;
    padding: 14px 0;
    margin-bottom: 3rem;
    max-width: 75%;
  }
  .telegram .telegram__link a::before {
    display: none;
    width: 100px;
    height: 80px;
    top: -1.5rem;
    left: -6.5rem;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .telegram .telegram__title-cloud {
    top: 1.5rem;
  }
  .telegram .telegram__title-cloud .telegram__title {
    font-size: 1.7rem;
  }
  .telegram .telegram__link {
    font-size: 1.8rem;
  }
  .telegram .telegram__link a::before {
    width: 89px;
    height: 69px;
    top: -1.5rem;
    left: -6rem;
  }
}
.telegram .telegram__link a::after {
  content: "";
  background-image: url(../img/clouds/telegram-2.png);
  background-size: contain;
  display: block;
  width: 180px;
  height: 176px;
  position: absolute;
  top: -8rem;
  right: -11rem;
}
@media (max-width: 1440px) {
  .telegram .telegram__link a::after {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -5rem;
    right: -8rem;
  }
}
@media (max-width: 1024px) {
  .telegram .telegram__link a::after {
    width: 119px;
    height: 128px;
  }
}
@media (max-width: 576px) {
  .telegram .telegram__link a::after {
    display: none;
    width: 100px;
    height: 100px;
    top: -3rem;
    right: -7rem;
  }
}
.telegram .telegram__cloud {
  position: absolute;
}
.telegram .--telegram__cloud-1 {
  top: 10%;
  right: -12%;
}
.telegram .--telegram__cloud-1 img {
  width: 90%;
}
@media (max-width: 1440px) {
  .telegram .--telegram__cloud-1 {
    right: -27%;
  }
  .telegram .--telegram__cloud-1 img {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .telegram .--telegram__cloud-1 {
    top: 67%;
    right: -52%;
  }
}
@media (max-width: 576px) {
  .telegram .--telegram__cloud-1 {
    top: 40%;
    right: -66%;
    display: none;
  }
}
.telegram .--telegram__cloud-2 {
  top: 60%;
  left: -15%;
}
@media (max-width: 1440px) {
  .telegram .--telegram__cloud-2 {
    top: 58%;
    left: -14%;
    width: 27%;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .telegram .telegram__link a::after {
    width: 95px;
    height: 90px;
    top: -3rem;
    right: -6.5rem;
  }
  .telegram .--telegram__cloud-1,
  .telegram .--telegram__cloud-2 {
    display: none;
  }
}
@media (max-width: 576px) {
  .telegram .--telegram__cloud-2 {
    top: 67%;
    left: -14%;
    width: 31%;
    display: none;
  }
}
.telegram .--telegram__cloud-3 {
  bottom: 0;
  right: 5%;
  line-height: 0;
}
.page__longread {
  background-image: url(../img/background_first.jpg);
  background-color: #999;
}
.site-container:has(.longread) .header {
  position: absolute;
}
.longread {
  padding-bottom: 3rem;
  padding-top: 12rem;
}
.longread .swiper {
  margin-left: 0;
  width: 100%;
}
.video {
  display: none;
}
@media (max-width: 1024px) {
  .telegram .--telegram__cloud-3 {
    width: 100%;
    right: -2%;
  }
  .video {
    display: block;
  }
}
.video__title {
  color: var(--pink-color);
  font-size: 3rem;
  text-align: center;
}
.video__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.video .swiper-slide {
  background-color: #fff;
  width: 450px;
  border-radius: 2.5rem 2.5rem 1rem 1rem;
  overflow: hidden;
  margin: 0;
  height: auto;
}
.video .swiper-slide figcaption {
  text-align: center;
  padding: 0.5rem;
  font-size: 1.3rem;
}
.video-button-next,
.video-button-prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video-button-next.swiper-button-disabled,
.video-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .video-button-next,
  .video-button-prev {
    position: absolute;
    top: 105%;
  }
  .video-button-prev {
    left: 2%;
  }
}
@media (max-width: 576px) {
  .telegram .--telegram__cloud-3 {
    position: absolute;
    bottom: 0;
    right: auto;
  }
  .longread {
    padding-top: 7rem;
  }
  .longread .container {
    padding: 0 10px;
  }
  .video .swiper-slide {
    width: 80%;
  }
  .video-button-next,
  .video-button-prev {
    width: 45px;
  }
  .video-button-prev {
    left: 5%;
  }
}
.video-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.longreads {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}
@media (max-width: 1440px) {
  .longreads {
    -ms-grid-columns: 5fr 2fr;
    grid-template-columns: 5fr 2fr;
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .video-button-next {
    left: 90%;
  }
  .longreads {
    margin-top: 6rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .longreads__videos {
    display: none;
  }
}
.longreads__videos .longreads__video {
  background-color: #fff;
  width: 100%;
  border-radius: 2.5rem 2.5rem 1rem 1rem;
  overflow: hidden;
  margin: 0;
  height: auto;
}
.longreads__videos .longreads__video:not(:last-child) {
  margin-bottom: 2rem;
}
.longreads__videos figcaption {
  text-align: center;
  padding: 0.5rem;
  font-size: 1.3rem;
}
.longreads__video-img {
  aspect-ratio: 16/9;
  position: relative;
  cursor: pointer;
}
.longreads__video-img img {
  height: 100%;
  width: 100%;
}
.longreads__video-img::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/svg/video-play.svg) 0 0 / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.longreads__item {
  background-color: #fff;
  padding: 1rem 4.2rem;
  border-radius: 2.5rem;
  border: 2px solid #e0e0e0;
  max-height: 80vh;
  overflow: scroll;
  scrollbar-width: none;
  -webkit-transition-property: padding;
  transition-property: padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.longreads__item::-webkit-scrollbar {
  display: none;
}
.longreads__item.select {
  padding: 2.5rem 4.2rem;
}
.longreads__item.select .longreads__title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.longreads__item.select .longreads__text {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.longreads__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .video-button-next {
    left: 80%;
  }
  .longreads {
    margin-top: 2rem;
  }
  .longreads__video-img::after {
    width: 60px;
    height: 60px;
  }
  .longreads__item {
    padding: 1.3rem;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .longreads__item.select {
    padding: 1.3rem;
  }
  .longreads__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.longreads__title {
  margin: 0;
  color: var(--pink-color);
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-family);
}
.longreads__title::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  display: block;
  background-image: url(../img/svg/accordion-arrow.svg);
  background-size: contain;
  width: 2.2rem;
  height: 1.7rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .longreads__title {
    font-size: 1.2rem;
    gap: 1.5rem;
  }
  .longreads__title::after {
    width: 1.7rem;
    height: 1.3rem;
  }
}
.longreads__text {
  color: var(--dark-color);
  font-family: var(--font-longread);
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  max-height: 0;
}
.longreads__text li:not(:last-child) {
  margin-bottom: 5px;
}
.longreads__back {
  color: var(--pink-color);
  font-weight: 400;
}
.longreads__back::before {
  content: "";
  background-image: url(../img/svg/arrow-left.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left 0;
  padding-left: 23px;
}
.specialists {
  padding-bottom: 10rem;
}
@media (max-width: 576px) {
  .longreads__text {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .longreads__text ol,
  .longreads__text ul {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
  }
  .specialists {
    padding-bottom: 3rem;
  }
}
.creator {
  background-image: url(../img/specialists__creator.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.creator__wrapper {
  padding-top: 12rem;
  max-width: 1200px;
  margin-left: auto;
  min-height: 100vh;
}
.creator__top {
  text-align: right;
}
.creator__title {
  font-size: 4rem;
  color: var(--pink-color);
  font-weight: 400;
  margin: 0;
}
.creator__title span {
  display: block;
  color: var(--blue-color);
  font-size: 2.5rem;
}
@media (max-width: 1440px) {
  .creator__title {
    font-size: 3rem;
  }
  .creator__title span {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .creator {
    background-size: cover;
    background-position: 55% 40%;
  }
  .creator__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-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 2rem;
  }
  .creator__top {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.53);
    padding: 1.5rem 1rem;
    border-radius: 2.5rem;
  }
  .creator__title {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .creator__title {
    font-size: 2rem;
  }
  .creator__title span {
    font-size: 1.3rem;
  }
}
.creater__btn {
  width: 530px;
  margin-top: 1.3rem;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .creater__btn {
    width: 380px;
  }
}
@media (max-width: 1024px) {
  .creater__btn {
    margin: 1.3rem auto auto;
    width: 100%;
  }
}
.creator__project {
  font-family: var(--font-family);
  max-width: 900px;
  margin-left: auto;
  text-align: right;
  margin-top: 6rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: #474747;
}
@media (max-width: 1440px) {
  .creator__project {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.invite .invite__wrapper {
  margin-top: 8rem;
}
@media (max-width: 576px) {
  .creator__project {
    font-size: 1rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.53);
    padding: 1.5rem 1rem;
    border-radius: 2.5rem;
    margin-top: 2rem;
  }
  .invite .invite__wrapper {
    margin-top: 4rem;
  }
}
.invite .invite__first {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}
.invite .invite__first span {
  color: var(--pink-color);
  font-weight: 600;
}
@media (max-width: 1440px) {
  .invite .invite__first {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.invite .invite__second {
  font-size: 1.7rem;
  color: var(--blue-color);
  margin-top: 3rem;
}
@media (max-width: 1440px) {
  .invite .invite__second {
    font-size: 1.5rem;
  }
}
.courses .courses__wrapper {
  margin-top: 6rem;
}
.courses .courses__title {
  color: var(--pink-color);
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px) {
  .courses .courses__title {
    font-size: 2.7rem;
  }
}
@media (max-width: 576px) {
  .courses .courses__wrapper {
    margin-top: 4rem;
  }
  .courses .courses__title {
    font-size: 2rem;
  }
}
.courses .courses__sub-title {
  font-family: var(--font-title);
  color: var(--pink-color);
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0.5rem 0 0;
}
@media (max-width: 576px) {
  .courses .courses__sub-title {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}
.courses .courses__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.courses .courses__column {
  font-family: var(--font-family);
  font-size: 1.3rem;
  font-weight: 400;
  width: 25%;
}
@media (max-width: 1440px) {
  .courses .courses__column {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .courses .courses__column {
    font-size: 1.1rem;
  }
}
.courses .courses__column ul {
  padding: 0;
  list-style: none;
  margin: 0.5rem 0 0;
}
.courses .courses__column li {
  margin-bottom: 0.5rem;
}
.courses .courses__desc {
  font-family: var(--font-family);
  color: var(--blue-color);
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 8rem;
}
.training {
  margin-top: 8rem;
  background-image: url(../img/training__back.png);
  background-repeat: no-repeat;
  background-position: 98% 100%;
  background-size: 20%;
}
@media (max-width: 1440px) {
  .courses .courses__desc {
    margin-top: 6rem;
    font-size: 1.5rem;
  }
  .training {
    margin-top: 6rem;
    background-size: 15%;
  }
}
@media (max-width: 1024px) {
  .courses .courses__columns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 7rem;
    -moz-column-gap: 7rem;
    column-gap: 7rem;
  }
  .courses .courses__column {
    width: auto;
  }
  .training {
    background-size: 30%;
  }
}
.training__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .courses .courses__desc {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .training {
    margin-top: 4rem;
    background-position: 100% 80%;
    background-size: 30%;
  }
  .training__list {
    gap: 1rem;
  }
}
.training__block .training__title {
  margin: 0 0 1rem;
  font-size: 2.5rem;
  color: var(--pink-color);
  font-weight: 400;
}
.training__block .training__teach {
  list-style: decimal;
  padding-left: 1.5rem;
}
.training__block li,
.training__block p {
  margin: 0.5rem 0 0;
  font-family: var(--font-family);
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black-color);
}
.training__block li span,
.training__block p span {
  color: var(--blue-color);
}
.training__block:not(:last-child) {
  margin-bottom: 2rem;
}
.specialists__title {
  font-size: 3.5rem;
  color: var(--pink-color);
  font-weight: 400;
  margin: 0;
}
.program {
  margin-top: 8rem;
}
@media (max-width: 1440px) {
  .training__block .training__title {
    font-size: 2.2rem;
  }
  .training__block li,
  .training__block p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .specialists__title {
    font-size: 2.5rem;
  }
  .program {
    margin-top: 8rem;
    background-size: 45%;
  }
}
@media (max-width: 576px) {
  .training__block .training__title {
    font-size: 2rem;
  }
  .training__block ul {
    padding-left: 0.5rem;
  }
  .training__block li,
  .training__block p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .specialists__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .program {
    margin-top: 4rem;
  }
}
.program__list {
  margin-top: 2rem;
}
.program__block {
  font-family: var(--font-family);
  color: var(--black-color);
}
.program__block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.program__block ul {
  margin: 1rem 0 0;
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}
.program__block ul li {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .program__block ul li {
    font-size: 1.3rem;
  }
  .program__sub-title {
    font-size: 1.5rem;
  }
}
.program__block ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.program__block .program__text {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 0;
}
@media (max-width: 576px) {
  .program__list {
    margin-top: 1rem;
  }
  .program__block ul li {
    font-size: 1rem;
  }
  .program__block .program__text ul {
    -webkit-padding-start: 22px;
    padding-inline-start: 22px;
  }
}
.program__block.select .program__sub-title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.program__sub-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  position: relative;
  cursor: pointer;
  width: 95%;
}
.program__sub-title span {
  font-size: 2.2rem;
  color: var(--blue-color);
  font-family: var(--font-title);
}
.program__sub-title::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  right: -5rem;
  margin-left: auto;
  display: block;
  background-image: url(../img/svg/accordion-arrow.svg);
  background-size: contain;
  width: 2rem;
  height: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .program__sub-title::after {
    right: -3rem;
  }
  .program__price {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .program__sub-title {
    font-size: 1rem;
    line-height: 1.6rem;
    width: 100%;
  }
  .program__sub-title span {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .program__sub-title::after {
    top: 0.5rem;
    right: 0;
    width: 1.6rem;
    height: 1.2rem;
  }
}
.program__price {
  font-size: 5.5rem;
  text-align: right;
  font-weight: 400;
  margin-top: 2rem;
}
.program__price span {
  color: var(--pink-color);
}
.steps {
  margin-top: 8rem;
}
@media (max-width: 1440px) {
  .program__price {
    font-size: 4.5rem;
  }
  .steps {
    margin-top: 6rem;
  }
}
.steps__list {
  margin-top: 4rem;
  list-style: none;
  counter-reset: count 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.steps__list li {
  position: relative;
  color: #000;
  counter-increment: count 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps__list li::before {
  content: counter(count, decimal) ". ";
  color: var(--pink-color);
  font-size: 3rem;
  font-weight: 400;
  padding-right: 13px;
  line-height: 2.2rem;
}
@media (max-width: 576px) and (max-width: 576px) {
  .steps__list li::before {
    font-size: 3rem;
  }
}
.steps__list li .steps__sub-title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.steps__list li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
@media (max-width: 1440px) {
  .steps__list li .steps__sub-title {
    font-size: 2.2rem;
  }
  .steps__list li p {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .program__price {
    font-size: 3.5rem;
    text-align: center;
  }
  .steps {
    margin-top: 4rem;
  }
  .steps__list {
    margin-top: 2rem;
  }
  .steps__list li .steps__sub-title {
    font-size: 2rem;
  }
  .steps__list li p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 0.7rem;
  }
}
.steps__list li:not(:last-child) {
  margin-bottom: 5rem;
}
.steps__list li:not(:last-child)::after {
  content: "---";
  font-size: 4rem;
  font-weight: 400;
  position: absolute;
  left: -42px;
  top: 80%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.steps__btn {
  width: 400px;
  margin-top: 4rem;
}
@media (max-width: 1440px) {
  .steps__btn {
    width: 340px;
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  .steps__list li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .steps__list li:not(:last-child)::after {
    content: "---";
    height: inherit;
    left: -41px;
    top: 61px;
  }
  .steps__list li:nth-child(1)::after {
    content: "--";
    left: -25px;
    top: 42px;
  }
  .steps__list li:nth-child(2)::after {
    content: "----";
    left: -59px;
    top: 83px;
  }
  .steps__btn {
    width: 100%;
    margin-top: 2rem;
  }
}
.steps__title {
  text-align: center;
}
.faq {
  margin-top: 8rem;
}
@media (max-width: 1440px) {
  .faq {
    margin-top: 6rem;
  }
}
@media (max-width: 576px) {
  .faq {
    margin-top: 4rem;
  }
}
.faq__wrapper {
  margin-top: 3rem;
}
.faq__list {
  counter-reset: count 0;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 3em;
  margin-block-start: 3em;
}
.faq__block {
  border-radius: 2.5rem;
  border: 2px solid #e0e0e0;
  background: #fff;
  padding: 1.2rem 2rem;
  counter-increment: count 1;
}
.faq__block::before {
  content: counter(count, decimal) ".  ";
  float: left;
  color: var(--pink-color);
  font-size: 2rem;
  font-weight: 400;
  padding-right: 5px;
}
@media (max-width: 1440px) {
  .faq__block::before {
    font-size: 1.8rem;
  }
}
.faq__block.select .faq__sub-title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__block:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (max-width: 576px) {
  .faq__wrapper {
    margin-top: 1rem;
  }
  .faq__list {
    margin-top: 1.5rem;
  }
  .faq__block::before {
    font-size: 1.6rem;
    padding-right: 5px;
    display: none;
  }
  .faq__block {
    padding: 1rem;
  }
  .faq__block:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.faq__sub-title {
  color: var(--pink-color);
  font-size: 2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.faq__sub-title::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  display: block;
  background-image: url(../img/svg/accordion-arrow.svg);
  background-size: contain;
  width: 2rem;
  height: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq__answer {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 0;
  font-family: var(--font-family);
}
.faq__answer p {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 400;
}
.certificates {
  margin-top: 8rem;
}
@media (max-width: 1440px) {
  .faq__sub-title {
    font-size: 1.8rem;
  }
  .faq__answer p {
    font-size: 1.2rem;
  }
  .certificates {
    margin-top: 6rem;
  }
}
@media (max-width: 576px) {
  .faq__sub-title {
    position: relative;
    font-size: 1.4rem;
  }
  .faq__sub-title::after {
    width: 1.6rem;
    height: 1.2rem;
    position: absolute;
    right: -2px;
  }
  .faq__answer p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .certificates {
    margin-top: 4rem;
  }
}
.certificates__title {
  text-align: center;
  color: var(--black-color);
}
.certificates__list {
  position: relative;
}
.certificates__buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  top: 8rem;
  z-index: 100;
}
.certificates__buttons .certificates-button-next,
.certificates__buttons .certificates-button-prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.certificates__buttons .certificates-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.certificates__slider {
  margin-top: 3rem;
}
.certificates__slider .swiper-slide {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  .certificates__buttons {
    top: 7rem;
  }
  .certificates__slider .swiper-slide {
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .certificates__buttons {
    display: none;
  }
  .certificates__slider {
    margin-top: 2rem;
  }
  .certificates__slider .swiper-slide {
    max-width: 75%;
  }
}
.my-telegram {
  margin-top: 8rem;
}
@media (max-width: 1440px) {
  .my-telegram {
    margin-top: 6rem;
  }
}
@media (max-width: 576px) {
  .my-telegram {
    margin-top: 5rem;
  }
}
.my-telegram__title {
  text-align: center;
}
.my-telegram__desc {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: var(--pink-color);
  margin: 0.8rem 0 0;
}
.my-telegram__btn {
  background-color: var(--blue-color);
  max-width: 400px;
  border-radius: 2.5rem;
  margin: 8rem auto auto;
  position: relative;
  letter-spacing: 0.2rem;
}
@media (max-width: 1440px) {
  .my-telegram__desc {
    font-size: 2rem;
  }
  .my-telegram__btn {
    margin-top: 6rem;
  }
}
.my-telegram__btn::before {
  content: "";
  display: block;
  background-image: url(../img/clouds/telegram-1.png);
  background-size: contain;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 145px;
  height: 115px;
  position: absolute;
  top: -4rem;
  left: -11rem;
}
.my-telegram__btn::after {
  content: "";
  background-image: url(../img/clouds/telegram-2.png);
  background-size: contain;
  display: block;
  width: 130px;
  height: 137px;
  position: absolute;
  top: -5rem;
  right: -10rem;
}
.my-telegram__btn:active {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 576px) {
  .my-telegram__desc {
    font-size: 2rem;
  }
  .my-telegram__btn {
    margin-top: 5rem;
  }
  .my-telegram__btn::before {
    width: 96px;
    height: 75px;
    top: -5rem;
    left: -3rem;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .my-telegram__btn::after {
    width: 78px;
    height: 90px;
    position: absolute;
    top: -5rem;
    right: -2rem;
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
  }
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: var(--container-width);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 230;
  padding: 40px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 16px rgba(64, 68, 82, 0.12);
  box-shadow: 0 4px 16px rgba(64, 68, 82, 0.12);
  border-radius: 32px;
  height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal.modal--big {
  max-width: 890px;
}
.modal h2 {
  font-size: 2.5rem;
  margin: 1rem 0 0;
  color: var(--pink-color);
  text-align: center;
  font-weight: 400;
}
.modal.modal--response {
  text-align: center;
}
.modal.modal--response .button {
  margin-top: 32px;
}
.modal .title {
  white-space: inherit;
}
.modal__close {
  position: absolute;
  top: 22px;
  right: 40px;
  font-family: var(--font-title);
  color: var(--pink-color);
  font-size: 4rem;
  line-height: 4rem;
  cursor: pointer;
}
.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .modal h2 {
    font-size: 4rem;
  }
  .modal {
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    border-radius: 32px 32px 0 0;
    padding: 32px 16px;
  }
  .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal.active {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .modal--video.modal.active {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.modal--video {
  background-color: transparent;
  height: auto;
  aspect-ratio: 16/9;
  padding: 0 var(--container-offset);
}
.modal--video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.modal--form {
  padding: 1rem 10rem 5rem;
}
@media (max-width: 1024px) {
  .modal--form {
    padding: 1rem 2rem;
  }
}
.modal--form .modal__description {
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .modal h2 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
  .modal__close {
    font-size: 4rem;
    top: 0;
  }
  .modal--form {
    padding: 1rem;
  }
  .modal--form .modal__description {
    margin-top: 0.5rem;
  }
}
.form p {
  margin: 0;
}
.form input[type="submit"] {
  margin: auto;
  width: 20rem;
  border-radius: 10px;
  background: var(--pink-color);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  font-size: 1.2rem;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .form {
    margin-top: 1rem;
  }
  .form input[type="submit"] {
    width: 70%;
    padding: 15px 0;
    font-size: 1rem;
  }
}
.form__checkbox {
  font-family: var(--font-family);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.wpcf7-list-item {
  margin: 0;
}
.form__input-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.form__input-line label {
  font-weight: 400;
  font-size: 1.1rem;
  font-family: var(--font-family);
}
.form__input-line input,
.form__input-line textarea {
  outline: 0;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  padding: 0 10px;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-family: var(--font-family);
  width: 100%;
}
.form__input-line input {
  height: 3rem;
}
@media (max-width: 576px) {
  .form__input-line label {
    font-size: 1rem;
  }
  .form__input-line input,
  .form__input-line textarea {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    padding: 0 20px;
  }
  .form__input-line input {
    height: 3rem;
  }
  .form__input-line textarea {
    height: 8rem;
  }
}
.form__input-line textarea {
  padding: 20px 10px;
  max-height: 9rem;
}
.form__input-line:not(:last-child) {
  margin-bottom: 1.5rem;
}
.privacy-page {
  font-family: var(--font-family);
}
.privacy-page h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 50px 0;
}
.privacy-page h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 15px 0;
}
.privacy-page h3,
.privacy-page h4,
.privacy-page h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 15px 0;
}
.privacy-page p {
  margin: 15px 0;
  line-height: 24px;
  font-weight: 400;
}
.privacy__wrapper {
  margin-top: 10rem;
}
@media (max-width: 576px) {
  .form__input-line:not(:last-child) {
    margin-bottom: 1rem;
  }
  .privacy__wrapper {
    margin-top: 7rem;
  }
}
