

/* Start:/local/templates/new_5_0/assets/css/about.css?174705672323908*/
.page-header__banner {
  display: none;
}

.page-header {
  margin-bottom: 23px;
}

.bg {
  padding: 0 1px;
  border-radius: 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #3475C94D;
}

.company-title, .section-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 122%;
}

.section-title {
  margin-bottom: 18px;
}

.text-right {
  text-align: right;
}

.margin-left-auto {
  margin-left: auto;
}

:root {
  --partners-gap: 40px;
}

/*about-hero*/

.about-hero__block {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 42px;
  padding: 71px 100px;
  width: 100%;
  aspect-ratio: 1180 / 657;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/about-hero-bg.png');
}

.about-hero__title {
  width: 60%;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
}

.about-hero__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.about-hero__link {
  display: block;
  padding: 14px 38px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-blue-klein);
  background-color: var(--color-white);
}

/*company-intro*/

.company-intro__main-descr {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 122%;
}

.company-intro__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
}

.company-intro__descr p {
  margin-bottom: 21px;
}

.company-intro__descr-separate {
  margin-bottom: 21px;
}

.company-intro__descr *:last-child {
  margin-bottom: 0;
}

.company-intro__presentation-link {
  position: relative;
  display: inline-block;
  margin-right: 44px;
  font-size: 14px;
  font-weight: 300;
  line-height: 124%;
  text-align: end;
}

.company-intro__presentation-link .underline {
  position: relative;
  white-space: nowrap;
}

.company-intro__presentation-link .underline::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #3475C98A;
}

.company-intro__curly-bracket {
  height: 100%;
  aspect-ratio: 64 / 310;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/curly-bracket.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% center;
}

.company-intro__cta {
  margin-top: 39px;
  padding: 26px 45px 26px 56px;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 122%;
  color: var(--color-blue-klein);
  background-color: var(--color-light-periwinkle-crayola);
}

/*company-mission*/

.company-mission__title {
  position: relative;
  margin-bottom: 10px;
  width: fit-content;
}

.company-mission__title::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -4px;
  width: 25px;
  aspect-ratio: 1 / 1;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/mission-star.svg');
  background-repeat: no-repeat;
  background-size: contain;

}

.company-mission__decr {
  font-size: 16px;
  font-weight: 400;
  line-height: 122%;
}


/*company-values*/

.company-values__container {
  position: relative;
  z-index: 1;
}

.company-values__container::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -52px;
  left: -98px;
  width: 709px;
  aspect-ratio: 709 / 697;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/heart.svg');
  background-size: contain;
  background-repeat: no-repeat;

}

.company-values__title {
  margin-bottom: 22px;
}

.company-values__list {
  row-gap: 40px;
}

.company-values__item-title {
  margin-bottom: 20px;
  width: fit-content;
  border-radius: 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 16px;
  font-weight: 700;
  line-height: 122%;
  background: #3475C94D;
  color: var(--color-black);
}

.company-values__item-image {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 380 / 196;
  border-radius: 10px;
}

.company-values__item-descr {
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  color: var(--color-black);
}

/*company-numbers*/

.company-numbers__block {
  position: relative;
  z-index: 1;
  padding: 79px 98px 79px 102px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-blue-klein);
  overflow: hidden;
}

.company-numbers__block::before {
  content: '';
  position: absolute;
  top: -91px;
  left: -158px;
  z-index: -1;
  width: 907px;
  height: 417px;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/wave-line.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.company-numbers__block::after {
  content: '';
  position: absolute;
  bottom: -171px;
  left: 451px;
  z-index: -1;
  width: 907px;
  height: 417px;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/wave-line.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(149.86deg) scaleY(-1);
}

.company-numbers__title {
  margin-bottom: 42px;
  font-size: 66px;
  font-weight: 700;
  line-height: 122%;
  color: var(--color-white);
}

.company-numbers__grid-container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(4, 197px);
  gap: 20px;
}

.company-numbers__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  color: #ffffff;
  background-color: var(--color-blue-klein);
  overflow: hidden;
}

.company-numbers__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(101deg, rgba(255, 255, 255, 0.1) 55%, rgba(255, 255, 255, 0.4) 79% 150%);
  filter: blur(110px);
}


.company-numbers__item--1 {
  grid-row: span 2;
  grid-column: span 3;
}

