.header {
  background: var(--c-white);
}
.header__menu-burger span {
  background: var(--c-green);
}
.header__languages {
  color: var(--c-green);
}
.first-screen2 {
  min-height: 100vh;
  position: relative;
  background-attachment: fixed !important;
}
.first-screen2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}
.fs2__container {
  position: relative;
  z-index: 2;
}
/* -----------------------welcome--------------------- */
.welcome {
  padding: 46px 0 91px;
}
.welcome__left {
  padding-right: 65px;
}
.welcome-img {
  width: 100%;
  height: 573px;
}
.welcome__text {
  margin-top: 50px;
}
.welcome__btns {
  margin-top: 50px;
}
.partners-certificates {
  position: relative;
}
.partners-certificates-btn i {
  margin-left: 15px;
}
.partners-certificates__list {
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 17px 37px;
  border-radius: 10px;
  border: 1px solid var(--c-primary);
  z-index: 5;
  display: none;
}
.partners-certificates__list.open {
  display: block;
}
.partners-certificates__list li:not(:last-child) {
  margin-bottom: 15px;
}
/* ----------------who---------------- */
.who__container {
  padding-top: 15vh;
}
.who__text p:last-child {
  margin-top: 30px;
}
/* ------------------------------------ */
.partners {
  padding: 60px 0 105px;
}
.partners__title {
  margin-bottom: 35px;
}
.partners__list .partners-img {
  height: 170px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px 20px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}
