/*
Theme Name: Siil
Version: 1.0
*/

@charset "UTF-8";
:root {
  --font-family: "IBM Plex Sans", sans-serif;
  --content-width: 1180px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-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-decoration, .input-reset::-webkit-search-cancel-button, .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);
}

.centered {
  text-align: center;
}

.dis-scroll {
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  background: #131d29;
  width: 10px;
  height: 10px;
}

.header {
  padding-top: 33px;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
}
.header .container {
  max-width: 1270px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .header__serch{
    display: none !important;
  }
  .header__login{
    font-size: 0px !important;
    gap:0 !important;
    padding:8px !important;
  }
}
.header__phone {
  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;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
}
.header__serch {
  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;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
}
.header__login {
  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: 5px;
  padding: 8px 22px;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #131d29;
}
.header__selector {
  max-width: 95px;
  width: 100%;
  padding: 8px;
  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: 8px;
  border-radius: 60px;
  background: #fff;
}
.header__select {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #448aff;
}
.header__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 22px;
  -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  border-radius: 60px;
  z-index: 3;
}
.header__wrapper {
  position: relative;
}
.header__pod {
  -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 90px;
  left: 0;
  height: 300px;
  border-radius: 0 0 60px 60px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header__pod--active {
  opacity: 1;
  visibility: visible;
}
.header__about {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 90px;
  border-radius: 0 0 19px 19px;
  background: #131d29;
}
@media (max-width: 1024px) {
  .header__about {
    display: none;
  }
}
.header__about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px 20px 30px;
}
.header__about-name {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.header__about-link {
  display: block;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__about-link:hover {
  color: #448aff;
}
.header__about-btn {
  width: 100%;
  padding: 5px;
  border: 1px solid #448aff;
  border-radius: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .header__box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__burger {
  width: 18px;
  height: 15px;
  background-image: url(../img/burger.svg);
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.header__item svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__item svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__item:hover .header__sublist {
  opacity: 1;
  visibility: visible;
}
.header__item:hover .header__link {
  color: #448aff;
}
.header__item:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__item:hover svg path {
  stroke: #448aff;
}
.header__sublist {
  position: absolute;
  z-index: 3;
  top: 60px;
  padding-top: 40px;
  margin-top: -40px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  width: max-content;
}
.header__sublink {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__sublink:hover {
  color: #448aff;
}
.header__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__btn {
  max-width: 180px;
  width: 100%;
  padding: 6px;
  background: #448aff;
  border: 1px solid #448aff;
  border-radius: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__btn:hover {
  background-color: #FFF;
  color: #448aff;
}
@media (max-width: 768px) {
  .header__btn {
    display: none;
  }
}

.hero {
  margin-bottom: 46px;
}
.hero__wrap {
  padding-top: 228px;
  padding-bottom: 143px;
  position: relative;
}
.hero__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}
.hero__wrap .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__wrap {
    padding-top: 190px;
    padding-bottom: 45px;
  }
}
.hero__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .hero__descr {
    font-size: 14px;
  }
  .hero__descr svg {
    width: 10px;
    height: 10px;
  }
}
.hero__title {
  max-width: 860px;
  margin: 0;
  margin-bottom: 21px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  line-height: 105%;
  color: #000;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.hero__text {
  max-width: 580px;
  margin: 0;
  margin-bottom: 41px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #000;
}
@media (max-width: 768px) {
  .hero__text {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .hero__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__link {
  border-radius: 26px 6px;
  padding: 12px 64px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero__link:hover {
  color: #448aff;
  background: #fff;
}
.hero__btn {
  border-radius: 26px 6px;
  padding: 12px 64px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #448aff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero__btn:hover {
  color: #fff;
  background: #448aff;
}
.hero__inner {
  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;
}
@media (max-width: 768px) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
.hero__wrapper {
  border-radius: 0 0 60px 60px;
  background: #f4f6f8;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .hero__wrapper {
    padding: 30px 0;
  }
}
.hero__try {
  max-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #131d29;
}
.hero__try svg {
  min-width: 60px;
}
@media (max-width: 576px) {
  .hero__try {
    font-size: 18px;
    gap: 15px;
  }
}
.hero__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .hero__block {
    width: 100%;
  }
}
.hero__box {
  border: 1px solid #131d29;
  border-radius: 8px;
  background: #fff;
  padding: 13px 15px;
}
@media (max-width: 768px) {
  .hero__box {
    width: 100%;
  }
}
.hero__name {
  margin: 0;
  margin-bottom: 3px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #131d29;
}
.hero__date {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #131d29;
}
@media (max-width: 768px) {
  .hero__date {
    font-size: 22px;
  }
}
.hero__all {
  max-width: 210px;
  width: 100%;
  padding: 6px;
  border-radius: 60px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .hero__all {
    max-width: inherit;
    width: 100%;
  }
}

.programs {
  margin-bottom: 120px;
}
.programs--about {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .programs--about {
    padding-top: 50px;
  }
}
.programs__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .programs__descr {
    font-size: 14px;
  }
}
.programs__title {
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .programs__title {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.programs__swiper .swiper-slide {
  max-width: 380px;
}
.programs__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .programs__top {
    margin-bottom: 18px;
  }
}
.programs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.programs__btns .swiper-button-disabled {
  opacity: 0.25;
}
@media (max-width: 768px) {
  .programs__btns {
    display: none;
  }
}
.programs__prev {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.programs__next {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.programs .tabs__panel {
  display: none;
}
.programs .tabs__panel--active {
  display: block;
}
.programs .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .programs .tabs__nav {
    overflow-x: scroll;
    width: 100%;
  }
}
.programs .tabs__top {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .programs .tabs__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 25px;
    margin-bottom: 20px;
  }
}
.programs .tabs__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  border: 1px solid #192024;
  border-radius: 6px;
  padding: 10px 22px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #192024;
}
@media (max-width: 768px) {
  .programs .tabs__nav-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.programs .tabs__nav-btn span {
  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;
  width: 26px;
  height: 26px;
  background-color: #448aff;
  border-radius: 50%;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 170%;
  font-size: 16px;
  color: #fff;
}
.programs .tabs__nav-btn--active {
  border: 1px solid #448aff;
  background: #448aff;
  border-radius: 6px 26px;
  color: #fff;
}
.programs .tabs__nav-btn--active span {
  color: #448aff;
  background-color: #FFF;
}
.programs__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .programs__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .programs__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.programs__item {
  border-radius: 15px;
  background: #f4f6f8;
  display: block;
}
.programs__item img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 253px;
}
.programs__inner {
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 176px;
  position: relative;
}
@media (max-width: 768px) {
  .programs__inner {
    padding: 20px;
  }
}
.programs__name {
  margin: 0;
  margin-bottom: 5px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #192024;
  opacity: 0.5;
}
.programs__name--accent {
  max-width: 210px;
}
.programs__subtitle {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #192024;
}
.programs__subtitle--accent {
  margin-bottom: 5px;
}
.programs__link {
  position: absolute;
  left: 25px;
  bottom: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #448aff;
}
@media (max-width: 768px) {
  .programs__link {
    left: 20px;
    bottom: 20px;
  }
}
.programs__select {
  max-width: 225px;
  width: max-content;
  height: fit-content;
  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: 6px;
  -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 60px;
  background: #131d29;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.features {
  padding: 120px 0;
  background: #f4f6f8;
  overflow: hidden;
}
@media (max-width: 768px) {
  .features {
    padding: 100px 0;
  }
}
.features--accent {
  padding-top: 232px;
}
@media (max-width: 768px) {
  .features--accent {
    padding-top: 190px;
  }
}
.features__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .features__descr {
    font-size: 14px;
  }
}
.features__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .features__title {
    font-size: 30px;
  }
}
.features__box {
  max-width: 680px;
}
.features__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .features__top {
    margin-bottom: 20px;
    flex-direction: column;
    gap:20px;
    align-items: start !important;
  }
}
.features__top--accent {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.features__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .features__btns {
    display: none;
  }
  .single-program .features__btns {
    display: flex;
  }
}
.features__btns .swiper-button-disabled {
  opacity: 0.25;
}
.features__prev {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.features__next {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.features__swiper {
  overflow: visible !important;
}
.features__swiper .swiper-slide {
  max-width: 680px;
}
.features__item {
  overflow: hidden;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  height: 408px;
}
@media (max-width: 768px) {
  .features__item {
    padding: 20px;
    height: 318px;
  }
}
.features__item img {
  display: block;
  position: absolute;
  height: 408px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .features__item img {
    display: none;
  }
}
.features__subtitle {
  max-width: 360px;
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 129%;
  color: #192024;
}
@media (max-width: 768px) {
  .features__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.features__text {
  max-width: 360px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #192024;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .features__text {
    font-size: 15px;
  }
}
.features__pag {
  display: none;
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .features__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.trust {
  background: #f4f6f8;
  padding-bottom: 120px;
  margin-bottom: 106px;
}
@media (max-width: 768px) {
  .trust {
    padding-bottom: 100px;
    margin-bottom: 102px;
  }
}
.trust--accent {
  margin: 0;
}
.trust__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .trust__descr {
    font-size: 14px;
  }
}
.trust__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .trust__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.trust__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .trust__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.trust__item {
  max-width: 380px;
  width: 100%;
  height: 184px;
  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: #fff;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .trust__item {
    padding: 30px;
  }
}

.savings {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .savings {
    margin-bottom: 100px;
  }
}
.savings .container {
  padding: 0;
}
.savings__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .savings__descr {
    font-size: 14px;
    padding: 0 15px;
  }
}
.savings__title {
  max-width: 625px;
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .savings__title {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .savings__swiper {
    padding: 0 15px;
  }
}
.savings__swiper .swiper-slide {
  max-width: 280px;
}
.savings__item {
  border-radius: 15px;
  background: #f4f6f8;
}
.savings__inner {
  position: relative;
  padding: 25px;
  height: 246px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .savings__inner {
    height: 222px;
    padding: 20px;
  }
}
.savings__subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #192024;
}
.savings__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #192024;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .savings__text {
    font-size: 15px;
  }
}
.savings__link {
  position: absolute;
  left: 25px;
  bottom: 25px;
  max-width: 230px;
  width: 100%;
  padding: 11px;
  border: 1px solid #448aff;
  border-radius: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #448aff;
}
@media (max-width: 768px) {
  .savings__link {
    left: 20px;
    bottom: 20px;
    max-width: 240px;
  }
}

