.about-us-page-header {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 124px 0 203px;
  display: flex;
  justify-content: center;
  opacity: 0;
  background: center / 120% no-repeat url("../images/pattern.png");
  transition: background-size 1s linear 100ms;
}
.about-us-page-header__title {
  min-height: 157px;
  transform: translateX(-100vw);
  padding: 0 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #01016B;
  transition: transform 1s linear 1s;
}
.about-us-page-header.in-view {
  opacity: 1;
  background-size: 100%;
}
.about-us-page-header.in-view .about-us-page-header__title {
  transform: translateX(0);
}
.about-us__video-container {
  position: relative;
  top: -138px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto -138px;
  padding-bottom: 126px;
  padding-left: 12.76%;
  padding-right: 12.86%;
}
.about-us__video-container video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  background-color: #C4C4C4;
}
.about-us-description__section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: 7.6%;
  padding-right: 7.91%;
}
.about-us-description__title {
  line-height: 116.2%;
  color: #1F1F1F;
}
.about-us-description__title span {
  color: #D81E5B;
}
.col-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.col-wrapper:not(:last-child) {
  margin-bottom: 127px;
}
.col {
  width: 50%;
  /*max-width: 741px;*/
}
.col:first-child,
.desktop-reverse-on .col:last-child {
  padding-right: 67.5px;
}
.col:last-child,
.desktop-reverse-on .col:first-child {
  padding-left: 67.5px;
}
.desktop-reverse-on .col:first-child {
  padding-right: 0;
}
.desktop-reverse-on .col:last-child {
  padding-left: 0;
}
.desktop-reverse-on {
  flex-direction: row-reverse;
}
.about-us-description__company-info-section {
  margin-bottom: 56px;
}
.about-us-description__company-name-wrapper {
  width: 100%;
  max-width: 834px;
}
.about-us-description__company-name {
  font-weight: 900;
  color: #283ABA;
}
.about-us-description__general-company-info {
  width: 100%;
  max-width: 683px;
  margin-left: 48px;
  font-weight: 300;
  font-size: 30px;
  line-height: 116.2%;
  color: #1F1F1F;
}
.about-us-important-note {
  width: 100%;
  margin-bottom: 101px  ;
  padding: 38px 14.64% 26px 15.57%;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  background: #D81E5B;
}
.about-us-description__photo {
  max-width: 100%;
  display: block;
}
.about-us-logo-descr__section {
  max-width: 1920px;
  width: 100%;
  margin: 61px auto 203px;
  background: #D81E5B;
}
.about-us-logo-descr__section-content {
  padding: 68px 7.91% 68px 7.6%;
}
.about-us-logo-descr__logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-logo-descr__text {
  font-size: 30px;
  line-height: 116.2%;
  color: #fff;
}


.about-us-team__section {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 218px;
  padding: 0 7.8%;
  /*overflow-x: hidden;*/
}
.about-us-team__title {
  margin-bottom: 113px;
  text-align: center;
  color: #1F1F1F;
}
.about-us-team__members-container {
}
.about-us-team__member {
	width: 100%;
/*   position: relative;
  z-index: 0;
  width: 375px;
  margin: 0;
  transition: all 2s cubic-bezier(.215,.61,.355,1); */
}
.about-us-team__member-photo {
  width: 100%;
  max-width: 620px;
  height: auto;
  margin-bottom: 22px;
  border-radius: 50%;
  background-color: #C4C4C4;
  object-fit: cover;
}
.about-us-team__member-name {
  margin-bottom: 29px;
}
.about-us-team__member-position {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 29px;
}
.about-us-team__member-email {
  margin-bottom: 34px;
}
.about-us-team__member-more-info {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
}
.masonry-item.is-expanded .about-us-team__member-more-info {
  width: auto;
  height: auto;
  clip: auto;
  position: relative;
  overflow: auto;
}
.about-us-docs__section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12.91%;
}
.about-us-docs__title {
  margin-bottom: 37px;
  text-align: center;
  color: #1F1F1F;
}
.about-us-docs__list-wrapper {
  padding: 83px 105px 165px;
  display: flex;
  justify-content: space-between;
  background: #FAFAFA;
}
.about-us-docs__list {
  max-width: 500px;
  list-style-type: none;
}
.about-us-docs__list li:not(:last-of-type) {
  margin-bottom: 68px;
}
.about-us-docs__list li {
  display: flex;
  align-items: flex-start;
}
.about-us-docs__list > li > a {
  margin-top: 5px;
  padding-left: 19px;
  font-weight: bold;
  font-size: 30px;
  line-height: 29px;
  text-decoration-line: underline;
  color: #01016B;
}
.footer__content-item.policy {
  visibility: hidden;
}

