@font-face {
  font-family: 'Golos Text';
  src: url('/local/templates/bizassist/fonts/golostext_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url('/local/templates/bizassist/fonts/golostext_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url('/local/templates/bizassist/fonts/golostext_demibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url('/local/templates/bizassist/fonts/golostext_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  color: #1f2933;
  background-image: url('/local/templates/bizassist/img/bg.webp');
  background-repeat: repeat;
  font-family: 'Golos', sans-serif;
}

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.header {
  padding: 3.7rem 0 2rem;
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__mobile-menu,
.header__phone-icon {
  display: none;
}

.header__logo {
  width: 17rem;
  height: 100%;
  z-index: 1;
}

.header__links {
  display: flex;
  gap: 3rem;
  z-index: 100;
}

.header__link {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
}

.header__phone {
  font-weight: 500;
  font-size: 1.8rem;
  width: 21.9rem;
  z-index: 1;
}

.header__mobile-divider {
  display: none;
}

@media (max-width: 48em) {
  .header {
    padding-top: 2rem;
    background: white;
  }

  .header__mobile-menu,
  .header__phone-icon {
    display: block;
    z-index: 1;
  }

  .header__logo {
    width: 9.7rem;
    height: 4rem;
  }

  .header__phone {
    display: none;
  }

  .header__link {
    font-size: 1.6rem;
    line-height: 110%;
  }

  .header__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    z-index: 1000;
    align-items: center;
    gap: 2rem;
    padding: 0 1.6rem 1.6rem;
  }

  .header__links.active {
    display: flex !important;
  }

  .header__mobile-divider {
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #D1D5DB;
  }
}

.footer {
  padding: 5rem 0 3rem;
  position: relative;
  background: #FFFFFF;
}

.footer .wrapper {
  flex-direction: column;
  display: flex;
  gap: 9.2rem;
}

.footer__top {
  display: flex;
}

.footer__service {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer__service-logo {
  width: 17.5rem;
  height: 7.1rem;
}

.footer__service-description {
  width: 38.6rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer__first-links {
  margin-left: 4.4rem;
}

.footer__second-links {
  margin-left: 13.3rem;
}

.footer__third-links {
  margin-left: 19.4rem;
}

.footer__link {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
}

.footer__links__phone,
.footer__links__email {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
}

.footer__links__social-net {
  display: flex;
  gap: 1.2rem;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.footer__woman {
  position: absolute;
  width: 32.6rem;
  height: 31.7rem;
  right: 12rem;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 48em) {
  .footer {
    padding: 4rem 0 1rem;
  }

  .footer .wrapper {
    gap: 4rem;
  }

  .footer__top {
    flex-wrap: wrap;
  }

  .footer__service {
    margin-bottom: 4rem;
  }

  .footer__service-logo {
    width: 17.3rem;
    height: 7rem;
  }

  .footer__service-description {
    width: 34.3rem;
  }

  .footer__links {
    gap: 1.2rem;
  }

  .footer__first-links {
    margin-left: 0;
  }

  .footer__second-links {
    margin-left: 4rem;
  }

  .footer__third-links {
    margin-top: 2rem;
    margin-left: 0;
  }

  .footer__link {
    font-size: 1.6rem;
    line-height: 110%;
  }

  .footer__links__phone,
  .footer__links__email {
    font-size: 1.6rem;
    line-height: 110%;
  }

  .footer__rights,
  .footer__politics {
    width: 10.5rem;
  }

  .footer__rights,
  .footer__politics,
  .footer__design {
    align-self: end;
  }

  .footer__woman {
    width: 21.8rem;
    height: 21.2rem;
    right: 0.1rem;
    bottom: -0.9rem;
  }
}

.page-title {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  margin-top: 13rem;
}

.page-title .wrapper {
  display: flex;
  gap: 15.2rem;
}

.page-title__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.page-title__links {
  display: flex;
  gap: 1.6rem;
}

.page-title__link {
  width: 28.8rem;
}

.page-title__services-link {
  border: 0.2rem solid #1f2933;
}

.page-title__img {
  position: absolute;
}

@media (max-width: 48em) {
  .page-title {
    margin-top: 0;
    width: auto;
  }

  .page-title .wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .page-title__body {
    gap: 2.4rem;
    margin-bottom: 0;
  }

  .page-title__links {
    gap: 1.2rem;
  }

  .page-title__link {
    width: 18rem;
  }

  .page-title__services-link {
    padding: 0 1.75rem;
  }
}

.formats-and-prices {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.formats-and-prices__cards {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}

.formats-and-prices__card__illustration {
  position: absolute;
  bottom: 0;
  right: 0.1rem;
  width: 22rem;
  height: 25.6rem;
}

@media (max-width: 48em) {
  .formats-and-prices__cards {
    flex-direction: column;
    gap: 2rem;
  }

  .formats-and-prices__card__illustration {
    bottom: 0;
    right: -0.5rem;
    width: 15.2rem;
    height: 17.7rem;
  }
}

.submit-application {
  display: flex;
  padding: 8.4rem 5.9rem 3.7rem 2.5rem;
  border-radius: 2.4rem;
}

.submit-application__left-illustration {
  width: 35.1rem;
  height: 42rem;
}

.submit-application__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 0 11.1rem 0 3.1rem;
}

.submit-application__actions {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.submit-application__actions .btn {
  width: 28.8rem;
}

.submit-application__right-illustration {
  width: 23.6rem;
  height: 31.1rem;
  align-self: center;
  margin-left: auto;
}

@media (max-width: 48em) {
  .submit-application {
    padding: 3.6rem 1.6rem;
    position: relative;
  }

  .submit-application__left-illustration {
    width: 15rem;
    height: 18rem;
    position: absolute;
    top: 8.5rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .submit-application__content {
    margin: 0;
  }

  .submit-application__description {
    margin-top: 21.2rem;
  }

  .submit-application__actions {
    flex-direction: column;
    gap: 1.2rem;
  }

  .submit-application__actions .btn {
    width: 100%;
  }

  .submit-application__right-illustration {
    display: none;
  }
}

.contact-modal__img {
  width: 42.5rem;
  height: 28.4rem;
}

@media (max-width: 48em) {
  .contact-modal__img {
    width: 100%;
    height: 26rem;
  }
}

.how-we-work {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-inline: auto;
}

.how-we-work .wrapper {
  gap: 4.8rem;
  display: flex;
  flex-direction: column;
}

.how-we-work__illustration {
  width: 47.7rem;
  height: 34.8rem;
  position: absolute;
  top: -8rem;
  left: 12rem;
}

.how-we-work__cards {
  padding: 0 18.85rem !important;
}

.how-we-work__cards .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.how-we-work__cards .swiper-slide {
  display: flex;
  flex-shrink: unset;
}

.how-we-work__wrapper-card {
  display: flex;
  gap: 1.6rem;
}

.how-we-work__wrapper-card:nth-child(1) .how-we-work__card-pointer {
  width: 43.6rem;
  height: 14.1rem;
  margin-top: 5.9rem;
}

.how-we-work__wrapper-card:nth-child(2) .how-we-work__card-pointer {
  width: 35.5rem;
  height: 12rem;
  margin-top: 7rem;
  transform: scale(-1, 1)
}

.how-we-work__wrapper-card:nth-child(3) .how-we-work__card-pointer {
  width: 36.5rem;
  height: 14.2rem;
  margin-top: 6.3rem;
}

.how-we-work__card-mobile-pointer {
  display: none;
}

.how-we-work__card {
  padding: 2.4rem;
  background: #F5F6F7;
  display: flex;
  width: 60rem;
  flex-direction: column;
  border-radius: 1.2rem;
  backdrop-filter: blur(1.5rem);
  position: relative;
}

.how-we-work__card__number {
  color: #F7CDB966;
  position: absolute;
}

.how-we-work__card__title {
  margin-top: 1.2rem;
}

.how-we-work__card__description {
  margin-top: 2rem;
}

.how-we-work__wrapper-card--left {
  justify-content: end;
}

.how-we-work__wrapper-card--left .how-we-work__card__number {
  right: 1.2rem;
  top: 1.2rem;
}

.how-we-work__wrapper-card--right .how-we-work__card__icon {
  margin-left: auto;
}

.how-we-work__wrapper-card--right .how-we-work__card__title,
.how-we-work__wrapper-card--right .how-we-work__card__description {
  text-align: end;
}

.how-we-work__submit-application {
  width: 28.8rem;
  margin: 0 auto;
}

.how-we-work__img {
  width: 55.5rem;
  height: 34.4rem;
  position: absolute;
  bottom: -21.5rem;
  right: -2.5rem;
}

@media (max-width: 48em) {
  .how-we-work {
    margin-top: 14.1rem;
    gap: 0;
  }

  .how-we-work .wrapper {
    gap: 0;
  }

  .how-we-work__illustration {
    width: 34.3rem;
    height: 26rem;
    position: relative;
    margin-top: 2.4rem;
    top: 0;
    left: 0;
    align-self: center;
  }

  .how-we-work__cards {
    padding: 0 !important;
  }

  .how-we-work__cards .how-we-work__wrapper-card:first-child {
    margin-left: 1.6rem;
  }

  .how-we-work__cards .how-we-work__wrapper-card:last-child {
    margin-right: 1.6rem;
  }

  .how-we-work__cards .swiper-wrapper {
    flex-direction: row;
    gap: 0;
  }

  .how-we-work__wrapper-card {
    gap: 0;
    margin-top: 8.8rem;
    position: relative;
  }

  .how-we-work__wrapper-card:nth-child(1) .how-we-work__card-pointer,
  .how-we-work__wrapper-card:nth-child(2) .how-we-work__card-pointer,
  .how-we-work__wrapper-card:nth-child(3) .how-we-work__card-pointer {
    display: none;
  }

  .how-we-work__card-mobile-pointer {
    display: block;
    position: absolute;
    width: 32.5rem;
    height: 6.8rem;
    top: -6.8rem;
    left: 50%;
  }

  .how-we-work__card {
    padding: 1.2rem;
    width: 30rem;
  }

  .how-we-work__wrapper-card .how-we-work__card__number {
    right: 1.2rem;
    top: 1.2rem;
  }

  .how-we-work__correction {
    margin-top: 1.6rem;
  }

  .how-we-work__wrapper-card--right .how-we-work__card__icon {
    margin-left: 0;
  }

  .how-we-work__wrapper-card--right .how-we-work__card__title,
  .how-we-work__wrapper-card--right .how-we-work__card__description {
    text-align: start;
  }

  .how-we-work__submit-application {
    margin-top: 3.6rem;
    width: 18rem;
  }

  .how-we-work__img {
    width: 23.6rem;
    height: 15rem;
    bottom: -16rem;
    right: -1.6rem;
  }
}

.trust-us {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.trust-us__content {
  display: flex;
  gap: 19.8rem;
  padding: 0 4rem 0 6.7rem;
}

.trust-us__illustration {
  width: 55.5rem;
  height: 42.2rem;
}

.trust-us__cards .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.trust-us__cards .swiper-slide {
  flex-shrink: unset;
}

.trust-us__card {
  width: 39rem !important;
}

.trust-us__card__title {
  margin-top: 1.2rem;
}

.trust-us__card__description {
  margin-top: 2rem;
}

@media (max-width: 48em) {
  .trust-us {
    gap: 2.4rem;
    margin-top: 8rem;
    overflow: hidden;
  }

  .trust-us__content {
    flex-direction: column;
    gap: 4rem;
    padding: 0;
  }

  .trust-us__illustration {
    width: 27.8rem;
    height: 21.1rem;
    align-self: center;
  }

  .trust-us__cards .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }

  .trust-us__card {
    width: 32rem;
  }

  .trust-us__card:first-child {
    margin-left: 1.6rem;
  }

  .trust-us__card:last-child {
    margin-right: 1.6rem;
  }

  .trust-us__card__description {
    width: 32rem;
  }
}