body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fcfcfc;
  transition: all 200ms ease-in-out;
}
body.menu-opened {
  height: 100vh;
  overflow: hidden;
}

.main {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  z-index: 1;
}
@media (min-width: 1201px) {
  .main {
    padding-top: 70px;
  }
}
.main--top {
  padding-top: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .page-with-sidebar {
    display: flex;
    justify-content: space-between;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1320px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #221857;
}
@media (min-width: 992px) {
  body {
    font-size: 19px;
    line-height: 29px;
  }
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #6b58cd;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.list {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  list-style-position: outside;
  margin-top: 15px;
  margin-bottom: 40px;
}
.list li {
  padding-left: 8px;
}
.list li:not(:last-child) {
  margin-bottom: 12px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 52px;
    line-height: 58px;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  h2,
.h2 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .content h2,
.content .h2 {
    font-size: 42px;
    line-height: 46px;
  }
}

h3,
.h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  h3,
.h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
@media (min-width: 1201px) {
  h3,
.h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .content h3,
.content .h3 {
    font-size: 22px;
    line-height: 29px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 15px;
  padding: 6px 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.41);
}
.swiper-pagination .swiper-pagination-bullet-active::before {
  background: #fcfcfc;
}
@media (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
.swiper-pagination--light .swiper-pagination-bullet::before {
  background-color: rgba(142, 126, 228, 0.41);
}
.swiper-pagination--light .swiper-pagination-bullet-active::before {
  background: #6b58cd;
}
.swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #6b58cd;
  color: #fcfcfc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 100ms ease-in-out;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  font-size: 10px;
}
@media (min-width: 992px) {
  .swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
    font-size: 15px;
  }
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: #8e7ee4;
}
@media (min-width: 992px) {
  .swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}
.swiper-container .swiper-button-next {
  top: 50%;
  right: 45px;
  transform: translateY(-25%);
}
@media (min-width: 992px) {
  .swiper-container .swiper-button-next {
    right: 35px;
  }
}
@media (min-width: 1201px) {
  .swiper-container .swiper-button-next {
    right: 20px;
  }
}
.swiper-container .swiper-button-prev {
  top: 50%;
  left: 45px;
  transform: translateY(-25%);
}
@media (min-width: 992px) {
  .swiper-container .swiper-button-prev {
    left: 35px;
  }
}
@media (min-width: 1201px) {
  .swiper-container .swiper-button-prev {
    left: 20px;
  }
}

