.home,
.home * {
  box-sizing: border-box;
}
.home {
  background: linear-gradient(to left, #ffffff, #ffffff);
  padding: 40px 156px 0px 156px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 950px;
  position: relative;
}
.home__header {
  background: var(--white, #ffffff);
  border-radius: 123px;
  border-style: solid;
  border-color: var(--primary-50, #f4f7fb);
  border-width: 1px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(
    --shadow-header-destop-box-shadow,
    0px 24px 48.6px 0px rgba(41, 91, 176, 0.39)
  );
}
.home__woman-ava {
  border-radius: 500px;
  border-style: solid;
  border-color: var(--white, #ffffff);
  border-width: 4px;
  flex-shrink: 0;
  width: 129px;
  height: 129px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.home__image-8 {
  width: 210px;
  height: 187px;
  position: absolute;
  left: -44px;
  top: -19px;
  object-fit: cover;
  aspect-ratio: 210/187;
}
.home__text-block {
  padding: 0px 84px 0px 84px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
}
.home__h-1 {
  color: var(--primary-500, #295bb0);
  text-align: left;
  font-family: "GentiumBookPlus-Bold", sans-serif;
  font-size: 40px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  align-self: stretch;
  text-align: center;
}
.home__contacts-block {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.home__contact-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
}
.home__phone-number {
  color: var(--grey-700, #737982);
  text-align: center;
  font-family: "GentiumBookPlus-Bold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 700;
  position: relative;
}
.home__phone-number2 {
  color: var(--primary-400, #527abf);
  text-align: center;
  font-family: "GentiumBookPlus-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.home__contact-block2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.home__social-media-block {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.home__icon-social {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.home__group {
  width: 75%;
  height: 86.72%;
  position: absolute;
  right: 12.5%;
  left: 12.5%;
  bottom: 0.78%;
  top: 12.5%;
  overflow: visible;
}
.home__icon-social2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.home__content {
  display: flex;
  flex-direction: row;
  gap: var(--var-sds-size-space-600, 24px);
  row-gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.home__card-variant-3 {
  background: var(--white, #ffffff);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 264px;
  position: relative;
  box-shadow: var(
    --shadow-card-box-shadow,
    0px 1px 8px 1px rgba(41, 91, 176, 0.16),
    0px 1px 8px 0px rgba(41, 91, 176, 0.16)
  );
}
.home__image {
  border-radius: 8px;
  align-self: stretch;
  flex-shrink: 0;
  height: 248px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.home__text-block2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.home__locations-block {
  padding: 4px 0px 4px 0px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.home__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.home__name {
  color: var(--primary-600, #21498d);
  text-align: left;
  font-family: "GentiumBookPlus-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 700;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home__text-block-card {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.home__icon2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.home__text {
  color: var(--grey-700, #737982);
  text-align: right;
  font-family: "GentiumBookPlus-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.home__text-block-card2 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.home__text2 {
  color: var(--grey-600, #9aa1ae);
  text-align: right;
  font-family: "GentiumBookPlus-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.home__text3 {
  color: var(--primary-800, #102446);
  text-align: right;
  font-family: "GentiumBookPlus-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.home__button {
  background: var(
    --gradient-button-normal,
    linear-gradient(
      180deg,
      rgba(50, 123, 249, 0) 97.13398218154907%,
      rgba(41, 91, 176, 1) 100%
    )
  );
  border-radius: 8px;
  padding: 8px 10px 8px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.home__name2 {
  color: var(--primary-500, #295bb0);
  text-align: left;
  font-family: "GentiumBookPlus-Regular", sans-serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 400;
  position: relative;
}
.home__icon3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.home__icon4 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.home__chip {
  background: var(--gold, rgba(240, 200, 41, 0.6));
  border-radius: 0px 8px 8px 0px;
  border-style: solid;
  border-color: var(--white, #ffffff);
  border-width: 1px 1px 1px 0px;
  padding: 4px 8px 4px 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: 8px;
  top: 16px;
}
.home__vip {
  color: var(--white, #ffffff);
  text-align: left;
  font-family: "GentiumBookPlus-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.home__footer {
  padding: 16px 0px 16px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.home__sections {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 1400px) {
    .home {
    padding: 32px 40px 0;
    gap: 40px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .home {
    padding: 32px 40px 0;
    gap: 40px;
    height: auto;
  }

  .home__header {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .home__text-block {
    padding: 0 40px;
  }

  .home__content {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .home {
    padding: 24px 16px 0;
    gap: 32px;
  }

  .home__header {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--primary-50, #F4F7FB);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(41, 91, 176, 0.39);
  }

  .home__woman-ava {
    width: 96px;
    height: 96px;
  }

  .home__h-1 {
    font-size: 28px;
  }

  .home__phone-number2 {
    font-size: 20px;
  }

  .home__content {
    flex-direction: column;
    gap: 16px;
  }

  .home__card-variant-3 {
    width: 100%;
  }

  .home__image {
    height: auto;
    aspect-ratio: 1.5;
  }

  .home__chip {
    font-size: 14px;
    padding: 2px 6px;
    top: 8px;
  }
  .home__h-1 {
      font-size: 24px;
  }
  .home__contacts-block {
      flex-direction: column;
  }
  .home__contact-block2,
  .home__contact-block {
      align-items: center;
  }
  .home__sections {
          flex-direction: column;
       gap: 10px;
       align-items: center;
  }
}