@import url('https://fonts.cdnfonts.com/css/avenir-next-cyr');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: 'Avenir Next Cyr', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #485973;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  background: #ffb1c4;
  background: linear-gradient(90deg, #ffb1c4 0%, #ff90bd 100%);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
  width: 300px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
}

/*.list-channels {*/
/*  list-style: none;*/
/*}*/

/*.list-channels li {*/
/*  position: relative;*/
/*  padding-left: 22px;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.list-channels li::before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0px;*/
/*  top: 6px;*/
/*  background: url("../images/check.png") center no-repeat;*/
/*  background-size: cover;*/
/*  width: 13px;*/
/*  height: 9px;*/
/*}*/

/*.list-channels li:last-child {*/
/*  margin-bottom: 0px;*/
/*}*/

.header {
  padding: 15px 0;
  background-color: #004573;
}

.header__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  text-decoration: none;
  color: #444444;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.logo__img {
  background-color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  padding: 3px;
  border-radius: 7px;
}

.logo__img img {
  vertical-align: middle;
}

.logo__text {
  padding-left: 15px;
  font-weight: 800;
}

.footer {
  padding: 15px 0;
  background-color: #004573;
}

.footer__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.copyright-line {
  padding: 25px 0;
  background-color: #f6faff;
  color: #485973;
  font-size: 14px;
}

.copyright-line__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.copyright-line__address {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

/*.ico-address {*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  background: url("../images/place.png") center no-repeat;*/
/*  background-size: cover;*/
/*  width: 16px;*/
/*  min-width: 16px;*/
/*  height: 20px;*/
/*  margin-right: 10px;*/
/*}*/

.privacy__desc {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 1.529;
  margin: 10px 0 30px;
}

.privacy__text__desc {
  display: block;
  font-size: 17px;
  color: #000000;
  line-height: 1.529;
  margin: 10px 0 30px;
}

.privacy__text__title {
  display: block;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px;
}

.main {
  background: #7799fd;
  padding: 40px 0;
}

.main__box {
  padding: 50px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 25px 52px 0px rgba(72, 89, 115, 0.2), 0px 20px 32px 0px rgba(72, 89, 115, 0.08), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
}

.main__box h1.title-page {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}

.main__box ul {
  margin-left: 18px;
  text-transform: capitalize;
  line-height: 1.529;
}

.main__box a {
  color: #000000;
}

.menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.menu li {
  margin-right: 30px;
}

.menu li:last-child {
  margin-right: 0px;
}

.menu li a {
  text-decoration: none;
  color: #819afa;
  font-weight: 500;
}

.menu li a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }

  .main-screen::before,
  .title-block__title::before {
    font-size: 110px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .how-it-works__item__header {
    font-size: 18px;
    padding: 60px 20px 15px;
    text-align: center;
  }

  .how-it-works__item__header.channels::after,
  .how-it-works__item__header.webmaster::after,
  .how-it-works__item__header.aff-group::after,
  .how-it-works__item__header.adv::after {
    top: 15px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

@media (max-width: 1200px) {
  .how-it-works__item__body {
    padding: 15px 20px;
  }
}

@media (max-width: 1200px) {
  .advantages__item__title {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .three-steps__item {
    padding: 70px 0;
  }
}

@media (max-width: 1200px) {
  .three-steps__item__center__name {
    font-size: 18px;
    bottom: -45px;
  }
}

@media (max-width: 1200px) {
  .three-steps__item__center__number {
    font-size: 109px;
    top: -57px;
  }
}

@media (max-width: 1200px) {
  .three-steps__item__center .arrow-long {
    width: 168px;
    height: 15px;
  }
}

@media (max-width: 992px) {
  .section {
    padding: 70px 0;
  }

  .container {
    max-width: 768px;
  }

  .main-screen::before,
  .title-block__title::before {
    font-size: 80px;
  }

  .main-screen__text-block {
    max-width: 420px;
  }

  .main-screen__title {
    font-size: 58px;
  }

  .main-screen__description {
    font-size: 24px;
  }

  .main-screen {
    padding: 80px 0;
  }

  .main-screen__image {
    width: 500px;
    height: 535px;
  }

  .title-block__title {
    font-size: 36px;
  }

  .title-block__description {
    font-size: 22px;
  }

  .title-block {
    margin-bottom: 40px;
  }

  .how-it-works__row {
    margin-bottom: -30px;
  }

  .how-it-works__col {
    width: 100%;
    margin-bottom: 30px;
  }

  .how-it-works__item__arrow-right {
    top: 100%;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -50px;
  }

  .how-it-works__item__arrow-left {
    top: 100%;
    left: 50%;
    transform: rotate(90deg);
    margin-left: 10px;
  }

  .how-it-works__item__dollar {
    top: 100%;
    left: 50%;
    margin-left: 40px;
  }

  .advantages__row {
    margin-bottom: -30px;
  }

  .advantages__col {
    width: 50%;
    margin-bottom: 30px;
  }

  .three-steps__item__center {
    width: 110px;
    height: 110px;
  }

  .three-steps__item__center__ico {
    line-height: 110px;
  }

  .three-steps__item__center__ico img {
    max-width: 50px;
    max-height: 50px;
  }

  .three-steps__item__center__name {
    font-size: 14px;
    bottom: -43px;
  }

  .three-steps__item__center__number {
    font-size: 82px;
    top: -51px;
  }

  .three-steps__button-block {
    margin-top: 40px;
  }

  .copyright-line {
    text-align: center;
  }

  .copyright-line__row {
    justify-content: center;
  }

  .copyright-line__col {
    margin-bottom: 15px;
  }

  .copyright-line__col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {

  .main-screen::before,
  .title-block__title::before {
    font-size: 42px;
  }

  .header__row {
    justify-content: center;
  }

  .main-screen__image {
    display: none;
  }

  .main-screen__text-block {
    margin: 0 auto;
    text-align: center;
  }

  .main-screen__title {
    font-size: 44px;
  }

  .main-screen__text {
    font-size: 18px;
    margin: 25px 0 0;
  }

  .main-screen__button-block {
    margin-top: 25px;
  }

  .button {
    width: 260px;
    height: 50px;
    line-height: 50px;
  }

  .main-screen {
    padding: 54px 0 35px;
  }

  .section {
    padding: 35px 0;
  }

  .title-block__title {
    font-size: 26px;
  }

  .title-block__description {
    font-size: 16px;
    margin-top: 5px;
  }

  .title-block {
    margin-bottom: 24px;
  }

  .advantages__row {
    margin-bottom: -40px;
  }

  .advantages__col {
    width: 100%;
    margin-bottom: 40px;
  }

  .advantages__item {
    text-align: center;
  }

  .advantages__item__title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .advantages {
    background: #dde7f6;
  }

  .three-steps {
    background: #f6faff;
  }

  .three-steps__col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .arrow-long {
    display: none !important;
  }

  .three-steps__button-block {
    margin-top: 20px;
  }

  .footer__row {
    justify-content: center;
  }
}

.copyright-img {
  vertical-align: middle;
}
