@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: 100%;
    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';
}

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

/*  */

/* header */

.section__header {
    background-color: #fff;
    z-index: 101;
  }
  
  .section__header .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;
  }
  
  .section__header .header .header__logo {
    margin-left: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .section__header .header .header__right {
    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 .header__right .header__signin {
    margin-left: 24px;
  }
  
  .section__header .header .header__right .header__signin .signin__link {
    background-color: #6E7992;
    padding: 8px 12px 8px 40px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 2px;
    position: relative;
  }
  
  .section__header .header .header__right .header__signin .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 {
    max-width: 1170px;
    margin: 0 auto;
}

.hero-header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: space-between;
}

.hero__logo {
    text-align: center;
}

.hero-main {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -35px;
    margin-bottom: -35px;
}

.hero__title {
    font-family: '21Cent';
    font-size: 60px;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
}

.hero__title span {
    display: block;
}

.hero__desc {
    margin-top: 23px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.hero__desc span {
    display: block;
    text-align: center;
}

.hero__menu {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
}
.menu__list {
    /* width: 255px; */
    display: flex;
}
.list__counter {
    font-family: 'PriceDidone';
    font-size: 70px;
    font-weight: bold;
    color: #F1361D;
}
.list__desc {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 18px;
    width: 255px;
}
.list__desc span {
    color: #F1361D;
    font-weight: bold;
}


/*  */

/* order */

.section__order {
    margin-top: 80px;
}
.order {
    padding: 43px 84px 0 54px;
    color: #ffffff;
    /* background: url('../../img/order_bg.svg') no-repeat left bottom; */
    background-color: #404040;
    display: flex;
}

.order__title {
    font-size: 30px;
    display: flex;
    flex-direction: column;
}
.title__caption {
    line-height: 40px;
    flex: 1 1 auto;
}
.order__pic {
    font-size: 0;
}

.order__form {
    min-width: 484px;
    margin-left: 30px;
}
.form {
    display: flex;
    flex-direction: column;
}

.form__label {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
}

.form__label:nth-child(2) {
    margin-bottom: 40px;
}
.form__label:nth-child(3) {
    margin-bottom: 40px;
}
.form__label:nth-child(4) {
    margin-bottom: 0;
}

.form_input {
    margin-top: 11px;
    font-size: 16px;
    height: 46px;
    padding-left: 16px;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.03);
}

.form__button {
    font-size: 18px;
    height: 46px;
    color: #ffffff;
    margin-top: 35px;
    background-color: #0278ff;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.form__button.active {
    background-color: #0074EB;
    cursor: pointer;
}



.form__label--chekbox {
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-top: 30px;
    user-select: none;
    cursor: pointer;
}
.form__chekbox {
    margin-right: 10px;
}


/*  */


/* About */
.section-about {
    background-color: #fff;
}
.about-title {
    padding-top: 95px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.about-desc {
    font-size: 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 90px;
}
.about-desc span {
    display: block;
}

.about-main__block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.about-main__desc {
    width: 280px;
    margin: 0 auto;
}

.about-main__desc-pic {
    font-family: 'PriceDidone';
    font-size: 88px;
    font-weight: bold;
    color: #ed2323;
    line-height: .9;

}

.about-main__desc-title {
    font-size: 18px;
    font-weight: bold;
    color: #ed2323;
}

.about-menu__title {
    font-family: 'PT Serif', serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.about-menu__title span{
    display: block;
}
.about-main__menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    padding-bottom: 110px;
}
.about-menu__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.about-menu__list-desc {
    margin-left: 10px;
}
.about-menu__list-desc span {
    display: block;
}
/*  */
/* Nubmer */
.section-number {
    padding: 70px 0;
}
.number-main {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.number-main__title {
    font-family: 'PriceDidone';
    font-size: 88px;
    font-weight: bold;
    color: #ed2323;
    line-height: .9;
}
.number-main__title__desc {
    font-weight: bold;
    font-size: 18px;
    color: #ed2323;
}
.number-main__desc {
    font-size: 18px;
}
.number-main__desc span {
    display: block;
}
/*  */

/*Price*/

.price-main {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    padding-bottom: 100px;
}
.price-main__box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 50px 0 20px;
    margin-left: 20px;
    background-color: #fff;
    flex-basis: 33%;
}
.price-main__box:first-child {
    margin-left: 0;
}
.price-main__box__cost {
    margin-top: 30px;
    font-family: 'PriceDidone';
    font-size: 63px;
    font-weight: bold;
    line-height: .9;
}
.price-main__box__month {
    font-weight: bold;
    font-size: 16px;
}
.price-main__box__btn {
    margin: 20px 0;
    width: 50%;
}
.price-main__box__btn a{
    display: block;
    padding: 12px;
    border-radius: 3px;
    text-align: center;
    color: #000;
    background-color: #f5ca00;
    border-radius: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.price-main__box__btn a:hover{
    background-color: #ffb226;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.price-main__box__card {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.price-main__box__card img {
    margin-right: 5px;
}
.price-main__box__card a{
    color: #000;
}
/*  */

/*  */
.section__order--second {
    background-color: #2d3039;
    padding-top: 53px;
    color: #fff;
  }
  
  .section__order--second .order {
    flex-direction: column;
    background: none;
    padding: 65px 0 0 0;
  }
  .section__order--second .order .order__title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .section__order--second .order .order__title span {
    display: block;
  }
  
  .section__order--second .order .order__desc {
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    padding-bottom: 23px;
  }
  
  .section__order--second .order .order__desc span {
    display: block;
  }
  
  .section__order--second .order .order__form {
    margin-top: 25px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
  .section__order--second .order .order__form .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;
  }
  
  .section__order--second .order .order__form .form__label .form__input {
    height: 50px;
    margin-top: 6px;
    padding-left: 20px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
  }
  
  .section__order--second .order .order__form .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;
  }

.section__order--second .order .order__form .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;
  }
  
  .section__footer .footer .footer__content {
    font-size: 13px;
    color: #fff;
  }
  
  .section__footer .footer .footer__content .footer__rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  
  .section__footer .footer .footer__content .footer__rules .rules__link {
    color: #fff;
    text-decoration: underline;
  }
  
  .section__footer .footer .footer__content .footer__rules .private__policy {
    margin-left: 5px;
  }
  
  .section__footer .footer .footer__content .footer__rules .private__policy .private__link {
    color: #fff;
    text-decoration: underline;
  }
  
  .section__footer .footer .footer__phone .phone__text {
    font-size: 13px;
    color: #fff;
  }
  
  .section__footer .footer .footer__phone .phone__number {
    font-size: 18px;
    letter-spacing: .28px;
    color: #fff;
    font-weight: bold;
  }
  
  .section__footer .footer .footer__logo {
    font-size: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
/*  */


/* MEDIA */
@media (max-width: 1199.98px) {
    .section-hero {
        padding: 0 10px;
    }
    .about-main__desc {
        margin: 0 25px;
    }
    .content--inner .l-wrapper {
        padding: 0;
    }
    .section__order--second {
        padding: 0 10px;
    }
}
@media (max-width: 991.98px) {
    .hero__menu {
        flex-direction: column;
    }
    .hero__title {
        font-size: 48px;
        line-height: 52px;
    }
    .section__order .order {
        flex-direction: column;
        padding: 40px 60px 0;
        position: relative;
    }
    .section__order .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;   
    }
    .section__order .order .order__title .order__pic{
        display: none;
    }
    .section__order .order .order__form{
        margin-top: 50px;
        margin-left: 0;
        position: relative;
        z-index: 1;
    }
    .section__order--second .order .order__title {
        font-size: 26px;
    }
    .section__order--second .order .order__form {
        flex-direction: column;
        align-items: center;
    }
    .section__order--second .order .order__form .form__label {
        margin-bottom: 15px;
        margin-right: 0;
        width: 80%;
    }
    .section__order--second .order .order__form .form__button {
        margin-left: 0;
        width: 80%;
    }
    .section__order--second .order .order__form .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;
    }
    .section__footer .footer .footer__content .footer__rules .private__policy {
        margin-left: 0;
    }
    .section__order--second .order .order__form .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%;
    }
    .footer {
        background-color: #404040;
        color: #ffffff; 
    }
    .footer__wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 60px; 
    }
    .footer__copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        font-size: 13px; 
    }
    .footer__copyright span {
        display: block; 
    }
    .footer__policy {
        margin-top: 10px;
        text-decoration: underline;
        color: #ffffff; 
    }
    .footer__callback {
        margin: 10px 0 0 0;
        font-size: 13px; 
    }
    .footer__phone {
        position: relative;
        display: flex;
        justify-content: 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; 
    } 
}





/* 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;
  }