.company-numbers__item--2 {
  grid-column: 4 / span 7;
  grid-row: 1;
}

.company-numbers__item--3 {
  grid-column: 4 / span 4;
  grid-row: 2;
}

.company-numbers__item--4 {
  grid-column: 8 / span 3;
  grid-row: 2 / span 2;
}

.company-numbers__item--5 {
  grid-column: 1 / span 7;
  grid-row: 3;
}

.company-numbers__item--6 {
  grid-column: 1 / span 4;
  grid-row: 4;
}

.company-numbers__number {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 122%;
}

.company-numbers__item-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 122%;
}

.company-numbers__item-link {
  margin-top: auto;
  margin-bottom: 34px;
  font-size: 14px;
  font-weight: 700;
  line-height: 122%
}

.company-numbers__item-link svg {
  margin-left: 24px;
}


/*company-history*/

.company-history {
  margin-bottom: 87px;
}

.company-history__title {
  position: relative;
  margin-bottom: 41px;
  width: fit-content;
}

.company-history__title::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -6px;
  right: -18px;
  width: 31px;
  aspect-ratio: 28.89 / 26;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/watch.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.company-history__event-container {
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/bg-history.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
}

.company-history__event-row {
  justify-content: space-between;
  align-items: end;
  padding-bottom: 70px;
  aspect-ratio: 1180 / 361;
  max-height: 361px;
}

.company-history__event-svg {
  display: none;
}

.company-history__event {
  margin-bottom: 25px;
  width: fit-content;

  font-size: 34px;
  font-weight: 400;
  line-height: 122%;
  color: var(--color-white);

}

.company-history__event .bg {
  border-radius: 10px;
  background-color: var(--color-blue-klein);
}

.company-history__event-descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 124%;
}

/*company-reps*/

.company-reps__title {
  margin-bottom: 44px;
}

.company-reps__logo-list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.company-reps__logo {
  max-width: 100%;
  opacity: 0.05;
}

.company-reps__big-image {
  margin-bottom: 19px;
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.company-reps__name {
  margin-bottom: 14px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 122%;
}

.company-reps__descr {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}


/*company-partners*/

.company-partners__title {
  margin-bottom: 42px;
}

.company-partners__list {
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: var(--partners-gap);
  row-gap: 35px;
}

.company-partners__item {
  object-fit: contain;
  filter: grayscale(100%);
  transition: all .3s ease-in-out;
}

.company-partners__item:hover {
  filter: grayscale(0%);
}

.company-partners__link-more {
  font-size: 16px;
  font-weight: 700;
  line-height: 122%;
  color: var(--color-blue-klein);
}

.company-partners__link-more svg {
  margin-left: 10px;
}


/*company-videomessage*/

.company-videomessage__title {
  margin-bottom: 42px;
}

.company-videomessage__video {
  width: 100%;
  aspect-ratio: 780 / 412;
  border-radius: 10px;
}

.company-videomessage__quote-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
}

.company-videomessage__quote {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 122%;
}

.company-videomessage__quote::after {
  content: '';
  position: absolute;
  top: 99%;
  right: 0;
  width: 46px;
  aspect-ratio: 46 / 40;
  background-image: url('/local/templates/new_5_0/assets/css/../img/about/quote.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.company-videomessage__quote-author {
  font-size: 14px;
  font-weight: 400;
  line-height: 122%;
}

/*company-team*/

.company-team__title {
  margin-bottom: 42px;
}

.company-team__list {
  row-gap: 28px;
}

.company-team__employee {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 164px;
  padding: 0 0 34px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0px 4px 10px 3px #3475C91A;
  transition: all .3s ease-in-out;
  border-bottom: 2px solid transparent;
  transition: all .3s ease-in-out;
}

.company-team__employee::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 2;
  width: 25px;
  height: calc(100% + 2px);
  border-radius: 0 10px 10px 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all .3s ease-in-out;
}

.company-team__employee::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  width: 25px;
  height: calc(100% - 171px);
  border-radius: 10px 0 0 10px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all .3s ease-in-out;
}

.company-team__icon {
  position: absolute;
  top: -152px;
  left: 30px;
  opacity: 0.3;
  transition: all .3s ease-in-out;
}

.company-team__employee:hover {
  border-color: var(--color-blue-klein);
}

.company-team__employee:hover::before {
  border-color: var(--color-blue-klein);
}

