.about {
  color: #000;
}
.about h2 {
  color: #0c0c0c;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
}
@media (min-width: 1300px) {
  .about h2 {
    font-size: 46px;
    line-height: 1;
  }
}

.a-video {
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1300px) {
  .a-video {
    margin-bottom: 90px;
  }
}
.a-video__link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.a-video__link:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  opacity: 1;
}
.a-video__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjggMjI4Ij48Y2lyY2xlIGN4PSIxMTQiIGN5PSIxMTQiIHI9IjgyIiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii41Ii8+PGNpcmNsZSBjeD0iMTE0IiBjeT0iMTE0IiByPSIxMTMuNSIgc3Ryb2tlPSIjRjNGM0YzIiBzdHJva2UtZGFzaGFycmF5PSIyIDIiLz48cGF0aCBkPSJNMTQwLjUgMTEwLjE3YzMuMzMzIDEuOTI0IDMuMzMzIDYuNzM2IDAgOC42NmwtMzUuMjUgMjAuMzUyYy0zLjMzMyAxLjkyNC03LjUtLjQ4MS03LjUtNC4zM1Y5NC4xNDhjMC0zLjg0OSA0LjE2Ny02LjI1NCA3LjUtNC4zM2wzNS4yNSAyMC4zNTJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  opacity: 0.7;
}
.a-video__source {
  max-width: 100%;
  width: 100%;
}
.a-video__source_wfixed {
  width: 70vw;
}
.a-video__wrap {
  position: relative;
}
.a-video__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.a-video__btn-close {
  position: absolute;
  display: block;
  right: 0;
  top: -30px;
  width: 30px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.a-video__btn-close:hover::before {
  opacity: 1;
}
.a-video__btn-close::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  -webkit-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTExLjYgOS4zYy0uMi0uMi0uMi0uNCAwLS42bDYtNmMuMi0uMi4yLS40LjItLjZzLS4xLS40LS4yLS42TDE2LjUuNGMtLjItLjItLjQtLjItLjYtLjItLjIgMC0uNC4xLS42LjJsLTYgNmMtLjIuMi0uNC4yLS42IDBsLTYtNkMyLjUuMiAyLjMuMiAyLjEuMmMtLjIgMC0uNC4xLS42LjJMLjQgMS41Yy0uMi4yLS4yLjQtLjIuNnMuMS40LjIuNmw2IDZjLjIuMi4yLjQgMCAuNmwtNiA2Yy0uMi4yLS4yLjQtLjIuNiAwIC4yLjEuNC4yLjZsMS4xIDEuMWMuMi4yLjQuMi42LjIuMiAwIC40LS4xLjYtLjJsNi02Yy4yLS4yLjQtLjIuNiAwbDYgNmMuMi4yLjQuMi42LjIuMiAwIC40LS4xLjYtLjJsMS4xLTEuMWMuMi0uMi4yLS40LjItLjYgMC0uMi0uMS0uNC0uMi0uNmwtNi02eiIgZmlsbD0iI2VlZjJmNCIvPjwvc3ZnPg==");
  opacity: 0.5;
}

.a-intro {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px solid #e7e7e7;
}

.assoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.assoc__logo {
  width: 67px;
  height: 54px;
}
.assoc__text {
  width: 180px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-left: 10px;
}

