/* Fonts */
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wrapper {
  font-family: 'ProximaNova';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__header {
  background-color: #fff;
  position: relative;
  height: 100%;
  z-index: 999;
  padding: 5px 0;
}

.section__header .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
}

.section__header .header__top .header__logo {
  margin-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__header .header__top .header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.section__header .header__top .header__top__left .header__buy .buy__link {
  font-size: 13px;
  color: #a29e9c;
  text-decoration: none;
  margin-left: 24px;
}

.section__header .header__top .header__top__left .header__buy .buy__link:first-child {
  margin-left: 0;
}

.section__header .header__top .header__top__left .header__signin {
  margin-left: 24px;
}

.section__header .header__top .header__top__left .header__signin .signin__link {
  display: block;
  background-color: #6e7992;
  padding: 6px 12px 6px 40px;
  font-size: 13px;
  color: #d6d6d6;
  border-radius: 2px;
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__header .header__top .header__top__left .header__signin .signin__link:before {
  content: url("../../img/action-logo-w.svg");
  position: absolute;
  top: 50%;
  left: 12.5px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

.section__header .header__top .header__top__left .header__signin .rx-button-branded:before {
  background: none;
  border: none;
}

/*  */
.section__hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(100.77deg, #FFCC1E 7.14%, rgba(255, 204, 30, 0.83) 58.22%, rgba(255, 204, 30, 0.38) 103.44%), url("../img/hero-bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 67px;
}

.hero__top {
  padding-top: 53px;
}

.hero__main {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero__content {
  position: relative;
  width: 556px;
  margin-top: 12px;
}

.hero__content:before {
  content: '';
  position: absolute;
  top: 110px;
  right: -65px;
  width: 177px;
  height: 177px;
  background: url("../img/program-offer.png") no-repeat center;
  background-size: contain;
}

.hero__title {
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 49px;
  color: #2d3039;
}

.hero__desc {
  width: 439px;
  margin: 0;
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #2d3039;
}

.hero__list {
  width: 490px;
  margin-top: 23px;
  padding: 0;
}

.list__desc {
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #2d3039;
}

.list__desc:before {
  content: url("../img/arrow.svg");
  position: absolute;
  top: 0;
  left: -30px;
}

.hero__form {
  width: 495px;
  margin-left: 48px;
  padding: 22px 34px 36px 42px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__caption {
  margin: 0;
  font-size: 30px;
}

.form__label {
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 9px;
}

.form__input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
}

.label--chekbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form__checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  margin: 0;
  margin-right: 10px;
}

.form__button {
  font-family: "ProximaNova";
  font-size: 18px;
  color: #fff;
  width: 100%;
  background-color: #e50000;
  border: none;
  border-radius: 3px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form__button:hover {
  background-color: #fa2222;
}

.order__link {
  display: block;
  width: 330px;
  margin: 5px 0 0 auto;
  font-size: 12px;
  color: #2d3039;
  text-align: right;
}

.profit {
  margin-top: 90px;
}

.profit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}

.profit__title {
  width: 825px;
  font-size: 34px;
  font-weight: 400;
  line-height: 41px;
}

.profit__content {
  width: 537px;
  padding: 40px 15px 37px 41px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.profit__content-title {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
}

.profit__list {
  height: 337px;
  overflow: hidden;
  padding-left: 30px;
}

.profit__list--show {
  height: auto;
}

.profit__elem {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

.profit__elem:last-child {
  margin-bottom: 0;
}

.profit__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 248px;
  height: 46px;
  margin: 40px auto 0;
  font-family: inherit;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #2D3039;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profit__button:hover {
  color: #ffffff;
  background-color: #2D3039;
}

.profit__pic {
  width: 537px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}

.profit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 412px;
  height: 56px;
  margin: 60px auto 0;
  font-size: 21px;
  color: #ffffff;
  background-color: #E02D2D;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profit__link:hover {
  background-color: #fa2222;
}

.section__about {
  margin-top: 90px;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__pic {
  width: 622px;
}

.about__content {
  width: 462px;
  margin-left: 65px;
}

.about__title {
  font-size: 30px;
  line-height: 1.3;
}

.about__desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.44;
}

.about__desc span {
  font-weight: bold;
}

.about__button {
  margin-top: 20px;
}

.button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  width: 100%;
  max-width: 427px;
  background-color: #e50000;
  border: none;
  border-radius: 3px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

.preorder {
  margin-top: 90px;
  background-color: #F9D655;
  color: #2D3039;
}

.preorder__wrapper {
  width: 1150px;
  margin: 0 auto;
  padding-top: 60px;
}

.preorder__title {
  width: 700px;
  margin: 0 auto;
  font-size: 35px;
  line-height: 43px;
  font-weight: 300;
  text-align: center;
}

.preorder__title span {
  display: block;
}

.preorder__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 58px;
  margin-left: 0;
}

.preorder__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  text-transform: uppercase;
  width: 277px;
  margin-right: 16px;
  margin-bottom: 0;
}

.preorder__form-input {
  height: 46px;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.preorder__button {
  width: 260px;
  height: 46px;
  margin-left: auto;
  padding: 0;
  font-family: inherit;
  font-size: 18px;
  color: #fff;
  background-color: #E02D2D;
  border: none;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.preorder__button:hover {
  background-color: #fa2222;
}

.preorder__form-permission {
  width: 230px;
  margin-left: auto;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}

.footer {
  background-color: #F9D655;
  color: #2D3039;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 56px 0 80px 0;
  line-height: 16px;
}

.footer__copyright {
  margin: 0;
  font-size: 13px;
}

.footer__copyright-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: inline;
  color: #2D3039;
  text-decoration: underline;
}

@media (max-width: 425px) {
  .footer__copyright-link {
    margin: 5px 0;
  }
}

.footer__policy {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  color: #2D3039;
}

.footer__callback {
  margin: 0;
  margin-left: 185px;
  font-size: 13px;
}

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #2D3039;
}

.footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer__logo {
  width: 125px;
}

@media (max-width: 425px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-bottom: 60px;
  }
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 13px;
  }
  .footer__copyright span {
    display: block;
  }
  .footer__policy {
    margin-top: 10px;
    text-decoration: underline;
    color: #2D3039;
  }
  .footer__callback {
    margin: 10px 0 0 0;
    font-size: 13px;
  }
  .footer__phone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    margin: 15px 0 0 0;
    padding-left: 48px;
  }
  .footer__phone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url("../img/icon/icon-phone.svg") no-repeat center;
  }
  .footer__logo-link {
    margin: 40px auto 0;
  }
}
/*# sourceMappingURL=main.css.map */