@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i");

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

@font-face {
  font-family: "PriceDidone";
  src: url("../../fonts/Price-Didione.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*  */

/* RESET */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-width: 1280px;
  min-height: 100%;
}

html.popup--active {
  overflow: hidden;
  margin-right: 17px;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p,
input,
label {
  font-family: "ProximaNova";
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

a.button {
  font-size: 18px;
  width: 394px;
  padding: 15px 20px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}
button {
  font-family: "ProximaNova";
}

/*  */

/* main */

.main {
  font-family: "ProximaNova";
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

/*  */

/* header */

.section__header {
  background-color: #fff;
  z-index: 101;
}

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

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

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

.header__signin {
  margin-left: 24px;
}

.signin__link {
  background-color: #6e7992;
  padding: 8px 12px 8px 40px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 2px;
  position: relative;
}

.signin__link:before {
  content: url("../../img/action-logo-w.svg");
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*# sourceMappingURL=header.css.map */

/* Hero */
.section-hero {
  background: #f6f6f6;
  color: #000000;
}

.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}

.hero-header__phone {
  font-size: 24px;
}

.hero-header__phone span {
  display: block;
  font-size: 13px;
}

.hero__content {
  padding-top: 42px;
  position: relative;
}

.hero__title {
  width: 795px;
  font-size: 60px;
  line-height: 64px;
  font-weight: bold;
}

.hero__title span {
  display: block;
}

.hero__desc {
  width: 900px;
  margin-top: 23px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}

.hero__image {
  position: absolute;
  right: 23px;
  bottom: 0;
}

.hero__content .hero-order {
  padding-bottom: 40px;
}

.hero-order .form__input {
  border: 1px solid #d2d2d2;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.03);
}

.hero-order .form__button::after {
  display: none;
}

/*  */

/* Magizne */
.section__magazine {
  margin-top: 80px;
  text-align: center;
}

.magazine__title {
  font-size: 30px;
  line-height: 35px;
}
.magazine__title span {
  display: block;
}
.magazine__title span > span {
  display: inline;
  color: #d41d23;
}

.magazine__pic {
  margin-top: 80px;
  padding-top: 65px;
  position: relative;
  font-size: 0;
  width: 1120px;
  margin: 80px auto 0;
  height: 791px;
  overflow-y: scroll;
}

.magazine__pic::-webkit-scrollbar {
  width: 8px;
}

.magazine__pic::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b6b4b4;
}

.magazine__pic::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f9f9f9;
}

.magazine__pic:after {
  content: url("../../img/magazine-circle.svg");
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
.magazine__pic img {
  max-width: 1050px;
}

.magazine__button {
  width: 100%;
  height: 360px;
  position: relative;
  bottom: 325px;
  margin-bottom: -325px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0) 215%);
}

.magazine__button .button {
  background-color: #0085ef;
  color: #ffffff;
  font-size: 21px;
  line-height: 26px;
  padding: 17px 62px;
  margin-top: 100px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/*  */
.mistake {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 75px;
}

.mistake__title {
  width: 976px;
  margin: 0 auto;
  color: #292929;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}
.mistake__list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.mistake__elem {
  position: relative;
  flex-basis: 320px;
  padding-left: 60px;
  font-size: 18px;
  line-height: 23px;
}

.mistake__elem::before {
  content: "1";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "PriceDidone";
  font-size: 70px;
  font-weight: 600;
  color: #f1361d;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.mistake__elem--sec:before {
  content: "2";
}

.mistake__elem--third:before {
  content: "3";
}

.mistake__elem span {
  color: #f1361d;
  font-weight: bold;
}

/*  */

.section__order {
  background-color: #2d3039;
  color: #fff;
  margin-top: 90px;
}

.section__order .container {
  max-width: 1150px;
}

.order {
  flex-direction: column;
  background: none;
  padding: 60px 0 0 0;
}

.order__title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.order__title span {
  display: block;
}

.order__desc {
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  padding-bottom: 23px;
}

.order__desc span {
  display: block;
}

.order__form {
  margin: 0;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.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: 30%;
  margin-right: 10px;
  margin-bottom: 0;
}

.form__input {
  height: 50px;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 16px;
  border: none;
  border-radius: 3px;
}

.form__button {
  padding: 0;
  min-width: 300px;
  font-size: 18px;
  color: #fff;
  width: 300px;
  height: 50px;
  background-color: #0278ff;
  border-radius: 3px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

.form__button::after {
  content: "Нажимая кнопку, вы даете свое согласие на обработку персональных данных";
  position: absolute;
  right: 0;
  bottom: -50px;
  font-size: 14px;
  text-align: right;
}
/*  */

/* footer */
.section__footer {
  font-family: "ProximaNova";
  background: #2d3039;
  padding-top: 42px;
}
.section__footer .footer {
  padding-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 70px;
}

.footer__content {
  font-size: 13px;
  color: #fff;
}

.footer__rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.rules__link {
  color: #fff;
  text-decoration: underline;
}

.private__policy {
  margin-left: 5px;
}

.private__link {
  color: #fff;
  text-decoration: underline;
}

.phone__text {
  font-size: 13px;
  color: #fff;
}

.phone__number {
  font-size: 18px;
  letter-spacing: 0.28px;
  color: #fff;
  font-weight: bold;
}

.footer__logo {
  font-size: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/*  */

/* MEDIA */
/* @media (max-width: 1199.98px) {
  .content--inner .l-wrapper {
    padding: 0;
  }
  .section__order {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .hero__menu {
    flex-direction: column;
  }
  .hero__title {
    font-size: 48px;
    line-height: 52px;
  }
  .request {
    flex-direction: column;
  }
  .request__form {
    margin-top: 25px;
  }

  .section__order .order {
    flex-direction: column;
    padding: 40px 60px 0;
    position: relative;
  }
  .order:after {
    content: "";
    background: url("../../img/order_bg.svg") no-repeat bottom right;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
  }
  .order__pic {
    display: none;
  }
  .section__order .order .order__form {
    margin-top: 50px;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
  .order__title {
    font-size: 26px;
  }
  .order__form {
    flex-direction: column;
    align-items: center;
  }
  .form__label {
    margin-bottom: 15px;
    margin-right: 0;
    width: 80%;
  }
  .form__button {
    margin-left: 0;
    width: 80%;
  }
  .form__button::after {
    bottom: -30px;
  }
  .menu__list {
    justify-content: center;
    margin-bottom: 20px;
  }

  .about-main__menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .about-menu__list {
    flex-basis: 40%;
    margin-bottom: 20px;
  }
  .section__footer .footer {
    padding: 60px 10px;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .h-right {
    padding: 0;
  }
  .left-content {
    padding: 10px 0 0 0;
  }
  .container_s {
    padding: 0 15px;
  }
  .section-hero {
    padding-top: 60px;
  }
  .hero__title {
    font-size: 26px;
    line-height: 32px;
  }
  .hero__desc {
    font-size: 18px;
  }
  .hero__desc span {
    display: inline;
  }
  .section__order .order {
    padding: 40px 20px 0;
  }
  .koval_desc {
    display: none;
  }
  .koval_mob {
    display: block;
  }
  .hero-main {
    -ms-align-items: center;
    align-items: center;
  }
  .hero-main__title {
    margin-top: 20px;
  }
  .hero-main__title span,
  .about-menu__title span {
    display: inline;
  }

  .order__form {
    min-width: auto;
  }

  .about-title {
    padding-top: 45px;
  }
  .about-desc span {
    display: inline;
  }
  .about-main__block {
    align-items: flex-start;
  }
  .about-main__block:nth-child(odd) {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-main__block:nth-child(even) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-main__desc {
    margin: 15px 0 0 0;
    width: auto;
  }
  .about-main__menu {
    justify-content: space-around;
  }
  .footer__rules {
    flex-direction: column;
  }
  .private__policy {
    margin-left: 0;
  }
  .form__button::after {
    bottom: -40px;
  }
}
@media (max-width: 375px) {
  .hero-main__title,
  .about-title,
  .about-menu__title {
    font-size: 32px;
  }
  .about-menu__list {
    flex-basis: 100%;
  }
  .about-menu__list-desc span {
    display: inline;
  }
  .about-main__menu {
    padding-bottom: 55px;
  }
  .number-main__title {
    font-size: 55px;
  }
  .number-main__desc span {
    display: inline;
  }
  .price-main__box {
    flex-basis: 95%;
  }
} */

/* id2 */

.informer-wrapper .id2-rx-user-informer-block {
  display: flex;
}

.informer-wrapper .id2-rx-user-informer-block .id2-rx-user-informer-button {
  background-color: #6e7992;
  padding: 8px 12px 8px 40px;
  font-size: 13px !important;
  color: #d6d6d6;
  border-width: inherit;
  border-radius: 2px;
  background-image: none;
  border-color: transparent;
  height: auto;
}
.informer-wrapper .id2-rx-user-informer-block .id2-rx-noauth-informer-button .id2-rx-user-informer-icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: url("../../img/action-logo-w.svg") no-repeat center !important;
}

.informer-wrapper .id2-rx-user-informer-block a.support-icon {
  align-self: flex-end;
}

.id2-rx-user-informer-icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: url("../../img/action-logo-w.svg") no-repeat center !important;
}