.a-cards {
  width: 100%;
  margin: 0 auto 90px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.a-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #fff;
  padding: 36px 72px 36px 36px;
  min-height: 350px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  font-size: 18px;
}
.a-card_grey {
  background: #f3f3f3;
  border: 0;
}
.a-card_img {
  border: 0;
  position: relative;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  color: #fff !important;
}
.a-card_empty {
  border: 0;
  display: none;
}
@media (min-width: 1511px) {
  .a-card_empty {
    display: block;
  }
}
.a-card__header {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.a-card__header_big {
  font-size: 90px;
  line-height: 1;
  font-weight: 500;
  color: #8d8d8d;
  margin-bottom: 25px;
}
.a-card__body {
  font-weight: 400;
  line-height: 1.2;
}
.a-card__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.a-card__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.a-clients {
  background: #000;
  border-radius: 50px 50px 0 0;
  padding: 30px;
}
@media (min-width: 1300px) {
  .a-clients {
    border-radius: 100px 100px 0 0;
    padding: 90px;
  }
}
.a-clients h2 {
  color: #fff;
  margin-bottom: 35px;
}
@media (min-width: 1300px) {
  .a-clients h2 {
    margin-bottom: 100px;
  }
}

.a-company {
  color: #fff;
}
.a-company_borderb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #646464;
  margin-bottom: 40px;
}
.a-company_borderb div {
  margin: 15px 0;
}
.a-company__office {
  position: relative;
  z-index: 1;
  max-width: 260px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-company__office img {
  margin-right: 10px;
  width: 47px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47px;
          flex: 0 0 47px;
}
.a-company__office b,
.a-company__office strong {
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.a-company__resident {
  color: #dcdcdc;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.a-company__resident svg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 101px;
          flex: 1 0 101px;
  height: 28px;
  margin: 4px 10px 0 0;
}
.a-company__header {
  color: #dcdcdc;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .a-company__map img {
    margin-top: -100px;
  }
}

.a-lab {
  background: #f3f3f3;
  padding: 90px 30px;
}
@media (min-width: 1300px) {
  .a-lab {
    padding: 90px;
  }
}
.a-lab__list {
  margin: 40px 0 0;
  padding-bottom: 90px;
  border-bottom: 1px solid #e7e7e7;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (min-width: 768px) {
  .a-lab__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1300px) {
  .a-lab__list {
    margin: 90px 0 0;
  }
}
@media (min-width: 1700px) {
  .a-lab__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.a-lab__item {
  background: #fff;
  border-radius: 10px;
}
.a-lab__img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.a-lab__img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.a-lab__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.a-lab__text {
  line-height: 1.2;
  padding: 0 20px 20px;
}
.a-lab__text b,
.a-lab__text strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  .a-lab__text b,
.a-lab__text strong {
    font-size: 18px;
  }
}
.a-lab__text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  .a-lab__text p {
    font-size: 16px;
  }
}
.a-lab__text span {
  font-size: 14px;
  font-weight: 500;
  color: #8d8d8d;
}

.a-tizers {
  background: #f3f3f3;
  padding: 0 30px 90px;
}
@media (min-width: 1300px) {
  .a-tizers {
    padding: 0 90px 90px;
  }
}
.a-tizers__list {
  padding-bottom: 50px;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 551px) {
  .a-tizers__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .a-tizers__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1300px) {
  .a-tizers__list {
    margin: 90px 0 0;
  }
}

.a-tizer {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 50px 0;
}
@media (max-width: 550px) {
  .a-tizer:nth-child(-n+5) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .a-tizer:nth-child(-n+4) {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .a-tizer:nth-child(-n+3) {
    border-bottom: 0;
  }
}
.a-tizer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.a-tizer__icon svg {
  width: 60px;
  height: 60px;
}
.a-tizer__name {
  font-size: 20px;
  font-weight: 600;
}

.a-gallery {
  margin-top: -50px;
}
@media (min-width: 992px) {
  .a-gallery {
    margin-top: -70px;
  }
}
.a-gallery .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .a-gallery .owl-stage {
    padding-left: 30px !important;
  }
}
@media (min-width: 1300px) {
  .a-gallery .owl-stage {
    padding-left: 90px !important;
  }
}
.a-gallery .item {
  height: 100%;
}
.a-gallery .item img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.a-gallery .owl-dots .owl-dot.active span,
.a-gallery .owl-dots .owl-dot:hover span {
  background: #02b44b !important;
}

.a-mission {
  padding: 90px 30px;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .a-mission {
    padding: 90px 40px 100px 90px;
  }
}
@media (min-width: 1400px) {
  .a-mission {
    padding: 90px 40px 200px 90px;
  }
}
@media (min-width: 1600px) {
  .a-mission {
    padding: 90px 40px 400px 90px;
  }
}
.a-mission::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 270px;
  bottom: 0;
  z-index: -1;
  display: block;
  background: url(/company/img/mission_bgr.jpg) center 0 no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .a-mission::after {
    top: 300px;
  }
}
@media (min-width: 1200px) {
  .a-mission::after {
    border-radius: 50px;
  }
}
@media (min-width: 1400px) {
  .a-mission::after {
    border-radius: 100px;
  }
}
@media (min-width: 1600px) {
  .a-mission::after {
    top: 400px;
  }
}
.a-mission__text {
  margin-top: 50px;
  font-size: 6vw;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  word-break: break-word;
}
@media (min-width: 992px) {
  .a-mission__text {
    font-size: 5vw;
  }
}
@media (min-width: 1400px) {
  .a-mission__text {
    font-size: 70px;
  }
}