.partners-img img {
  max-width: min-content;
}
.partners-certificates-btn {
  font-size: 15px;
}
/* --------------------------------- */
.structure {
  padding: 108px 0 60px;
}
.structure__title {
  margin-bottom: 50px;
}
.structure__left-info {
  max-width: calc((100% - 70px - 30px));
}
.structure__left-li {
  position: relative;
  padding-right: 180px;
}
.structure__left-li:not(:last-child) {
  margin-bottom: 60px;
}
.structure__left-img {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}
.structure__info-title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 3px;
}
.structure__info-subtitle {
  line-height: 26px;
  margin-bottom: 15px;
}
.structure__right-li {
  position: relative;
}
.structure__right-li::after {
  content: ' ';
  width: 2px;
  height: 100%;
  background: var(--c-primary);
  background-size: contain;
  position: absolute;
  left: -110px;
}
.structure__right-li:first-child:after {
  top: 50%;
}
.structure__right-li:last-child:after {
  top: -50%;
}
.structure__right-li:not(:last-child, :first-child):after {
  height: calc(100% + 80px);
}
.structure__right-li:not(:last-child) {
  margin-bottom: 80px;
}
.structure__icon {
  font-size: 40px;
  width: 31px;
  height: 40px;
  margin-right: 27px;
}
.circle-line {
  position: absolute;
  right: 79px;
  top: 50%;
  transform: translateY(-50%);
}
.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.line {
  width: 75px;
  height: 2px;
}
.line-triangle {
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.triangle {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 10px;
  height: 12px;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  /* -----------------------welcome--------------------- */
  .welcome {
    padding: 40px 0 79px;
  }
  .welcome__left {
    padding-right: 57px;
  }
  .welcome-img {
    height: 500px;
  }
  .welcome__text {
    margin-top: 44px;
  }
  .welcome__btns {
    margin-top: 44px;
  }
  .partners-certificates-btn i {
    margin-left: 13px;
  }
  .partners-certificates__list {
    padding: 15px 32px;
    border-radius: 9px;
  }
  .partners-certificates__list li:not(:last-child) {
    margin-bottom: 13px;
  }

  /* ----------------who---------------- */
  .who__container {
    padding-top: 13vh;
  }
  .who__text p:last-child {
    margin-top: 26px;
  }

  /* ------------------------------------ */
  .partners {
    padding: 52px 0 92px;
  }
  .partners__title {
    margin-bottom: 31px;
  }
  .partners__list .partners-img {
    height: 148px;
    margin-top: 13px;
    margin-bottom: 13px;
    padding: 22px 17px;
    border-radius: 17px;
  }

  /* --------------------------------- */
  .structure {
    padding: 94px 0 52px;
  }
  .structure__title {
    margin-bottom: 44px;
  }
  .structure__left-info {
    max-width: calc((100% - 61px - 26px));
  }
  .structure__left-li {
    padding-right: 157px;
  }
  .structure__left-li:not(:last-child) {
    margin-bottom: 52px;
  }
  .structure__left-img {
    width: 61px;
    height: 61px;
    margin-right: 26px;
  }
  .structure__info-title {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 3px;
  }
  .structure__info-subtitle {
    line-height: 23px;
    margin-bottom: 13px;
  }
  .structure__right-li::after {
    left: -96px;
  }
  .structure__right-li:not(:last-child) {
    margin-bottom: 70px;
  }
  .structure__icon {
    font-size: 35px;
    width: 27px;
    height: 35px;
    margin-right: 24px;
  }
  .circle-line {
    right: 69px;
  }
  .circle {
    width: 10px;
    height: 10px;
  }
  .line {
    width: 66px;
  }
  .line-triangle {
    left: -96px;
  }
  .triangle {
    width: 9px;
    height: 10px;
  }
  .white-bottom-after::after {
    background-size: cover;
  }
  .white-top-after::after {
    background-size: cover;
  }
}
@media screen and (max-width: 1150px) {
  /* -----------------------welcome--------------------- */
  .welcome {
    padding: 35px 0 69px;
  }
  .welcome__left {
    padding-right: 50px;
  }
  .welcome-img {
    height: 437px;
  }
  .welcome__text {
    margin-top: 38px;
  }
  .welcome__btns {
    margin-top: 38px;
  }
  .partners-certificates-btn i {
    margin-left: 11px;
  }
  .partners-certificates__list {
    padding: 13px 28px;
    border-radius: 8px;
  }
  .partners-certificates__list li:not(:last-child) {
    margin-bottom: 11px;
  }

  /* ----------------who---------------- */
  .who__container {
    padding-top: 11vh;
  }
  .who__text p:last-child {
    margin-top: 23px;
  }

  /* ------------------------------------ */
  .partners {
    padding: 45px 0 80px;
  }
  .partners__title {
    margin-bottom: 27px;
  }
  .partners__list .partners-img {
    height: 129px;
    margin-top: 11px;
    margin-bottom: 11px;
    padding: 19px 15px;
    border-radius: 15px;
  }

  /* --------------------------------- */
  .structure {
    padding: 82px 0 45px;
  }
  .structure__title {
    margin-bottom: 38px;
  }
  .structure__left-info {
    max-width: calc((100% - 53px - 23px));
  }
  .structure__left-li {
    padding-right: 137px;
  }
  .structure__left-li:not(:last-child) {
    margin-bottom: 45px;
  }
  .structure__left-img {
    width: 53px;
    height: 53px;
    margin-right: 23px;
  }
  .structure__info-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  .structure__info-subtitle {
    line-height: 20px;
    margin-bottom: 11px;
  }
  .structure__right-li::after {
    left: -84px;
  }
  .structure__right-li:not(:last-child) {
    margin-bottom: 61px;
  }
  .structure__icon {
    font-size: 31px;
    width: 24px;
    height: 31px;
    margin-right: 21px;
  }
  .circle-line {
    right: 60px;
  }
  .circle {
    width: 9px;
    height: 9px;
  }
  .line {
    width: 58px;
  }
  .line-triangle {
    left: -84px;
  }
  .triangle {
    width: 8px;
    height: 9px;
  }
  .welcome__btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .partners-certificates {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  /* -----------------------welcome--------------------- */
  .welcome {
    padding: 31px 0 60px;
  }
  .welcome__left {
    padding-right: 44px;
  }
  .welcome-img {
    height: 382px;
  }
  .welcome__text {
    margin-top: 33px;
  }
  .welcome__btns {
    margin-top: 33px;
  }
  .partners-certificates-btn i {
    margin-left: 10px;
  }
  .partners-certificates__list {
    padding: 11px 24px;
    border-radius: 7px;
  }
  .partners-certificates__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* ----------------who---------------- */
  .who__container {
    padding-top: 10vh;
  }
  .who__text p:last-child {
    margin-top: 20px;
  }
  /* ------------------------------------ */
  .partners {
    padding: 39px 0 70px;
  }
  .partners__title {
    margin-bottom: 24px;
  }
  .partners__list .partners-img {
    height: 113px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 17px 13px;
    border-radius: 13px;
  }
  /* --------------------------------- */
  .structure {
    padding: 72px 0 39px;
  }
  .structure__title {
    margin-bottom: 33px;
  }
  .structure__left-info {
    max-width: calc((100% - 46px - 20px));
  }
  .structure__left-li {
    padding-right: 120px;
  }
  .structure__left-li:not(:last-child) {
    margin-bottom: 39px;
  }
  .structure__left-img {
    width: 46px;
    height: 46px;
    margin-right: 20px;
  }
  .structure__info-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .structure__info-subtitle {
    line-height: 18px;
    margin-bottom: 10px;
  }
  .structure__right-li::after {
    left: -73px;
  }
  .structure__right-li:not(:last-child) {
    margin-bottom: 53px;
  }
  .structure__icon {
    font-size: 27px;
    width: 21px;
    height: 27px;
    margin-right: 18px;
  }
  .circle-line {
    right: 52px;
  }
  .circle {
    width: 8px;
    height: 8px;
  }
  .line {
    width: 51px;
  }
  .line-triangle {
    left: -73px;
  }
  .triangle {
    width: 7px;
    height: 8px;
  }
}
@media screen and (max-width: 850px) {
  .welcome__title br {
    display: none;
  }
  .welcome__right.col {
    width: 100%;
    margin: 0;
  }
  .welcome__container.two_col {
    margin: 0;
  }
  .welcome__btns {
    margin: 32px auto 0;
    width: max-content;
  }
  .welcome__text {
    margin-top: 24px;
  }
  .two-btns .btn {
    width: 242px;
  }
  .what {
    padding: 130px 0 62px;
  }
  .welcome {
    padding: 28px 0 64px;
  }
  .who__container {
    padding-top: 0;
  }
  .white-top-after::after {
    background-size: contain;
  }
  .what__title {
    margin-bottom: 24px;
  }
  .structure {
    padding: 64px 0 32px;
  }
  .structure__icon {
    font-size: 30px;
    width: 24px;
    height: 30px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .structure__right-li:not(:last-child) {
    margin-bottom: 16px;
  }
  .structure__info-subtitle {
    margin-bottom: 8px;
  }
  .line {
    width: 49px;
  }
  .triangle {
    width: 10px;
    height: 11px;
  }
  .line-triangle {
    left: -65px;
    top: 10px;
    transform: none;
  }
  .structure__right-li::after {
    left: -65px;
    top: -50%;
  }
  .structure__left-img {
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .structure__left-li {
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 27px;
  }
  .circle-line {
    right: auto;
    left: -65px;
    top: 25px;
    transform: none;
  }
  .circle {
    width: 10px;
    height: 10px;
    left: auto;
    right: -3px;
  }
  .structure__right-li {
    flex-direction: column;
    align-items: flex-start;
  }
  .structure__right-li:first-child::after {
    top: 10px;
    transform: none;
    left: -65px;
  }
  .structure__right-li:last-child::after {
    top: calc(-100% + 12px);
  }
  .structure__box.two_col {
    margin: 0;
    flex-wrap: wrap;
  }
  .structure__left.col {
    width: 100%;
    margin: 0;
  }
  .structure__right.col {
    width: 100%;
    margin: 0;
  }
  .structure__box.two_col {
    padding-left: 70px;
  }
  .structure__left-li::after {
    content: ' ';
    width: 2px;
    height: calc(100% + 80px);
    background: var(--c-primary);
    background-size: contain;
    position: absolute;
    top: 25px;
    transform: none;
    left: -65px;
  }
  .partners__list.slick-initialized .slick-slide {
    display: flex;
  }
  .partners__list .partners-img {
    height: 126px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