.content {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  .content {
    padding-top: 57px;
  }
}
.content-image {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .content-image {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.content-block {
  margin-bottom: 40px;
}
.content-section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .content-section {
    margin-bottom: 80px;
  }
}
.content a:visited {
  color: #0042c4;
}

.image img {
  max-width: 100%;
  border-radius: 20px;
}
.image figcaption {
  align-self: flex-start;
}

.table {
  background-color: #fcfcfc;
  overflow: hidden;
  box-shadow: 0px 2px 20px rgba(34, 24, 87, 0.1);
  margin-bottom: 50px;
}
.table tbody, .table > :not(:first-child) {
  border-top: 3px solid #5241ac;
}
.table th {
  font-weight: 400;
  padding: 18px 15px;
  box-shadow: 0px 2px 20px rgba(34, 24, 87, 0.1);
}
@media (min-width: 992px) {
  .table th {
    padding: 18px 25px;
  }
}
.table td {
  padding: 20px 15px;
  box-shadow: 0px 2px 20px rgba(34, 24, 87, 0.1);
}
@media (min-width: 992px) {
  .table td {
    padding: 14px 30px 15px 25px;
  }
}

.blockquote {
  position: relative;
  display: flex;
  margin-top: 84px;
  margin-bottom: 43px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .blockquote {
    font-size: 22px;
    line-height: 29px;
  }
}
.blockquote p {
  font-size: inherit;
}
.blockquote::before {
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 13px;
  background-image: url(../img/blockquote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -40px;
  left: 0;
}
@media (min-width: 992px) {
  .blockquote::before {
    top: -10px;
    left: -40px;
  }
}
.blockquote-footer {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blockquote-footer {
    margin-bottom: 80px;
  }
}
.blockquote-footer::before {
  display: none;
}
.blockquote-footer cite {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #221857;
  line-height: 22px;
  line-height: 25px;
}
.blockquote-footer cite span {
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) {
  .blockquote-footer cite {
    font-size: 19px;
    line-height: 29px;
  }
}
.blockquote-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.blockquote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.figure-img {
  margin-bottom: 12px;
}
.figure-caption {
  font-size: 14px;
  line-height: 20px;
  color: #221857;
}

a.link-demo {
  display: block;
  margin-bottom: 11px;
  color: #6b58cd !important;
}
a.link-demo:hover {
  color: #6b58cd !important;
}
a.link-demo--onhover {
  color: #6b58cd !important;
  text-decoration: underline !important;
}
a.link-demo--visited {
  color: #0042c4 !important;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #221857;
  padding: 11px 30px 12px 30px;
  border-radius: 32px;
  transition: all 200ms ease-in-out;
}
@media (min-width: 768px) {
  .button {
    padding: 17px 60px;
    min-height: 60px;
    font-size: 18px;
    line-height: 26px;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button--accent {
  background-color: #89e3db;
  border: 2px solid #89e3db;
}
.button--accent:hover, .button--accent:focus {
  color: #fcfcfc;
  background-color: #221857;
  border: 2px solid #fcfcfc;
}
.button--primary {
  background-color: #221857;
  border: 2px solid #221857;
  color: #fcfcfc;
}
.button--primary:hover, .button--primary:focus {
  color: #221857;
  background-color: #89e3db;
  border: 2px solid #221857;
}
.button--link {
  background-color: transparent;
  color: #221857;
  text-decoration: underline;
  padding: 0;
}

.search-form {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
}
@media (max-width: 992px) {
  .search-form {
    width: 100%;
    height: 45px;
  }
}
.search-form__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-image: url(../img/search.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .search-form__button {
    width: 13px;
    height: 13px;
    top: 7px;
    left: unset;
    right: 0;
  }
}
.search-form__button:hover, .search-form__button:focus {
  cursor: pointer;
}
.search-form__label {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: linear 300ms;
}
.search-form__label.opened {
  right: 0;
  max-width: 254px;
  width: 254px;
  border-radius: 6px;
  transition: all linear 300ms;
}
@media (max-width: 992px) {
  .search-form__label.opened {
    max-width: 100%;
    width: 100%;
  }
}
.search-form__input {
  opacity: 0;
  padding: 9px 18px;
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fcfcfc;
  border-radius: 6px;
  background: #32423a;
  transition: all linear 300ms;
}
@media (max-width: 992px) {
  .search-form__input {
    padding: 13px 18px;
    font-size: 16px;
    line-height: 22px;
  }
}
.search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-form__input::placeholder {
  color: #fcfcfc;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 992px) {
  .search-form__input::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}
.search-form__input:hover, .search-form__input:focus, .search-form__input:active, .search-form__input:focus-visible {
  outline: none;
}
.search-form__input.opened {
  opacity: 1;
}

.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.social__item {
  width: 20px;
  height: 20px;
}
.social__item:not(:last-child) {
  margin-right: 35px;
}
.social__item svg {
  color: #fcfcfc;
}
.social__item:hover svg, .social__item:focus svg {
  color: #89e3db;
}
.social__link {
  width: 100%;
  height: 100%;
  display: block;
}

.header {
  transition: background-color 200ms ease-in-out;
  background-color: #221857;
  z-index: 2;
  position: relative;
}
.header.opened {
  background-color: #221857;
}
.header.opened .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #5241ac;
}
.header--transparent {
  background-color: rgba(34, 24, 87, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .header__container {
    flex-wrap: nowrap;
    padding-top: 28px;
    padding-bottom: 30px;
  }
}
.header__brand {
  margin-right: 30px;
}
.header__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 74px;
  background: #8e7ee4;
  box-shadow: 0px 21px 28px rgba(0, 0, 0, 0.13);
  z-index: 3;
}
.header__search.opened {
  display: block;
}
.header__search-open {
  width: 23px;
  height: 23px;
  background-image: url(../img/search.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .header__search-open {
    display: none;
  }
}
.header__search-label {
  width: 100%;
  position: relative;
}
.header__search-input {
  width: 100%;
  height: 60px;
  background: #aa9ee9;
  border-radius: 32px;
  border: none;
  outline: none;
  padding: 18px 66px;
  font-size: 22px;
  line-height: 29px;
  color: #fcfcfc;
}
.header__search-input::placeholder {
  font-size: 22px;
  line-height: 29px;
  color: #fcfcfc;
}
.header__search-submit {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 23px;
  height: 23px;
  background-image: url(../img/search.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.header__search-close {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 18px;
  height: 18px;
  background-image: url(../img/search-close.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.footer {
  margin-top: auto;
  padding-top: 32px;
  padding-bottom: 35px;
  background: #221857;
  border-top: 1px solid #5241ac;
  overflow: hidden;
}
@media (min-width: 576px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__brand {
  display: block;
}
@media (min-width: 576px) {
  .footer__brand {
    margin-bottom: 0;
  }
}
.footer__social {
  order: 2;
}
@media (min-width: 1201px) {
  .footer__social {
    order: 3;
  }
}
.footer__menu {
  order: 3;
  width: 100%;
  margin-top: 22px;
  padding-top: 50px;
  margin-bottom: 0;
  position: relative;
}
.footer__menu::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-color: #5241ac;
  position: absolute;
  top: 0;
  left: -150px;
  right: -150px;
}
@media (min-width: 1201px) {
  .footer__menu::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    display: flex;
    padding-top: 35px;
  }
}
@media (min-width: 1201px) {
  .footer__menu {
    order: 2;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }
}
.footer__menu-item:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .footer__menu-item:not(:last-child) {
    margin-right: 35px;
    margin-bottom: 0;
  }
}
.footer__menu-link {
  font-size: 16px;
  line-height: 22px;
  color: #fcfcfc;
}
.footer__menu-link:hover, .footer__menu-link:focus {
  color: #89e3db;
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar {
    background-color: transparent;
    width: auto;
  }
}
.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-left: auto;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/menu-close.svg);
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url(../img/menu-open.svg);
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-collapse {
  position: relative;
  transition: height 200ms ease-in-out;
}
@media (max-width: 992px) {
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .navbar-collapse.show {
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
.navbar__button {
  margin-top: 45px;
  margin-bottom: 107px;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar__button {
    display: none;
  }
}
.navbar__social {
  margin-top: auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar__social {
    display: none;
  }
}
.navbar__social-text {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
}
.navbar__social .social__list {
  justify-content: center;
}
.navbar__search {
  width: 100%;
  background: #aa9ee9;
  border-radius: 32px;
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .navbar__search {
    display: none;
  }
}
.navbar__search-label {
  width: 100%;
}
.navbar__search-input {
  width: 100%;
  height: 45px;
  background: #aa9ee9;
  border-radius: 32px;
  border: none;
  outline: none;
  padding: 11px 30px 11px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #fcfcfc;
}
.navbar__search-input::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fcfcfc;
}
.navbar__search-submit {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 19px;
  height: 19px;
  background-image: url(../img/search.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline-end: auto;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .navbar .navbar-nav {
    padding-top: 50;
  }
}
.navbar .navbar-nav .nav-item {
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 22px;
  color: #fcfcfc;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 0;
    margin-right: 30px;
  }
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
  color: #89e3db;
  text-decoration: none;
}

.sidebar {
  flex-shrink: 0;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .sidebar {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sidebar {
    padding-top: 80px;
    width: 200px;
    margin-left: 40px;
    display: block;
  }
}
@media (min-width: 992px) {
  .sidebar {
    padding-top: 100px;
    width: 305px;
    margin-left: 130px;
    display: block;
  }
}
.sidebar__widget {
  margin-bottom: 26px;
}
.sidebar__widget-title {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
}
.sidebar__widget-list {
  margin-bottom: 0;
}
.sidebar__widget-list li {
  margin-bottom: 4px;
}
.sidebar__widget-list li:last-child {
  margin-bottom: 0;
}

.blog-pagination {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .blog-pagination {
    margin-bottom: 140px;
  }
}
.blog-pagination__list {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-pagination__item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #221857;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-pagination__item {
    width: 45px;
    height: 45px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.blog-pagination__item:hover, .blog-pagination__item:focus {
  background-color: #6b58cd;
}
.blog-pagination__item:hover a, .blog-pagination__item:focus a {
  color: #fcfcfc;
}
.blog-pagination__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .blog-pagination__item a {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-pagination__item--active {
  background-color: #89e3db;
}
.blog-pagination__item--active:hover a, .blog-pagination__item--active:focus a {
  color: #000;
}
.blog-pagination__item--active a {
  color: #000;
}
.blog-pagination__item--prev:hover a, .blog-pagination__item--prev:focus a, .blog-pagination__item--next:hover a, .blog-pagination__item--next:focus a {
  background-color: #89e3db;
  color: #221857;
}
.blog-pagination__item--prev {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blog-pagination__item--prev {
    margin-right: 22px;
  }
}
.blog-pagination__item--next {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .blog-pagination__item--next {
    margin-left: 22px;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  opacity: 0;
  background-color: transparent;
  background-image: url(../img/scroll.svg);
  border: 1px solid #8e7ee4;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  transition: all 800ms ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.scroll-to-top.scrolled {
  opacity: 0.8;
}
.scroll-to-top:hover {
  transform: scale(1.1);
}

.section-hero {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-hero {
    margin-bottom: 140px;
  }
}
.section-hero__slide {
  padding-top: 110px;
  height: 693px;
  position: relative;
  background: #6b58cd;
}
@media (min-width: 768px) {
  .section-hero__slide {
    padding-top: 130px;
    height: 500px;
  }
}
@media (min-width: 992px) {
  .section-hero__slide {
    padding-top: 157px;
    height: 680px;
  }
}
@media (min-width: 1201px) {
  .section-hero__slide {
    height: 762px;
  }
}
.section-hero__back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 232px;
  height: auto;
  overflow: hidden;
}
.section-hero__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
@media (min-width: 768px) {
  .section-hero__back {
    width: 360px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .section-hero__back {
    top: 0;
    width: 460px;
  }
}
@media (min-width: 1201px) {
  .section-hero__back {
    width: 594px;
  }
}
.section-hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .section-hero__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-hero__wrapper {
  position: relative;
}
.section-hero__image {
  width: 200px;
  height: 250px;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .section-hero__image {
    width: 320px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .section-hero__image {
    width: 400px;
    height: 100%;
  }
}
@media (min-width: 1201px) {
  .section-hero__image {
    width: 500px;
  }
}
.section-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.section-hero__content {
  max-width: 400px;
}
@media (min-width: 768px) {
  .section-hero__content {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .section-hero__content {
    flex-shrink: 0;
    max-width: 500px;
  }
}
@media (min-width: 1201px) {
  .section-hero__content {
    max-width: 605px;
  }
}
.section-hero__text {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 27px;
  color: #fcfcfc;
}
@media (min-width: 992px) {
  .section-hero__text {
    max-width: 495px;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 60px;
  }
}
.section-hero__title {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #fcfcfc;
}
@media (min-width: 992px) {
  .section-hero__title {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 32px;
  }
}
.section-hero__link {
  width: 100%;
}
@media (min-width: 768px) {
  .section-hero__link {
    width: auto;
  }
}
.section-hero__pagination {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.section-hero__pagination .swiper-pagination {
  bottom: 0;
}
@media (min-width: 1201px) {
  .section-hero__pagination {
    bottom: 30px;
  }
}

.section-onetwo {
  margin-bottom: 70px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .section-onetwo {
    margin-bottom: 140px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-onetwo__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.section-onetwo__item {
  flex-grow: 1;
  margin-bottom: 54px;
  display: flex;
}
@media (min-width: 768px) {
  .section-onetwo__item {
    display: block;
    margin-right: 14px;
    margin-bottom: 0;
  }
}
.section-onetwo__number {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section-onetwo__number {
    margin-bottom: 47px;
    margin-right: 0;
    align-items: center;
  }
}
.section-onetwo__number span {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #89e3db;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-onetwo__number span {
    font-size: 26px;
    line-height: 34px;
    width: 80px;
    height: 80px;
  }
}
.section-onetwo__number::after {
  content: "";
  display: none;
  flex-grow: 1;
  margin-left: 14px;
  height: 3px;
  width: 100%;
  background-color: #89e3db;
}
.last-item .section-onetwo__number::after {
  display: none;
}
@media (min-width: 768px) {
  .section-onetwo__number::after {
    display: block;
  }
}
.section-onetwo__text {
  max-width: 320px;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .section-onetwo__text {
    max-width: 400px;
    font-size: 28px;
    line-height: 40px;
    padding-top: 0;
  }
}
@media (min-width: 1201px) {
  .section-onetwo__text {
    max-width: 522px;
    font-size: 40px;
    line-height: 50px;
  }
}
.section-onetwo__text span {
  display: inline-block;
  position: relative;
  color: #fcfcfc;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-onetwo__text span {
    margin-left: 0;
  }
}
.section-onetwo__text span::before {
  content: "";
  width: auto;
  position: absolute;
  top: -5px;
  width: 115%;
  height: 40px;
  background-color: #6b58cd;
  border-radius: 42px;
  transform: rotate(-1.5deg) translateX(-12px);
  z-index: -1;
}
@media (min-width: 992px) {
  .section-onetwo__text span::before {
    top: -10px;
    height: 80px;
    transform: rotate(-1.5deg) translateX(-20px);
  }
}
.section-onetwo__text span:nth-child(2)::before {
  transform: rotate(-1deg) translateX(-20px);
  width: 125%;
}
@media (min-width: 992px) {
  .section-onetwo__text span:nth-child(2)::before {
    transform: rotate(-1deg) translateX(-35px);
  }
}

.section-perks {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-perks {
    margin-bottom: 140px;
  }
}
.section-perks__columns {
  background-color: #221857;
  border-radius: 10px;
  padding: 40px 25px 25px 25px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-perks__columns {
    display: flex;
    justify-content: space-between;
    padding: 50px 50px 30px 50px;
  }
}
@media (min-width: 1201px) {
  .section-perks__columns {
    padding: 70px 100px;
  }
}
.section-perks__columns::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  height: 270px;
  background-image: url(../img/section-perks.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-perks__columns::before {
    width: 531px;
    height: 100%;
  }
}
.section-perks__column {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-perks__column {
    width: 50%;
  }
}
.section-perks__column:not(:last-child) {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .section-perks__column:not(:last-child) {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .section-perks__column:not(:last-child) {
    padding-right: 88px;
  }
}
.section-perks__title {
  color: #fcfcfc;
}
.section-perks__text {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-perks__text {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section-perks__text {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (min-width: 1201px) {
  .section-perks__text {
    font-size: 22px;
    line-height: 29px;
  }
}
.section-perks__list {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-perks__list {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.section-perks__item {
  color: #fcfcfc;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .section-perks__item {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-perks__item {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1201px) {
  .section-perks__item {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 35px;
  }
}

.section-begin {
  background-color: #221857;
  position: relative;
  overflow: hidden;
}
.section-begin::before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/section-begin-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-begin::before {
    width: 633px;
  }
}
.section-begin__container {
  padding: 80px 20px 70px 20px;
}
@media (min-width: 768px) {
  .section-begin__container {
    padding: 80px 20px 80px 60px;
  }
}
@media (min-width: 1201px) {
  .section-begin__container {
    padding: 155px 20px 160px 130px;
  }
}
.section-begin__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .section-begin__columns {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .section-begin__column {
    max-width: 460px;
  }
}
@media (min-width: 768px) {
  .section-begin__column:not(:last-child) {
    margin-right: 80px;
  }
}
@media (min-width: 1201px) {
  .section-begin__column:not(:last-child) {
    margin-right: 180px;
  }
}
.section-begin__image {
  background-color: #89e3db;
  width: 180px;
  height: 238px;
  margin-bottom: 60px;
  border-radius: 10px;
  transform: rotate(-6deg);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-begin__image {
    width: 270px;
    height: 360px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section-begin__image {
    width: 300px;
    height: 380px;
  }
}
@media (min-width: 1201px) {
  .section-begin__image {
    width: 366px;
    height: 483px;
  }
}
.section-begin__image img {
  width: auto;
  height: 85%;
}
.section-begin__title {
  color: #fcfcfc;
}
.section-begin__text {
  color: #fcfcfc;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .section-begin__text {
    margin-bottom: 40px;
  }
}

.section-partners {
  background-color: #6b58cd;
}
.section-partners__container {
  position: relative;
}
.section-partners__swiper {
  padding-top: 30px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .section-partners__swiper {
    padding-top: 82px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1201px) {
  .section-partners__swiper {
    padding-bottom: 82px;
  }
}
.section-partners__list {
  margin-bottom: 0;
  align-items: center;
}
.section-partners__image {
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-partners__image {
    padding: 0 5px;
    height: 64px;
  }
}
.section-partners__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-partners .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}
@media (min-width: 1201px) {
  .section-partners .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

.section-numbers {
  background-image: url(../img/section-numbers-back-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .section-numbers {
    background-image: url(../img/section-numbers-back.svg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-numbers {
    padding-top: 140px;
    padding-bottom: 124px;
  }
}
.section-numbers__title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-numbers__title {
    margin-bottom: 90px;
  }
}
.section-numbers__item {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section-numbers__item {
    margin-bottom: 0;
  }
}
.section-numbers__item-wrapper {
  max-width: 413px;
}
.section-numbers__item-number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #89e3db;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-numbers__item-number {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1201px) {
  .section-numbers__item-number {
    font-size: 100px;
    margin-bottom: 60px;
  }
}

.section-roadmap {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-roadmap {
    margin-bottom: 140px;
  }
}
.section-roadmap--colored {
  background-color: #6b58cd;
  padding-top: 70px;
  padding-bottom: 57px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-roadmap--colored {
    padding-top: 140px;
    padding-bottom: 124px;
  }
}
.section-roadmap__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-roadmap__wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 500px;
}
@media (min-width: 992px) {
  .section-roadmap__wrapper {
    max-width: 805px;
  }
}
.section-roadmap__title {
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-roadmap__title {
    margin-bottom: 22px;
  }
}
.section-roadmap__title--colored {
  color: #fcfcfc;
}
.section-roadmap__text {
  max-width: 682px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-roadmap__text {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 60px;
  }
}
.section-roadmap__text--colored {
  color: #fcfcfc;
}
.section-roadmap__list {
  width: 100%;
}
.section-roadmap__item {
  background-color: #fcfcfc;
  box-shadow: 0px 2px 20px rgba(34, 24, 87, 0.1);
  border-radius: 50px;
  padding: 12.5px 20px 1.5px 12.5px;
}
@media (min-width: 992px) {
  .section-roadmap__item {
    padding: 16.5px 40px 6.5px 15.5px;
  }
}
.section-roadmap__item:not(:last-child) {
  margin-bottom: 8px;
}
.section-roadmap__item-heading {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section-roadmap__item-heading {
    font-size: 22px;
    line-height: 29px;
  }
}
.section-roadmap__item-heading:hover .section-roadmap__item-number {
  background-color: #221857;
  color: #fcfcfc;
}
.section-roadmap__item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 71.81px;
  height: 40px;
  margin-right: 13px;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #221857;
  background-color: #89e3db;
  border-radius: 50px;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .section-roadmap__item-number {
    font-size: 26px;
    line-height: 34px;
    min-width: 92px;
    height: 54px;
    margin-right: 38px;
  }
}
.section-roadmap__item-number:hover, .section-roadmap__item-number:focus {
  background-color: #221857;
  color: #fcfcfc;
}
.section-roadmap__item-number.opened {
  background-color: #221857;
  color: #fcfcfc;
}
.section-roadmap__item-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid #bfbcd1;
}
@media (min-width: 768px) {
  .section-roadmap__item-content {
    margin-left: 85px;
  }
}
@media (min-width: 992px) {
  .section-roadmap__item-content {
    margin-left: 130px;
  }
}
.section-roadmap__item-content p:last-child {
  margin-bottom: 0;
}

.section-icon-list {
  margin-bottom: 70px;
  background-color: #221857;
  padding-top: 70px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .section-icon-list {
    padding-top: 140px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
}
.section-icon-list__title {
  color: #fcfcfc;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .section-icon-list__title {
    margin-bottom: 90px;
  }
}
.section-icon-list__list {
  margin-bottom: 0;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .section-icon-list__list {
    padding-right: 0;
  }
}
.section-icon-list__item {
  margin-bottom: 62px;
}
@media (min-width: 768px) {
  .section-icon-list__item {
    margin-bottom: 0;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .section-icon-list__item-wrapper {
    max-width: 307px;
  }
}
.section-icon-list__item-icon {
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfc;
  padding: 10px;
  margin-bottom: 26px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .section-icon-list__item-icon {
    width: 70px;
    height: 70px;
    padding: 11px;
    margin-bottom: 30px;
  }
}
.section-icon-list__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-icon-list__item-title {
  color: #fcfcfc;
}
.section-icon-list__item-text {
  color: #fcfcfc;
  margin-bottom: 0;
}

.section-journey {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-journey {
    margin-bottom: 140px;
  }
}
.section-journey__title {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-journey__title {
    text-align: center;
    margin-bottom: 60px;
  }
}
.section-journey__wrapper {
  display: flex;
  flex-direction: column;
}
.section-journey__wrapper:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-journey__wrapper:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 1201px) {
  .section-journey__wrapper:not(:last-child) {
    margin-bottom: 146px;
  }
}
.section-journey__wrapper--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .section-journey__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.section-journey__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
  padding: 33px 20px 0 20px;
}
@media (min-width: 1201px) {
  .section-journey__image {
    padding: 46px 30px 0 30px;
  }
}
.section-journey__image--dark {
  background-color: #221857;
}
.section-journey__image--light {
  background-color: #6b58cd;
}
.section-journey__image-back {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.section-journey__image-wrapper {
  z-index: 2;
}
.section-journey__image-wrapper--big {
  width: 140px;
  height: 80%;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .section-journey__image-wrapper--big {
    width: 254px;
    height: 80%;
    margin-right: 50px;
  }
}
.section-journey__image-wrapper--small {
  width: 93px;
  height: 113px;
}
@media (min-width: 768px) {
  .section-journey__image-wrapper--small {
    width: 174px;
    height: 213px;
  }
}
.section-journey__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.section-journey__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-journey__text {
    margin-bottom: 0;
  }
}
.section-journey__text p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-journey__text p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-squares {
  background-color: #221857;
  background-image: url(../img/section-squares-back-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 152px;
  position: relative;
}
@media (min-width: 768px) {
  .section-squares {
    padding-top: 140px;
    background-image: url(../img/section-squares-back.svg);
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .section-squares {
    padding-bottom: 122px;
  }
}
.section-squares::before {
  content: "";
  display: block;
  width: 90%;
  height: 102px;
  position: absolute;
  background-image: url(../img/section-squares-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 27px;
  right: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-squares::before {
    width: 360px;
    height: 420px;
    background-image: url(../img/section-squares.svg);
    bottom: unset;
  }
}
@media (min-width: 992px) {
  .section-squares::before {
    width: 437px;
    height: 485px;
    top: 27px;
  }
}
.section-squares__title {
  color: #fcfcfc;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-squares__title {
    margin-bottom: 90px;
  }
}
.section-squares__content {
  max-width: 450px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-squares__content {
    max-width: 685px;
  }
}
@media (min-width: 768px) {
  .section-squares__list {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .section-squares__list {
    max-width: 100%;
  }
}
.section-squares__item {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-squares__item {
    margin-bottom: 20px;
  }
}
.section-squares__item-title {
  color: #fcfcfc;
}
.section-squares__item-text {
  color: #fcfcfc;
}

.section-cards {
  background-color: #6b58cd;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-cards {
    padding-top: 140px;
    padding-bottom: 90px;
    margin-bottom: 140px;
  }
}
.section-cards--light {
  background-color: #fcfcfc;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .section-cards--light {
    margin-bottom: 102px;
  }
}
.section-cards__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-cards__header {
    margin-bottom: 60px;
  }
}
.section-cards__header-title {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .section-cards__header-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.section-cards__header-text {
  text-align: center;
  max-width: 657px;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .section-cards__header-text {
    font-size: 22px;
    line-height: 29px;
  }
}
.section-cards__item {
  margin-bottom: 50px;
}
.section-cards__item--v2 {
  margin-bottom: 20px;
}
.section-cards__card {
  padding: 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 214px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-cards__card {
    min-height: 303px;
    margin-bottom: 18px;
  }
}
.section-cards__card img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40%;
  width: auto;
  z-index: 1;
}
@media (min-width: 1201px) {
  .section-cards__card img {
    font-size: 52px;
    line-height: 60px;
    height: auto;
  }
}
.section-cards__card--1 {
  background: #b1a6e9;
  color: #fcfcfc;
}
.section-cards__card--2 {
  background-color: #89e3db;
}
.section-cards__card--3 {
  background-color: #221857;
  color: #fcfcfc;
}
.section-cards__card--4 {
  background-color: #fcfcfc;
}
.section-cards__card--v2 {
  background-color: #89e3db;
}
@media (min-width: 768px) {
  .section-cards__card--v2 {
    min-height: 350px;
  }
}
.section-cards__number {
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-cards__number {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 22px;
  }
}
.section-cards__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section-cards__text {
    font-size: 19px;
    line-height: 29px;
  }
}
.section-cards__subtext {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .section-cards__subtext {
    font-size: 19px;
    line-height: 29px;
  }
}

.section-action {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-action {
    margin-bottom: 140px;
  }
}
.section-action__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-action__text {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-action__text {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}

.section-testimonials {
  padding-top: 70px;
  padding-bottom: 108px;
  background-color: #221857;
  position: relative;
}
.section-testimonials::before {
  content: "";
  display: block;
  width: 325px;
  height: 222px;
  background-image: url(../img/section-testimonials-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section-testimonials::before {
    width: 526px;
    height: 360px;
  }
}
@media (min-width: 768px) {
  .section-testimonials {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.section-testimonials__title {
  color: #fcfcfc;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .section-testimonials__title {
    margin-bottom: 60px;
  }
}
.section-testimonials__swiper {
  max-width: 1064px;
}
.section-testimonials__list {
  margin-bottom: 0;
}
.section-testimonials__item {
  padding: 50px 25px 74px 25px;
  background: #fcfcfc;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .section-testimonials__item {
    display: flex;
    justify-content: space-between;
    padding: 45px 80px 35px 80px;
  }
}
@media (min-width: 992px) {
  .section-testimonials__item {
    padding: 45px 100px 35px 100px;
  }
}
.section-testimonials__item-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .section-testimonials__item-wrapper {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section-testimonials__item-wrapper {
    margin-right: 60px;
  }
}
.section-testimonials__item-image {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  overflow: hidden;
}
.section-testimonials__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .section-testimonials__item-image {
    width: 145px;
    height: 145px;
  }
}
.section-testimonials__item-meta {
  margin-top: -12px;
}
.section-testimonials__item-name {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  background-color: #221857;
  color: #fcfcfc;
  padding: 5px 14px;
  border-radius: 26px;
  transform: rotate(-1deg);
}
.section-testimonials__item-name span {
  display: block;
  transform: rotate(1deg);
}
@media (min-width: 992px) {
  .section-testimonials__item-name {
    font-size: 22px;
    line-height: 29px;
    padding: 6px 20px;
  }
}
.section-testimonials__item-text {
  padding-top: 9px;
}
.section-testimonials .swiper-button-next,
.section-testimonials .swiper-button-prev {
  top: 120px;
}
@media (min-width: 768px) {
  .section-testimonials .swiper-button-next,
.section-testimonials .swiper-button-prev {
    top: 136px;
  }
}
.section-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}
@media (min-width: 992px) {
  .section-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

.section-about {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .section-about {
    margin-bottom: 140px;
  }
}
.section-about__title {
  margin-bottom: 40px;
}
.section-about__image {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 30px 15px 0 15px;
  background-color: #221857;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .section-about__image {
    padding: 40px 94px 0 94px;
  }
}
.section-about__image-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-about__image-wrapper {
  position: relative;
  z-index: 2;
  height: 120px;
}
@media (min-width: 992px) {
  .section-about__image-wrapper {
    height: 330px;
  }
}
.section-about__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.section-squares-v2 {
  background-color: #6b58cd;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-squares-v2 {
    padding-top: 140px;
    padding-bottom: 90px;
    margin-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .section-squares-v2 {
    padding-bottom: 140px;
  }
}
.section-squares-v2__wrapper {
  background-color: #221857;
  width: 100%;
  height: 100%;
  background-image: url(../img/section-squares-back-3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px 25px 150px 25px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .section-squares-v2__wrapper {
    padding: 40px 25px;
  }
}
@media (min-width: 992px) {
  .section-squares-v2__wrapper {
    padding: 70px 40px;
  }
}
@media (min-width: 1201px) {
  .section-squares-v2__wrapper {
    padding: 100px;
  }
}
.section-squares-v2__wrapper::before {
  content: "";
  display: block;
  width: 90%;
  height: 102px;
  background-image: url(../img/section-squares-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 27px;
  right: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-squares-v2__wrapper::before {
    width: 290px;
    height: 375px;
    background-image: url(../img/section-squares-3.svg);
    bottom: unset;
    top: 40px;
  }
}
@media (min-width: 992px) {
  .section-squares-v2__wrapper::before {
    width: 335px;
    height: 450px;
    top: 60px;
  }
}
@media (min-width: 1201px) {
  .section-squares-v2__wrapper::before {
    width: 416px;
    height: 544px;
    top: 99px;
  }
}
.section-squares-v2__title {
  color: #fcfcfc;
  margin-bottom: 20px;
}
.section-squares-v2__content {
  max-width: 420px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-squares-v2__content {
    max-width: 628px;
  }
}
.section-squares-v2__text {
  color: #fcfcfc;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .section-squares-v2__text {
    font-size: 22px;
    line-height: 29px;
  }
}
.section-squares-v2__text p {
  margin-bottom: 33px;
}

.section-image-text {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-image-text {
    margin-bottom: 140px;
  }
}
.section-image-text__image {
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-image-text__image {
    margin-bottom: 0;
  }
}
.section-image-text__image-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1201px) {
  .section-image-text__image-wrapper {
    width: 197px;
    height: 197px;
  }
}
.section-image-text__image-wrapper:last-child {
  margin-right: 0;
}
.section-image-text__image-wrapper img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center bottom;
}
.section-image-text__image-wrapper--1 {
  background-color: #89e3db;
}
.section-image-text__image-wrapper--2 {
  background-color: #6b58cd;
}
.section-image-text__text {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 1201px) {
  .section-image-text__text {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-faq {
  background-color: #221857;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.section-faq::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/section-faq-back-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-faq {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.section-faq--light {
  background-color: #fcfcfc;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-faq--light::before {
  background-image: url(../img/section-faq-back-2.svg);
}
@media (min-width: 768px) {
  .section-faq--light {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
.section-faq__wrapper {
  position: relative;
  z-index: 2;
}
.section-faq__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-faq__title {
    margin-bottom: 60px;
  }
}
.section-faq__title--dark {
  color: #fcfcfc;
}
.section-faq__list {
  padding-bottom: 20px;
  margin-bottom: 0;
  max-width: 955px;
  overflow: visible;
}
.section-faq__item {
  background-color: #fcfcfc;
  border-radius: 50px;
  padding: 10px 18px 10px 25px;
  box-shadow: 0px 2px 20px rgba(34, 24, 87, 0.1);
}
.section-faq__item:not(:last-child) {
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .section-faq__item {
    padding: 18px 19px 18px 40px;
  }
}
.section-faq__item-heading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.section-faq__item-heading:hover .section-faq__item-icon {
  background-color: #221857;
}
.section-faq__item-heading:hover .section-faq__item-icon svg {
  color: #fcfcfc;
}
.section-faq__item-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-faq__item-title {
    font-size: 22px;
    line-height: 29px;
  }
}
.section-faq__item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background-color: #89e3db;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
@media (min-width: 768px) {
  .section-faq__item-icon {
    width: 50px;
    height: 50px;
  }
}
.section-faq__item-icon svg {
  width: 9px;
  height: 15px;
  color: #221857;
  transition: all 300ms ease-in-out;
}
.section-faq__item-icon.opened {
  background-color: #221857;
}
.section-faq__item-icon.opened svg {
  color: #fcfcfc;
}
.section-faq__item-content {
  display: none;
  padding: 20px 30px 10px 0;
  margin-top: 15px;
  border-top: 1px solid #bfbcd1;
}
@media (min-width: 992px) {
  .section-faq__item-content {
    padding: 30px 80px 10px 0;
  }
}
.section-faq__item-content p:last-child {
  margin-bottom: 0;
}

.section-gallery {
  padding-top: 70px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .section-gallery {
    padding-top: 140px;
    padding-bottom: 126px;
  }
}
.section-gallery--dark {
  background-color: #6b58cd;
  background-image: url(../img/section-gallery-back.svg);
}
.section-gallery--light {
  background-image: url(../img/section-gallery-back-2.svg);
  padding-top: 50px;
}
@media (min-width: 768px) {
  .section-gallery--light {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.section-gallery__header {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-gallery__header {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section-gallery__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-gallery__title {
    margin-bottom: 0;
  }
}
.section-gallery__title--dark {
  color: #fcfcfc;
}
.section-gallery__title--light {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-gallery__title--light {
    margin-bottom: 0;
  }
}
.section-gallery__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fcfcfc;
  text-decoration: underline;
}
.section-gallery__link:hover, .section-gallery__link:focus {
  text-decoration: none;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .section-gallery__link {
    font-size: 26px;
    line-height: 34px;
  }
}
.section-gallery__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 5px 0 5px;
  height: 360px;
  background-color: #89e3db;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .section-gallery__item-wrapper {
    height: 258px;
  }
}
.section-gallery__item-image {
  width: 100%;
  height: 100%;
  transition: all 200ms ease-in-out;
}
.section-gallery__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 200ms ease-in-out;
  object-position: center bottom;
}
.section-gallery__item-name {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  background-color: #221857;
  color: #fcfcfc;
  padding: 10px 14px;
  border-radius: 26px;
  transform: rotate(-1deg);
  margin-top: -5px;
}
.section-gallery__item-name span {
  display: block;
  transform: rotate(1deg);
}
@media (min-width: 992px) {
  .section-gallery__item-name {
    font-size: 22px;
    line-height: 29px;
    padding: 6px 20px;
  }
}
.section-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 70px;
}
@media (min-width: 992px) {
  .section-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

.section-blog {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section-blog {
    margin-bottom: 80px;
  }
}
.section-blog--dark {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #221857;
}
@media (min-width: 768px) {
  .section-blog--dark {
    padding-top: 125px;
    padding-bottom: 92px;
  }
}
.section-blog__container {
  position: relative;
}
.section-blog__link {
  display: block;
  margin-top: 12px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .section-blog__link {
    position: absolute;
    top: 18px;
    right: 0;
    margin-top: 0;
  }
}
.section-blog__list {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.section-blog__item {
  padding: 15px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .section-blog__item {
    margin-bottom: 30px;
  }
}
.section-blog__item-link img:hover, .section-blog__item-link img:focus {
  transform: scale(1.05);
}
.section-blog__item-image {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-blog__item-image {
    margin-bottom: 30px;
  }
}
.section-blog__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 300ms ease-in-out;
}
.section-blog__item-title {
  margin-bottom: 7px;
}
.section-blog__item-title a {
  color: #221857;
}
.section-blog__item-title a:hover, .section-blog__item-title a:focus {
  color: #6b58cd;
}
.section-blog__item-title--dark a {
  color: #fcfcfc;
}
.section-blog__item-title--dark a:hover, .section-blog__item-title--dark a:focus {
  color: #221857;
}
.section-blog__item-text {
  margin-bottom: 0;
}
.section-blog__item-text--dark {
  color: #fcfcfc;
}

.section-banner {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #221857;
}
@media (min-width: 768px) {
  .section-banner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.section-banner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #89e3db;
  background-image: url(../img/section-banner-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 50px 30px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .section-banner__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .section-banner__wrapper {
    padding: 60px 50px;
  }
}
@media (min-width: 1201px) {
  .section-banner__wrapper {
    padding: 60px 100px;
  }
}
.section-banner__content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-banner__content {
    margin-bottom: 0;
  }
}
.section-banner__title {
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-banner__title {
    text-align: left;
  }
}
.section-banner__text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000;
}
@media (min-width: 992px) {
  .section-banner__text {
    font-size: 22px;
    line-height: 29px;
    text-align: left;
  }
}
.section-banner__link {
  padding: 13px 60px;
}

.about-page .section-blog__link {
  display: none;
}

.blog-page .section-blog {
  margin-bottom: 10px;
}
.blog-page .section-blog__title {
  margin-bottom: 22px;
}

.blog-post {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .blog-post {
    margin-bottom: 140px;
  }
}
.blog-post__title {
  margin-bottom: 40px;
}
.blog-post__image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-post__image {
    margin-bottom: 36px;
  }
}
.blog-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-404 {
  padding-top: 0;
  position: relative;
  background-color: #221857;
}
.page-404::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 602px;
  height: 100%;
  background-image: url(../img/section-404-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-404::before {
    width: 40%;
    display: block;
  }
}
.page-404::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 300px;
  background-image: url(../img/section-404-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-404::after {
    width: 295px;
    height: 342px;
  }
}
.page-404__content {
  height: calc(100vh - 167px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-404__404 {
  font-size: 160px;
  line-height: 170px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fcfcfc;
  margin-bottom: 17px;
}
@media (min-width: 1201px) {
  .page-404__404 {
    font-size: 200px;
    line-height: 200px;
  }
}
.page-404__title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
  color: #fcfcfc;
}
@media (min-width: 1201px) {
  .page-404__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.page-404__text {
  max-width: 411px;
  margin-bottom: 40px;
  color: #fcfcfc;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .page-404__text {
    font-size: 22px;
    line-height: 29px;
  }
}
.page-404__button {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-404__button {
    margin-bottom: 30px;
  }
}

.team-page {
  padding-top: 0;
}
.team-page .section-team {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .team-page .section-team {
    margin-bottom: 200px;
  }
}
.team-page .section-team__title {
  text-align: left;
}

.faq-page {
  padding-top: 0;
}
.faq-page .section-faq {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .faq-page .section-faq {
    margin-bottom: 0;
  }
}