.about-us-team__circle-decor-1 {
  position: absolute;
  z-index: -1;
  top: 64px;
  left: -266px;
  width: 1132px;
  height: 1132px;
  border-radius: 50%;
  background: #D81E5B;
  opacity: 0.1;
}
.about-us-team__circle-decor-2 {
  position: absolute;
  z-index: -1;
  top: 622px;
  right: 0;
  width: 816px;
  height: 816px;
  border-radius: 50%;
  background: #283ABA;
  opacity: 0.1;
}
.about-us-team__circle-decor-3 {
  position: absolute;
  z-index: -1;
  top: 1230px;
  left: 188px;
  width: 967px;
  height: 967px;
  border-radius: 50%;
  background: #28BA6B;
  opacity: 0.1;
}
.about-us-team__circle-decor-4,
.about-us-team__circle-decor-5,
.about-us-team__circle-decor-6 {
  display: none;
}


@media screen and (max-width: 1800px) {
/*   .about-us-team__member {
    width: 320px;
  } */
  .grid .grid-cell:hover .about-us-team__member {
    width: 580px;
  }
}

@media screen and (max-width: 1680px) {
  /*.about-us-description__company-name {*/
  /*font-size: 100px;*/
  /*line-height: 90px;*/
  /*}*/
/*   .about-us-team__member {
    width: 280px;
  } */
  .grid .grid-cell:hover .about-us-team__member {
    width: 500px;
  }
  /*.about-us-team__member-name {*/
  /*font-size: 42px;*/
  /*line-height: 40px;*/
  /*}*/
  /*.about-us-docs__list > li > a {*/
  /*font-size: 26px;*/
  /*line-height: 25px;*/
  /*}*/

  .about-us-team__circle-decor-1 {
    left: -460px;
  }
  .about-us-team__circle-decor-3 {
    left: -60px;
  }
}

@media screen and (max-width: 1440px) {
  .about-us-page-header {
    background-image: url("../images/pattern_1440.png");
  }
  .about-us-team__circle-decor-1 {
    top: 130px;
    left: -216px;
    width: 1049px;
    height: 1049px;
  }
  .about-us-team__circle-decor-2 {
    top: 977px;
    right: -38px;
    width: 660px;
    height: 660px;
  }
  .about-us-team__circle-decor-3 {
    top: 1480px;
    left: 75px;
    width: 783px;
    height: 783px;
  }
  .col {
    width: 100%;
  }
  .col:first-child,
  .desktop-reverse-on .col:last-child {
    padding-right: 52px;
  }
  .col:last-child,
  .desktop-reverse-on .col:first-child {
    padding-left: 52px;
  }
   .about-us-team__title {
    margin-bottom: 89px;
    font-size: 90px;
    line-height: 86px;
  }
  .about-us-team__member-name {
    font-size: 36px;
    line-height: 34px;
  }
  .about-us-team__member-position {
    font-size: 22px;
    line-height: 21px;
  }
  .about-us-docs__list > li > a {
    font-size: 22px;
    line-height: 21px;
  }
}

@media screen and (max-width: 1280px) {
  .about-us-page-header {
    background-image: url("../images/pattern_1280.png");
  }
  .col:first-child,
  .desktop-reverse-on .col:last-child {
    padding-right: 42px;
  }
  .col:last-child,
  .desktop-reverse-on .col:first-child {
    padding-left: 42px;
  }
/*   .about-us-team__member {
    width: 210px;
  } */
}