.question {
  margin-bottom: 120px;
}
.question--social {
  background: #f4f6f8;
  margin: 0;
  padding-bottom: 120px;
}
.question--platform {
  padding-top: 232px;
}
@media (max-width: 768px) {
  .question--platform {
    padding-top: 190px;
  }
}
.question--platform .question__descr {
  margin-bottom: 20px;
}
.question--academ {
  padding-top: 232px;
}
@media (max-width: 768px) {
  .question--academ {
    padding-top: 190px;
  }
}
.question--academ .question__text {
  max-width: 700px;
}
.question--accent {
  background: #f4f6f8;
  margin-bottom: 0px;
  padding-bottom: 120px;
}
.question--accent .question__subtitle {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 768px) {
  .question--accent .question__subtitle {
    font-size: 20px;
  }
}
.question--community {
  margin-bottom: 0px;
  padding-bottom: 120px;
}
.question--community .question__subtitle {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 768px) {
  .question--community .question__subtitle {
    font-size: 20px;
  }
}
.question__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .question__descr {
    font-size: 14px;
  }
}
.question__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .question__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.question__item {
  padding: 26px 0;
  border-bottom: 1px solid rgba(19, 29, 41, 0.5);
  overflow: hidden;
}
.question__item:first-child {
  border-top: 1px solid rgba(19, 29, 41, 0.5);
}
.question__btn {
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #131d29;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.question__btn:hover {
  border: 1px solid #448aff;
}
.question__btn:hover svg path {
  stroke: #448aff;
}
.question__btn svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.question__btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.question__btn--active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .question__btn {
    min-width: 30px;
    height: 30px;
  }
  .question__btn svg {
    width: 14px;
    height: 6px;
  }
}
.question__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .question__subtitle {
    font-size: 20px;
  }
}
.question__span {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .question__span {
    font-size: 20px;
  }
}
.question__span a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #448aff;
}
.question__span:last-child {
  margin: 0;
}
.question__text {
  max-width: 700px;
  margin: 0;
  padding-right: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.question__text--active {
  margin-top: 25px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  .question__text {
    font-size: 15px;
  }
}
.question__inner {
  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;
  gap: 20px;
}
.question__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: 20px;
  margin-bottom: 40px;
}
.question__list:last-child {
  margin: 0;
}
.question__list-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.question__list-second .question__list-item {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 768px) {
  .question__list-second .question__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.question__list-second .question__list-item::before {
  content: "";
  display: none;
}
.question__accent {
  margin: 0;
  margin-bottom: 35px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .question__accent {
    font-size: 20px;
  }
}
.question__count {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #448aff;
}
@media (max-width: 768px) {
  .question__count {
    font-size: 18px;
  }
}
.question__list-item {
  padding-left: 26px;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .question__list-item {
    font-size: 18px;
  }
}
.question__list-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #448aff;
}
.question .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .question .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
  }
}
.question .tabs--accent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.question .tabs--accent .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  gap: 20px;
}
.question .tabs--accent .tabs__nav-btn {
  margin: 0;
}
.question .tabs--accent .tabs__content {
  max-width: inherit;
}
.question .tabs__nav {
  max-width: 221px;
  width: 100%;
}
@media (max-width: 768px) {
  .question .tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    max-width: inherit;
    gap: 20px;
  }
}
.question .tabs__nav-btn {
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #131d29;
  border-radius: 6px;
  padding: 10px 22px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .question .tabs__nav-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
}
.question .tabs__nav-btn--active {
  border: 1px solid #448aff;
  border-radius: 6px 26px;
  background: #448aff;
  color: #FFF;
}
.question .tabs__content {
  max-width: 880px;
  width: 100%;
}
.question .tabs__panel {
  display: none;
}
.question .tabs__panel--active {
  display: block;
}

