.highlights {
  gap: 64px;
}
@media (min-width: 768px) {
  .highlights {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .highlights {
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .highlights {
    gap: 60px;
  }
}
.highlights__slider {
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
.highlights__slide {
  width: 235px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .highlights__slide {
    width: 246px;
  }
}
.highlights__item {
  width: 100%;
  height: 100%;
  border: 1px solid #E0E0E0;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 35px;
}
@media (min-width: 768px) {
  .highlights__item {
    gap: 20px;
    padding: 32px 24px 30px 30px;
  }
}
@media (min-width: 1366px) {
  .highlights__item {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .highlights__item {
    padding: 30px 54px 30px 64px;
  }
}
.highlights__number {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #0353A4;
}
@media (min-width: 768px) {
  .highlights__number {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .highlights__number {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .highlights__number {
    font-size: 60px;
  }
}
.highlights__text {
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .highlights__text {
    line-height: 1.21429;
  }
}
@media (min-width: 1366px) {
  .highlights__text {
    line-height: 1.1875;
  }
}
@media (min-width: 1900px) {
  .highlights__text {
    font-size: 20px;
    line-height: 1.2;
  }
}

.team {
  gap: 30px;
}
@media (min-width: 768px) {
  .team {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .team {
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .team {
    gap: 60px;
  }
}
.team__slider {
  margin: 0 calc(var(--page-padding-x) * -1);
  padding: 0 var(--page-padding-x);
}
.team__slide {
  width: 235px;
}
@media (min-width: 768px) {
  .team__slide {
    width: 306px;
  }
}
@media (min-width: 1366px) {
  .team__slide {
    width: auto;
  }
}
.team__member {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .team__member {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .team__member {
    gap: 30px;
  }
}
.team__member-img-container {
  aspect-ratio: 1;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.team__member-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team__member-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team__member-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .team__member-name {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .team__member-name {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .team__member-name {
    font-size: 25px;
  }
}
.team__member-position {
  color: #A9A9A9;
  line-height: 1.33333;
}
@media (min-width: 1900px) {
  .team__member-position {
    line-height: 1.27778;
  }
}
.team__member-link {
  align-self: flex-start;
  font-size: 12px;
  min-height: 35px;
}
@media (min-width: 768px) {
  .team__member-link {
    min-height: 40px;
    font-size: 14px;
    padding: 4px 24px;
  }
}
@media (min-width: 1366px) {
  .team__member-link {
    min-height: 50px;
    padding: 4px 29px;
    font-size: 16px;
  }
}
.team__member-link-icon {
  width: 15px;
}
@media (min-width: 768px) {
  .team__member-link-icon {
    width: 17px;
  }
}
@media (min-width: 1366px) {
  .team__member-link-icon {
    width: 19px;
  }
}

@media (max-width: 767px) {
  .offer {
    padding: 0;
  }
}
.offer__container {
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .offer__container {
    flex-direction: row;
    padding: 40px;
    overflow: hidden;
  }
}
@media (min-width: 1366px) {
  .offer__container {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1900px) {
  .offer__container {
    padding: 60px;
  }
}
.offer__content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .offer__content {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .offer__content {
    display: contents;
  }
}
.offer__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .offer__text {
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .offer__text {
    width: 29.188%;
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .offer__text {
    width: 30.6395%;
  }
}
.offer__title {
  color: #0353A4;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 1.0909;
}
@media (min-width: 768px) {
  .offer__title {
    font-size: 25px;
  }
}
@media (min-width: 1366px) {
  .offer__title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.offer__description {
  font-size: 14px;
  margin: 0;
  line-height: 1.21429;
}
@media (min-width: 768px) {
  .offer__description {
    font-size: 16px;
    line-height: 1.125;
  }
}
@media (min-width: 1366px) {
  .offer__description {
    font-size: 18px;
    line-height: 1.11111;
  }
}
@media (min-width: 1366px) {
  .offer__btn {
    order: 4;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.offer__img-container {
  width: 240px;
  height: 240px;
  order: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .offer__img-container {
    order: 3;
    width: 298px;
    height: 298px;
    margin-right: -93px;
    flex-shrink: 0;
    align-self: center;
  }
}
@media (min-width: 1366px) {
  .offer__img-container {
    width: 400px;
    height: 400px;
    margin: -200px 0;
  }
}
@media (min-width: 1900px) {
  .offer__img-container {
    width: 500px;
    height: 500px;
    margin: -250px 0;
  }
}
.offer__img {
  width: 180px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .offer__img {
    width: 224px;
  }
}
@media (min-width: 1366px) {
  .offer__img {
    width: 300px;
  }
}
.offer__img-shadow, .offer__img-shadow-2 {
  background: #EFFBFD;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.offer__img-shadow-2 {
  background: #CAF0F8;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 2;
  margin: 15px;
}
@media (min-width: 768px) {
  .offer__img-shadow-2 {
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    margin: 18px;
  }
}
@media (min-width: 1366px) {
  .offer__img-shadow-2 {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 25px;
  }
}
@media (min-width: 1900px) {
  .offer__img-shadow-2 {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
  }
}/*# sourceMappingURL=main.css.map */