.company-team__employee:hover::after {
  border-color: var(--color-blue-klein);
}

.company-team__employee:hover .company-team__icon {
  opacity: 1;
}

.company-team__employee-photo {
  margin-top: -37%;
  margin-bottom: 16px;
  width: calc(100% - 30px);
}

.company-team__employee-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 30px;
  width: 100%;
}

.company-team__employee-name {
  margin-bottom: 8px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 123%;
}

.company-team__employee-post {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 123%;
  color: var(--color-dull-grey);
}

.company-team__employee-email {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 123%;
  color: var(--color-blue-klein);
}

.company-team__vacancy-text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 122%;
}

.company-team__vacancy-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: var(--color-blue-klein);
}

.company-team__vacancy-link svg {
  margin-left: 6px;
}

@media(max-width:1440px) {

  /*company-values*/

  .company-values__container::before {
    left: 0;
  }
}

@media(max-width:1199px) {

  /*about-hero*/

  .about-hero__block {
    padding: 50px 63px;
  }

  .about-hero__title {
    width: 70%;
  }

  /*company-values*/

  .company-values__container::before {
    max-width: 55%;
  }

  /*company-numbers*/

  .company-numbers__item--1 {
    grid-column: span 4;
    grid-row: span 2;
  }

  .company-numbers__item--2 {
    grid-column: 5 / span 6;
    grid-row: 1;
  }

  .company-numbers__item--3 {
    grid-column: 5 / span 6;
    grid-row: 2;
  }

  .company-numbers__item--4 {
    grid-column: 1 / span 5;
    grid-row: 3;
  }

  .company-numbers__item--5 {
    grid-column: 6 / span 5;
    grid-row: 3 / span 2;
  }

  .company-numbers__item--6 {
    grid-column: 1 / span 5;
    grid-row: 4;
  }

  .company-numbers__item-link {
    margin-bottom: 0;
  }

  /*company-history*/

  .company-history__event {
    font-size: 28px;
  }

  /*company-partners*/

  .company-partners__list a {
    max-width: calc((100% - var(--partners-gap) * 2) / 3);;
  }

  /*company-team*/

  .company-team__employee {
    margin-top: 58%;
  }

  .company-team__employee-info {
    padding: 0 11%;
  }

  .company-team__icon {
    top: -50%;
    left: 11%;
  }


}