.post-section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .post-section {
    margin-bottom: 100px;
  }
}
.post-section--news {
  padding-top: 232px;
}
@media (max-width: 768px) {
  .post-section--news {
    padding-top: 190px;
  }
}
.post-section__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .post-section__descr {
    font-size: 14px;
  }
}
.post-section__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .post-section__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.post-section__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .post-section__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-section__item {
  position: relative;
  max-width: 380px;
  width: 100%;
  height: 300px;
  padding: 20px 25px;
  background: #f4f6f8;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .post-section__item {
    max-width: inherit;
    padding: 20px;
  }
}
.post-section__item {
  background-color: #000000;
}
.post-section__item img {
  opacity: 0.5;
}
.post-section__item .post-section__link {
  opacity: 1;
  color: #fff;
}
.post-section__item .post-section__date {
  color: #fff;
  opacity: 1;
}
.post-section__item .post-section__subtitle {
  color: #fff;
}
.post-section__item img {
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.post-section__date {
  position: relative;
  z-index: 2;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #131d29;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .post-section__date {
    margin-bottom: 15px;
    opacity: 1;
  }
}
.post-section__subtitle {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .post-section__subtitle {
    font-size: 20px;
  }
}
.post-section__link {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #131d29;
  opacity: 1;
}
.post-section__btn {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 280px;
  width: 100%;
  border: 1px solid #448aff;
  border-radius: 26px 6px;
  padding: 12px 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #448aff;
  text-align: center;
}
@media (max-width: 576px) {
  .post-section__btn {
    max-width: inherit;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-111%, rgb(68, 138, 255)), color-stop(99.69%, rgba(68, 138, 255, 0)), to(rgba(68, 138, 255, 0)));
  background: linear-gradient(180deg, rgb(68, 138, 255) -111%, rgba(68, 138, 255, 0) 99.69%, rgba(68, 138, 255, 0) 100%);
  padding: 60px 0;
}
.footer__top {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(19, 29, 41, 0.5);
}
@media (max-width: 768px) {
  .footer__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.footer__descr {
  margin: 0;
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #448aff;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.footer__nav {
  max-width: 830px;
}
.footer__item {
  position: relative;
}
.footer__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__row:nth-child(1) {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .footer__row:nth-child(1) {
    margin-bottom: 30px;
  }
}
.footer__row:nth-child(2) .footer__item:nth-child(1) {
  top: -35px;
}
@media (max-width: 768px) {
  .footer__row:nth-child(2) .footer__item:nth-child(1) {
    top: 0px;
  }
}
.footer__row:nth-child(2) .footer__item:nth-child(3) {
  top: -102px;
}
@media (max-width: 768px) {
  .footer__row:nth-child(2) .footer__item:nth-child(3) {
    top: 0px;
  }
}
.footer__name {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #131d29;
}
.footer__link {
  display: block;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #131d29;
}
.footer__link:last-child {
  margin: 0;
}
.footer__block {
  max-width: 280px;
}
@media (max-width: 576px) {
  .footer__block {
    max-width: inherit;
  }
}
.footer__box {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(19, 29, 41, 0.5);
  margin-bottom: 30px;
}
.footer__box:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(19, 29, 41, 0.5);
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .footer__box:first-child {
    padding-top: 30px;
    border-top: 1px solid rgba(19, 29, 41, 0.5);
  }
}
.footer__subtitle {
  margin: 0;
  margin-bottom: 23px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #131d29;
}
@media (max-width: 576px) {
  .footer__subtitle {
    margin-bottom: 15px;
  }
}
.footer__rating-link {
  display: block;
  margin: 0;
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #131d29;
  opacity: 0.5;
}
.footer__accent {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #131d29;
}
.footer__phone {
  display: block;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #131d29;
}
.footer__time {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #131d29;
  opacity: 0.5;
}
.footer__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #FFF;
  z-index: 1000;
  overflow: scroll;
}
.menu--active {
  opacity: 1;
  visibility: visible;
}
.menu__top {
  padding-top: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .menu__top {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.menu__item {
  position: relative;
}
.menu__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .menu__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
}
.menu__row:nth-child(1) {
  margin-bottom: 30px;
}
.menu__row:nth-child(2) .menu__item:nth-child(1) {
  top: -150px;
}
@media (max-width: 768px) {
  .menu__row:nth-child(2) .menu__item:nth-child(1) {
    top: 0px;
  }
}
.menu__row:nth-child(2) .menu__item:nth-child(2) {
  top: -135px;
}
@media (max-width: 768px) {
  .menu__row:nth-child(2) .menu__item:nth-child(2) {
    top: 0px;
  }
}
.menu__row:nth-child(2) .menu__item:nth-child(3) {
  /* top: -125px; */
}
@media (max-width: 768px) {
  .menu__row:nth-child(2) .menu__item:nth-child(3) {
    top: 0px;
  }
}
.menu__name {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #212121;
}
.menu__link {
  display: block;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #448aff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__link:hover {
  color: #131d29;
}
.menu__link:last-child {
  margin: 0;
}

.aside {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .aside {
    display: none;
  }
}
.aside__item {
  width: 80px;
  height: 60px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 1px;
  background-color: #FFF;
}
.aside__link {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aside__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  color: #131d29;
}

.hero-second {
  padding-top: 232px;
  padding-bottom: 93px;
  background-image: url(../img/hero-second-bg.webp);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 240px;
  background-color: #F4F6F8;
  position: relative;
}
.hero-second:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f4f6f8), color-stop(45%, #ffffff), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #f4f6f8 0%, #ffffff 45%, rgba(255, 255, 255, 0) 75%);
}
@media (max-width: 768px) {
  .hero-second:after {
    height: 300px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.21%, #f4f6f8), color-stop(7.39%, #ffffff), color-stop(13.39%, rgba(255, 255, 255, 0.5)), color-stop(20.75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #f4f6f8 0.21%, #ffffff 7.39%, rgba(255, 255, 255, 0.5) 13.39%, rgba(255, 255, 255, 0) 20.75%);
  }
}
.hero-second--1 {
  background-image: url(../img/hero-second-bg-1.webp);
}
.hero-second--2 {
  background-image: url(../img/hero-second-bg-2.webp);
}
.hero-second--3 {
  background-image: url(../img/hero-second-bg-3.webp);
}
.hero-second--4 {
  background-image: url(../img/hero-second-bg-4.webp);
}
.hero-second--5 {
  background-image: url(../img/hero-second-bg-5.webp);
}
.hero-second--6 {
  background-image: url(../img/hero-second-bg-6.webp);
}
.hero-second--7 {
  background-image: url(../img/hero-second-bg-7.webp);
}
@media (max-width: 768px) {
  .hero-second {
    padding-top: 316px;
    background-size: 100% 300px;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 100px;
  }
}
.hero-second__descr {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .hero-second__descr {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.hero-second__title {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: 36px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  line-height: 105%;
  color: #131d29;
}
@media (max-width: 768px) {
  .hero-second__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.hero-second__btn {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 34px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-second__btn {
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.hero-second__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-second__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero-second__text {
  max-width: 280px;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: #131d29;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-second__text {
    max-width: inherit;
  }
}

.about-program {
  margin-bottom: 140px;
}
.about-program__descr {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .about-program__descr {
    font-size: 14px;
  }
}
.about-program__title {
  max-width: 430px;
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #131d29;
}
@media (max-width: 768px) {
  .about-program__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.about-program__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .about-program__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-program__text {
  max-width: 677px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .about-program__text {
    font-size: 18px;
  }
}
.about-program__accent {
  max-width: 480px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .about-program__accent {
    font-size: 15px;
  }
}
.about-program__content {
  position: relative;
  max-width: 1180px;
  width: 100%;
  border-radius: 15px;
  height: 687px;
}
@media (max-width: 768px) {
  .about-program__content {
    height: auto;
  }
}
.about-program__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .about-program__play svg {
    width: 57px;
    height: 57px;
  }
}
.about-program__video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.admission {
  padding: 130px 0;
  margin-bottom: 120px;
  background: #f4f6f8;
  position: relative;
}
@media (max-width: 768px) {
  .admission {
    padding: 100px 0;
  }
}
.admission::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 672px;
  height: 613px;
  background-image: url(../img/admission-bg-1.png);
  background-size: cover;
}
@media (max-width: 768px) {
  .admission::after {
    display: none;
  }
}
.admission--community {
  padding: 60px 0 92px 0;
}
.admission--community::after {
  content: "";
  width: 717px;
  height: 656px;
  background-image: url(../img/admission-bg-2.webp);
}
@media (max-width: 768px) {
  .admission--community::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .admission--community {
    padding: 50px 0 92px 0;
  }
}
.admission__content {
  max-width: 580px;
}
.admission__descr {
  margin: 0;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .admission__descr {
    font-size: 14px;
  }
}
.admission__title {
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .admission__title {
    font-size: 30px;
  }
}
.admission__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .admission__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    margin-bottom: 15px;
  }
}
.admission__accent {
  border: 1px solid #448aff;
  border-radius: 39px;
  padding: 6px 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  text-transform: uppercase;
  color: #131d29;
}
.admission__subtitle {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #131d29;
}
.admission__text {
  margin: 0;
  margin-bottom: 35px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .admission__text {
    margin-bottom: 25px;
  }
}
.admission__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .admission__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.admission__btn {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 14px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.admission__btn:hover {
  background: #fff;
  color: #448aff;
}
@media (max-width: 768px) {
  .admission__btn {
    max-width: inherit;
  }
}
.admission__link {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 14px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #448aff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.admission__link:hover {
  background: #448aff;
  color: #fff;
}
@media (max-width: 768px) {
  .admission__link {
    max-width: inherit;
  }
}

.plan {
  margin-bottom: 120px;
  overflow: hidden;
}
.plan__descr {
  margin: 0;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .plan__descr {
    font-size: 14px;
  }
}
.plan__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .plan__title {
    font-size: 30px;
  }
}
.plan__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.plan__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.plan__btns .swiper-button-disabled {
  opacity: 0.25;
}
@media (max-width: 768px) {
  .plan__btns {
    display: none;
  }
}
.plan__prev {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.plan__next {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.plan__swiper {
  overflow: visible !important;
  margin-bottom: 45px;
}
.plan__swiper .swiper-slide {
  max-width: 580px;
}
@media(max-width:768px){
  .plan__swiper .swiper-slide{
    max-width: 100%;
  }
}
.plan__item {
  background: #f4f6f8;
  border-radius: 15px;
  padding: 40px;
  height: 272px;
}
@media (max-width: 768px) {
  .plan__item {
    padding: 20px;
  }
}
.plan__subtitle {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #192024;
}
@media (max-width: 768px) {
  .plan__subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.plan__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #192024;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .plan__text {
    font-size: 15px;
  }
}
.plan__btn {
  display: block;
  margin: 0 auto;
  width: fit-content;
  border-radius: 26px 6px;
  padding: 12px 55px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .plan__btn {
    max-width: inherit;
    width: 100%;
  }
}

.advantages {
  background: #f4f6f8;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .advantages {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.advantages__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .advantages__descr {
    font-size: 14px;
  }
}
.advantages__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .advantages__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.advantages__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .advantages__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages__item {
  padding: 32px 38px;
  background: linear-gradient(170deg, rgba(68, 138, 255, 0.5) 0%, rgb(255, 255, 255) 45%);
  border-radius: 15px;
  height: 222px;
}
@media (max-width: 768px) {
  .advantages__item {
    padding: 20px;
    height: 160px;
  }
}
.advantages__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #131d29;
}
@media (max-width: 768px) {
  .advantages__text {
    font-size: 20px;
  }
}

.documents {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .documents {
    margin-bottom: 100px;
  }
  .documents .container {
    padding: 0;
  }
}
.documents--accent {
  margin-bottom: 0px;
  padding-bottom: 120px;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .documents--accent {
    padding-bottom: 100px;
  }
}
.documents--doc {
  padding-top: 232px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .documents--doc {
    padding-top: 190px;
    margin-bottom: 100px;
  }
}
.documents__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .documents__descr {
    font-size: 14px;
    padding: 0 15px;
  }
}
.documents__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .documents__title {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.documents__title--doc {
  max-width: 700px;
}
.documents__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .documents__content {
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
  }
}
.documents__item {
  position: relative;
  height: 326px;
  padding: 20px;
  background-image: url(../img/documents-bg.svg);
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.documents__item:hover{
  transform: translateY(-15px);
}
@media (max-width: 768px) {
  .documents__item {
    min-width: 280px;
  }
}
.documents__subtitle {
  max-width: 210px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #131d29;
}
.documents__name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  color: #131d29;
}
.documents__link {
  position: absolute;
  right: 20px;
  bottom: 28px;
}

