body {
  margin: 0;
  font-family: "Open Sans", "Arial", sans-serif;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.page-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* border-bottom: 1px solid #e5e5e5; */
  flex-direction: row;
}

.page-header__logo {
  margin: 0 auto 0 25px;
  padding-top: 10px;
  padding-bottom: 6px;
  text-align: left;
}

.page-header__signin {
  margin-top: 7px;
}

.page-header__signin a {
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.page-header__logo-image-mini {
  margin-right: 15px;
}

.page-header__signin-btn {
  background-color: #6E7992;
  padding: 10px 10px 10px 10px;
}

.page-header__signin-btn:hover,
.page-header__signin-btn:active,
.page-header__logo:hover,
.page-header__logo:active,
.offer__header-logo-link:hover,
.offer__header-logo-link:active,
.offer__header-phone:hover,
.offer__header-phone:active {
  opacity: 0.7;
}

.offer {
  position: relative;
  background-image: url('img/bg_offer.png');
  background-size: cover;
}

.offer__wrapper {
  width: 260px;
  margin: 0 auto;
  padding-top: 40px;
}

.offer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
}

.offer__header-phonebox {
  text-align: center;
  margin-bottom: 20px;
}

.offer__header-logo {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.offer__header-note {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .offer__header-phonebox {
    text-align: right;
    margin-bottom: 0px;
  }

  .offer__header-logo {
    margin-left: 0;
    margin-bottom: 0px;
  }

  .offer__header-note {
    text-align: right;
  }
}

.offer__offer-image {
  margin-top: 0px;
  width: 100%;
  height: auto;
}

.offer__header-phonebox a {
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.offer__vip-offer a {
  font-size: 19px;
  line-height: 23px;
  text-decoration: none;
}

.offer__vip-offer a.btn-active {
  color: #FFFFFF;
}

.offer__vip-offer a.btn-passive {
  color: #FF2F6C;
}

.offer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
  align-items: center;
}

.btn-active {
  width: 100%;
  border: none;
  background: linear-gradient(180deg, #FF2F6C 3.65%, #C733E2 100%);
}

.btn-passive {
  border: 2px solid #FF2F6C;
  width: 99%;
}

@media (min-width: 768px) {
  .offer__wrapper {
    width: 710px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .offer__header {
    flex-direction: row;
  }

  .offer__vip-offer {
    position: relative;
    bottom: 100px;
  }

  .offer__btns {
    flex-direction: row;
  }

  .btn-active {
    width: 404px;
    border: none;
    background: linear-gradient(180deg, #FF2F6C 3.65%, #C733E2 100%);
  }

  .btn-passive {
    border: 2px solid #FF2F6C;
    width: 400px;
  }
}

@media (min-width: 1270px) {
  .offer__wrapper {
    width: 1270px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .offer__offer-image {
    margin-top: -84px;
    width: 100%;
  }

  .offer__vip-offer {
    bottom: 150px;
  }
}

@media (min-width: 1580px) {
  .offer__vip-offer {
    bottom: 220px;
  }
}

.offer__btn {
  border-radius: 3px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  margin-left: 43px;
  margin-right: 43px;
}

.options {
  position: relative;
  margin-top: 0px;
  background-color: #ffffff;
  margin-bottom: 95px;
}

.options__wrapper {
  width: 260px;
  margin: 0 auto;
}

.options__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
}

.options__item {
  position: relative;
  border: 1px solid #ECECEC;
  border-radius: 3px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 14px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .options {
    position: relative;
    margin-top: -95px;
    background-color: #ffffff;
    margin-bottom: 95px;
  }

  .options__wrapper {
    width: 710px;
    margin: 0 auto;
  }

  .options__container {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 1270px) {
  .options__wrapper {
    width: 1270px;
    margin: 0 auto;
  }
}

@media (min-width: 1580px) {
  .options__item {
    position: relative;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    margin-top: -90px;
    padding: 14px;
    background-color: #ffffff;
  }
}

.options__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.tag__type {
  border: 1px solid #0074EB;
  border-radius: 3px;
  margin-right: 8px;
  padding: 5px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #0074EB;
}

.tag__premium {
  position: relative;
  border: 1px solid #867E55;
  border-radius: 3px;
  padding: 5px 29px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #867E55;
}

.tag__premium-ico {
  position: relative;
  top: -3px;
  margin-bottom: -6px;
}

.options__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
  align-items: center;
}

.options__item-old-price {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}

.options__item-old-price::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: -15px;
  width: 130px;
  height: 1px;
  background-color: #000000;
  transform: rotate(-10deg);
}

.options__item-new-price {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 56px;
}

.options__item-access {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}

.options__item-box a.options__item-buy-btn {
  /* width: 316px; */
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 95px;
  padding-right: 95px;
  background-color: #0085EF;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}

.options__item-box a.options__item-cardpay {
  position: relative;
  font-size: 19px;
  line-height: 19px;
  color: #2F3441;
}

.options__item-cardpay::before {
  content: '';
  position: absolute;
  background-image: url('img/ico_card.svg');
  width: 23px;
  height: 23px;
  top: 0;
  left: -30px;
}

.features__wrapper {
  position: relative;
  width: 260px;
  margin: 0 auto;
}

.features__wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  bottom: 0;
  left: 0;
}

.features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
  padding-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.features__column {
  max-width: 600px;
}

.features__header {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

.features__item-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 27px;
  line-height: 29px;
  color: #867E55;
}

.features__item-text {
  margin-top: 0;
  font-size: 18px;
  line-height: 29px;
}

.features__image {
  width: 260px;
  height: auto;
}

@media (min-width: 768px) {
  .features__wrapper {
    position: relative;
    width: 710px;
    margin: 0 auto;
  }

  .features__header {
    font-size: 40px;
    line-height: 50px;
  }

  .features__image {
    width: auto;
    height: auto;
  }
}

@media (min-width: 1270px) {
  .features__wrapper {
    position: relative;
    width: 1270px;
    margin: 0 auto;
  }

  .features__container {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page-footer__container {
  height: 60px;
}

/* .button {
  padding: 12px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  letter-spacing: 0.05em;
  background-color: #ed1c24;
}
.button:hover {
  color: #ffffff;
  background-color: #d61a21;
}
.button:active {
  color: #d61a21;
}
.offer {
  position: relative;
  margin-bottom: 40px;
}
.offer__wrapper {
  display: block;
  position: relative;
  padding-top: 60px;
  width: auto;
  /* margin-left: auto;
  margin-right: auto; */
/* }
.offer__container {
  margin-bottom: 35px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}
.offer__header {
  margin-bottom: 25px;
  width: 260px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.offer__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .offer {
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 0;
  }
  .offer__wrapper {
    /* margin-left: auto;
    margin-right: auto; */
  /* } */
  /* .offer__header {
    display: block;
    width: 678px;
    margin: 0;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px;
  }
  .offer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 668px;
    margin: 0 20px 0;
  }
  .offer__item {
    width: 530px;
  }
}
@media (min-width: 1150px) {
  .offer {
    padding-top: 0;
  }
  .offer__wrapper {
    position: relative; */
    /* display: flex; */
    /* width: 1150px;
    margin: 0 auto;
  }
  .offer__header {
    margin-top: 0;
    width: 530px;
    font-size: 20px;
    line-height: 28px;
  }
  .offer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 525px;
    padding-left: 3px;
    display: inline-block;
  }
  .offer__item-image {
    margin-right: 20px;
    float: left;
  }
  .offer__item-title {
    font-weight: 700;
    font-size: 16px;
    margin: 2px;
  }
  .offer__item-text {
    display: block;
  }
}
@media (min-width: 1150px) {
  .order__container {
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .order__container:nth-of-type(2n) {
    background-color: #f1f1f1;
  }
  .order__container:nth-of-type(4) {
    padding-top: 53px;
    padding-bottom: 14px;
  }
  .order__container:nth-of-type(5) {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .order__container:nth-of-type(5) legend {
    padding-top: 23px;
  }
}
.order-form fieldset {
  padding: 0;
  border: none;
}
.order-form__fieldset {
  position: relative;
  width: 260px;
  padding: 0 3px;
  margin: 0 auto;
  border: none;
}
.order-form label {
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
}
.order-form__personal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -5px;
  margin-left: -3px;
}
.order-form__personal-container:last-child > .order-form__input {
  margin-bottom: -11px;
}
.order-form__growing-container {
  position: relative;
}
.order-form__input {
  padding: 16px 0;
  margin-bottom: 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  border: none;
  border: 1px solid #000000;
}
.order-form__input:hover,
.order-form__input:focus {
  border: 1px solid #afafaf;
}
.order-form__input--phone {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 19px 0;
  padding-right: 40px;
  margin-bottom: 32px;
}
.order-form__input--email {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -10px;
  padding: 23px 0;
  padding-bottom: 16px;
  padding-right: 40px;
}
.order-form__input::-webkit-input-placeholder {
  color: #c7c7c7;
}
.order-form__input:-ms-input-placeholder {
  color: #c7c7c7;
}
.order-form__input::-ms-input-placeholder {
  color: #c7c7c7;
}
.order-form__input::placeholder {
  color: #c7c7c7;
}
.order-form__input::-webkit-input-placeholder {
  color: #c7c7c7;
}
.order-form__input:-moz-placeholder {
  color: #c7c7c7;
}
.order-form__input::-moz-placeholder {
  color: #c7c7c7;
}
.order-form__input:-ms-input-placeholder {
  color: #c7c7c7;
}
.order-form__input:hover::-webkit-input-placeholder {
  color: #c7c7c7;
}
.order-form__input:hover:-moz-placeholder {
  color: #c7c7c7;
}
.order-form__input:hover::-moz-placeholder {
  color: #c7c7c7;
}
.order-form__input:hover:-ms-input-placeholder {
  color: #c7c7c7;
}
.order-form__input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.order-form__input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.order-form__input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.order-form__input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.order-form__submit-container {
  width: 260px;
  padding: 0 3px;
  margin: 0 auto;
  text-align: center;
}
.order-form__note {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #afafaf;
}
.order-form__notelink {
  text-decoration: none;
  color: #338FD0;
}
.order-form__notelink:hover,
.order-form__notelink:active {
  color: #62d1ba;
}
.order-form__btn {
  margin-bottom: 25px;
  width: 100%; */
  /* letter-spacing: normal;
}
@media (min-width: 768px) {
  .order-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 668px;
    padding: 0 5px;
  }
  .order-form__fieldset-legend {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 164px;
    padding-top: 14px;
    padding-left: 3px;
  }
  .order-form__fieldset-legend::after {
    background-color: transparent;
  }
  .order-form__fieldset-legend--nomargin {
    padding-top: 10px;
  }
  .order-form__growing-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .order-form__personal-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 8px;
  }
  .order-form label {
    margin-right: 25px;
  }
  .order-form__personal-container label {
    padding-top: 9px;
    padding-left: 6px;
    letter-spacing: 0.07em;
  }
  .order-form__input {
    margin-top: -7px;
    margin-bottom: 28px;
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    letter-spacing: 0.07em;
  }
  .order-form__personal-container:last-child > .order-form__input {
    margin-bottom: 2px;
  }
  .order-form__input--phone,
  .order-form__input--email {
    background-color: #f1f1f1;
  }
  .order-form__input--phone {
    margin-bottom: 31px;
  }
  .order-form__input--email {
    margin-bottom: 36px;
  }
  .order-form__submit-container {
    width: 668px;
    padding: 0 5px;
    margin: 0 auto;
  }
  .order-form__btn {
    width: 230px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1150px) {
  /* .order-form__fieldset {
    width: 1050px;
  } */
  /* .order-form__fieldset-legend {
    width: 112px;
    padding-left: 63px;
  }
  .order-form__growing-container {
    max-width: 468px;
  }
  .order-form__personal-container {
    padding-top: 7px;
  }
  .order-form__personal {
    width: 468px;
  }
  .order__container:nth-of-type(4) {
    padding-top: 60px;
  }
  .order-form__input--phone,
  .order-form__input--email {
    width: 700px;
  }
  .order__container:nth-of-type(5) {
    padding-bottom: 46px;
  }
  .order-form__submit-container {
    width: 535px;
    margin: 0 auto;
  }
}
.page-footer {
  margin-top: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f1f1f1;
  font-size: 12px;
}
.page-footer__wrapper {
  width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-footer {
    margin-top: 0;
  }
  .page-footer__wrapper {
    width: 668px;
    display: flex;
  }
  .page-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 668px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0 auto;
  }
}
@media (min-width: 1150px) {
  .page-footer__container {
    width: 1150px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .page-footer__wrapper {
    width: 1150px;
  }
}
.page-footer__policy {
  color: #000000;
}
.page-footer__phone {
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  color: #2F3441;
}
.page-footer__copyright,
.page-footer__callback,
.page-footer__logo {
  flex: 1;
}
.page-header__phonebox {
  vertical-align: middle;
  margin: auto;
}
.page-header__phone {
  display: block;
  margin-left: auto;
  margin-top: 13px;
  text-decoration: none;
  color: #3D404D;
  font-size: 24px;
}
.page-header__phonetext {
  display: block;
  font-size: 13px;
}
.page-header__phone:hover {
  opacity: 0.6;
}
.page-header__phone:active {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
  }
  .page-header__wrapper {
    width: 678px;
    padding: 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-header__container {
    min-height: 70px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: none;
    flex-direction: row;
  }
  .page-header__logo {
    width: 115px;
    margin-left: 0;
    padding-top: 22px;
    padding-bottom: 18px;
    padding-left: 2px;
  }
  .page-header__logo img {
    width: 112px;
    height: auto;
  }
  .page-header__phonebox {
    vertical-align: middle;
    text-align: right;
    margin-right: 0;
  }
}
@media (min-width: 1150px) {
  .page-header__wrapper {
    width: 1150px;
  }
  .page-header__logo {
    text-align: center;
    width: auto;
    padding: 0;
    padding-top: 8px;
  }
  .page-header__logo img {
    width: 160px;
    height: auto;
  }
}  */