@media(max-width:1024px) {

  /*about-hero*/

  .about-hero__block {
    gap: 19px;
    padding: 35px 40px;
  }

  .about-hero__title {
    font-size: 30px;
  }

  .about-hero__link-list {
    gap: 15px;
  }

  .about-hero__link {
    padding: 10px 23px;
    font-size: 15px;
  }

  /*company-intro*/

  .company-intro__main-descr {
    font-size: 30px;
  }

  /*company-numbers*/

  .company-numbers__block {
    padding: 55px 65px;
  }

  .company-numbers__block::after {
    bottom: 10%;
    left: 40%;
    transform: rotate(136.86deg);
  }

  .company-numbers__title {
    font-size: 60px;
  }

  .company-numbers__number {
    font-size: 35px;
  }

  /*company-history*/

  .company-history__event-container {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    background: none;
  }

  .company-history__event-row {
    position: relative;
    padding: 0;
    aspect-ratio: 1180 / 250;
  }

  .company-history__event-title-col {
    position: unset;
  }

  .company-history__event-svg {
    position: absolute;
    bottom: 0;
    display: block;
    width: 60%;
    max-height: 100%;
  }

  .company-history__event-row--2027::after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: 80px;
    width: 16%;
    max-height: 100%;
    aspect-ratio: 178 / 158;
    background-image: url('/local/templates/new_5_0/assets/css/../img/about/less-than-sign.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }


  .company-history__event-svg--right {
    right: 0;
  }

  .company-history__event {
    font-size: 23px;
  }

  .company-history__event .bg {
    border-radius: 6px;
  }


  /*company-team*/

  .company-team__employee {
    border: none;
  }

  .company-team__employee:hover {
    border: none;
  }

  .company-team__employee::after, .company-team__employee::before {
    content: none;
  }


}

@media(max-width:991.98px) {

  .company-title, .section-title {
    font-size: 30px;
  }

  /*about-hero*/

  .about-hero__block {
    padding: 36px 28px;
  }

  .about-hero__link-list {
    gap: 8px;
  }

  /*company-mission*/

  .company-mission__title::after {
    right: -2px;
    width: 20px;
  }

  /*company-values*/

  .company-values__title {
    text-align: end;
  }

   /*company-numbers*/

  .company-numbers {
    overflow: hidden;
    background-color: var(--color-blue-klein);
    border-radius: 10px;
  }

  .company-numbers__block {
    padding: 55px 0;
    overflow: visible;
  }

  .company-numbers__title {
    font-size: 50px;
  }

  /*company-history*/

  .company-history__title::after {
    top: -6px;
    right: -20px;
    width: 25px;
  }

  .company-history__event-svg {
    width: 57%;
  }

  .company-history__event {
    color: var(--color-blue-klein);
  }

  .company-history__event .bg{
    background: none;
  }


  /*company-partners*/

  .company-partners__item {
    max-height: 100px;
  }

  /*company-videomessage*/

  .company-videomessage__title {
    text-align: left;
  }

  .company-videomessage__quote {
    margin-left: calc(100% / 12);
    max-width:  calc(100% - (100% / 12)) ;
  }

  .company-videomessage__quote-author {
    margin-bottom: 20px;
    text-align: left;
  }

}


@media(max-width:767.98px) {

  .company-title, .section-title {
    font-size: 25px;
  }


  /*about-hero*/

  .about-hero {
    margin-bottom: 40px;
  }

  .about-hero__block {
    padding: 8% 8%;
    aspect-ratio: 328 / 234;
    background-image: url('/local/templates/new_5_0/assets/css/../img/about/about-hero-bg-mobile.png');
  }

  .about-hero__title {
    width: 80%;
    font-size: 25px;
  }

  .about-hero__link {
    padding: 10px 20px;
    font-size: 14px;
  }

   /*company-intro*/

  .company-intro__main-descr {
    margin-bottom: 30px;
    font-size: 25px;

  }

  .company-intro__descr {
    font-size: 14px;
  }

  .company-intro_info-row {
    flex-direction: column-reverse;
  }

  .company-intro__presentation {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .company-intro__presentation-link {
    margin-right: 0;
    margin: auto;
    text-align: left;
  }

  .company-intro__curly-bracket {
    margin-top: 33px;
    margin-bottom: 16px;
    width: 100%;
    aspect-ratio: 157 / 32;
    background-image: url('/local/templates/new_5_0/assets/css/../img/about/curly-bracket-recumbent.svg');
  }

  .company-intro__cta {
    font-size: 14px;
    line-height: 121%;
  }

  /*company-mission*/

  .company-mission__decr {
    font-size: 14px;
  }

  /*company-values*/

  .company-values__container::before {
    content: none;
  }

  .company-values__list {
    row-gap: 30px;
  }

  .company-values__item-descr {
    font-size: 14px;
  }

  /*company-numbers*/

  .company-numbers__block::after {

  }

  .company-numbers__item {
    padding: 34px 20px;
  }

  .company-numbers__number {
    font-size: 30px;
  }

  .company-numbers__item-descr {
    font-size: 14px;
  }

  /*company-history*/

  .company-history__title::after {
    top: -6px;
    right: -18px;
    width: 22px;
  }

  .company-history__event-row {
    align-items: flex-start;
    gap: 10px;
  }

  .company-history__event-svg {
    position: relative;
    width: 76%;
  }

  .company-history__event-svg--right {
    margin-left: auto;
  }

  .company-history__event-title-col {
    position: relative;
  }

  .company-history__event {
    position: absolute;
    bottom: 10%;
    margin-bottom: 0;
    width: 100%;
  }

  .company-history__event.text-right {
    right: 10px;
  }

  .company-history__event-row--2027::after {
    position: static;
    margin-left: auto;
    margin-right: 37px;
    width: 30%;
  }

  /*company-reps*/

  .company-reps__row {
    position: relative;
    gap: 20px;
  }

  .company-reps__big-image {
    margin-bottom: 0;
  }

  .company-reps__info {
    position: relative;
  }

  .company-reps__logo {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    width: 15%;
    object-fit: contain;
  }

  .company-reps__descr {
    max-width: 95%;
  }

   /*company-videomessage*/
   .company-videomessage__quote, .company-videomessage__quote-author {
    font-size: 14px;
   }

}


@media(max-width:576px) {

  .company-title, .section-title {
    margin-bottom: 20px;
    font-size: 23px;
  }

  /*about-hero*/

  .about-hero {
    margin-bottom: 20px;
  }

  .about-hero__block {
    padding: 6% 6%;
    gap: 12px;
  }

  .about-hero__title {
    width: 100%;
    font-size: 23px;
  }

  .about-hero__link {
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 12px;
  }

  /*company-intro*/

  .company-intro__main-descr {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 119%;
  }

  .company-intro__descr-separate {
    margin-bottom: 16px;
  }

  .company-intro__descr {
    line-height: 122%;
  }

  .company-intro__descr p {
    margin-bottom: 17px;
  }

  .company-intro__cta {
    margin-top: 20px;
    padding: 20px 28px;
  }

  /*company-mission*/

  .company-mission__title::after {
    right: -2px;
    width: 17px;
  }

  /*company-values*/

  .company-values__list {
    row-gap: 17px;
  }

  .company-values__item-title {
    margin-bottom: 10px;
    padding: 3px 0;
    font-size: 14px;
  }

  /*company-numbers*/

  .company-numbers__block {
    padding: 40px 0;
    overflow: visible;
  }

  .company-numbers__block::before {
    top: -14px;
    left: -200px;
    transform: rotate(149.86deg) scaleY(-1);
  }

  .company-numbers__block::after {
    bottom: 189px;
    left: unset;
    right: -126px;
    transform: rotate(40deg) scaleY(1);
  }


  .company-numbers__title {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .company-numbers__item {
    grid-column: span 10;
    grid-row: auto;
    padding: 34px 28px;
    min-height: 200px;
  }

  .company-numbers__number {
    font-size: 24px;
  }

  /*company-history*/

  .company-history__event {
    font-size: 20px;
  }

  .company-history__event-descr {
    font-size: 14px;
  }

  /*company-reps*/

  .company-reps__logo {
    width: 30%;
  }

  /*company-partners*/

  .company-partners__list {
    margin-bottom: 20px;
  }

  .company-partners__list a {
    --partners-gap: 50px;
    display: flex;
    justify-content: center;
    max-width: unset;
    width: calc((100% - var(--partners-gap)) / 2);
    text-align: center;
  }

  .company-partners__item {
    max-height: 91px;
  }

  /*company-videomessage*/

  .company-videomessage__quote-block {
  gap: 61px;
  }

  .company-videomessage__quote::after {
  top: 106%;
  }

  .company-videomessage__quote-author {
    margin-bottom: 16px;
  }

  .company-videomessage__video {
  aspect-ratio: 328 / 234;
  }

  /*company-team*/

  .company-team__employee {
    margin-top: 190px;
    padding-bottom: 57px;
    max-width: 350px;
  }

  .company-team__list {
    row-gap: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .company-team__list--transition {
    transition: all 2s ease-in-out;
  }

  .company-team__employee-photo {
    margin-top: -43%;
    margin-bottom: 23px;
    width: calc(100% - 51px);
  }

  .company-team__icon {
    top: -190px;
    left: 28px;
  }

  .company-team__employee-info {
    padding: 0 28px;
  }

  .company-team__employee-email {
    margin: 0;
  }

  .company-team__list-all {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    font-size: 12px;
  }

  .company-team__list-all i {
    margin-left: 6px;
  }

}


@media(max-width:375px) {

  .company-title, .section-title {
    font-size: 20px;
  }


  /*about-hero*/

  .about-hero__block {
    padding: 28px 21px;
    gap: 6px;
  }

  .about-hero__title {
    font-size: 20px;
  }

  .about-hero__link-list {
    gap: 6px;
  }

  .about-hero__link {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 10px;
  }

  /*company-intro*/

  .company-intro__main-descr {
    font-size: 20px;
  }

  .company-intro__presentation-link {
    width: 103%;
  }

  /*company-mission*/

  .company-mission__title::after {
    right: -4px;
  }

  /*company-numbers*/

  .company-numbers__block::before {
    left: -276px;
  }

  .company-numbers__block::before {
    left: -85%;
  }

  .company-numbers__title {
    font-size: 20px;
  }

  /*company-history*/

  .company-history__title::after {
    top: -6px;
    right: 1px;
    width: 13px;
  }




}

/* End */
/* /local/templates/new_5_0/assets/css/about.css?174705672323908 */