.data {
  margin-bottom: 100px;
}
.data__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
.data__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .data__wrap {
    overflow-x: scroll;
  }
}
.data__table {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .data__table {
    width: 810px;
  }
}
.data__table::before {
  content: "";
  position: absolute;
  left: 400px;
  top: 0;
  border-radius: 15px;
  width: 180px;
  height: 100%;
  background: linear-gradient(135deg, #448aff 0%, #8829bf 50%, #e70f00 100%);
}
@media (max-width: 768px) {
  .data__table::before {
    left: 178px;
    width: 150px;
  }
}
.data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data__row:nth-child(1) {
  padding: 20px 0;
}
.data__row:nth-child(2) {
  border-bottom: 1px solid rgba(19, 29, 41, 0.1);
}
.data__row:nth-child(4) {
  border-radius: 15px;
  background: rgba(68, 138, 255, 0.1);
}
.data__row:nth-child(6) {
  border-radius: 15px;
  background: rgba(68, 138, 255, 0.1);
}
.data__row:nth-child(7) {
  padding-bottom: 15px;
}
.data__row .data__col:not(:first-child) {
  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;
}
.data__row .data__col:nth-child(1) {
  max-width: 400px;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .data__row .data__col:nth-child(1) {
    width: 178px;
    padding: 20px 10px;
  }
}
.data__row .data__col:nth-child(2) {
  max-width: 180px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .data__row .data__col:nth-child(2) {
    max-width: 140px;
    padding: 0px 20px;
  }
}
.data__row .data__col:nth-child(2) .data__text {
  color: #fff;
  position: relative;
  z-index: 2;
}
.data__row .data__col:nth-child(2) img {
  position: relative;
  z-index: 2;
}
.data__row .data__col:nth-child(2) svg {
  position: relative;
  z-index: 2;
}
.data__row .data__col:nth-child(3) {
  max-width: 200px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .data__row .data__col:nth-child(3) {
    max-width: 140px;
    padding: 0px 20px;
  }
}
.data__row .data__col:nth-child(4) {
  max-width: 200px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .data__row .data__col:nth-child(4) {
    max-width: 140px;
    padding: 0px 20px;
  }
}
.data__row .data__col:nth-child(5) {
  max-width: 200px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .data__row .data__col:nth-child(5) {
    max-width: 140px;
    padding: 0px 20px;
  }
}
.data__col {
  width: 100%;
}
.data__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #131d29;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .data__text {
    font-size: 15px;
  }
}
.data__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #131d29;
}
@media (max-width: 768px) {
  .data__subtitle {
    font-size: 15px;
  }
}
.data__wrapper {
  padding: 20px 20px 0 20px;
  border-top: 1px solid rgba(19, 29, 41, 0.5);
}
@media (max-width: 768px) {
  .data__wrapper {
    padding: 20px 0px 0 0px;
  }
}
.data__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #131d29;
}
@media (max-width: 768px) {
  .data__price {
    font-size: 30px;
  }
}
.data__price span {
  display: block;
  margin-top: 9px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #131d29;
}
.data .tabs__panel {
  display: none;
}
.data .tabs__panel--active {
  display: block;
}
.data .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.data .tabs__nav-btn {
  border: 1px solid #192024;
  border-radius: 6px;
  padding: 10px 22px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #192024;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.data .tabs__nav-btn--active {
  border-radius: 6px 26px;
  background: #428bff;
  border: 1px solid #428bff;
  color: #feffff;
}

