

/* Start:/local/templates/index/components/bitrix/news.detail/about-page/style.css?177824019011564*/
.about-page {
  --white-color: #EDF5F6;
  --color-dark: #143234;
  --color-dark-two: #2C3A3B;
  --color-accent: #C2B29A;
  --font-label: 45px;
  --font-page: 18px;
  --font-btn: 17px;
  --top-label: 100px;
  --top-label-two: 32px;
  --desc-size-two: 15px;
  --stat-num: 50px;
  --stat-num-sub: 15px;
  --stat-label: 14px;
  --section-margin: 86px;
  --team-slide-name: 18px;
  --team-slide-pos: 18px;
  padding-top: 120px;
}
@media (max-width: 1360px) {
  .about-page {
    --font-label: 32px;
    --font-page: 14px;
    --font-btn: 14px;
  }
}
@media (max-width: 1160px) {
  .about-page {
    padding-top: 120px;
  }
}
@media (max-width: 992px) {
  .about-page {
    --top-label: 60px;
    --team-slide-name: 13px;
    --team-slide-pos: 13px;
  }
}
@media (max-width: 768px) {
  .about-page {
    --font-label: 24px;
    --font-page: 13px;
    --top-label: 45px;
    --top-label-two: 20px;
    --section-margin: 40px;
  }
}
.about-page .section__label {
  font-size: var(--font-label);
  line-height: 120%;
}
.about-page .section__desc {
  font-size: var(--font-page);
}
.about-page .section__tag {
  font-size: var(--font-page);
}
.about-page .photo {
  margin-bottom: var(--section-margin);
  height: 810px;
}
@media (max-width: 992px) {
  .about-page .photo {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .about-page .photo {
    height: 400px;
  }
}
.about-page .photo > div {
  width: 100%;
  height: 100%;
}
.about-page .photo img {
  widtH: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .form {
  padding: 0px;
}

.about-top {
  margin-bottom: var(--section-margin);
}
.about-top__main {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0px;
  color: var(--white-color);
}
.about-top__bg-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.about-top__bg-photo-wrapper {
  width: 514px;
  height: 591px;
  min-width: 514px;
  flex-shrink: 0;
}
.about-top__label {
  font-size: var(--top-label);
  font-weight: 500;
  color: var(--white-color);
  line-height: 120%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .about-top__label {
    margin-bottom: 20px;
  }
}
.about-top__thumb {
  bottom: 24px;
  left: 24px;
  width: 201px;
  min-width: 201px;
  padding-bottom: 30px;
}
.about-top__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1360px) {
  .about-top__thumb {
    width: 134px;
    min-width: 134px;
  }
}
@media (max-width: 768px) {
  .about-top__thumb {
    width: 100px;
    min-width: 100px;
  }
}
.about-top__content {
  display: flex;
  gap: 30px;
}
.about-top__left {
  display: flex;
  position: relative;
  gap: 40px;
  align-items: flex-end;
}
@media (max-width: 762px) {
  .about-top__left {
    gap: 15px;
  }
}
.about-top__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.about-top__title {
  font-size: var(--font-label);
  font-weight: 700;
  line-height: 120%;
  color: var(--white-color);
  margin: 0;
}
.about-top__desc {
  font-size: var(--font-page);
  max-width: 470px;
  line-height: 120%;
}
.about-top__desc_two {
  font-size: var(--desc-size-two);
  max-width: 590px;
  line-height: 120%;
}
.about-top__btn {
  margin-top: 12px;
  align-self: flex-start;
  padding: 12px 28px;
  background: var(--white-color);
  border-radius: 4px;
  font-size: var(--font-btn);
  font-weight: 500;
  color: var(--color-dark);
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.about-top__btn:hover {
  background: var(--color-accent);
  color: var(--white-color);
}
.about-top__stats {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.about-top__stats-label {
  font-size: var(--top-label-two);
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.about-top__stat {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
}
.about-top__stat:last-child {
  border-right: none;
}
.about-top__stat-num {
  font-size: var(--stat-num);
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1360px) {
  .about-top__stat-num {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .about-top__stat-num {
    font-size: 18px;
  }
}
.about-top__stat-num span {
  font-size: var(--stat-num-sub);
}
.about-top__stat-label {
  font-size: 13px;
  font-size: var(--stat-label);
  line-height: 120%;
}
@media (max-width: 1360px) {
  .about-top__stat-label {
    font-size: 11px;
  }
}

@media (max-width: 1620px) {
  .about-top__stat-num {
    font-size: 28px;
  }
  .about-top__stat-label {
    font-size: 12px;
  }
  .about-top__stat {
    padding: 15px 20px;
  }
}
@media (max-width: 1360px) {
  .about-top__bg-photo-wrapper {
    width: 343px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .about-top__main {
    flex-direction: column;
    min-height: auto;
  }
  .about-top__content {
    flex-direction: column;
    gap: 20px;
  }
  .about-top__left {
    width: 100%;
    min-height: auto;
  }
  .about-top__thumb {
    width: 28%;
    min-width: unset;
    flex-shrink: 0;
  }
  .about-top__bg-photo-wrapper {
    width: 65%;
    min-width: unset;
    max-width: unset;
    margin: 0;
  }
  .about-top__bg-photo {
    width: 100%;
    height: auto;
    min-width: unset;
    max-width: 514px;
    margin: 0 auto;
  }
  .about-top__right {
    width: 100%;
  }
  .about-top__stats {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .about-top__stats-label {
    width: 100%;
    border-right: none;
    padding: 16px 0;
  }
  .about-top__stat {
    padding: 16px 16px;
    height: auto;
  }
}
@media (max-width: 560px) {
  .about-top__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .about-top__stats-label {
    grid-column: span 2;
    padding: 16px 16px;
  }
  .about-top__stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.about-page .partners--mission {
  margin-top: 0px;
  padding: 0px;
  margin-bottom: var(--section-margin);
}
.about-page .partners--mission .section__desc {
  width: 85%;
}
.about-page .partners--mission .partners__content {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
.about-page .partners--mission .partners__block {
  flex: 1;
}

@media (max-width: 768px) {
  .about-page .partners--mission .partners__content {
    flex-direction: column;
    gap: 30px;
  }
}
.about-page .garanty {
  padding: 0px;
  margin-bottom: var(--section-margin);
}
.about-page .garanty .garanty__item-desc {
  font-weight: 400;
}
@media (max-width: 480px) {
  .about-page .garanty__item {
    padding: 15px;
    gap: 20px;
  }
}
.about-page .garanty--why .garanty__container {
  gap: 30px;
}
.about-page .garanty--why .garanty__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-page .garanty--why .garanty__list {
  width: 100%;
}
.about-page .garanty--why .garanty__btn {
  display: none;
}

.about-page .about--leader {
  color: var(--white-color);
  margin-bottom: var(--section-margin);
}
.about-page .about--leader .about__container {
  flex-direction: row;
}
.about-page .about--leader .about__block {
  width: 100%;
}
.about-page .about--leader .about__img {
  object-fit: cover;
  object-position: top center;
  height: 100%;
  min-height: 500px;
}
.about-page .about--leader .about__content-wrapper {
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .about-page .about--leader .about__content-wrapper {
    padding: 25px 10px;
  }
}
.about-page .about--leader .about__info {
  gap: 10px;
}
.about-page .about--leader .about__leader-tag {
  font-size: var(--font-label);
  font-weight: 600;
}
.about-page .about--leader .about__leader-name {
  font-size: var(--font-label);
  font-weight: 600;
}
.about-page .about--leader .about__leader-pos {
  font-size: var(--font-page);
}
.about-page .about--leader .about__leader-text {
  font-size: var(--font-page);
}

@media (max-width: 768px) {
  .about-page .about--leader .about__img {
    min-height: 300px;
  }
}
.about-team {
  padding: 0px;
  color: var(--white-color);
  margin-bottom: var(--section-margin);
  overflow: hidden;
}
.about-team__header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
  gap: 15px;
}
.about-team__title {
  font-size: var(--font-label);
  line-height: 120%;
  color: var(--white-color);
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.about-team__desc {
  flex: 1;
  font-size: var(--font-page);
  color: var(--white-color);
  line-height: 120%;
}
.about-team__slider-wrap {
  position: relative;
  overflow: visible;
  margin-right: calc(-50vw + 50% - 15px);
}
.about-team__slider-wrap .swiper,
.about-team__slider-wrap .swiper-wrapper {
  overflow: visible;
}
.about-team__slide {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  overflow: visible;
}
@media (max-width: 400px) {
  .about-team__slide {
    height: 400px;
  }
}
.about-team__slide-img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.about-team__slide-info {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: visible;
}
.about-team__slide-name {
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  font-size: var(--team-slide-name);
}
.about-team__slide-pos {
  font-weight: 500;
  line-height: 110%;
  overflow: visible;
  font-size: var(--team-slide-pos);
}
.about-team__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  justify-content: flex-start;
}
.about-team__btn {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: #edf5f6;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  font-size: var(--font-size-btn);
}
.about-team__btn:hover {
  background: #d4e5e8;
}

@media (max-width: 992px) {
  .about-team__header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .about-team__title, .about-team__desc {
    flex: unset;
    width: 100%;
  }
}
.about-page .partners--logos {
  padding: 0px;
  margin-bottom: var(--section-margin);
  widtH: 100%;
  overflow: hidden;
}
.about-page .partners--logos .partners__item {
  background: #fff;
}
.about-page .partners--logos .partners__item img {
  max-width: 80%;
  max-height: 60px;
  object-fit: contain;
}
.about-page .partners--logos .partners__content {
  display: none;
}
.about-page .partners--logos .partners__list {
  display: flex !important;
  align-items: center;
  gap: 8px !important;
  width: -moz-max-content;
  width: max-content !important;
  flex-wrap: nowrap;
  animation: partners-scroll 10s linear infinite;
  will-change: transform;
}
.about-page .partners--logos .partners__item {
  width: 300px;
}
.about-page .partners--logos-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-page .partners--logos-block .partners__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-page .partners--logos-block .partners__head .section__desc {
  max-width: 900px;
  widtH: 100%;
}

.obsudim {
  padding: 0px;
  margin-bottom: var(--section-margin);
  color: var(--white-color);
}
.obsudim__text {
  max-widtH: 770px;
  font-size: var(--font-page);
}
@media (max-widtH: 768px) {
  .obsudim__text {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/index/components/bitrix/main.feedback/main-form/style.min.css?1773135653251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/index/components/bitrix/news.detail/about-page/style.css?177824019011564 */
/* /local/templates/index/components/bitrix/main.feedback/main-form/style.min.css?1773135653251 */