.a-managers {
  padding: 90px 30px;
}
@media (min-width: 1300px) {
  .a-managers {
    padding: 90px 90px 150px;
  }
}
.a-managers__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (min-width: 1300px) {
  .a-managers__list {
    margin: 90px 0 0;
  }
}
@media (min-width: 1700px) {
  .a-managers__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.a-manager__photo {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.a-manager__photo::after {
  content: "";
  display: block;
  padding-bottom: 110%;
}
.a-manager__photo img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.a-manager__position {
  font-size: 14px;
  line-height: 1.1;
  color: #8d8d8d;
  margin-bottom: 10px;
}
.a-manager__name {
  font-size: 18px;
  font-weight: 600;
}

.a-history h2 {
  padding: 0 30px;
}
@media (min-width: 1300px) {
  .a-history h2 {
    padding: 0 90px;
  }
}

.a-timeline {
  position: relative;
}
.a-timeline::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 0.5px);
  top: 0;
  width: 1px;
  height: 100%;
  background: #5fb45b;
}
.a-timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.a-timeline__item_first {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 90px;
  padding-bottom: 30px;
  padding-top: 100px;
  cursor: default;
}
.a-timeline__item_first * {
  color: #e7e7e7;
  font-size: 14vw;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .a-timeline__item_first * {
    font-size: 10vw;
  }
}
.a-timeline__item_first .a-timeline__body {
  text-align: right;
}
.a-timeline__item_first .a-timeline__body::before {
  top: -20px;
  left: calc(-20px - 17vw);
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e7e7e7;
}
@media (min-width: 601px) {
  .a-timeline__item_first .a-timeline__body::before {
    top: -30px;
    left: calc(-50px - 13.5vw);
    width: 27vw;
    height: 27vw;
  }
}
@media (min-width: 992px) {
  .a-timeline__item_first .a-timeline__body::before {
    top: -30px;
    left: calc(-50px - 10vw);
    width: 20vw;
    height: 20vw;
  }
}
@media (min-width: 1300px) {
  .a-timeline__item_first .a-timeline__body::before {
    top: -30px;
    left: calc(-100px - 8.5vw);
    width: 17vw;
    height: 17vw;
  }
}
@media (min-width: 1500px) {
  .a-timeline__item_first .a-timeline__body::before {
    top: -50px;
    left: calc(-100px - 8.5vw);
    width: 17vw;
    height: 17vw;
  }
}
.a-timeline__title {
  margin-right: 20px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 601px) {
  .a-timeline__title {
    margin-right: 50px;
  }
}
@media (min-width: 1300px) {
  .a-timeline__title {
    margin-right: 100px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.a-timeline__title b,
.a-timeline__title strong {
  color: #c4c4c4;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.a-timeline__title h3 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  word-break: break-word;
  margin: 20px 0;
}
.a-timeline__title p {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .a-timeline__title b,
.a-timeline__title strong {
    font-size: 48px;
    line-height: 1;
  }
  .a-timeline__title h3 {
    font-size: 24px;
    margin: 20px 0;
  }
  .a-timeline__title p {
    font-size: 15px;
  }
}
.a-timeline__body {
  margin-left: 20px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 601px) {
  .a-timeline__body {
    margin-left: 50px;
  }
}
@media (min-width: 1300px) {
  .a-timeline__body {
    margin-left: 100px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.a-timeline__body img:not([src*=".png"]):not([src*=".svg"]) {
  border-radius: 10px;
}
.a-timeline__body::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -38px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #5fb45b;
}
@media (min-width: 601px) {
  .a-timeline__body::before {
    left: -75px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1300px) {
  .a-timeline__body::before {
    left: -125px;
  }
}

.svg-assoc {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=custom2.css.map */