@charset "UTF-8";
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.advantage-preview {
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF0FC 100%);
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .advantage-preview {
    padding: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f9 100%);
  }
}
.advantage-preview__icon {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .advantage-preview__icon {
    margin-bottom: 74px;
  }
}
.advantage-preview__content {
  padding: 0 16px 24px;
}
@media (min-width: 1024px) {
  .advantage-preview__content {
    padding: 0;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.advantage-section__swiper {
  padding: 0 16px 0 16px !important;
}
.advantage-section__swiper .swiper {
  overflow: visible;
}
@media (min-width: 1024px) {
  .advantage-section__swiper .swiper {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .advantage-section__swiper-wrapper.swiper-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.advantage-section__slide {
  max-width: 280px;
}
@media (min-width: 1024px) {
  .advantage-section__slide {
    max-width: initial;
    grid-column: 4 span;
  }
}
.advantage-section__pagination-count {
  margin: 48px auto 0;
}
.advantage-section .swiper-slide {
  height: auto;
}
.advertising-section__pagination-count {
  margin: 48px auto 0;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.articles__title {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .articles__title {
    margin-bottom: 80px;
  }
}
.articles__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  margin: 32px 0;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .articles__list {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1024px) {
  .articles__list {
    margin: 56px 0 120px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.articles__item {
  grid-column: 4 span;
}
@media (min-width: 1280px) {
  .articles__item {
    grid-column: 3 span;
  }
}
.articles__pagination {
  margin: 56px 0;
}
@media (min-width: 1024px) {
  .articles__pagination {
    display: flex;
    justify-content: flex-end;
    margin: 80px 0 120px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.articles-section__pagination-count {
  margin: 48px auto 0;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.big-slider {
  position: relative;
}
@media (min-width: 1024px) {
  .big-slider__swiper-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 828px;
  }
}
.big-slider__swiper {
  overflow: hidden;
  width: 100%;
  max-width: 1020px;
  flex-shrink: 0;
  border-radius: 16px;
}
.big-slider__swiper.swiper {
  margin: 0;
}
@media (min-width: 1024px) {
  .big-slider__swiper {
    border-radius: 32px;
  }
}
.big-slider__slide {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 67%;
}
.big-slider__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.big-slider__pagination-count {
  display: none;
}
@media (min-width: 1024px) {
  .big-slider__pagination-count {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    margin-left: 16px;
  }
}
.big-slider__pagination-current {
  display: inline-block;
  color: #595FE5;
}
.big-slider__pagination-line {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background-color: #B3BADB;
}
.big-slider__pagination-total {
  color: #B3BADB;
  text-align: center;
}
.big-slider__button-prev, .big-slider__button-next {
  display: none;
}
@media (min-width: 1024px) {
  .big-slider__button-prev, .big-slider__button-next {
    position: absolute;
    z-index: 10;
    top: 0;
    display: flex;
    width: 50%;
    height: 100%;
  }
}
.big-slider__button-prev {
  left: 0;
  cursor: url(../assets/image/arrow-left.svg), pointer;
}
.big-slider__button-next {
  right: 0;
  cursor: url(../assets/image/arrow-right.svg), pointer;
}
.big-slider .swiper-pagination {
  position: unset;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  opacity: 1;
}
.big-slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background-color: #B3BADB;
  opacity: 1 !important;
}
.big-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 4px;
}
.big-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #595FE5;
}
.big-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .big-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.blog__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .blog__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
.blog__aside {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .blog__aside {
    grid-column: 3 span;
  }
}
.blog__author-img img {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  border-radius: 16px;
  object-fit: cover;
}
.blog__author-date {
  margin-bottom: 16px;
  color: #737A9B;
}
.blog__author-user {
  margin-bottom: 8px;
}
.blog__author-post {
  color: #3B465D;
}
.blog__list-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog__link-contents {
  position: relative;
  display: block;
  color: #595FE5;
}
.blog__link-contents:not(:last-child) {
  margin-bottom: 16px;
}
.blog__link-contents::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #595FE5;
  content: "";
  transition: width 0.3s ease-in-out;
}
.blog__link-contents:hover::after {
  width: 100%;
}
.blog__tags:not(:last-child), .blog__author:not(:last-child), .blog__list-contents:not(:last-child) {
  margin-bottom: 48px;
}
.blog__content {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .blog__content {
    grid-column: 5/8 span;
  }
}
.blog__btn.btn {
  margin-top: 32px;
}
.blog__btn.btn:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .blog__btn.btn {
    margin-top: 40px;
  }
  .blog__btn.btn:not(:last-child) {
    margin-bottom: 80px;
  }
}
.blog__big-slider {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .blog__big-slider {
    margin-top: 80px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.breadcrumbs {
  margin: 24px 0 36px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 32px 0 80px;
  }
}
.breadcrumbs__list {
  display: flex;
  overflow: hidden;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list {
    max-width: 1680px;
    flex-wrap: wrap;
  }
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
}
.breadcrumbs__item:not(:last-of-type)::after {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  background-image: url("../assets/image/icon-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  text-align: center;
  vertical-align: middle;
}
.breadcrumbs__link {
  color: #9BA2C3;
  @apply typo-p4;
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #395AFF;
}
.breadcrumbs__item:last-of-type .breadcrumbs__link {
  color: initial;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.btn {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: max-content;
  align-items: center;
  justify-content: center;
  background: linear-gradient(241.01deg, #8187FF 3.58%, #595FE5 71.89%);
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  outline: none;
}
.btn svg {
  fill: #FFFFFF;
  transition: fill 0.3s ease-in-out;
}
.btn:has(span) svg {
  margin-left: 8px;
}
.btn::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}
.btn:hover::before {
  background: #8187FF;
  opacity: 1;
}
.btn:active::before {
  background: #595FE5;
  opacity: 1;
}
.btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.btn_arrow {
  padding: 12px;
}
.btn_arrow:hover svg {
  fill: #595FE5;
}
.btn:hover svg {
  animation: arrow-anim 0.8s linear infinite;
}
.btn_s {
  padding: 9px 20px;
  font-size: 16px;
}
.btn_m {
  padding: 12px 22px 11px;
  font-size: 18px;
}
.btn_l {
  padding: 16px 24px 12px;
  font-size: 20px;
}
.btn_arrow:hover::before, .btn_arrow:active::before {
  background: #FFFFFF;
  color: #595FE5;
  opacity: 1;
}
@keyframes arrow-anim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.burger-menu {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.5);
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s, visibility 0.3s ease-in-out 0.2s;
  visibility: hidden;
}
.burger-menu.is-active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: visible;
}
.burger-menu__content {
  width: 100%;
  height: 100vh;
  padding: 80px 16px 16px;
  background-color: #F5F5F9;
  box-shadow: 8px 8px 24px rgba(115, 122, 155, 0.24), 16px 16px 48px 8px rgba(115, 122, 155, 0.24);
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .burger-menu__content {
    width: 40%;
  }
}
.burger-menu.is-active .burger-menu__content {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out 0.2s;
}
.burger-menu__search {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.burger-menu__search:focus {
  outline: none;
}
.burger-menu__search svg {
  margin-left: 8px;
  fill: currentColor;
}
@media (min-width: 1024px) {
  .burger-menu__search {
    display: none;
  }
}
.burger-menu__items {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 32px;
}
.burger-menu__item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.burger-menu__item:not(:last-child) {
  margin-bottom: 20px;
}
.burger-menu__link {
  transition: color 0.3s ease-in-out;
}
.burger-menu__link:hover {
  color: #595FE5;
}
.burger-menu__btn.btn {
  margin: 40px 0;
}
.burger-menu__contacts {
  margin-bottom: 32px;
}
.burger-menu__contact:not(:last-child) {
  margin-bottom: 20px;
}
.burger-menu__contact-heading {
  margin-bottom: 8px;
  color: #737A9B;
}
.burger-menu__contact-link {
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.burger-menu__contact-link:hover {
  color: #8187FF;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.burger {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-duration: 1s;
}
.burger:focus {
  outline: none;
}
.burger span {
  position: absolute;
  left: 0;
}
.burger span:before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #3B465D;
  border-radius: 20px;
  content: "";
  transition: transform 0.25s, top 0.25s 0.25s;
  transition-duration: 0.25s;
}
.burger span:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #3B465D;
  border-radius: 20px;
  content: "";
  transition: transform 0.25s, top 0.25s 0.25s;
  transition-duration: 0.25s;
}
.burger.is-active span:before {
  top: 0;
  transform: rotateZ(-45deg);
  transition: top 0.25s, transform 0.25s 0.25s;
}
.burger.is-active span:after {
  top: 0;
  transform: rotateZ(45deg);
  transition: top 0.4s, transform 0.25s 0.25s;
}
@media (min-width: 1536px) {
  .burger {
    display: none;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.clients-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
}
.clients-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.clients-section__item:last-child {
  padding: 0;
  grid-column: 4 span;
}
@media (min-width: 640px) {
  .clients-section__item:last-child {
    grid-column: 2 span;
  }
}
.clients-section__img {
  position: relative;
  height: 100%;
}
.clients-section__img img {
  width: 156px;
  height: 78px;
  padding: 8px;
  object-fit: contain;
}
@media (min-width: 640px) {
  .clients-section__img img {
    width: 206px;
    height: 103px;
  }
}
@media (min-width: 1024px) {
  .clients-section__img img {
    padding: 12px;
  }
  .clients-section__img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #323843;
    content: "";
    mix-blend-mode: color;
    transition: background 0.3s ease-in-out;
  }
}
@media (min-width: 1536px) {
  .clients-section__img img {
    width: 280px;
    height: 140px;
  }
}
.clients-section__img:hover::after {
  background: transparent;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.contacts-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .contacts-section__head {
    margin-bottom: 80px;
  }
}
.contacts-section__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .contacts-section__inner {
    grid-template-columns: repeat(12, 1fr);
  }
}
.contacts-section__content {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .contacts-section__content {
    grid-column: 12 span;
  }
}
@media (min-width: 1280px) {
  .contacts-section__content {
    grid-column: 5/8 span;
  }
}
.contacts-section__desc a {
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.contacts-section__desc a:hover {
  color: #8187FF;
}
.contacts-section__contacts {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .contacts-section__contacts {
    column-count: 2;
  }
}
.contacts-section__group:not(:last-child) {
  margin-bottom: 40px;
}
.contacts-section__heading {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .contacts-section__heading {
    margin-bottom: 20px;
  }
}
.contacts-section__text {
  color: #3B465D;
  font-style: normal;
}
.contacts-section__text:not(:last-child) {
  margin-bottom: 16px;
}
.contacts-section__link {
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.contacts-section__link:hover {
  color: #8187FF;
}
.contacts-section__download {
  display: flex;
  align-items: center;
  margin-top: 40px;
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.contacts-section__download svg {
  margin-left: 8px;
  fill: currentColor;
}
.contacts-section__download:hover {
  color: #8187FF;
}
.contacts-section__map {
  margin-top: 48px;
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .contacts-section__map {
    margin-top: 96px;
    grid-column: 12 span;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.custom-count {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .custom-count {
    display: none;
  }
}
.custom-count__button-prev {
  margin-right: 24px;
}
.custom-count__button-next {
  margin-left: 24px;
}
.custom-count__current {
  display: flex;
  min-width: 30px;
  align-items: center;
  justify-content: center;
  color: #595FE5;
}
.custom-count__line {
  margin: 0 6px;
  color: #B3BADB;
}
.custom-count__total {
  color: #B3BADB;
  transform: translateY(2px);
}
.custom-count .swiper-pagination-custom {
  width: inherit;
}
@media (min-width: 1024px) {
  .gallery__pagination-count.custom-count {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .gallery__pagination-count.custom-count {
    display: none;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.employee-preview {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .employee-preview__wrapper {
    padding: 32px;
    border: 2px solid transparent;
    border-radius: 32px;
    transition: border 0.3s ease-in-out;
  }
}
.employee-preview__img {
  position: relative;
  margin-bottom: 24px;
}
.employee-preview__img img {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}
.employee-preview__img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(to top, #A9AFFF 0%, transparent 100%);
  border-radius: 0 0 16px 16px;
  content: "";
  mix-blend-mode: normal;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .employee-preview__img {
    margin-bottom: 32px;
  }
}
.employee-preview__name {
  margin-bottom: 8px;
  color: #595FE5;
}
@media (min-width: 1024px) {
  .employee-preview__name {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .employee-preview__wrapper:hover {
    border: 2px solid #D7DEFF;
  }
}
.employee-preview__wrapper:hover .employee-preview__img::after {
  opacity: 0;
}
.employees-section__pagination-count {
  margin: 48px auto 0;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.error-page__inner {
  display: grid;
  padding-bottom: 233px;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 48px;
}
@media (min-width: 1024px) {
  .error-page__inner {
    align-items: center;
    padding-bottom: 254px;
    gap: 24px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.error-page__img {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .error-page__img {
    order: 1;
    grid-column: 6/7 span;
  }
}
.error-page__content {
  grid-column: 4 span;
}
.error-page__title {
  display: none;
}
@media (min-width: 1024px) {
  .error-page__title {
    display: block;
    margin-bottom: 24px;
    color: #595FE5;
  }
}
.error-page__desc {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .error-page__desc {
    margin-bottom: 48px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.example-preview__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .example-preview__wrapper {
    flex-direction: row;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF0FC 100%);
    border-radius: 32px;
  }
}
.example-preview__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  margin-bottom: 24px;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .example-preview__img {
    max-width: 408px;
    flex-shrink: 0;
    order: 1;
    padding-bottom: 42%;
    margin-bottom: 0;
    border-radius: 32px;
  }
}
.example-preview__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.25s cubic-bezier(0.2, 0.5, 0, 1);
}
.example-preview__content {
  padding: 8px;
}
@media (min-width: 1024px) {
  .example-preview__content {
    display: flex;
    flex-direction: column;
    padding: 48px;
  }
}
.example-preview__title {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .example-preview__title {
    margin-bottom: 24px;
  }
}
.example-preview__desc {
  color: #737A9B;
}
@media (min-width: 1024px) {
  .example-preview__desc {
    color: #3B465D;
  }
}
.example-preview__btn.btn {
  display: none;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .example-preview__btn.btn {
    display: flex;
  }
}
.example-preview:hover .example-preview__img img {
  transform: scale(1.1);
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.example-section__pagination-count {
  margin: 48px auto 0;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.faq-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .faq-section__head {
    margin-bottom: 80px;
  }
}
.faq-section__link {
  display: none;
}
@media (min-width: 1024px) {
  .faq-section__link {
    display: flex;
    align-items: center;
    color: #595FE5;
  }
  .faq-section__link svg {
    margin-left: 8px;
  }
}
.faq-section__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .faq-section__inner {
    grid-template-columns: repeat(12, 1fr);
  }
}
.faq-section__accordion {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .faq-section__accordion {
    grid-column: 12 span;
  }
}
@media (min-width: 1280px) {
  .faq-section__accordion {
    grid-column: 5/8 span;
  }
}
.faq-section__accordion-item {
  width: 100%;
  padding: 16px 0;
  border-bottom: 2px solid #D7DEFF;
  text-align: left;
}
.faq-section__accordion-item:first-child {
  border-top: 2px solid #D7DEFF;
}
@media (min-width: 1024px) {
  .faq-section__accordion-item {
    padding: 18px 0;
  }
}
.faq-section__accordion-trigger {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #595FE5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: left;
}
.faq-section__accordion-trigger:focus {
  outline: none;
}
.faq-section__accordion-trigger span {
  width: 100%;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .faq-section__accordion-trigger span {
    font-size: 18px;
  }
}
.faq-section__accordion-trigger svg {
  fill: currentColor;
}
.faq-section__accordion-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s cubic-bezier(0.2, 0.5, 0, 1);
}
.faq-section__accordion-content p:first-child {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .faq-section__accordion-content p:first-child {
    margin-top: 24px;
  }
}
.faq-section__accordion-item svg {
  transition: transform 1s cubic-bezier(0.2, 0.5, 0, 1);
}
.faq-section__accordion-item.open svg {
  transform: rotate(45deg);
}
.faq-section__accordion-item.open .accordion__trigger p {
  color: #395AFF;
}
.faq .faq-section__link {
  display: none;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.feedback-section__wrapper {
  position: relative;
  background-image: url("../img/feedback-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .feedback-section__wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 720px;
    background-image: url("../img/feedback-pattern.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
}
@media (min-width: 1024px) {
  .feedback-section__wrapper::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 446px;
    height: 406px;
    background-image: url("../img/feedback-pattern2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
}
.feedback-section__inner {
  display: grid;
  padding: 48px 0;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .feedback-section__inner {
    padding: 150px 0 180px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.feedback-section__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 24px;
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .feedback-section__content {
    flex-direction: row;
    padding: 56px;
    grid-column: 12 span;
  }
}
@media (min-width: 1280px) {
  .feedback-section__content {
    grid-column: 5/8 span;
  }
}
.feedback-section__left {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .feedback-section__left {
    margin-right: 48px;
    margin-bottom: 0;
  }
}
.feedback-section__title {
  margin-bottom: 24px;
}
.feedback-section__desc {
  margin-top: auto;
}
.feedback-section__tel {
  display: block;
  margin-top: 16px;
  color: #595FE5;
}
.feedback-section__form {
  display: grid;
  width: 100%;
  gap: 24px;
}
@media (min-width: 1024px) {
  .feedback-section__form {
    width: initial;
  }
}
.feedback-section__form-group:last-child {
  padding-top: 8px;
}
.feedback-section__form-btn.btn {
  width: 100%;
}
.feedback-section__form-caption {
  margin-top: 16px;
}
.feedback-section__form-caption a {
  color: #595FE5;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.footer {
  padding: 24px 0;
  border-top: 2px solid #B3BADB;
  background-color: #F5F5F9;
}
@media (min-width: 1024px) {
  .footer {
    padding: 56px 0 16px;
  }
}
.footer__inner {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .footer__inner {
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .footer__inner {
    margin-bottom: 120px;
  }
}
.footer__inner, .footer__bottom {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .footer__inner, .footer__bottom {
    grid-template-columns: repeat(12, 1fr);
  }
}
.footer__logo {
  display: none;
}
@media (min-width: 1280px) {
  .footer__logo {
    display: flex;
    grid-column: 3 span;
  }
}
@media (min-width: 1536px) {
  .footer__logo {
    display: flex;
    grid-column: 4 span;
  }
}
.footer__content {
  display: grid;
  gap: 24px;
  grid-column: 4 span;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .footer__content {
    grid-column: 12 span;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .footer__content {
    grid-column: 4/9 span;
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1536px) {
  .footer__content {
    grid-column: 5/8 span;
    grid-template-columns: repeat(8, 1fr);
  }
}
.footer__group {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .footer__group {
    grid-column: 3 span;
  }
  .footer__group:has(.footer__btn-mobile) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .footer__group {
    grid-column: 2 span;
  }
}
.footer__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer__nav-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.footer__nav-link {
  transition: color 0.3s ease-in-out;
}
.footer__nav-link:hover {
  color: #595FE5;
}
.footer__contacts:not(:last-child) {
  margin-bottom: 20px;
}
.footer__contacts-heading {
  margin-bottom: 12px;
  color: #737A9B;
}
.footer__contacts-link {
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.footer__contacts-link:hover {
  color: #8187FF;
}
.footer__btn-mobile {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__btn-mobile {
    display: none;
  }
}
.footer__btn-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .footer__btn-desktop {
    display: block;
    margin-bottom: 40px;
  }
}
.footer__bottom-inner {
  display: flex;
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .footer__bottom-inner {
    grid-column: 12 span;
  }
}
@media (min-width: 1280px) {
  .footer__bottom-inner {
    grid-column: 5/8 span;
  }
}
.footer__copy {
  display: none;
}
@media (min-width: 1024px) {
  .footer__copy {
    display: flex;
    color: #9BA2C3;
  }
}
.footer__policy {
  display: none;
}
@media (min-width: 1024px) {
  .footer__policy {
    display: flex;
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .footer__dev {
    margin-left: auto;
  }
}
.footer__policy, .footer__dev {
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.footer__policy:hover, .footer__dev:hover {
  color: #8187FF;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.form {
  /* Валидация */
}
.form__group {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form__input_text {
  width: 100%;
  height: 56px;
  padding: 24px 16px 8px;
  border: 2px solid #B3BADB;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  transition: 250ms;
}
.form__input_text:not(:placeholder-shown) {
  border-color: #8187FF;
}
.form__input_text:focus {
  border-color: #595FE5;
  outline: none;
}
.form__input_text + .form__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #B3BADB;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  transition: 250ms;
}
.form__input_text:hover + .form__label {
  color: #595FE5;
}
.form__input_text:not(:placeholder-shown) + .form__label, .form__input_text:focus + .form__label {
  top: 8px;
  color: #595FE5;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}
.form__group.disabled {
  opacity: 0.4;
}
.form__group.disabled .form__input_text {
  pointer-events: none;
  user-select: none;
}
.form__group.has-error .form__input {
  border-color: #F95D51;
}
.form .help-block {
  position: absolute;
  top: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.form .help-block_error {
  color: #F95D51;
}
/* autofill fix */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.gslide-inner-content {
  padding: 0 15px;
}
.goverlay {
  backdrop-filter: blur(40px);
  background-color: transparent;
}
.glightbox-clean .gdesc-inner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: -1px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .glightbox-clean .gdesc-inner {
    font-size: 18px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.header {
  position: relative;
  z-index: 100;
}
.header__wrapper {
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #B3BADB;
  background-color: #FFFFFF;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .header__inner {
    justify-content: initial;
    padding: 21px 0;
  }
}
.header__logo {
  display: block;
}
.header__burger.burger {
  margin-left: 40px;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.hero-section {
  position: relative;
}
@media (min-width: 1024px) {
  .hero-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF0FC 100%);
  }
}
.hero-section__wrapper {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .hero-section__wrapper {
    padding: 140px 0 70px;
  }
}
.hero-section__main {
  position: relative;
  display: flex;
  padding-left: 16px;
}
.hero-section__block {
  display: grid;
  height: 100%;
  align-items: flex-start;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .hero-section__block {
    grid-template-columns: repeat(12, 1fr);
  }
}
.hero-section__content {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .hero-section__content {
    grid-column: 6 span;
  }
}
.hero-section__title {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .hero-section__title {
    margin-bottom: 64px;
  }
}
.hero-section__img-container {
  margin-top: auto;
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .hero-section__img-container {
    margin-top: 0;
    grid-column: 5 span;
  }
}
.hero-section__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 61.4%;
  border-radius: 32px;
}
.hero-section__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section__nav {
  position: relative;
}
@media (min-width: 1024px) {
  .hero-section__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 250px;
  }
}
.hero-section__pagination.swiper-pagination {
  position: relative;
}
@media (min-width: 1024px) {
  .hero-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: initial;
    inset: 0;
  }
}
.hero-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #9BA2C3;
  background: transparent;
  border-radius: 500px;
  opacity: 1;
  transition: width 1.25s cubic-bezier(0.2, 0.5, 0, 1);
}
.hero-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
}
.hero-section__next {
  display: none;
}
@media (min-width: 1024px) {
  .hero-section__next {
    display: flex;
    cursor: pointer;
  }
  .hero-section__next svg {
    fill: #595FE5;
  }
}
.hero-section .swiper-pagination-fraction, .hero-section .swiper-pagination-custom, .hero-section .swiper-horizontal > .swiper-pagination-bullets, .hero-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -16px;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.history-block__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .history-block__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
.history-block__year {
  color: #595FE5;
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .history-block__year {
    grid-column: 3 span;
  }
}
@media (min-width: 1280px) {
  .history-block__year {
    grid-column: 4 span;
    text-align: right;
  }
}
.history-block__content {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .history-block__content {
    grid-column: 5/8 span;
  }
}
@media (min-width: 1280px) {
  .history-block__content {
    grid-column: 6/6 span;
  }
}
.history-block__btn.btn {
  display: inline-flex;
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .history-block__btn.btn {
    width: initial;
  }
}
@media (min-width: 1024px) {
  .history-block__btn.btn {
    margin-top: 48px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.history-section__slide {
  padding-right: 16px;
  padding-left: 16px;
}
.history-section__pagination-count {
  margin: 48px auto 0;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.info-preview {
  position: relative;
  cursor: pointer;
}
.info-preview__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  margin-bottom: 24px;
  border-radius: 24px;
}
.info-preview__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .info-preview__img {
    padding-bottom: 120%;
    margin-bottom: 0;
  }
}
.info-preview__content {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .info-preview__content {
    position: absolute;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: 32px;
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 24px;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.2, 0.5, 0, 1);
  }
}
.info-preview__tags {
  display: none;
}
@media (min-width: 1024px) {
  .info-preview__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -6px;
    opacity: 0;
    transform: translateY(-150%);
    transition: transform 2s cubic-bezier(0.2, 0.5, 0, 1), opacity 1.1s cubic-bezier(0.2, 0.5, 0, 1);
  }
}
.info-preview__tags * {
  padding: 5px 12px 3px;
  border: 2px solid #D7DEFF;
  margin: 6px;
  border-radius: 500px;
  color: #737A9B;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .info-preview__title {
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(-50%);
    transition: transform 0.8s cubic-bezier(0.2, 0.5, 0, 1), opacity 1.1s cubic-bezier(0.2, 0.5, 0, 1);
  }
  .info-preview__title:not(:first-child) {
    margin-top: 32px;
  }
}
.info-preview__desc {
  display: none;
}
@media (min-width: 1024px) {
  .info-preview__desc {
    display: block;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.8s cubic-bezier(0.2, 0.5, 0, 1), opacity 1.1s cubic-bezier(0.2, 0.5, 0, 1);
  }
}
.info-preview__btn.btn {
  display: none;
}
@media (min-width: 1024px) {
  .info-preview__btn.btn {
    display: flex;
    margin: auto 0 0 auto;
  }
}
.info-preview:hover .info-preview__content {
  opacity: 1;
}
.info-preview:hover .info-preview__title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.2, 0.5, 0, 1), opacity 1.1s cubic-bezier(0.2, 0.5, 0, 1);
  transition-delay: 0.1s;
}
.info-preview:hover .info-preview__desc {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.2, 0.5, 0, 1), opacity 1.1s cubic-bezier(0.2, 0.5, 0, 1);
  transition-delay: 0.2s;
}
.info-preview:has(.info-preview__tags):hover .info-preview__tags {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.2, 0.5, 0, 1), opacity 1.1s cubic-bezier(0.2, 0.5, 0, 1);
  transition-delay: 0.1s;
}
.info-preview:has(.info-preview__tags):hover .info-preview__title {
  transition: transform 0.9s cubic-bezier(0.2, 0.5, 0, 1), opacity 1.1s cubic-bezier(0.2, 0.5, 0, 1);
  transition-delay: 0.4s;
}
.info-preview:has(.info-preview__tags):hover .info-preview__desc {
  transition-delay: 0.6s;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.introduction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .introduction {
    margin-bottom: 80px;
  }
}
.introduction__navigation {
  display: none;
}
@media (min-width: 1024px) {
  .introduction__navigation {
    display: flex;
    align-items: center;
  }
}
.introduction__button-prev {
  margin-right: 24px;
}
.introduction__button-prev, .introduction__button-next {
  z-index: 9;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.introduction__button-prev:focus, .introduction__button-next:focus {
  outline: none;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.location-section {
  position: relative;
}
.location-section__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
}
@media (min-width: 1024px) {
  .location-section__inner {
    grid-template-columns: repeat(12, 1fr);
  }
}
.location-section__content {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .location-section__content {
    grid-column: 7 span;
  }
}
@media (min-width: 1280px) {
  .location-section__content {
    grid-column: 2/6 span;
  }
}
.location-section__achievements {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .location-section__achievements {
    grid-column: 9/4 span;
  }
}
@media (min-width: 1280px) {
  .location-section__achievements {
    grid-column: 10/3 span;
  }
}
.location-section__title {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .location-section__title {
    margin-bottom: 32px;
  }
}
.location-section__desc:not(:last-child) {
  margin-bottom: 8px;
}
.location-section__more-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .location-section__more-desktop {
    display: flex;
    align-items: center;
    margin-top: 48px;
    color: #595FE5;
    transition: color 0.3s ease-in-out;
  }
  .location-section__more-desktop svg {
    margin-left: 8px;
    fill: currentColor;
  }
  .location-section__more-desktop:hover {
    color: #8187FF;
  }
}
.location-section__more-mobile {
  display: block;
  color: #595FE5;
  grid-column: 4 span;
  text-align: center;
}
@media (min-width: 1024px) {
  .location-section__more-mobile {
    display: none;
    margin-top: 0;
  }
}
.location-section__achievement {
  display: flex;
  align-items: center;
}
.location-section__achievement:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .location-section__achievement {
    flex-direction: column;
    align-items: flex-start;
  }
  .location-section__achievement:not(:last-child) {
    margin-bottom: 56px;
  }
}
.location-section__achievement-value {
  flex-shrink: 0;
  color: #595FE5;
}
.location-section__achievement-desc {
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .location-section__achievement-desc {
    padding-left: 24px;
  }
}
.location-section__map-container {
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .location-section__map-container {
    padding-bottom: 64px;
    margin-top: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF0FC 100%);
  }
}
.location-section__map-wrapper {
  position: relative;
}
.location-section__map-title {
  display: block;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .location-section__map-title {
    display: none;
    margin-bottom: 0;
  }
}
.location-section__map-inner {
  display: none;
}
@media (min-width: 1024px) {
  .location-section__map-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 53.5%;
  }
}
.location-section__marks {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.location-section__mark {
  width: 100%;
  margin: 6px;
  text-align: center;
}
@media (min-width: 480px) {
  .location-section__mark {
    width: fit-content;
  }
}
.location-section__map path {
  cursor: pointer;
  stroke: #B3BADB;
  stroke-width: 1px;
  transition: fill 0.3s ease-in-out;
}
.location-section__map path:hover {
  fill: #D7DEFF;
}
@media (min-width: 1024px) {
  .location-section__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.location-section__dot {
  display: none;
}
@media (min-width: 1024px) {
  .location-section__dot {
    position: absolute;
    display: flex;
    cursor: pointer;
  }
  .location-section__dot circle {
    fill: #595FE5;
    stroke: #595FE5;
    stroke-opacity: 1;
    stroke-width: 0;
  }
  @keyframes ripple {
    from {
      stroke-opacity: 1;
      stroke-width: 4px;
      transform: scale(0.3);
    }
    to {
      stroke-opacity: 0;
      stroke-width: 0;
      transform: scale(2);
    }
  }
}
.location-section__dot-pulse {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: ripple;
  fill: white;
  fill-opacity: 0;
  transform-origin: 50% 50%;
}
.location-section__city {
  position: relative;
  padding: 9px 16px;
  background: linear-gradient(241.01deg, #8187FF 3.58%, #595FE5 71.89%);
  border-radius: 4px 16px 16px 16px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .location-section__city {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 12px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out;
    visibility: hidden;
  }
  .location-section__city::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 4px 16px 16px 16px;
    content: "";
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .location-section__city:hover:after {
    background: #595FE5;
    opacity: 1;
  }
}
.location-section__mark:hover .location-section__city {
  opacity: 1;
  visibility: visible;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.map {
  width: 100%;
  height: 540px;
}
.ymaps-2-1-79-copyright__content, .ymaps-2-1-79-gototaxi__container, .ymaps-2-1-79-gotoymaps__container, .ymaps-2-1-79-gototech {
  opacity: 0;
  visibility: hidden;
}
.ymaps-2-1-79-events-pane.ymaps-2-1-79-user-selection-none {
  z-index: 502 !important;
  background: #9BA2C3;
  mix-blend-mode: hue;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.marquee {
  position: relative;
  overflow: hidden;
  padding: 16px 0;
}
.marquee__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  height: 100%;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
.marquee__list:hover {
  animation-play-state: paused;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.marquee__item {
  width: var(--marquee-element-width);
  flex-shrink: 0;
  padding-right: 16px;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.nav {
  display: none;
}
@media (min-width: 1024px) {
  .nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
.nav__list {
  display: none;
}
@media (min-width: 1536px) {
  .nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 40px 0 24px;
  }
}
.nav__item:not(:last-child) {
  margin-right: 32px;
}
.nav__link {
  position: relative;
  display: flex;
  align-items: center;
  color: #131E35;
  transition: color 0.3s ease-in-out;
}
.nav__link:hover {
  color: #595FE5;
}
.nav__search {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.nav__search:focus {
  outline: none;
}
.nav__search svg {
  fill: currentColor;
}
.nav__search:hover {
  color: #8187FF;
}
.nav__call {
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.nav__call:hover {
  color: #8187FF;
}
@media (min-width: 1024px) {
  .nav__feedback {
    margin-left: 32px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.pagination {
  display: flex;
  height: 48px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .pagination {
    justify-content: flex-start;
  }
}
.pagination__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.pagination__item {
  display: flex;
  align-items: center;
}
.pagination__item:not(:last-child) {
  padding-right: 18px;
}
@media (min-width: 480px) {
  .pagination__item:not(:last-child) {
    padding-right: 40px;
  }
}
.pagination__link {
  position: relative;
  display: flex;
  color: #9BA2C3;
  transition: color 0.3s ease-in-out;
}
.pagination__link svg {
  display: none;
}
.pagination__link:hover {
  color: #595FE5;
}
@media (min-width: 1024px) {
  .pagination__link svg {
    display: block;
    fill: #595FE5;
    transition: fill 0.3s ease-in-out;
  }
}
.pagination__item.is-active > span {
  position: relative;
  padding-right: 0;
  color: #3137BD;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .pagination__item.is-active > span {
    padding-right: 40px;
    font-size: 30px;
  }
}
.pagination__arrow {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__arrow:focus {
  outline: none;
}
.pagination__arrow svg {
  fill: #595FE5;
  transition: fill 0.3s ease-in-out;
}
.pagination__arrow--left {
  margin-right: 14px;
}
.pagination__arrow--right {
  margin-left: 14px;
}
.pagination__arrow:hover svg {
  fill: #8187FF;
}
.pagination__arrow:disabled svg {
  fill: #B3BADB;
}
@media (min-width: 1024px) {
  .pagination__arrow {
    display: none;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.policy-page {
  margin: 56px 0;
}
@media (min-width: 1024px) {
  .policy-page {
    margin: 120px 0;
  }
}
.policy-page__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .policy-page__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
.policy-page__content {
  grid-column: 4 span;
}
@media (min-width: 1024px) {
  .policy-page__content {
    grid-column: 8 span;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.popup-employee__head {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
@media (min-width: 1024px) {
  .popup-employee__head {
    align-items: center;
  }
}
.popup-employee__img {
  position: relative;
  overflow: hidden;
  margin: 16px;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .popup-employee__img {
    margin: 24px;
  }
}
.popup-employee__img img {
  width: 148px;
  height: 148px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .popup-employee__img img {
    width: 228px;
    height: 228px;
  }
}
.popup-employee__inner {
  margin: 16px;
}
@media (min-width: 1024px) {
  .popup-employee__inner {
    margin: 24px;
  }
}
.popup-employee__name {
  color: #595FE5;
}
.popup-employee__name:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .popup-employee__name:not(:last-child) {
    margin-bottom: 24px;
  }
}
.popup-employee__post:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .popup-employee__post:not(:last-child) {
    margin-bottom: 16px;
  }
}
.popup-employee__desc {
  color: #737A9B;
}
.popup-employee__content {
  margin-top: 16px;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.popup-portfolio__slide {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 67%;
  border-radius: 16px;
}
.popup-portfolio__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.popup-portfolio__button-next, .popup-portfolio__button-prev {
  display: none;
}
@media (min-width: 1024px) {
  .popup-portfolio__button-next, .popup-portfolio__button-prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .popup-portfolio__button-next svg, .popup-portfolio__button-prev svg {
    fill: #595FE5;
  }
  .popup-portfolio__button-next.swiper-button-disabled svg, .popup-portfolio__button-prev.swiper-button-disabled svg {
    fill: #B3BADB;
  }
}
.popup-portfolio__button-next {
  right: 16px;
}
.popup-portfolio__button-prev {
  left: 16px;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.popup {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.popup__body {
  display: flex;
  width: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 16px;
  backdrop-filter: blur(0);
  opacity: 0;
  transition: backdrop-filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
  will-change: opacity;
}
.popup__content-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: -8px 8px 24px rgba(115, 122, 155, 0.24), -16px 16px 48px -8px rgba(115, 122, 155, 0.24);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s transform;
}
@media (min-width: 1024px) {
  .popup__content-container {
    max-width: 830px;
  }
}
.popup__content {
  position: relative;
  padding: 56px 24px 24px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .popup__content {
    padding: 56px 32px 32px;
  }
}
@media (min-width: 1024px) {
  .popup__content {
    padding: 56px 40px 40px;
  }
}
.popup__close {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.popup__close svg {
  fill: #737A9B;
}
.popup__head {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .popup__head {
    margin-bottom: 32px;
  }
}
.popup__title {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .popup__title {
    margin-bottom: 16px;
  }
}
.popup__subtitle:not(:last-child) {
  margin-bottom: 8px;
}
.popup__btn.btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .popup__btn.btn {
    width: initial;
  }
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup__body_right .popup__content-container {
  height: 100vh;
  border-radius: 0;
}
.popup.is-active .popup__content-container {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition-duration: 0.5s;
}
.popup.is-active .popup__body {
  backdrop-filter: blur(40px);
  opacity: 1;
}
.popup__review-date {
  margin-bottom: 16px;
  color: #9BA2C3;
}
.popup__review-user {
  margin-bottom: 16px;
}
.popup__review-post {
  margin-bottom: 16px;
  color: #737A9B;
}
@media (min-width: 1024px) {
  .popup__review-post {
    margin-bottom: 24px;
  }
}
.popup__review-caption {
  margin-bottom: 24px;
}
.popup__body_right {
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .popup__body_right {
    padding: 0 60px 0 16px;
  }
}
@media (min-width: 1536px) {
  .popup__body_right {
    padding: 0 120px 0 16px;
  }
}
.popup__body_right .popup__content {
  height: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .popup__body_right .popup__content {
    padding: 140px 40px 56px;
  }
}
.popup__body_right .popup__main {
  height: 100%;
  overflow-y: auto;
}
.popup.is-active .popup__body_right {
  backdrop-filter: blur(4px);
}
.popup__location {
  padding: 90px 30px 90px 20px;
}
@media (min-width: 1024px) {
  .popup__location {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .popup__location-title {
    position: fixed;
    top: 56px;
  }
}
.popup__location-timeline {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .popup__location-block {
    padding-left: 40px;
  }
  .popup__location-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.popup__location-year {
  position: relative;
  display: block;
  margin-bottom: 32px;
  color: #595FE5;
}
@media (min-width: 1024px) {
  .popup__location-year:before {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 12px;
    height: 12px;
    background-color: #595FE5;
    border-radius: 100%;
    content: "";
    transform: translateY(-50%);
  }
}
.popup__location-project:not(:last-child) {
  margin-bottom: 24px;
}
.popup__location-project p:first-child {
  margin-bottom: 8px;
}
.popup__location-project p:last-child {
  color: #737A9B;
}
.popup__location-project:has(a:last-child) a:last-child {
  position: relative;
  display: flex;
  align-items: center;
  color: #595FE5;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.popup__location-project:has(a:last-child) a:last-child:hover {
  color: #8187FF;
}
#popup-location .popup__body {
  padding: 0;
}
@media (min-width: 1024px) {
  #popup-location .popup__body {
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  #popup-feedback .popup__content-container {
    max-width: 540px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.portfolio__title {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .portfolio__title {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .portfolio__pagination {
    display: flex;
    justify-content: flex-end;
  }
}
.portfolio-section__pagination-count {
  margin: 48px auto 0;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.review-preview {
  height: 100%;
  padding: 16px;
  border: 2px solid #B3BADB;
  background-color: #FFFFFF;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .review-preview {
    padding: 32px;
    border: none;
  }
}
.review-preview__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.review-preview__date {
  margin-bottom: 16px;
  color: #9BA2C3;
}
.review-preview__user {
  margin-bottom: 16px;
}
.review-preview__post {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  color: #595FE5;
  transition: color 0.3s ease-in-out;
}
.review-preview__post:hover {
  color: #8187FF;
}
@media (min-width: 1024px) {
  .review-preview__post {
    margin-bottom: 24px;
  }
}
.review-preview__caption {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}
.review-preview__show-more {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  display: none;
  align-items: center;
  margin-top: auto;
  color: #595FE5;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.review-preview__show-more:focus {
  outline: none;
}
.review-preview__show-more svg {
  margin-left: 8px;
  fill: currentColor;
}
.review-preview__show-more.is-show {
  display: flex;
}
@media (min-width: 1024px) {
  .review-preview__show-more:hover {
    color: #8187FF;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.reviews-section__wrapper {
  position: relative;
  inset: 0;
}
@media (min-width: 1024px) {
  .reviews-section__wrapper {
    padding: 80px 0 84px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF0FC 100%);
  }
}
.reviews-section__pagination-count {
  margin: 48px auto 0;
}
.reviews-section .swiper-slide {
  height: auto;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.scroll-up {
  position: fixed;
  z-index: 999;
  right: 1rem;
  bottom: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  appearance: none;
  background-color: #FFFFFF;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.25s ease-in;
  visibility: hidden;
}
.scroll-up svg {
  fill: #595FE5;
  opacity: 0.4;
  transform: rotate(-90deg);
  transition: opacity 0.3s ease-in-out;
}
.scroll-up:focus svg, .scroll-up:hover svg {
  opacity: 1;
}
.scroll-up.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 1024px) {
  .scroll-up {
    right: 1rem;
    bottom: 2rem;
  }
  .scroll-up::after {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1536px) {
  .scroll-up {
    right: max(16px, calc(100% - 1536px) / 2);
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.search-block {
  position: absolute;
  z-index: 4;
  top: 80px;
  right: 0;
  left: 0;
  padding: 56px 0;
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(-150%);
  transition: transform 1.25s cubic-bezier(0.2, 0.5, 0, 1), opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
}
.search-block.is-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 1024px) {
  .search-block {
    top: 100px;
    padding: 120px 0;
  }
}
.search-block__form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.search-block__label {
  display: flex;
  width: 100%;
  max-width: 1112px;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #B3BADB;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.search-block__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: none;
  margin: 0;
  appearance: none;
  background-color: #FFFFFF;
  border-radius: 6px;
  font-size: 18px;
  outline: none;
}
.search-block__input::placeholder {
  color: #9BA2C3;
}
.search-block__input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.search-block__icon-clear {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
}
.search-block__icon-clear:focus {
  outline: none;
}
.search-block__icon-search, .search-block__icon-clear {
  display: none;
  margin: 0 16px;
  fill: #595FE5;
}
.search-block__icon-search.is-active, .search-block__icon-clear.is-active {
  display: flex;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.search-page__wrapper {
  padding-bottom: 233px;
}
@media (min-width: 1024px) {
  .search-page__wrapper {
    padding-bottom: 350px;
  }
}
.search-page__title {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .search-page__title {
    margin-bottom: 80px;
  }
}
.search-page__desc {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .search-page__desc {
    margin-bottom: 48px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.service-preview {
  display: block;
  height: 100%;
  min-height: 402px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF0FC 100%);
  border-radius: 32px;
}
@media (min-width: 1024px) {
  .service-preview {
    padding: 32px;
  }
}
.service-preview__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .service-preview__wrapper {
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.service-preview__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .service-preview__content {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}
.service-preview__img img {
  object-fit: cover;
}
@media (min-width: 1024px) {
  .service-preview__img {
    width: 160px;
    height: 160px;
  }
}
.service-preview__title {
  padding: 24px 16px;
}
@media (min-width: 1024px) {
  .service-preview__title {
    padding: 0;
  }
}
.service-preview__tags {
  display: none;
}
@media (min-width: 1024px) {
  .service-preview__tags {
    display: block;
    width: min-content;
    margin-top: auto;
    margin-left: 32px;
  }
}
.service-preview__tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -6px;
}
.service-preview__tags-item {
  width: max-content;
  padding: 2px 12px;
  border: 2px solid #D7DEFF;
  margin: 6px;
  border-radius: 500px;
  color: #737A9B;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.services__wrapper {
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .services__wrapper {
    margin-bottom: 120px;
  }
}
.services__title {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .services__title {
    margin-bottom: 80px;
  }
}
.services__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(12, 1fr);
  }
}
.services__item {
  grid-column: 4 span;
}
.services__item:has(.service-preview):nth-child(even) .service-preview {
  background: linear-gradient(241.01deg, #8187FF 3.58%, #595FE5 71.89%);
}
.services__item:has(.service-preview):nth-child(even) .service-preview__title.h5 {
  color: #FED648;
}
.services__item:has(.service-preview):nth-child(even) .service-preview__title.h5 span {
  color: #FFFFFF;
}
.services__item:has(.service-preview):nth-child(even) .service-preview__tags-item {
  border: 2px solid #9BA2C3;
  color: #EFF0FC;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.services-section {
  padding: 1px;
}
.services-section__pagination-count {
  margin: 48px auto 0;
}
.services-section .swiper-slide {
  height: auto;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.simplebar-content-wrapper {
  padding-right: 8px;
}
.simplebar-track.simplebar-vertical {
  width: 6px;
  padding: 0;
  background-color: #EFF0FC;
  border-radius: 500px;
}
.simplebar-scrollbar::before {
  background: #595FE5;
  inset: 0;
  opacity: 1;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.slide-row__swiper {
  padding: 0 16px 0 16px !important;
}
.slide-row__swiper .swiper {
  overflow: visible;
}
.slide-row__slide {
  max-width: 280px;
}
@media (min-width: 1024px) {
  .slide-row__slide {
    max-width: 402px;
  }
}
@media (min-width: 1024px) {
  .slide-row__slide_l {
    max-width: 686px;
  }
}
@media (min-width: 1024px) {
  .slide-row__slide_xl {
    max-width: 970px;
  }
}
.slide-row__slide:has(.service-preview):nth-child(even) .service-preview {
  background: linear-gradient(241.01deg, #8187FF 3.58%, #595FE5 71.89%);
}
.slide-row__slide:has(.service-preview):nth-child(even) .service-preview__title.h5 {
  color: #FED648;
}
.slide-row__slide:has(.service-preview):nth-child(even) .service-preview__title.h5 span {
  color: #FFFFFF;
}
.slide-row__slide:has(.service-preview):nth-child(even) .service-preview__tags-item {
  border: 2px solid #9BA2C3;
  color: #EFF0FC;
}
.slide-row__prev, .slide-row__next {
  display: flex;
}
.slide-row__prev svg, .slide-row__next svg {
  fill: #595FE5;
}
.slide-row__prev.swiper-button-disabled svg, .slide-row__next.swiper-button-disabled svg {
  fill: #B3BADB;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.social {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.social__item {
  position: relative;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid #B3BADB;
  border-radius: 8px;
}
.social__item:not(:last-child)::before {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -4px;
  width: 4px;
  height: 2px;
  background-color: #B3BADB;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
}
.social__item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  right: -4px;
  bottom: 5px;
  width: 4px;
  height: 2px;
  background-color: #B3BADB;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  content: "";
}
.social__item:not(:last-child) .social__partition {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: -5px;
  width: 6px;
  height: calc(100% - 10px);
  background-color: #F5F5F9;
  content: "";
}
.social__link {
  display: flex;
}
.social__link svg {
  fill: #737A9B;
  transition: fill 0.3s ease-in-out;
}
.social__link_vk:hover svg {
  fill: #0077FF;
}
.social__link_tg:hover svg {
  fill: #1D93D2;
}
.social__link_youtube:hover svg {
  fill: #FF0000;
}
.social__link_insta:hover svg {
  fill: #FF1C74;
}
.social__link_whatsapp:hover svg {
  fill: #2BB741;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.stages-section {
  display: none;
}
@media (min-width: 1024px) {
  .stages-section {
    display: block;
  }
}
.stages-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 1024px) {
  .stages-section__item {
    grid-column: 4 span;
  }
}
@media (min-width: 1536px) {
  .stages-section__item {
    grid-column: 2 span;
  }
}
.stages-section__counter {
  display: block;
  margin-bottom: 8px;
  color: #595FE5;
}
@media (min-width: 1024px) {
  .stages-section__desc {
    padding-left: 24px;
  }
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.tags__items {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.tags__link {
  display: block;
  width: 100%;
  padding: 5px 16px 3px;
  border: 2px solid #D7DEFF;
  margin: 6px;
  border-radius: 500px;
  color: #595FE5;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tags__link.is-active {
  border: 2px solid #595FE5;
  background-color: #595FE5;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .tags__link {
    width: initial;
  }
}
.tags__link:hover:not(.is-active) {
  border-color: #8187FF;
  background-color: #8187FF;
  color: #FFFFFF;
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  font-weight: 400;
  line-height: 1.4;
}
.user-content h1 span, .user-content h2 span, .user-content h3 span, .user-content h4 span, .user-content h5 span, .user-content h6 span {
  color: #595FE5;
}
.user-content h1 {
  margin-bottom: 24px;
  font-size: 44px;
}
@media (min-width: 1024px) {
  .user-content h1 {
    margin-bottom: 32px;
    font-size: 72px;
    line-height: 1.15;
  }
}
.user-content h2 {
  margin: 36px 0;
  font-size: 36px;
  text-transform: uppercase;
}
.user-content h2:first-child {
  margin: 0 0 36px 0;
}
@media (min-width: 1024px) {
  .user-content h2 {
    margin: 48px 0 36px;
    font-size: 56px;
    line-height: 1.3;
  }
  .user-content h2:first-child {
    margin: 0 0 48px 0;
  }
}
.user-content h3 {
  margin: 36px 0 24px;
  font-size: 32px;
}
.user-content h3:first-child {
  margin: 0 0 24px 0;
}
@media (min-width: 1024px) {
  .user-content h3 {
    margin: 48px 0 32px;
    font-size: 48px;
  }
  .user-content h3:first-child {
    margin: 0 0 32px 0;
  }
}
.user-content h4 {
  margin: 36px 0 24px;
  font-size: 30px;
  text-transform: uppercase;
}
.user-content h4:first-child {
  margin: 0 0 24px 0;
}
@media (min-width: 1024px) {
  .user-content h4 {
    margin: 48px 0 24px;
    font-size: 36px;
  }
  .user-content h4:first-child {
    margin: 0 0 24px 0;
  }
}
.user-content h5 {
  margin: 36px 0 24px;
  font-size: 24px;
  text-transform: uppercase;
}
.user-content h5:first-child {
  margin: 0 0 24px 0;
}
@media (min-width: 1024px) {
  .user-content h5 {
    font-size: 30px;
  }
  .user-content h5:first-child {
    margin: 0 0 24px 0;
  }
}
.user-content h6 {
  font-size: 16px;
}
.user-content p {
  margin: 16px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .user-content p {
    font-size: 18px;
  }
}
.user-content p:has(img) {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 38%;
  border-radius: 16px;
}
.user-content p:has(img) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .user-content p:has(img) {
    border-radius: 32px;
  }
}
.user-content strong, .user-content b {
  position: relative;
  display: block;
  margin: 24px 0 16px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .user-content strong, .user-content b {
    font-size: 24px;
  }
}
.user-content a {
  position: relative;
  color: #595FE5;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
.user-content a:hover {
  color: #3137BD;
}
.user-content a:active {
  color: #8187FF;
}
@media (min-width: 1024px) {
  .user-content a {
    font-size: 18px;
  }
}
.user-content ul, .user-content ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .user-content ul, .user-content ol {
    padding-left: 16px;
  }
}
.user-content li {
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}
.user-content li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .user-content li {
    font-size: 18px;
  }
}
.user-content ul:not(:last-child) {
  margin-bottom: 24px;
}
.user-content ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #595FE5;
  border-radius: 50%;
  content: "";
}
.user-content ol {
  counter-reset: numbered-list 0;
}
.user-content ol:not(:last-child) {
  margin-bottom: 24px;
}
.user-content ol > li:before {
  position: absolute;
  top: 0;
  left: 2px;
  color: #595FE5;
  content: counter(numbered-list) ".";
  counter-increment: numbered-list;
  font-size: 16px;
}
