.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/img_slider.png);
  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: #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: #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;
  }
}

.content-section {
  margin-bottom: 80px;
}

.sout-image {
  padding: 60px 65px 45px;
  border: 1px solid #CDDDE3;
}

.sout-image img {
  max-width: 518px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.sout-image span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .main-preview__back-name {
    display: none;
  }
  .main-preview__back-name--desc {
    display: block;
  }
  .main-preview__back-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
  }
  .main-preview__back-arrow--desc {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sout-image {
    padding: 30px;
  }
  .sout-image img {
    margin-bottom: 20px;
  }
  .sout-image span {
    font-size: 12px;
    line-height: 19px;
  }
  .main-preview {
    margin-bottom: 40px;
  }
}

