.content-block h1 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 60px;
}

.main-preview {
  display: flex;
  background-image: url(../../img/N/pages/affiliateProgramPagePartners/partners-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

.main-preview__shadow {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.07) 49.29%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-preview__back {
  position: relative;
}

.content-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.main-preview__back {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 60px;
}

.main-preview__back-arrow {
  width: 29px;
  min-width: 29px;
  height: 15px;
  background-image: url(../../img/N/common/arrow-decorate.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 20px;
}

.main-preview__back-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .main-preview__back {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 650px) {
  .main-preview__back {
    margin-bottom: 20px;
  }
  .main-preview__back-name {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .main-preview {
    background-image: url(../../img/N/pages/affiliateProgramPage/affiliate-mob.jpg);
  }
}

.container-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content-block {
  width: 75%;
  margin-right: 20px;
}

.side-menu__box {
  width: 20%;
  min-width: 205px;
}

.side-menu__item {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
}

.side-menu__item:hover {
  color: #697B87;
}

.side-menu__item:last-child:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 100%;
  pointer-events: none;
}

.side-menu__item--active {
  font-weight: bold;
  cursor: default;
}

.side-menu__item--active:hover {
  color: inherit;
}

@media screen and (max-width: 1000px) {
  .container-wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .main-preview {
    margin-bottom: 0;
  }
  .content-block {
    order: 1;
    width: 100%;
    margin-right: 0;
  }
  .side-menu__box {
    order: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .side-menu {
    display: flex;
    overflow: auto;
    position: relative;
    padding: 0 60px;
    width: 100%;
  }
  .side-menu::-webkit-scrollbar {
    display: none;
  }
  .side-menu__item {
    margin-bottom: 0;
    padding: 20px 0;
    white-space: nowrap;
  }
  .side-menu__item:not(:last-child) {
    margin-right: 20px;
  }
  .side-menu__line {
    height: 1px;
    min-width: 1382px;
    background: rgba(105, 123, 135, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .side-menu__item--active {
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 900px) {
  .side-menu__box {
    margin-bottom: 20px;
  }
  .content-block h1 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .side-menu {
    padding: 0 30px;
  }
  .side-menu__item {
    padding: 3px 0;
    font-size: 12px;
    line-height: 28px;
  }
  .side-menu__item:last-child:after {
    width: 30px;
  }
  .side-menu__line {
    min-width: 1056px;
  }
  .content-block h1 {
    font-size: 18px;
    line-height: 26px;
  }
}

.content-section {
  width: 100%;
}

.content-section img {
  width: 100%;
  display: block;
}

.content-section .content-img-cover {
  object-fit: cover;
  width: 100%;
  height: 520px;
  margin-bottom: 40px;
}

.content-section h1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 36px;
  line-height: 120.4%;
  margin-bottom: 40px;
}

.content-section h2 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  margin: 40px 0 20px;
}

.content-section h2 + h4 {
  margin-top: 0;
}

.content-section h3 {
  margin: 40px 0 20px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.content-section h4 {
  margin: 40px 0 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.content-section a {
  display: inline;
  color: black;
}

.content-section a:hover {
  color: #697B87;
}

.content-section a:active {
  color: #697B87;
}

.content-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.content-section p:not(:last-child) {
  margin-bottom: 20px;
}

.content-section ul {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
}

.content-section ul > li {
  position: relative;
  padding-left: 24px;
  line-height: 28px;
}

.content-section ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.content-section ul > li::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black;
  margin-right: 16px;
  left: 0;
  top: 10px;
}

.content-section ol {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  counter-reset: liCounter;
  margin-bottom: 20px;
}

.content-section ol ul {
  margin-top: 10px;
}

.content-section ol > li {
  position: relative;
  padding-left: 39px;
  line-height: 28px;
}

.content-section ol > li:not(:last-child) {
  margin-bottom: 10px;
}

.content-section ol > li::before {
  counter-increment: liCounter;
  content: counter(liCounter) ".";
  display: block;
  position: absolute;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  min-width: 23px;
  text-align: end;
  margin-right: 16px;
  color: black;
  left: 0;
}

.content-section ol > li a {
  display: inline;
  color: black;
}

.content-section ol > li a:hover {
  color: #697B87;
}

.content-section ol > li a:active {
  color: #697B87;
}

.content-section iframe {
  width: 100%;
  height: 400px;
}

.content-section > span {
  margin: 4px 0 40px;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

@media screen and (max-width: 1100px) {
  .content-section h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  .content-section h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .content-section .content-img-cover {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  .content-section iframe {
    height: 300px;
  }
}

@media screen and (max-width: 560px) {
  .content-section iframe {
    height: 220px;
  }
}

@media screen and (max-width: 499px) {
  .content-section h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .content-section .content-img-cover {
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .content-section h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
  }
  .content-section p,
  .content-section ul,
  .content-section ol {
    font-size: 14px;
    line-height: 24px;
  }
  .content-section ul {
    margin-top: 10px;
  }
  .content-section ul > li::before {
    top: 10px;
  }
  .content-section ol > li {
    line-height: 24px;
  }
  .content-section ol > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-section ol > li::before {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 450px) {
  iframe {
    height: 180px;
  }
}

.form-module {
  width: 100%;
  padding: 50px 20px;
  background: #F4F4F4;
  margin-bottom: 100px;
  position: relative;
}

.form-module__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 30px;
}

.form-module__subtitle {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.form-module__box {
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
}

.form-module__item {
  margin-bottom: 20px;
}

.form-module__item-title {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.form-module__item-input {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #CDDDE3;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.form-module__textarea {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #CDDDE3;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  height: 157px;
  resize: none;
}

.form-module__textarea::placeholder {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
}

.form-module__resize-textarea {
  line-height: 28px;
  resize: none;
}

.form-module__submit {
  display: block;
  width: 160px;
  height: 54px;
  border: none;
  margin: 40px auto 10px;
  background: #CDDDE3;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-module__submit:hover {
  background: #697B87;
  color: #fff;
}

.form-module__success {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  top: 0;
  left: 0;
  background: #F4F4F4;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

.form-module__success img {
  margin-bottom: 30px;
}

.form-module__success .form-module__success-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}

.form-module__success .form-module__success-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  max-width: 400px;
  text-align: center;
}

.form-success-show {
  max-height: 500px;
  overflow: hidden;
}

.form-success-show .form-module__success {
  display: flex;
}

.form-module__input-file .form-module__item-title {
  margin-bottom: 20px;
}

.form-module__input-file input {
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.form-module__input-file label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 16px;
  width: 85%;
}

.form-module__input-file label:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../img/N/common/added-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form-module__add-files-item {
  display: flex;
  justify-content: space-between;
}

.form-module__files-del {
  width: 20px;
  height: 20px;
  border: none;
  background-color: none;
  background-image: url(../../img/N/common/delete-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.form-module__clear-input .form-module__files-del {
  display: none;
}

.form-module__input-del {
  margin-bottom: 26px;
}

.form-module__input-del .form-module__files-del {
  display: block;
}

@media screen and (max-width: 600px) {
  .form-module {
    padding: 30px;
    margin-bottom: 60px;
  }
  .form-module__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .form-module__subtitle,
  .form-module__item-title {
    font-size: 12px;
    line-height: 19px;
  }
  .form-module__textarea {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 19px;
  }
  .form-module__textarea::placeholder {
    font-size: 12px;
  }
  .form-module__success .form-module__success-title {
    font-size: 18px;
  }
  .form-module__success .form-module__success-text {
    font-size: 12px;
    max-width: none;
    width: 90%;
  }
}

.main-preview {
  background-image: url(../../img/N/pages/corporateClientPage/preview.jpg);
}

.content-section div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-section div > ul li {
  display: block;
  width: 40%;
}

.content-section div > ul li:nth-child(2n) {
  width: 60%;
}

.content-block {
  width: 540px;
}

.corporate-certificate {
  margin-bottom: 40px;
}

.corporate-certificate p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
}

.corporate-certificate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.corporate-recommendation .corporate-certificate__box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.corporate-certificate__item {
  width: 160px;
}

.corporate-certificate__item img {
  width: 100%;
}

.side-content_box {
  width: 40%;
}

.side-content_box h4 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.side-content_box ul li {
  font-size: 14px;
}

.side-content_box ul li::before {
  width: 3px;
  height: 3px;
  top: 12px;
}

.side-content_box .side-content_box-link {
  display: block;
  height: 54px;
  width: 234px;
  border: 1px solid #CDDDE3;
  text-align: center;
  line-height: 54px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
}

.side-content_box .side-content_box-link:hover {
  background: #CDDDE3;
  color: #333333;
}

.corporate-content {
  max-width: 793px;
  margin-bottom: 40px;
}

.corporate-content img {
  margin-bottom: 20px;
}

.corporate-content h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.corporate-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corporate-content ul li {
  width: 30%;
  padding-left: 0;
}

.corporate-content ul li::before {
  width: 0;
  height: 0;
}

.corporate-content .corporate-list_one-line {
  display: block;
}

.corporate-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corporate-content > div div {
  width: 50%;
}

.corporate-content > div div p {
  margin-bottom: 10px;
}

.corporate-content > div div p:not(:last-child) {
  margin-bottom: 10px;
}

.corporate-content > div div ul li {
  width: 40%;
}

.corporate-recommendation .corporate-certificate__item {
  width: 24%;
}

.corporate-recommendation .corporate-certificate__item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .container-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-wrapper .content-section {
    width: 100%;
  }
  .container-wrapper .corporate-certificate__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .container-wrapper .corporate-certificate__box .corporate-certificate__item:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .content-block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .main-preview {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 700px) {
  .corporate-recommendation .corporate-certificate__box {
    margin-top: 20px;
  }
  .corporate-recommendation .corporate-certificate__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .corporate-recommendation .corporate-certificate__item {
    width: 45%;
    margin-bottom: 20px;
  }
  .corporate-recommendation .corporate-certificate__item:not(:last-child) {
    margin-right: 0;
  }
  .corporate-recommendation .corporate-certificate__item img {
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
  }
}

@media screen and (max-width: 600px) {
  .content-section ul > li:not(:last-child) {
    margin-bottom: 0;
  }
  .corporate-content h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .corporate-content h4 {
    font-size: 12px;
    line-height: 19px;
  }
  .corporate-content > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .corporate-content > div div {
    width: 100%;
  }
  .corporate-content ul li {
    width: 100%;
  }
  .side-content_box div > ul li {
    width: 100%;
  }
}