@media screen and (max-width: 1024px) {
  .about-us-page-header {
    padding: 69px 16px 97px;
    background-image: url("../images/pattern_1024.png");
  }
  .about-us-page-header__title {
    min-height: 56px;
    width: 100%;
    max-width: 344px;
    padding: 15px 0 11px;
  }
  .about-us__video-container {
    top: -82px;
    margin: 0 auto -82px;
    padding: 0 16px 59px;
  }
  .col-wrapper {
    flex-direction: column;
  }
  .col-wrapper:not(:last-child) {
    margin-bottom: 60px;
  }
  .col {
    max-width: 100%;
  }
  .col:first-child,
  .desktop-reverse-on .col:last-child {
    padding-right: 0;
  }
  .col:last-child,
  .desktop-reverse-on .col:first-child {
    padding-left: 0;
  }
  .mob-reverse-off {
    flex-direction: column;
  }
  .mob-reverse-on {
    flex-direction: column-reverse;
  }
  .about-us-description__section {
    padding: 0 16px;
  }
  .about-us-description__company-info-section {
    margin-bottom: 39px;
  }
  .about-us-description__company-name-wrapper {
    max-width: 269px;
    margin-bottom: 29px;
    display: flex;
    justify-content: center;
  }
  .about-us-description__general-company-info {
    max-width: 100%;
    margin: 0;
    font-size: 16px;
  }
  .about-us-important-note {
    margin-bottom: 54px;
    padding: 28px 16px 27px;
    font-size: 22px;
  }
  .about-us-description__photo {
    max-width: 375px;
    width: 100%;
    margin-bottom: 24px;
  }
  .about-us-description__title {
    margin-bottom: 14px;
    font-size: 40px;
  }
  .about-us-logo-descr__section-content {
    padding: 50px 16px 36px;
  }
  .about-us-logo-descr__logo-wrapper {
    margin-bottom: 50px;
  }
  .about-us-logo-descr__section {
    margin-bottom: 38px;
  }
  .about-us-team__section {
    margin-bottom: 52px;
    padding-left: 15px;
    padding-right: 17px;
  }
  .about-us-team__title {
    font-size: 40px;
    line-height: 116px;
    margin-bottom: 0;
  }
  .about-us-team__members-container {
    display: flex;
    justify-content: center;
  }
  .about-us-team__member-photo {
    margin-bottom: 12px;
  }
  .about-us-team__member-name {
    margin-bottom: 0;
  }
  .about-us-team__member-name {
    font-size: 18px;
    line-height: 17px;
  }
  .about-us-team__member-position {
    font-size: 16px;
    line-height: 15px;
  }
  .about-us-docs__section {
    padding: 0;
  }
  .about-us-docs__title {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 38px;
  }
  .about-us-docs__list-wrapper {
    padding: 32px 16px 52px;
    justify-content: center;
    flex-direction: column;
  }
  .about-us-docs__list {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-us-docs__list li:not(:last-of-type),
  .about-us-docs__list:not(:last-of-type) {
    margin-bottom: 42px;
  }
  .about-us-docs__list > li > a {
    font-size: 16px;
    line-height: 15px;
  }
  .footer__content-item.policy {
    display: none;
  }

  .about-us-team__circle-decor-1 {
    top: 91px;
    left: -205px;
    width: 406px;
    height: 406px;
  }
  .about-us-team__circle-decor-2 {
    top: 380px;
    right: -110px;
    width: 320px;
    height: 320px;
  }
  .about-us-team__circle-decor-3 {
    top: 544px;
    left: -227px;
    width: 406px;
    height: 406px;
  }
  .about-us-team__circle-decor-4,
  .about-us-team__circle-decor-5,
  .about-us-team__circle-decor-6 {
    display: block;
  }
  .about-us-team__circle-decor-4 {
    position: absolute;
    z-index: -1;
    top: 826px;
    right: -53px;
    width: 263px;
    height: 263px;
    border-radius: 50%;
    background: #D81E5B;
    opacity: 0.1;
  }
  .about-us-team__circle-decor-5 {
    position: absolute;
    z-index: -1;
    top: 1022px;
    left: -119px;
    width: 348px;
    height: 348px;
    border-radius: 50%;
    background: #283ABA;
    opacity: 0.1;
  }
  .about-us-team__circle-decor-6 {
    position: absolute;
    z-index: -1;
    top: 1340px;
    right: -75px;
    width: 285px;
    height: 285px;
    border-radius: 50%;
    background: #28BA6B;
    opacity: 0.1;
  }
}

@media screen and (max-width: 375px) {
  .about-us-page-header {
    background-image: url("../images/pattern_mob.png");
  }
}
