.about-page {
  display: flex;
  width: 100%;
  background-color: #FFF;
  flex-direction: column;
}
.about-block-title {
  font-size: 48px;
  line-height: 52px;
  color: #1C1E21;
  font-weight: 600;
  font-family: Onest;
}
.about-main {
  max-width: 1710px;
  width: 100%;
  display: flex;
  padding: 21px 15px 120px;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  gap: 63px;
}
.about-main__title-block {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
.about-main__title-block-title {
  font-size: 64px;
  line-height: 72px;
  color: #1C1E21;
  font-weight: 600;
  font-family: Onest;
  max-width: 780px;
  width: 100%;
  margin: 0;
}
.about-main__title-block-text {
  display: flex;
  max-width: 700px;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.about-main__title-block-text span {
  font-size: 32px;
  line-height: 44px;
  color: #1C1E21;
  font-weight: 600;
  font-family: Onest;
}
.about-main__title-block-text p {
  font-size: 18px;
  line-height: 24px;
  color: #5A616C;
  font-weight: 400;
  font-family: Onest;
}
.about-main__marks-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.about-main__mark {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: calc(100% / 3 - (24px * 2) / 3);
  border-radius: 20px;
  background-color: #F3F7FF;
  padding: 40px 32px;
  box-sizing: border-box;
  overflow: hidden;
}
.about-main__mark.large {
  width: calc(100% / 2 - 24px / 2);
}
.about-main__mark:has(img) {
  padding: 0;
}
.about-main__mark-icon {
  font-size: 48px;
  line-height: 52px;
  color: #0062AA;
  font-weight: 600;
  font-family: Onest;
  display: flex;
}
.about-main__mark-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-main__mark-description p {
  font-size: 20px;
  line-height: 28px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
  margin: 0;
}
.about-main__mark-description ul {
  padding: 0 0 0 30px;
  margin: -17px 0 0;
}
.about-main__mark-description ul li {
  font-size: 20px;
  line-height: 28px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
.about-main__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-banner {
  width: 100%;
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
}
.about-banner__inner {
  max-width: 1808px;
  width: 100%;
  display: flex;
  padding: 63px 64px;
  box-sizing: border-box;
  margin: 0 auto;
  gap: 20px;
  justify-content: space-between;
  background-color: #F7F8F9;
  border-radius: 32px;
}
.about-banner__image {
  max-width: 825px;
  width: 100%;
  aspect-ratio: 825 / 592;
  height: max-content;
  display: flex;
}
.about-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-banner__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 775px;
}
.about-banner__text ul {
  margin: 32px 0 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 0 27px;
}
.about-banner__text ul li {
  font-size: 18px;
  line-height: 28px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
  margin: 0;
  list-style-type: disc;
  padding: 0;
}
.about-banner__request {
  display: flex;
  width: max-content;
  padding: 14px 24px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: Onest;
  background-color: #0062AA;
  margin: 48px 0 0;
  border-radius: 100px;
  transition: background-color 0.1s linear, color 0.1s linear;
}
.about-banner__request:hover {
  background-color: #00559C;
  color: #FFFFFF;
}
.about-banner__request:focus {
  color: #FFFFFF;
}
.about-advantages {
  max-width: 1710px;
  width: 100%;
  display: flex;
  padding: 120px 15px 60px;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  gap: 40px;
}
.about-advantages__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.about-advantages__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 32px 57px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #F3F7FF;
  width: calc(100% / 3 - (16px * 2) / 3);
}
.about-advantages__item.large {
  width: calc(100% / 2 - 16px / 2);
}
.about-advantages__item-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #FFF;
}
.about-advantages__item-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.about-advantages__item-text span {
  font-size: 24px;
  line-height: 120%;
  color: #1C1E21;
  font-weight: 600;
  font-family: Onest;
}
.about-advantages__item-text p {
  font-size: 18px;
  line-height: 24px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
  margin: 0;
}
.about-staff {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0 60px;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}
.about-staff .about-block-title {
  max-width: 1710px;
  width: 100%;
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.about-staff__filters {
  max-width: 1710px;
  width: 100%;
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.about-staff__filters-item {
  display: flex;
  width: max-content;
  padding: 7px 22px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 2px solid #EBEDF1;
  font-size: 16px;
  line-height: 22px;
  color: #5A616C;
  font-weight: 400;
  font-family: Onest;
  cursor: pointer;
  transition: border 0.1s linear, color 0.1s linear;
}
.about-staff__filters-item:hover {
  border: 2px solid #D2D6DC;
}
.about-staff__filters-item.active {
  border: 2px solid #0062AA;
  color: #1C1E21;
}
.about-staff__cards {
  max-width: 1710px;
  width: 100%;
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.about-staff__cards .swiper-button-prev:before,
.about-staff__cards .swiper-button-next:before,
.about-staff__cards .swiper-button-prev:after,
.about-staff__cards .swiper-button-next:after {
  content: none;
}
.about-staff__cards .swiper-button-prev,
.about-staff__cards .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border-radius: 150px;
  border: 1px solid #EBEDF1;
  box-sizing: border-box;
  top: calc(50% + 107px);
}
.about-staff__cards .swiper-button-prev svg,
.about-staff__cards .swiper-button-next svg {
  width: 24px;
  height: 24px;
}
.about-staff__cards .swiper-button-prev {
  left: 90px;
}
.about-staff__cards .swiper-button-next {
  left: unset;
  right: 90px;
}
.about-staff__card {
  max-width: 402px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #D2D6DC;
  box-sizing: border-box;
  transition: border 0.1s linear;
}
.about-staff__card-photo {
  display: flex;
  width: 100%;
  height: max-content;
  aspect-ratio: 402 / 454;
}
.about-staff__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.about-staff__card-header {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 25px 24px 21px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  transition: height 0.1s linear, gap 0.1s linear;
}
.about-staff__card-header-top-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.about-staff__card-header-bottom-block {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height 0.1s linear;
}
.about-staff__card-header-name {
  font-size: 20px;
  line-height: 28px;
  color: #1C1E21;
  font-weight: 600;
  font-family: Onest;
}
.about-staff__card-header-position {
  font-size: 16px;
  line-height: 22px;
  color: #5A616C;
  font-weight: 400;
  font-family: Onest;
}
.about-staff__card-header-phone {
  font-size: 16px;
  line-height: 22px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
}
.about-staff__card-header-email {
  font-size: 16px;
  line-height: 22px;
  color: #0062AA;
  font-weight: 400;
  font-family: Onest;
}
.about-staff__card.opened {
  border: 2px solid #A3C6E0;
}
.about-staff__card.opened .about-staff__card-header {
  gap: 23px;
}
.about-vacancies {
  max-width: 1710px;
  width: 100%;
  display: flex;
  padding: 60px 15px 60px;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  gap: 40px;
}
.about-vacancies__items {
  display: flex;
  width: 100%;
  gap: 24px;
}
.about-vacancies__item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - (24px * 2) / 3);
  padding: 32px 32px 28px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #EBEDF1;
  gap: 48px;
  position: relative;
}
.about-vacancies__item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.about-vacancies__item-info-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.about-vacancies__item-info-head span:first-of-type {
  font-size: 24px;
  line-height: 120%;
  color: #1C1E21;
  font-weight: 500;
  font-family: Onest;
}
.about-vacancies__item-info-head span:last-of-type {
  font-size: 18px;
  line-height: 24px;
  color: #0062AA;
  font-weight: 400;
  font-family: Onest;
}
.about-vacancies__item-info-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 23px;
}
.about-vacancies__item-info-body-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.about-vacancies__item-info-body-block span {
  font-size: 16px;
  line-height: 24px;
  color: #1C1E21;
  font-weight: 500;
  font-family: Onest;
}
.about-vacancies__item-info-body-block ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  padding: 0 0 0 20px;
  margin: 0;
}
.about-vacancies__item-info-body-block ul li {
  font-size: 16px;
  line-height: 22px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
  margin: 0;
  list-style-type: disc;
}
.about-vacancies__item-link {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #F7F8F9;
  font-size: 18px;
  line-height: 24px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.1s linear, color 0.1s linear;
  margin-top: auto;
}
.about-vacancies__item-link:hover {
  background-color: #F1F2F4;
  color: #1C1E21;
}
.about-vacancies__item-form-title {
  font-size: 40px;
  line-height: 46px;
  color: #0062AA;
  font-weight: 600;
  font-family: Onest;
}
.about-vacancies__item-form-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-top: -23px;
}
.about-vacancies__item-form-text p {
  font-size: 18px;
  line-height: 24px;
  color: #1C1E21;
  font-weight: 400;
  font-family: Onest;
  margin: 0;
}
.about-vacancies__item-form-link {
  display: flex;
  width: max-content;
  background-color: #0062AA;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: Onest;
  padding: 14px 27px;
  box-sizing: border-box;
  border-radius: 100px;
  transition: background-color 0.1s linear, color 0.1s linear;
}
.about-vacancies__item-form-link:hover {
  background-color: #00559C;
  color: #FFFFFF;
}
.about-vacancies__item svg {
  position: absolute;
  bottom: -47px;
  right: -71px;
  pointer-events: none;
}
.about-vacancies__item.gray {
  background-color: #F7F8F9;
  border: none;
  overflow: hidden;
}
.about-partners {
  max-width: 1710px;
  width: 100%;
  display: flex;
  padding: 60px 15px 120px;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  gap: 40px;
}
.about-partners__items {
  display: flex;
  width: 100%;
  gap: 16px;
}
.about-partners__item {
  max-width: 323px;
  width: 100%;
  height: max-content;
  aspect-ratio: 323 / 200;
  border-radius: 16px;
  border: 2px solid #EBEDF1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-map {
  display: flex;
  width: 100%;
  position: relative;
  height: max-content;
  aspect-ratio: 1919 / 560;
  margin-bottom: 29px;
}
.about-map__contacts {
  display: flex;
  flex-direction: column;
  max-width: 475px;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 4px 138.4px 0 #48484824;
  position: absolute;
  top: 80px;
  left: 113px;
  background-color: #FFF;
}
.about-map__contacts-title {
  font-size: 40px;
  line-height: 40px;
  color: #1C1E21;
  font-weight: 600;
  font-family: Onest;
}
.about-map__contacts-info {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 19px;
}
.about-map__contacts-info-item {
  display: flex;
  width: 100%;
  gap: 24px;
}
.about-map__contacts-info-item span {
  font-size: 16px;
  line-height: 24px;
  color: #5A616C;
  font-weight: 400;
  font-family: Onest;
  width: 80px;
  flex-shrink: 0;
}
.about-map__contacts-info-item address {
  font-size: 16px;
  line-height: 24px;
  color: #1C1E21;
  font-weight: 500;
  font-family: Onest;
  font-style: normal;
}
.about-map__contacts-info-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0062AA;
  font-weight: 500;
  font-family: Onest;
}
.about-map iframe {
  width: 100%;
  height: 100%;
}
.main-news__item-image {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: max-content;
}
.owl-item .main-news__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1320px) {
  .about-block-title {
    font-size: 40px;
    line-height: 46px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main__title-block-title {
    font-size: 52px;
    line-height: 64px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
    max-width: 520px;
  }
  .about-main__title-block-text {
    max-width: 520px;
  }
  .about-main__title-block-text span {
    font-size: 28px;
    line-height: 36px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main__marks-block {
    gap: 18px;
  }
  .about-main__mark {
    gap: 40px;
    width: calc(100% / 3 - (18px * 2) / 3);
    padding: 32px 24px;
  }
  .about-main__mark.large {
    width: calc(100% / 2 - 18px / 2);
  }
  .about-main__mark-icon {
    font-size: 40px;
    line-height: 48px;
    color: #0062AA;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main__mark-description p {
    font-size: 18px;
    line-height: 26px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-main__mark-description ul li {
    font-size: 18px;
    line-height: 26px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-banner__image {
    max-width: 520px;
  }
  .about-banner__text {
    max-width: 520px;
  }
  .about-banner__text ul li {
    font-size: 16px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-advantages__item {
    gap: 32px;
    padding: 32px;
  }
  .about-advantages__item-icon {
    width: 60px;
    height: 60px;
  }
  .about-advantages__item-text span {
    font-size: 20px;
    line-height: 120%;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-advantages__item-text p {
    font-size: 16px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff__cards .swiper-button-prev svg,
  .about-staff__cards .swiper-button-next svg {
    width: 24px;
    height: 24px;
  }
  .about-staff__cards .swiper-button-prev {
    left: 10px;
  }
  .about-staff__cards .swiper-button-next {
    left: unset;
    right: 10px;
  }
  .about-staff__card {
    max-width: 320px;
  }
  .about-staff__card-header {
    padding: 18px;
  }
  .about-staff__card-header-name {
    font-size: 16px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-staff__card-header-position {
    font-size: 15px;
    line-height: 22px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff__card-header-phone {
    font-size: 15px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff__card-header-email {
    font-size: 15px;
    line-height: 22px;
    color: #0062AA;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff__card.opened .about-staff__card-header {
    gap: 18px;
  }
  .about-vacancies__items {
    gap: 18px;
  }
  .about-vacancies__item {
    width: calc(100% / 3 - (18px * 2) / 3);
    padding: 24px;
  }
  .about-vacancies__item svg {
    bottom: -119px;
    right: -117px;
  }
  .about-map__contacts {
    max-width: 410px;
    padding: 24px;
    top: 40px;
    left: 60px;
  }
  .about-map__contacts-title {
    font-size: 32px;
    line-height: 32px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
}
@media screen and (max-width: 1100px) {
  .about-block-title {
    font-size: 32px;
    line-height: 40px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 21px 15px 80px;
    box-sizing: border-box;
  }
  .about-main__title-block-title {
    font-size: 40px;
    line-height: 52px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main__title-block-text span {
    font-size: 24px;
    line-height: 36px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main__title-block-text p {
    font-size: 16px;
    line-height: 24px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-main__marks-block {
    gap: 12px;
  }
  .about-main__mark {
    gap: 32px;
    width: calc(100% / 3 - (12px * 2) / 3);
    padding: 24px;
  }
  .about-main__mark.large {
    width: calc(100% / 2 - 18px / 2);
  }
  .about-main__mark-icon {
    font-size: 40px;
    line-height: 48px;
    color: #0062AA;
    font-weight: 600;
    font-family: Onest;
    width: 40px;
    height: 40px;
  }
  .about-main__mark-description p {
    font-size: 16px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-main__mark-description ul li {
    font-size: 16px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-banner__inner {
    max-width: 1808px;
    width: 100%;
    display: flex;
    padding: 40px;
    box-sizing: border-box;
  }
  .about-banner__image {
    max-width: 520px;
  }
  .about-banner__text {
    max-width: 480px;
  }
  .about-banner__text ul {
    margin: 24px 0 0;
  }
  .about-banner__text ul li {
    font-size: 15px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-advantages {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 80px 15px 40px;
    box-sizing: border-box;
    gap: 32px;
  }
  .about-advantages__item {
    padding: 24px;
  }
  .about-advantages__item-text span {
    font-size: 18px;
    line-height: 120%;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-advantages__item-text p {
    font-size: 15px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff {
    gap: 32px;
    padding: 40px 0 40px;
  }
  .about-staff__filters-item {
    font-size: 15px;
    line-height: 22px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-vacancies {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 40px 0 40px;
    box-sizing: border-box;
    gap: 32px;
  }
  .about-vacancies .about-block-title {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .about-vacancies__items {
    overflow-x: auto;
    padding: 0 15px;
    box-sizing: border-box;
    scrollbar-width: none;
  }
  .about-vacancies__items::-webkit-scrollbar {
    display: none;
  }
  .about-vacancies__item {
    max-width: 450px;
    width: 100%;
    flex-shrink: 0;
  }
  .about-partners {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 40px 15px 80px;
    box-sizing: border-box;
    gap: 32px;
  }
  .about-partners__item {
    max-width: 280px;
  }
  .about-map__contacts {
    max-width: 320px;
    padding: 16px;
    top: 20px;
    left: 40px;
  }
  .about-map__contacts-title {
    font-size: 24px;
    line-height: 30px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-map__contacts-info {
    margin-top: 20px;
    gap: 12px;
  }
  .about-map__contacts-info-item {
    gap: 16px;
  }
  .about-map__contacts-info-item span {
    font-size: 15px;
    line-height: 24px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-map__contacts-info-item address {
    font-size: 15px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 500;
    font-family: Onest;
  }
  .about-map__contacts-info-item a {
    font-size: 15px;
    line-height: 24px;
    color: #0062AA;
    font-weight: 500;
    font-family: Onest;
  }
}
@media screen and (max-width: 900px) {
  .about-block-title {
    font-size: 32px;
    line-height: 40px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 21px 15px 60px;
    box-sizing: border-box;
    gap: 40px;
  }
  .about-main__title-block {
    justify-content: unset;
    flex-direction: column;
  }
  .about-main__title-block-title {
    max-width: unset;
  }
  .about-main__title-block-text {
    max-width: unset;
  }
  .about-main__mark {
    gap: 32px;
    width: 100%;
  }
  .about-main__mark.large {
    width: 100%;
  }
  .about-main__mark:has(img) {
    display: none;
  }
  .about-banner__inner {
    max-width: 1808px;
    width: 100%;
    display: flex;
    padding: 24px;
    box-sizing: border-box;
    justify-content: unset;
    flex-direction: column;
  }
  .about-banner__image {
    max-width: unset;
    aspect-ratio: 825 / 400;
    border-radius: 20px;
    overflow: hidden;
  }
  .about-banner__text {
    max-width: unset;
  }
  .about-banner__text ul {
    margin: 24px 0 0;
  }
  .about-banner__text ul li {
    font-size: 15px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-advantages {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 60px 15px 30px;
    box-sizing: border-box;
  }
  .about-advantages__item {
    flex-direction: row;
    padding: 24px;
    width: 100%;
  }
  .about-advantages__item.large {
    width: 100%;
  }
  .about-advantages__item-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
  .about-advantages__item-icon svg {
    width: 24px;
    height: 24px;
  }
  .about-staff {
    padding: 30px 0 30px;
  }
  .about-staff__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .about-staff__filters-item {
    font-size: 15px;
    line-height: 22px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
    flex-shrink: 0;
  }
  .about-staff__cards .swiper-button-prev,
  .about-staff__cards .swiper-button-next {
    display: none;
  }
  .about-staff__card {
    max-width: 280px;
  }
  .about-staff__card-header-top-block {
    gap: 6px;
  }
  .about-staff__card-header-bottom-block {
    gap: 8px;
  }
  .about-staff__card-header-name {
    font-size: 15px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-staff__card-header-position {
    font-size: 14px;
    line-height: 22px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff__card-header-phone {
    font-size: 14px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff__card-header-email {
    font-size: 14px;
    line-height: 22px;
    color: #0062AA;
    font-weight: 400;
    font-family: Onest;
  }
  .about-staff__card.opened .about-staff__card-header {
    gap: 12px;
  }
  .about-vacancies {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 30px 0 30px;
    box-sizing: border-box;
  }
  .about-vacancies__item {
    gap: 32px;
  }
  .about-vacancies__item-info {
    gap: 24px;
  }
  .about-vacancies__item-info-head span:first-of-type {
    font-size: 20px;
    line-height: 120%;
    color: #1C1E21;
    font-weight: 500;
    font-family: Onest;
  }
  .about-vacancies__item-info-head span:last-of-type {
    font-size: 16px;
    line-height: 24px;
    color: #0062AA;
    font-weight: 400;
    font-family: Onest;
  }
  .about-vacancies__item-info-body-block span {
    font-size: 15px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 500;
    font-family: Onest;
  }
  .about-vacancies__item-info-body-block ul li {
    font-size: 15px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-partners {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 30px 15px 60px;
    box-sizing: border-box;
  }
  .about-map {
    aspect-ratio: unset;
    flex-direction: column;
    gap: 24px;
  }
  .about-map__contacts {
    max-width: unset;
    padding: 0 15px;
    box-shadow: none;
    position: static;
    top: unset;
    left: unset;
  }
  .about-map__contacts-title {
    font-size: 32px;
    line-height: 40px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-map__contacts-info-item span {
    font-size: 15px;
    line-height: 24px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-map__contacts-info-item address {
    font-size: 15px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 500;
    font-family: Onest;
  }
  .about-map__contacts-info-item a {
    font-size: 15px;
    line-height: 24px;
    color: #0062AA;
    font-weight: 500;
    font-family: Onest;
  }
  .about-map iframe {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .about-block-title {
    font-size: 24px;
    line-height: 32px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main {
    gap: 32px;
  }
  .about-main__title-block-title {
    font-size: 32px;
    line-height: 40px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main__title-block-text span {
    font-size: 20px;
    line-height: 28px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-main__mark-description ul {
    padding: 0 0 0 20px;
    margin: 0;
  }
  .about-banner__inner {
    max-width: 1808px;
    width: 100%;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .about-banner__image {
    border-radius: 12px;
  }
  .about-banner__text ul {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
  }
  .about-banner__text ul li {
    font-size: 15px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-banner__request {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: Onest;
    margin: 48px auto 0;
  }
  .about-advantages__item {
    gap: 20px;
    padding: 20px;
  }
  .about-advantages__item-icon {
    width: 40px;
    height: 40px;
  }
  .about-staff__filters-item {
    font-size: 15px;
    line-height: 18px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-vacancies__item {
    max-width: 320px;
    padding: 16px;
    gap: 24px;
  }
  .about-vacancies__item-info {
    gap: 20px;
  }
  .about-vacancies__item-info-head span:first-of-type {
    font-size: 18px;
    line-height: 120%;
    color: #1C1E21;
    font-weight: 500;
    font-family: Onest;
  }
  .about-vacancies__item-info-head span:last-of-type {
    font-size: 15px;
    line-height: 24px;
    color: #0062AA;
    font-weight: 400;
    font-family: Onest;
  }
  .about-vacancies__item-info-body-block span {
    font-size: 14px;
    line-height: 20px;
    color: #1C1E21;
    font-weight: 500;
    font-family: Onest;
  }
  .about-vacancies__item-info-body-block ul li {
    font-size: 14px;
    line-height: 20px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-vacancies__item-link {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-vacancies__item-form-text {
    margin-top: -13px;
  }
  .about-vacancies__item-form-text p {
    font-size: 16px;
    line-height: 22px;
    color: #1C1E21;
    font-weight: 400;
    font-family: Onest;
  }
  .about-vacancies__item svg {
    bottom: -165px;
  }
  .about-partners {
    max-width: 1710px;
    width: 100%;
    display: flex;
    padding: 30px 0 60px;
    box-sizing: border-box;
  }
  .about-partners .about-block-title {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .about-partners__items {
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .about-partners__item {
    flex-shrink: 0;
  }
  .about-map {
    aspect-ratio: unset;
    flex-direction: column;
    gap: 24px;
  }
  .about-map__contacts {
    max-width: unset;
    padding: 0 15px;
    box-shadow: none;
    position: static;
    top: unset;
    left: unset;
  }
  .about-map__contacts-title {
    font-size: 32px;
    line-height: 40px;
    color: #1C1E21;
    font-weight: 600;
    font-family: Onest;
  }
  .about-map__contacts-info-item span {
    font-size: 15px;
    line-height: 24px;
    color: #5A616C;
    font-weight: 400;
    font-family: Onest;
  }
  .about-map__contacts-info-item address {
    font-size: 15px;
    line-height: 24px;
    color: #1C1E21;
    font-weight: 500;
    font-family: Onest;
  }
  .about-map__contacts-info-item a {
    font-size: 15px;
    line-height: 24px;
    color: #0062AA;
    font-weight: 500;
    font-family: Onest;
  }
  .about-map iframe {
    height: 280px;
  }
}
/*# sourceMappingURL=company.css.map */