@media screen and (max-width: 767px) {
  body .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body .hide-desktop {
    display: none;
  }
}

.about-us-page {
  padding-top: 20px;
}
@media screen and (min-width: 500px) {
  .about-us-page {
    padding-top: 40px;
  }
}

.light-cyan {
  color: #64def2;
}

.about-us {
  width: 100%;
  position: relative;
  background-color: #282b38 !important;
}
.about-us__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about-us__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}
.about-us__img-wrapper {
  position: relative;
  background: radial-gradient(50.17% 50% at 51.73% 37.83%, #14151a 0%, rgba(6, 10, 26, 0) 75.84%);
}
@media screen and (min-width: 768px) {
  .about-us__img-wrapper {
    background: unset;
  }
}
.about-us__img {
  position: relative;
  display: block;
  max-height: 390px;
  max-width: 370px;
  margin: 0 auto;
  object-position: top;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .about-us__img {
    max-height: 650px;
    max-width: unset;
    width: 100%;
    margin-top: -100px;
  }
}
.about-us__content-wrapper {
  background: radial-gradient(50.17% 50% at 51.73% 37.83%, #14151a 0%, rgba(6, 10, 26, 0) 75.84%);
}
@media screen and (min-width: 768px) {
  .about-us__content-wrapper {
    background: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.about-us__img-overlay {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.about-us__img-overlay-img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: -1;
}
.about-us__title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .about-us__title {
    font-size: 60px;
    text-align: start;
    margin-bottom: 20px;
    max-width: 660px;
  }
}
.about-us__description {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .about-us__description {
    font-size: 24px;
    text-align: start;
    max-width: 660px;
  }
}
.about-us__hero-banner {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .about-us__hero-banner {
    grid-template-columns: 1fr 1fr;
  }
}

.featured-specialities__title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #4ab6da;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-specialities__title {
    font-size: 36px;
    line-height: 100%;
  }
}
.featured-specialities__description {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ccced7;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-specialities__description {
    margin-bottom: 64px;
  }
}
.featured-specialities__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .featured-specialities__cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 64px;
  }
}
.featured-specialities__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 13.41px 38.3px 0px rgba(0, 0, 0, 0.568627451);
  background-color: #282b38;
}
@media screen and (min-width: 768px) {
  .featured-specialities__card {
    width: 100%;
    max-width: 316px;
    min-height: 316px;
  }
}
.featured-specialities__card-title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #ccced7;
}
.featured-specialities__card-description {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #7b7e8c;
}

.featured-cards {
  background-color: #ccced7;
  position: relative;
}
.featured-cards__container {
  position: relative;
  z-index: 1;
}
.featured-cards__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.featured-cards__title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #282b38;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-cards__title {
    font-size: 36px;
    line-height: 100%;
  }
}
.featured-cards__description {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #282b38;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-cards__description {
    text-align: center;
  }
}
.featured-cards__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 500px) {
  .featured-cards__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .featured-cards__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .featured-cards__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.featured-cards__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 3px 7px 0px rgba(23, 46, 60, 0.1019607843);
  background: linear-gradient(180deg, #424554 16.07%, #282b38 100%);
}
@media screen and (min-width: 768px) {
  .featured-cards__item {
    gap: 16px;
  }
}
.featured-cards__item-icon {
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .featured-cards__item-icon {
    width: 64px;
    height: 64px;
  }
}
.featured-cards__item-description {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #7b7e8c;
}
@media screen and (min-width: 768px) {
  .featured-cards__item-description {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 120%;
  }
}
.featured-cards__item-title {
  font-family: "Fixel Text", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ccced7;
}
@media screen and (min-width: 768px) {
  .featured-cards__item-title {
    font-size: 18px;
    line-height: 120%;
  }
}

.featured-explain__title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #64def2;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-explain__title {
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 64px;
  }
}
.featured-explain__points {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  column-gap: 24px;
}
@media screen and (min-width: 768px) {
  .featured-explain__points {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.featured-explain__point-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #64def2;
  border-radius: 10px;
}
.featured-explain__point-index {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  background: linear-gradient(180deg, #424554 16.07%, #282b38 100%);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.568627451);
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #64def2;
  border-radius: 8px;
  margin-bottom: 32px;
}
.featured-explain__point-title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #64def2;
}
.featured-explain__point-description {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #7b7e8c;
}
@media screen and (min-width: 768px) {
  .featured-explain__point-description {
    font-size: 18px;
    line-height: 120%;
  }
}

.showcase-points {
  background: linear-gradient(180deg, #424554 16.07%, #282b38 100%);
}
@media screen and (min-width: 1200px) {
  .showcase-points__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.showcase-points__title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #47bdff;
  margin-bottom: 32px;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .showcase-points__title {
    font-size: 36px;
    line-height: 100%;
  }
}
.showcase-points__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  margin-bottom: 86px;
}
@media screen and (min-width: 768px) {
  .showcase-points__list {
    margin-bottom: 32px;
    row-gap: 32px;
  }
}
.showcase-points__item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.showcase-points .btn {
  padding: 19px 24px;
  white-space: nowrap;
  height: auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .showcase-points .btn {
    margin: 0 auto 0 0;
  }
}
.showcase-points__item-icon {
  display: flex;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .showcase-points__item-icon {
    width: 64px;
    height: 64px;
  }
}
.showcase-points__item-title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ccced7;
}
.showcase-points__item-description {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #7b7e8c;
}
.showcase-points__item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.showcase-points__image-wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .showcase-points__image-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
.showcase-points__image {
  display: block;
}

.reviews__title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #64def2;
  text-align: start;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .reviews__title {
    text-align: center;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 64px;
  }
}
.reviews__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.568627451);
  border: 1px solid #64def2;
}
.reviews__swiper-slide {
  padding-bottom: 32px;
}
.reviews__item-top {
  display: flex;
  align-items: center;
  gap: 32px;
}
.reviews__item-avatar {
  display: flex;
  object-fit: cover;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.568627451);
}
.reviews__item-top-info {
  display: flex;
  flex-direction: column;
}
.reviews__item-name {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #64def2;
}
.reviews__item-place {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #7b7e8c;
}
.reviews__item-text {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ccced7;
  text-align: start;
}
.reviews__item-loan {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #64def2;
  text-align: start;
}
.reviews__item-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.reviews__pagination {
  display: flex;
  width: fit-content !important;
  height: fit-content;
  column-gap: 12px;
}
.reviews__pagination .swiper-pagination-bullet {
  display: flex;
  width: fit-content !important;
  height: fit-content !important;
  max-width: unset;
  max-height: unset;
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #7b7e8c;
}
.reviews__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6affdb;
}
.reviews__controls-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.reviews__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: rgba(106, 255, 219, 0.1019607843);
  border: none;
}
.reviews__btn:active {
  outline: none;
}

.featured-question {
  position: relative;
  background-color: #ccced7;
}
.featured-question__bg {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.featured-question__container {
  position: relative;
  z-index: 2;
}
.featured-question__title {
  font-family: "Ermilov", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #282b38;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-question__title {
    margin-bottom: 24px;
  }
}
.featured-question__text {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #424554;
  margin-bottom: 32px;
}
