main.partners {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 35px;
  display: flex;
  justify-content: flex-end;
  @media screen and (max-width: 1080px){
    justify-content: center;
    padding-left: 0px;
    padding-right: 20px;
  }
}
.partners__left {
  position: relative;
  flex: 1;
  padding-right: 30px;
  @media screen and (max-width: 750px){
    padding-right: 20px;
  }
  nav {
    position: sticky;
    height: 100vh;
    top: 70px;
    display: flex;
    justify-content: flex-end;
    &:before {
      content: "";
      height: 100%;
      width: 200vw;
      position: absolute;
      top: 0px;
      right: 142px;
      background: var(--grad-blue);
      @media screen and (max-width: 750px){
        right: calc(100% - 20px);
      }
    }
  }
}
.partners__title {
  font-size: 132px;
  font-weight: bold;
  color: var(--color-blue);
  font-family: var(--font-josefin);
  letter-spacing: -0.02em;
  line-height: 1;
  writing-mode: vertical-rl;
  @media screen and (max-width: 750px){
    font-size: 66px;
  }
}
.partners__right {
  width: 942px;
  padding-top: 80px;
  padding-bottom: 150px;
  @media screen and (max-width: 750px){
    width: calc(100% - 96px);
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.partnersIntro__text {
  text-align: center;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-top: 50px;
  @media screen and (max-width: 750px){
    text-align: left;
    line-height: 1.8;
  }
}
.partnersBlock {
  margin-top: 60px;
  + .partnersBlock {
    margin-top: 160px;
    @media screen and (max-width: 750px){
      margin-top: 80px;
    }
  }
}
.partnersBlock__title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-blue);
  @media screen and (max-width: 750px){
    font-size: 20px;
    padding-bottom: 10px;
  }
  &:before {
    content: "\f1ea";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
  }
}
.partnersBlock__text {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-top: 30px;
  font-feature-settings: "palt";
  @media screen and (max-width: 750px){
    line-height: 1.8;
    margin-top: 20px;
  }
}
.partnersBlock__links {
  margin-top: 65px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
  a {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.18em;
    display: flex;
    align-items: center;
    height: 155px;
    border: 1px solid var(--color-blue);
    text-decoration: none;
    padding-left: 48px;
    position: relative;
    color: inherit;
    @media screen and (max-width: 750px){
      font-size: 16px;
      height: 54px;
      padding-left: 20px;
    }
    &:after {
      content: "\f1c3";
      font-family: "Font Awesome 7 Free";
      font-size: 58px;
      line-height: 1;
      position: absolute;
      right: 50px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: bold;
      @media screen and (max-width: 750px){
        font-size: 20px;
        right: 10px;
      }
    }
    + a {
      margin-top: 30px;
      @media screen and (max-width: 750px){
        margin-top: 20px;
      }
    }
  }
}
.partnersBlock__at {
  margin-top: 65px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
  dt {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.18em;
    background-color: rgba(18, 84, 162, 0.1);
    padding: 10px 1.2em;
    @media screen and (max-width: 750px){
      font-size: 18px;
    }
  }
  dd  {
    font-size: 14px;
    line-height: 2.5;
    font-weight: 500;
    letter-spacing: 0.18em;
    margin-top: 20px;
    font-feature-settings: "palt";
    @media screen and (max-width: 750px){
      line-height: 1.8;
      margin-top: 20px;
    }
  }
}