.stayed {
  padding: 120px 0;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .stayed {
    padding: 100px 0;
  }
}
.stayed__wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding: 125px 0 147px 0;
  border-radius: 30px;
  background-image: url(../img/stayed-bg.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .stayed__wrapper {
    padding: 40px 0;
  }
}
.stayed__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .stayed__descr {
    font-size: 14px;
  }
}
.stayed__title {
  max-width: 680px;
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .stayed__title {
    font-size: 30px;
  }
}
.stayed__text {
  max-width: 580px;
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  color: #000;
}
@media (max-width: 768px) {
  .stayed__text {
    font-size: 15px;
    margin-bottom: 50px;
  }
}
.stayed__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .stayed__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.stayed__btn {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 14px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stayed__btn:hover {
  background: #FFF;
  color: #448aff;
}
@media (max-width: 768px) {
  .stayed__btn {
    max-width: inherit;
  }
}
.stayed__link {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 14px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #448aff;
  text-align: center;
}
.stayed__link:hover {
  background: #448aff;
  color: #FFF;
}
@media (max-width: 768px) {
  .stayed__link {
    max-width: inherit;
  }
}

.faculty {
  padding-top: 232px;
  padding-bottom: 150px;
  background-image: url(../img/faculty-bg-1.webp);
  background-size: cover;
  height: 740px;
}
@media (max-width: 768px) {
  .faculty {
    padding-top: 190px;
    height: 600px;
  }
}
.faculty--management {
  background-image: url(../img/faculty-bg-2.webp);
}
.faculty__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .faculty__descr {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.faculty__title {
  max-width: 920px;
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  line-height: 105%;
  color: #fff;
}
@media (max-width: 768px) {
  .faculty__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.faculty__text {
  max-width: 580px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #fff;
}
.faculty__btn {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 14px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .faculty__btn {
    max-width: inherit;
  }
}
.faculty__btn:hover {
  background: #FFF;
  color: #448aff;
}

.team {
  margin-bottom: 120px;
  padding-top: 120px;
  padding-bottom: 105px;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .team {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
.team--accent {
  padding-top: 232px;
  background: inherit;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .team--accent {
    padding-top: 190px;
  }
  .team--accent .container {
    padding: 0;
  }
  .team--accent .team__title {
    padding: 0 15px;
  }
  .team--accent .team__descr {
    padding: 0 15px;
  }
  .team--accent .team__content {
    padding: 0 15px;
  }
  .team--accent .tabs__nav {
    padding: 0 15px;
  }
}
.team--support {
  margin: 0;
  padding: 0;
  padding-bottom: 120px;
}
.team--support .team__content {
  margin: 0;
}
.team--support .team__title {
  max-width: 750px;
}
.team--commission {
  padding-bottom: 120px;
  margin: 0;
  padding-top: 0px;
}
.team--commission .team__content {
  margin: 0;
}
.team__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .team__descr {
    font-size: 14px;
  }
}
.team__title {
  max-width: 700px;
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .team__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.team__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .team__content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .team__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .team__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.team__item {
  width: 100%;
}
.team__item img {
  border-radius: 15px;
  height: 280px;
  margin-bottom: 20px;
  display: block;
}
.team__poz {
  margin: 0;
  margin-bottom: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #192024;
}
.team__poz--accent {
  margin: 0;
}
.team__span {
  margin: 0;
  margin-bottom: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #448aff;
}
.team__name {
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #192024;
}
@media (max-width: 768px) {
  .team__name {
    font-size: 20px;
  }
}
.team__link {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #448aff;
}
.team__link--accent {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .team__link {
    font-size: 15px;
  }
}
.team__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .team__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.team__list-item {
  border-radius: 15px;
  background: #fff;
  padding: 40px;
}
@media (max-width: 768px) {
  .team__list-item {
    padding: 20px;
  }
}
.team__list-title {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 129%;
  color: #192024;
}
@media (max-width: 768px) {
  .team__list-title {
    font-size: 20px;
  }
}
.team__list-text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #192024;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .team__list-text {
    font-size: 15px;
  }
}
.team__tg {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #131d29;
}
.team__tg a {
  color: #448aff;
}
.team__text {
  max-width: 660px;
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .team .tabs .team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .team .tabs .team__item {
    min-width: 280px;
  }
}
.team .tabs__panel {
  display: none;
}
.team .tabs__panel--active {
  display: block;
}
.team .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .team .tabs__nav {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
}
.team .tabs__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  border: 1px solid #192024;
  border-radius: 6px;
  padding: 10px 22px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #192024;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .team .tabs__nav-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.team .tabs__nav-btn--active {
  border: 1px solid #448aff;
  background: #448aff;
  border-radius: 6px 26px;
  color: #fff;
}
.team .tabs__nav-btn--active span {
  color: #448aff;
  background-color: #FFF;
}

.procedure {
  /* padding-top: 232px;
  padding-bottom: 120px; */
  padding: 120px 0;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .procedure {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.procedure--support {
  padding-top: 0px;
}
.procedure--support .procedure__title {
  font-size: 30px;
  margin-bottom: 30px;
}
.procedure__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .procedure__descr {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.procedure__title {
  max-width: 700px;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .procedure__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.procedure__subtitle {
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .procedure__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.procedure__subtitle--accent {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .procedure__subtitle--accent {
    margin-bottom: 100px;
  }
}
.procedure__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .procedure__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.procedure__item {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .procedure__item {
    padding: 20px;
  }
}
.procedure__count {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #448aff;
}
@media (max-width: 768px) {
  .procedure__count {
    font-size: 20px;
  }
}
.procedure__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #131d29;
}
@media (max-width: 768px) {
  .procedure__text {
    font-size: 15px;
  }
}
.procedure__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #448aff;
}

.rating {
  padding-top: 232px;
  background: #f4f6f8;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .rating {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.rating__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .rating__descr {
    font-size: 14px;
  }
}
.rating__title {
  max-width: 850px;
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .rating__title {
    font-weight: 600;
    font-size: 40px;
  }
}
.rating__wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 60px;
}
@media (max-width: 768px) {
  .rating__wrapper {
    padding: 40px 20px;
  }
}
.rating__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .rating__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .rating__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.rating__item {
  background: #131d29;
  border-radius: 15px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.rating__count {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 105%;
  letter-spacing: -0.03em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(86.5%, #448aff));
  background: linear-gradient(180deg, #fff 0%, #448aff 86.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating__accent {
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 105%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(86.5%, #448aff));
  background: linear-gradient(180deg, #fff 0%, #448aff 86.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating__name {
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 105%;
  color: #fff;
}
.rating__link {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 105%;
  color: #fff;
}
.rating__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -1px;
  background-color: #448aff;
}

.reviews {
  padding-bottom: 120px;
  background: #f4f6f8;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reviews {
    padding-bottom: 100px;
  }
}
.reviews__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .reviews__descr {
    font-size: 14px;
  }
}
.reviews__title {
  max-width: 850px;
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .reviews__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reviews__top {
    margin: 0;
  }
}
.reviews__swiper {
  overflow: visible !important;
}
.reviews__swiper .swiper-slide {
  max-width: 580px;
}
.reviews__item {
  border-radius: 15px;
  background: #fff;
  padding: 40px;
}
@media (max-width: 768px) {
  .reviews__item {
    padding: 20px;
  }
}
.reviews__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .reviews__block {
    gap: 15px;
    margin-bottom: 30px;
  }
  .reviews__block img {
    width: 50px;
    height: 50px;
  }
}
.reviews__name {
  margin: 0;
  margin-bottom: 5px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #192024;
}
@media (max-width: 768px) {
  .reviews__name {
    font-size: 20px;
  }
}
.reviews__poz {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #192024;
  opacity: 0.5;
}
.reviews__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#192024), to(rgba(25, 32, 36, 0)));
  background: linear-gradient(180deg, #192024 0%, rgba(25, 32, 36, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 160px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reviews__text {
    font-size: 14px;
  }
}
.reviews__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 18px;
}
.reviews__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.reviews__btns .swiper-button-disabled {
  opacity: 0.25;
}
@media (max-width: 768px) {
  .reviews__btns {
    display: none;
  }
}
.reviews__prev {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.reviews__next {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}

.history {
  padding-bottom: 120px;
  background: #f4f6f8;
  overflow: hidden;
}
@media (max-width: 768px) {
  .history {
    padding-bottom: 100px;
  }
}
.history__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .history__descr {
    font-size: 14px;
  }
}
.history__title {
  max-width: 850px;
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .history__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.history__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .history__top {
    margin: 0;
  }
}
.history__swiper {
  overflow: visible !important;
}
.history__swiper .swiper-slide {
  max-width: 280px;
}
.history__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.history__btns .swiper-button-disabled {
  opacity: 0.25;
}
@media (max-width: 768px) {
  .history__btns {
    display: none;
  }
}
.history__prev {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.history__next {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.history__inner {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .history__inner {
    height: 390px;
  }
}
.history__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.history__video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.history__name {
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #192024;
}
@media (max-width: 768px) {
  .history__name {
    font-size: 20px;
  }
}
.history__poz {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #192024;
  opacity: 0.5;
}

.transfer {
  padding: 232px 0 158px 0;
  background-image: url(../img/transfer-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.transfer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 75%);
}
.transfer .container{
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .transfer {
    padding: 190px 0 100px 0;
  }
}
.transfer--check {
  background-image: url(../img/check-bg.webp);
}
@media (max-width: 768px) {
  .transfer--check {
    padding-top: 316px;
    background-image: url(../img/check-bg-mb.webp);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
}
.transfer--check .transfer__text {
  max-width: 570px;
}
.transfer--social {
  background-image: url(../img/social-bg.webp);
  position: relative;
}
.transfer--social::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 75%);
}
.transfer--social  > .container {
    position: relative;
    z-index: 1;
}
.transfer--social .transfer__text {
  max-width: 650px;
}
.transfer__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .transfer__descr {
    font-size: 14px;
  }
}
.transfer__title {
  max-width: 450px;
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .transfer__title {
    font-size: 40px;
  }
}
.transfer__text {
  max-width: 530px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}
.transfer__box {
  margin: 80px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .transfer__box {
    margin: 50px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    color: #131d29;
  }
}
.transfer__input {
  max-width: 230px;
  width: 100%;
  margin: 20px 0 30px 0;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #acacac;
}
.transfer__btn {
  max-width: 250px;
  border-radius: 26px 6px;
  padding: 12px 64px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transfer__btn:hover {
  color: #448aff;
  background: #fff;
}

.about {
  padding-top: 232px;
  height: 740px;
  background-image: url(../img/about-bg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 40%,
    rgba(255,255,255,0) 75%
  );
}
.about > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about {
    padding-top: 200px;
    height: fit-content;
    background-image: url(../img/about-bg-1-mb.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.about--value {
  background-image: url(../img/about-bg-2.webp);
}
@media (max-width: 768px) {
  .about--value {
    background-image: url(../img/about-bg-2-mb.webp);
  }
}
.about--mission {
  background-image: url(../img/about-bg-4.webp);
}
@media (max-width: 768px) {
  .about--mission {
    background-image: url(../img/about-bg-4-mb.webp);
  }
}
.about--mission .about__btn {
  display: none;
}
.about--story {
  background-image: url(../img/about-bg-3.webp);
}
@media (max-width: 576px) {
  .about--story {
    background-image: url(../img/about-bg-3-mb.webp);
  }
}
.about--story .about__title {
  max-width: 600px;
}
.about--story .about__text {
  max-width: 500px;
}
.about__wrapper {
  max-width: 980px;
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .about__wrapper {
    max-width: inherit;
  }
}
.about__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .about__descr {
    font-size: 14px;
  }
}
.about__title {
  max-width: 400px;
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.about__text {
  max-width: 530px;
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.about__btn {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 24px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.about-content {
  background: #f4f6f8;
}
.about-content__wrapper {
  padding: 100px 0;
  max-width: 980px;
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .about-content__wrapper {
    padding: 50px 0;
  }
}
.about-content__subtitle {
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #131d29;
}
@media (max-width: 768px) {
  .about-content__subtitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.about-content__img {
  border-radius: 19px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-content__img {
    margin-bottom: 30px;
  }
}
.about-content__descr {
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .about-content__descr {
    font-size: 20px;
  }
}
.about-content__text {
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .about-content__text {
    font-size: 15px;
  }
}
.about-content__text:last-child {
  margin: 0;
}
.about-content__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .about-content__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-content__list-item {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
}
.about-content__list-title {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #131d29;
}
.about-content__list-text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #131d29;
  opacity: 0.7;
}
.about-content__box {
  padding: 40px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 20px;
}
.about-content__box:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .about-content__box {
    padding: 20px;
  }
}
.about-content__box:nth-child(1) {
  background-image: url(../img/about-mission-bg-1.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about-content__box:nth-child(1) {
    background-image: inherit;
  }
}
.about-content__box:nth-child(2) {
  background-image: url(../img/about-mission-bg-2.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about-content__box:nth-child(2) {
    background-image: inherit;
  }
}
.about-content__box-title {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #131d29;
}
@media (max-width: 576px) {
  .about-content__box-title {
    font-size: 20px;
  }
}
.about-content__box-text {
  max-width: 500px;
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #131d29;
  opacity: 0.7;
}
@media (max-width: 576px) {
  .about-content__box-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.about-content__box-text:last-child {
  margin: 0;
}

.contacts {
  padding-top: 232px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .contacts {
    padding-top: 190px;
    margin-bottom: 100px;
  }
}
.contacts__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .contacts__descr {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.contacts__title {
  max-width: 400px;
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .contacts__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 58px;
    gap: 30px;
  }
}
.contacts__list-item {
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
.contacts__subtitle {
  margin: 0;
  margin-bottom: 2px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 165%;
  color: #808080;
}
@media (max-width: 768px) {
  .contacts__subtitle {
    font-size: 16px;
  }
}
.contacts__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .contacts__text {
    font-size: 20px;
  }
}
.contacts__img {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .contacts__img {
    margin-bottom: 40px;
  }
}
.contacts__input {
  max-width: 380px;
  width: 100%;
  padding: 29px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #acacac;
}
.contacts__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contacts__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts__message {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  width: 100%;
  height: 231px;
  padding: 29px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 38px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #acacac;
}
@media (max-width: 768px) {
  .contacts__message {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
}
.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .contacts__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts__btn {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  padding: 12px 24px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 105%;
  color: #fff;
}
@media (max-width: 768px) {
  .contacts__btn {
    max-width: inherit;
    padding: 15px 24px;
  }
}
.contacts__span {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #acacac;
}
@media (max-width: 768px) {
  .contacts__span {
    font-size: 15px;
  }
}

.community {
  padding-top: 232px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .community {
    padding-top: 190px;
    margin-bottom: 100px;
  }
}
.community__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .community__descr {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.community__title {
  margin: 0;
  margin-bottom: 50px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .community__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.community__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .community__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }
}
.community__subtitle {
  margin: 0;
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .community__subtitle {
    font-size: 22px;
  }
}
.community__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .community__text {
    font-size: 20px;
  }
}

.awards {
  padding-top: 232px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .awards {
    padding-top: 190px;
    margin-bottom: 100px;
  }
}
.awards__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .awards__descr {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.awards__title {
  margin: 0;
  margin-bottom: 33px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .awards__title {
    font-size: 40px;
  }
}
.awards__text {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .awards__text {
    font-size: 20px;
  }
}
.awards__documents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .awards__documents {
    overflow-x: scroll;
    margin: 30px 0;
  }
}
.awards__document {
  position: relative;
  height: 326px;
  padding: 20px;
  background-image: url(../img/documents-bg.svg);
  background-repeat: no-repeat;
  transition: all .3s ease;
}

.awards__document:hover {
    transform: translateY(-15px);
}
@media (max-width: 768px) {
  .awards__document {
    min-width: 280px;
  }
}
.awards__document-title {
  max-width: 210px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #131d29;
}
.awards__name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  color: #131d29;
}
.awards__link {
  position: absolute;
  right: 20px;
  bottom: 28px;
}
.awards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 83px;
  margin: 65px 0;
}
@media (max-width: 768px) {
  .awards__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin: 35px 0;
  }
}
.awards__inner {
  margin-top: 15px;
}
.awards__subtitle {
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .awards__subtitle {
    font-size: 22px;
  }
}

.support {
  padding-top: 232px;
  background: #f4f6f8;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .support {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.support__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .support__descr {
    font-size: 14px;
  }
}
.support__title {
  margin: 0;
  margin-bottom: 35px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .support__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.support__subtitle {
  margin: 0;
  margin-bottom: 55px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .support__subtitle {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 165%;
    color: #131d29;
  }
}
.support__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: 25px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .support__list {
    margin-bottom: 40px;
  }
}
.support__list-item {
  padding-left: 26px;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .support__list-item {
    font-size: 20px;
  }
}
.support__list-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #448aff;
}
.support__text {
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .support__text {
    font-size: 18px;
  }
}
.support__text:last-child {
  margin: 0;
}

.services {
  background: #f4f6f8;
  padding-top: 232px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.services__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .services__descr {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.services__title {
  margin: 0;
  margin-bottom: 41px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .services__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.services__item {
  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;
  gap: 71px;
  margin-bottom: 60px;
}
.services__item:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .services__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .services__item:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .services__item:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .services__item:nth-child(8) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.services__img {
  border-radius: 30px;
}
.services__inner {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .services__inner {
    margin: 0;
  }
}
.services__subtitle {
  margin: 0;
  margin-bottom: 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 138%;
  color: #131d29;
}
@media (max-width: 768px) {
  .services__subtitle {
    font-size: 24px;
  }
}
.services__text {
  margin: 0;
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 158%;
  color: #131d29;
}
.services__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #448aff;
}
.services__text:last-child {
  margin: 0;
}
.services__link {
  display: block;
  margin-top: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #448aff;
}
@media (max-width: 768px) {
  .services__link {
    margin-top: 20px;
  }
}
.services__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.media {
  padding-top: 232px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .media {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.media__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .media__descr {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.media__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .media__title {
    font-size: 30px;
  }
}
.media__top {
  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-bottom: 37px;
}
@media (max-width: 768px) {
  .media__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .media__top:nth-child(1) .media__title {
    font-size: 40px;
  }
}
.media__documents {
  gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .media__documents {
    margin-bottom: 100px;
  }
}
.media__document {
  max-width: 280px;
  position: relative;
  height: 326px;
  padding: 20px;
  background-image: url(../img/documents-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.media__document--press {
  background-image: url(../img/documents-bg-press.webp);
}
.media__document--bock {
  background-image: url(../img/documents-bg-bock.webp);
}
.media__document-title {
  max-width: 210px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #131d29;
}
.media__name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  color: #131d29;
}
.media__link {
  position: absolute;
  right: 20px;
  bottom: 28px;
}
.media__swiper {
  margin-bottom: 120px;
  overflow: visible;
}
@media (max-width: 768px) {
  .media__swiper {
    margin-bottom: 100px;
  }
}
.media__swiper:last-child {
  margin: 0;
}
.media__swiper .swiper-slide {
  max-width: 380px;
}
.media__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.media__btns .swiper-button-disabled {
  opacity: 0.25;
}
@media (max-width: 768px) {
  .media__btns {
    display: none;
  }
}
.media__prev {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.media__next {
  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;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #131d29;
}
.media__box {
  width: 100%;
}
.media__item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 27px;
  background-color: #131D29;
  height: 226px;
  width: 100%;
}
.media__item:hover img {
  opacity: 0;
  visibility: hidden;
}
.media__item img {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  top: 0;
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.media__span {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 172%;
  color: #fff;
}
.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.media__download {
  padding: 6px 10px;
  background: #fff;
  border-radius: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  text-transform: uppercase;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media__download:hover {
  background: #448aff;
  color: #fff;
}
.media__subtitle {
  margin: 0;
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 129%;
  color: #192024;
}
@media (max-width: 768px) {
  .media__subtitle {
    font-size: 20px;
  }
}
.media__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .media__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px;
  }
}
.media__content .media__item {
  height: 326px;
}
.media__content--creativ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .media__content--creativ {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__content--creativ .media__box:nth-child(-n+12) .media__item {
  height: 380px;
}
@media (max-width: 768px) {
  .media__content--creativ .media__box:nth-child(-n+12) .media__item {
    height: 335px;
  }
}
.media__content--creativ .media__box:nth-child(n+13):nth-child(-n+18) .media__item {
  height: 674px;
}
@media (max-width: 768px) {
  .media__content--creativ .media__box:nth-child(n+13):nth-child(-n+18) .media__item {
    height: 594px;
  }
}
@media (max-width: 768px) {
  .media__content--prezz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.media__content--prezz .media__item {
  height: 214px;
}
.media__content--prezz .media__box {
  max-width: 380px;
}
.media__content--avatar {
  max-width: 880px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .media__content--avatar {
    overflow-x: scroll;
  }
}
.media__content--avatar .media__subtitle {
  max-width: 240px;
}
.media__content--avatar .media__item {
  min-width: 280px;
  height: 280px;
}
.media__content--avatar .media__box {
  max-width: 280px;
}
.media__text {
  max-width: 777px;
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .media__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.career {
  padding-top: 232px;
  padding-bottom: 120px;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .career {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.career--center {
  padding-bottom: 70px;
}
.career--center .career__wrapper {
  margin: 0;
}
.career__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .career__descr {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.career__title {
  margin: 0;
  margin-bottom: 64px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .career__title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.career__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;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .career__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 72px;
    margin-bottom: 100px;
  }
  .career__wrapper img {
    width: 335px;
    height: 335px;
  }
}
.career__inner {
  max-width: 584px;
  position: relative;
  z-index: 2;
}
.career__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: -71px;
  width: 577px;
  height: 354px;
  background-image: url(../img/сareer-svg-bg.svg);
  z-index: -1;
}
@media (max-width: 768px) {
  .career__inner::before {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -20px;
  }
}
.career__subtitle {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .career__subtitle {
    font-size: 24px;
  }
}
.career__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .career__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.career__btn {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  background: #448aff;
  padding: 12px 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .career__btn {
    max-width: inherit;
  }
}
.career__btn:hover {
  background: #fff;
  color: #448aff;
}
.career__link {
  max-width: 280px;
  width: 100%;
  border-radius: 26px 6px;
  background: #fff;
  padding: 12px 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #448aff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .career__link {
    max-width: inherit;
  }
}
.career__link:hover {
  background: #448aff;
  color: #fff;
}
.career__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .career__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 100px;
  }
}
.career__item {
  padding: 40px;
  border-radius: 15px;
  background: #fff;
  height: 353px;
}
@media (max-width: 768px) {
  .career__item {
    padding: 20px;
    height: auto;
  }
}
.career__strong {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 129%;
  color: #192024;
}
@media (max-width: 768px) {
  .career__strong {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.career__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #192024;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .career__text {
    font-size: 15px;
  }
}
.career__count {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #448aff;
}
@media (max-width: 768px) {
  .career__count {
    font-size: 20px;
  }
}
.career__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 250px;
}
@media (max-width: 768px) {
  .career__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 100px;
  }
}
.career__list-item {
  padding: 40px;
  height: 259px;
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  .career__list-item {
    padding: 20px;
    height: auto;
  }
}
.career__block {
  border-radius: 15px;
  background: #448aff;
  padding: 40px 67px;
  position: relative;
}
@media (max-width: 768px) {
  .career__block {
    padding: 20px;
    height: 445px;
  }
}
.career__block::before {
  content: "";
  position: absolute;
  right: 44px;
  bottom: 0px;
  width: 462px;
  height: 446px;
  background-image: url(../img/сareer-block-bg.webp);
}
@media (max-width: 768px) {
  .career__block::before {
    background-image: url(../img/сareer-block-bg-2.webp);
    background-size: cover;
    width: 335px;
    height: 251px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.career__block-title {
  max-width: 605px;
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 134%;
  color: #fff;
}
@media (max-width: 768px) {
  .career__block-title {
    font-size: 24px;
  }
}
.career__block-text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 300;
  line-height: 130%;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  .career__block-text {
    font-size: 24px;
  }
}

.center {
  padding-bottom: 120px;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .center {
    padding-bottom: 100px;
  }
}
.center__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .center__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 100px;
  }
  .center__item img {
    width: 55px;
    height: 55px;
  }
}
.center__inner {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .center__inner {
    margin: 0;
  }
}
.center__subtitle {
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .center__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.center__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: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .center__list {
    gap: 30px;
  }
}
.center__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media (max-width: 768px) {
  .center__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.center__count {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 165%;
  color: #448aff;
}
@media (max-width: 768px) {
  .center__count {
    font-size: 18px;
  }
}
.center__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .center__text {
    font-size: 18px;
  }
}
.center__btn {
  margin-left: 50px;
  border-radius: 26px 6px;
  padding: 12px 24px;
  background: #448aff;
  max-width: 280px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .center__btn {
    max-width: inherit;
    margin: 0;
  }
}
.center__btn:hover {
  color: #448aff;
  background: #fff;
}

.quality-department {
  padding-top: 232px;
  padding-bottom: 120px;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .quality-department {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.quality-department__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .quality-department__descr {
    font-size: 14px;
  }
}
.quality-department__title {
  margin: 0;
  margin-bottom: 37px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .quality-department__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.quality-department__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .quality-department__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quality-department__item {
  width: 100%;
  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;
  padding: 24px;
  gap: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  transition: all .3s ease;
}

.quality-department__item img{
  transition: filter 0.3s;
}
.quality-department__item:hover img{
  filter: brightness(0) invert(1);
}
.quality-department__item:hover {
  border: 1px solid #448aff;
  background: #448aff;
}
.quality-department__item:hover .quality-department__text {
  color: #FFF;
}
.quality-department__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #448aff;
}

.calendar {
  padding-top: 232px;
  padding-bottom: 120px;
  background: #f4f6f8;
}
@media (max-width: 768px) {
  .calendar {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.calendar__descr {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .calendar__descr {
    font-size: 14px;
  }
}
.calendar__title {
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .calendar__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.calendar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .calendar__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.calendar__item {
  border-radius: 15px;
  background: #fff;
  padding: 40px;
}
@media (max-width: 768px) {
  .calendar__item {
    padding: 20px;
  }
}
.calendar__table {
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .calendar__table {
    margin-bottom: 30px;
  }
}
.calendar__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .calendar__row {
    gap: 30px;
    padding: 15px 0;
  }
}
.calendar__row:not(:last-child) {
  border-bottom: 1px solid rgba(19, 29, 41, 0.25);
}
.calendar__row:last-child {
  padding-bottom: 0px;
}
.calendar__row:first-child {
  padding-top: 0px;
}
.calendar__row:nth-child(1) .calendar__col {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #131d29;
}
@media (max-width: 768px) {
  .calendar__row:nth-child(1) .calendar__col {
    font-size: 14px;
  }
}
.calendar__col {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #131d29;
}
@media (max-width: 768px) {
  .calendar__col {
    font-size: 12px;
  }
}
.calendar__subtitle {
  margin: 0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #448aff;
}
@media (max-width: 768px) {
  .calendar__subtitle {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.calendar__btn {
  border: 1px solid #131d29;
  border-radius: 26px 6px;
  padding: 15px 24px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #131d29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar__btn:hover {
  color: #FFF;
  background: #448aff;
  border: 1px solid #448aff;
}
@media (max-width: 768px) {
  .calendar__btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}

.about-story {
  padding-bottom: 100px;
  background: #f4f6f8;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-story {
    padding-bottom: 50px;
  }
}
.about-story__item {
  position: relative;
}
.about-story__item:nth-child(1) {
  padding-top: 440px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(1) {
    padding-top: 210px;
  }
}
.about-story__item:nth-child(1) .about-story__subtitle {
  max-width: 755px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(1) .about-story__subtitle {
    margin-bottom: 90px;
  }
}
.about-story__item:nth-child(1) .about-story__text {
  max-width: 710px;
  margin-left: 300px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(1) .about-story__text {
    margin-left: 0px;
  }
}
.about-story__item:nth-child(1)::before {
  content: "2019";
  position: absolute;
  z-index: 1;
  left: -113px;
  top: 71px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 435px;
  color: #131d29;
  opacity: 0.25;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(1)::before {
    font-size: 110px;
    top: 66px;
    left: 0;
  }
}
.about-story__item:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -52px;
  top: 107px;
  border-radius: 19px;
  width: 452px;
  height: 567px;
  background-image: url(../img/about-story-img-1.webp);
}
@media (max-width: 768px) {
  .about-story__item:nth-child(1)::after {
    right: -15px;
    top: 123px;
    width: 190px;
    height: 283px;
    background-size: cover;
  }
}
.about-story__item:nth-child(2) {
  padding-top: 741px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(2) {
    padding-top: 463px;
  }
}
.about-story__item:nth-child(2) .about-story__subtitle {
  max-width: 689px;
  margin-left: 246px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(2) .about-story__subtitle {
    margin-left: 0px;
  }
}
.about-story__item:nth-child(2) .about-story__text {
  max-width: 710px;
  margin-left: 300px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(2) .about-story__text {
    margin-left: 0px;
  }
}
.about-story__item:nth-child(2)::before {
  content: "19-20";
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 243px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 435px;
  color: #131d29;
  opacity: 0.25;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(2)::before {
    font-size: 110px;
    top: 320px;
    left: 10px;
  }
}
.about-story__item:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 210px;
  border-radius: 19px;
  width: 787px;
  height: 688px;
  background-image: url(../img/about-story-img-2.webp);
}
@media (max-width: 768px) {
  .about-story__item:nth-child(2)::after {
    background-size: cover;
    top: 100px;
    width: 335px;
    height: 292px;
  }
}
.about-story__item:nth-child(3) {
  padding-top: 704px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(3) {
    padding-top: 234px;
  }
}
.about-story__item:nth-child(3) .about-story__subtitle {
  max-width: 567px;
  margin-left: 256px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(3) .about-story__subtitle {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
.about-story__item:nth-child(3) .about-story__text {
  max-width: 567px;
  margin-left: 481px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(3) .about-story__text {
    margin-left: 0px;
  }
}
.about-story__item:nth-child(3)::before {
  content: "2021";
  position: absolute;
  z-index: 1;
  right: -90px;
  top: 189px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 435px;
  color: #131d29;
  opacity: 0.25;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(3)::before {
    font-size: 110px;
    top: 91px;
    left: inherit;
    right: 10px;
  }
}
.about-story__item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 210px;
  border-radius: 19px;
  width: 614px;
  height: 764px;
  background-image: url(../img/about-story-img-3.webp);
}
@media (max-width: 768px) {
  .about-story__item:nth-child(3)::after {
    border-radius: 19px;
    width: 190px;
    height: 283px;
    background-size: cover;
    top: 92px;
    left: -20px;
  }
}
.about-story__item:nth-child(4) {
  padding-top: 825px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(4) {
    padding-top: 358px;
  }
}
.about-story__item:nth-child(4) .about-story__subtitle {
  max-width: 900px;
}
.about-story__item:nth-child(4) .about-story__text {
  max-width: 875px;
  margin-left: 307px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(4) .about-story__text {
    margin-left: 0px;
  }
}
.about-story__item:nth-child(4)::before {
  content: "22-24";
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 450px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 435px;
  color: #131d29;
  opacity: 0.25;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(4)::before {
    font-size: 110px;
    top: 215px;
    left: 0px;
    right: inherit;
    left: inherit;
  }
}
.about-story__item:nth-child(4)::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 344px;
  border-radius: 19px;
  width: 720px;
  height: 451px;
  background-image: url(../img/about-story-img-4.webp);
}
@media (max-width: 768px) {
  .about-story__item:nth-child(4)::after {
    border-radius: 19px;
    width: 310px;
    height: 194px;
    background-size: cover;
    right: 0;
    top: 100px;
  }
}
.about-story__item:nth-child(5) {
  padding-top: 545px;
  padding-bottom: 445px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(5) {
    padding-top: 243px;
    padding-bottom: 181px;
  }
}
.about-story__item:nth-child(5) .about-story__subtitle {
  max-width: 900px;
  margin-left: 200px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(5) .about-story__subtitle {
    margin-left: 0px;
  }
}
.about-story__item:nth-child(5) .about-story__text {
  max-width: 680px;
  margin-left: 500px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(5) .about-story__text {
    margin-left: 0px;
  }
}
.about-story__item:nth-child(5) .about-story__text:nth-child(4) {
  margin-left: 200px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(5) .about-story__text:nth-child(4) {
    margin-left: 0px;
    margin-bottom: 154px;
  }
}
.about-story__item:nth-child(5)::before {
  content: "21-22";
  position: absolute;
  z-index: 1;
  left: -107px;
  top: 150px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 435px;
  color: #131d29;
  opacity: 0.25;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .about-story__item:nth-child(5)::before {
    font-size: 110px;
    top: 100px;
    left: 0px;
    right: inherit;
    left: 0;
  }
}
.about-story__item:nth-child(5)::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 492px;
  border-radius: 19px;
  width: 487px;
  height: 656px;
  background-image: url(../img/about-story-img-5.webp);
}
@media (max-width: 768px) {
  .about-story__item:nth-child(5)::after {
    border-radius: 19px;
    top: 587px;
    left: -40px;
    width: 227px;
    height: 307px;
    background-size: cover;
  }
}
.about-story__subtitle {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .about-story__subtitle {
    font-size: 20px;
  }
}
.about-story__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-story__text {
    font-size: 15px;
  }
}
.about-story__btns {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .about-story__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-story__btn {
  max-width: 280px;
  width: 100%;
  background: #448aff;
  border-radius: 26px 6px;
  padding: 15px 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .about-story__btn {
    max-width: inherit;
  }
}
.about-story__link {
  max-width: 280px;
  width: 100%;
  background: #131d29;
  border-radius: 26px 6px;
  padding: 15px 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color:#fff;
}
@media (max-width: 768px) {
  .about-story__link {
    max-width: inherit;
  }
}
.about-story__img-one {
  position: absolute;
  right: -160px;
  border-radius: 19px;
  top: 200px;
}
@media (max-width: 768px) {
  .about-story__img-one {
    top: 165px;
    width: 280px;
    height: 210px;
    right: -56px;
  }
}
.about-story__img-two {
  position: absolute;
  right: -30px;
  z-index: 0;
  top: 992px;
  border-radius: 19px;
}
@media (max-width: 768px) {
  .about-story__img-two {
    top: 1032px;
    width: 284px;
    height: 169px;
  }
}

.graph-modal__container {
  width: 685px;
}
.graph-modal__close {
  right: 50px !important;
  top: 90px !important;
  width: 19px !important;
  height: 19px !important;
  background-image: url(../img/close.svg) !important;
}
.graph-modal__content {
  padding: 50px 20px;
  max-width: 585px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .graph-modal__content {
    padding: 40px 0px;
  }
}
.graph-modal__title {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  text-align: center;
  color: #131d29;
}
@media (max-width: 768px) {
  .graph-modal__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.graph-modal__text {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  text-align: center;
  color: #192024;
}
@media (max-width: 768px) {
  .graph-modal__text {
    font-size: 16px;
  }
}
.graph-modal__input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  padding: 27px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #acacac;
}
.graph-modal__btn {
  margin: 20px 0 30px 0;
  width: 100%;
  border-radius: 26px 6px;
  padding: 14px 24px;
  background: #448aff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 105%;
  color: #fff;
}
.graph-modal__descr {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  text-align: center;
  color: #192024;
}
@media (max-width: 768px) {
  .graph-modal__descr {
    font-size: 16px;
  }
}

.discount {
  padding-top: 232px;
  padding-bottom: 120px;
  background-color: #F4F6F8;
}
@media (max-width: 768px) {
  .discount {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
.discount__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .discount__descr {
    font-size: 14px;
  }
}
.discount__title {
  margin: 0;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  color: #131d29;
}
@media (max-width: 768px) {
  .discount__title {
    font-size: 40px;
  }
}
.discount__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .discount__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.discount__item {
  padding: 40px;
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  .discount__item {
    padding: 20px;
  }
}
.discount__item-subtitle {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #131d29;
}
@media (max-width: 768px) {
  .discount__item-subtitle {
    font-size: 20px;
  }
}
.discount__item-text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: rgba(19, 29, 41, 0.7);
}
@media (max-width: 768px) {
  .discount__item-text {
    font-size: 15px;
  }
}
.discount__item-text span {
  color: #e70000;
}
.discount__accent {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 165%;
  color: #e70000;
}
@media (max-width: 768px) {
  .discount__accent {
    font-size: 24px;
  }
}
.discount__subtitle {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .discount__subtitle {
    font-size: 22px;
  }
}
.discount__span {
  max-width: 660px;
  margin: 0;
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}

.social {
  background-color: #F4F6F8;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .social {
    padding: 50px 0;
  }
}
.social__descr {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #448aff;
}
@media (max-width: 768px) {
  .social__descr {
    font-size: 14px;
  }
}
.social__title {
  margin: 0;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  color: #131d29;
}
@media (max-width: 768px) {
  .social__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .social__title--accent {
    font-size: 30px;
  }
}
.social__text {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .social__text {
    font-size: 22px;
  }
}
.social__text span {
  color: #e70000;
}
.social__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #448aff;
}
.social__item {
  position: relative;
  padding-left: 51px;
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .social__item {
    font-size: 22px;
  }
}
.social__item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #448aff;
}
.social__item--accent {
  margin-bottom: 120px;
}
.social__and {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 158%;
  color: #131d29;
}
@media (max-width: 768px) {
  .social__and {
    font-size: 22px;
  }
}
.social__accent {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 165%;
  color: #e70000;
}
@media (max-width: 768px) {
  .social__accent {
    font-size: 22px;
  }
}

.post {
  padding-top: 230px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .post {
    padding-top: 140px;
    margin-bottom: 100px;
  }
}
.post__date {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: rgba(19, 29, 41, 0.5);
}
@media (max-width: 768px) {
  .post__date {
    font-size: 16px;
  }
}
.post__title {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  line-height: 105%;
  color: #131d29;
}
@media (max-width: 768px) {
  .post__title {
    font-size: 40px;
  }
}
.post img {
  margin-bottom: 30px;
}
.post__text {
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .post__text {
    font-size: 16px;
  }
}
.post__h2 {
  margin: 60px 0 30px 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  color: #192024;
}
@media (max-width: 768px) {
  .post__h2 {
    font-size: 30px;
    margin: 30px 0 30px 0;
  }
}
.post__h3 {
  margin: 60px 0 15px 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #192024;
}
@media (max-width: 768px) {
  .post__h3 {
    font-size: 22px;
    margin: 30px 0 15px 0;
  }
}
.post li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #131d29;
}
@media (max-width: 768px) {
  .post li {
    font-size: 16px;
  }
}

.wpcf7 form {
  margin: 0;
}

.wpcf7-response-output {
  margin: 20px 0 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.hero__wrap {
  position: relative;
  overflow: hidden;
}

.hero__video,
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}

.hero__bg {
  background-size: cover;
  background-position: center;
}

.hero__wrap .container {
  position: relative;
  z-index: 1;
}

.page-template-page-quality-department .question{
  background: #f4f6f8;
  margin-bottom: 0;
  padding-bottom: 120px;
}

.history__inner {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 16 / 9;
  background: #000;
  height: 452px;
  max-width: 280px;
  width: 100%;
}

.history__poster {
  display: block;
  width: 100%;
  height: auto;
}

.history__embed {
  display: none;
  width: 100%;
}

.history__embed iframe {
  position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.history__inner.is-playing .history__embed {
  display: block;
}

.history__inner.is-playing .history__play {
  display: none;
}

.history__poster,
.history__embed,
.history__play {
  position: absolute;
  inset: 0;
}

.history__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.history__embed {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.history__embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.history__play {
  z-index: 3;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}

.history__inner.is-playing .history__embed {
  opacity: 1;
  visibility: visible;
}

.history__inner.is-playing .history__poster {
  opacity: 0;
  visibility: hidden;
}

.history__inner.is-playing .history__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.error-404{
  padding:200px 0 100px;
}

.error-404 h1{
  font-size: 128px;
  margin: 0;
}

@media(max-width:480px){
  .error-404 h1{
    font-size: 68px;
  }
}

.plan__pagination {
  display: none;
}

.plan__swiper .swiper-slide {
  width: auto;
}

@media (max-width: 767px) {
  .plan__pagination {
    display: flex;
    justify-content: center;
    gap:10px;
    margin-top: 20px;
  }
}

.landing-page-main .team__features, .landing-page-main .question, 
.landing-page-main .documents, .landing-page-main{
  background: #f4f6f8;
}

.landing-page-main .documents, .landing-page-main .question{
  margin-bottom: 0;
  padding-bottom: 120px;
}

.landing-page-main{
  padding-top:300px;
}

@media(max-width:1025px){
  .landing-page-main{
    padding-top:240px;
  }
}

@media(max-width:768px){
  .landing-page-main{
    padding-top:200px;
  }
}

.programs > .tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tabs__nav-item {
  flex: 0 0 auto;
}

.tabs__nav-btn {
  white-space: nowrap;
}

.programs__select-wrap {
  position: relative;
}

.programs__select-dropdown {
  position: absolute;
  top: 60%;
  right: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 8px;
  z-index: 20;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.programs__select-option {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}

.programs__select-option.is-active {
  background: #f3f6fb;
  font-weight: 600;
}

.btn-reset.programs__more{
  border: 1px solid #448aff;
  background: #448aff;
  border-radius: 6px 26px;
  color: #fff;
  padding: 10px 22px;
}

.programs__bottom{
  margin-top: 50px;
}

.footer__socials{
  display: flex;
  gap:10px;
  margin-top:40px;
}

.footer__social img{
  transition: filter .3s;
}

.footer__social:hover img{
  filter: invert(47%) sepia(96%) saturate(2000%) hue-rotate(200deg);
}

.footer__bottom{
  margin-top:30px;
  padding-top: 50px;
  border-top:1px solid #000;
}

.footer__bottom-text{
  color: #131d29;
}
.footer__bottom-text a{
  color:#428bff;
}