body {
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    min-width: 320px;
    max-width: 2560px;
    color: #0d1115;
    position: relative;
    margin: 0 auto;
    background: #fff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1
}

*, body {
    padding: 0
}

* {
    margin: 0;
    box-sizing: border-box
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 14px
}

a {
    text-decoration: none;
    color: blue
}

p {
    color: #000
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

strong {
    font-weight: 700
}

ul {
    list-style-type: decimal;
    margin: 0;
    padding: 0
}

input, textarea {
    border: none;
    outline: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #333
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333
}

.container {
    width: 100%;
    height: auto;
    min-width: 290px;
    max-width: 1170px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
    .container {
        max-width: 950px
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 725px
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .container {
        max-width: 425px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.btn {
    width: 110px;
    height: 35px;
    background-color: #ffc600;
    border-radius: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.btn:hover {
    background-color: #fde38b
}

.title {
    font-size: 65px
}

.title, .title__small {
    text-align: center;
    font-family: Montserrat;
    font-weight: 800;
    position: relative;
    z-index: 1
}

.title__small {
    font-size: 50px
}

.zero-master {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 870px;
    margin: 0 auto
}

.zero-master, .zero-master_circle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.zero-master_circle span {
    width: 4px;
    height: 4px;
    background-color: #ffc600;
    display: block;
    margin: 0 3px;
    border-radius: 100%
}

.zero-master-title {
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300
}

.zero-master-title span {
    color: #ffc600
}

.abs_1 {
    top: 580px
}

.abs_1, .abs_2 {
    position: absolute;
    right: -100px;
    z-index: 0
}

.abs_2 {
    top: 360px
}

.abs_3 {
    bottom: -160px;
    right: -100px
}

.abs_3, .abs_4 {
    position: absolute;
    z-index: 0
}

.abs_4 {
    right: -250px;
    top: 0
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Light.eot);
    src: url(../fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light.woff) format("woff"), url(../fonts/OpenSans-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.eot);
    src: url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Black.eot);
    src: url(../fonts/Montserrat-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Black.woff) format("woff"), url(../fonts/Montserrat-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Extrabold.eot);
    src: url(../fonts/Montserrat-Extrabold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-ExtraBold.woff) format("woff");
    font-style: normal;
    font-weight: 800
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 30px;
    z-index: 1;
    overflow: hidden
}

.header__wrap {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__wrap, .logo, .logo_img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo_img {
    width: 136px;
    height: 136px;
    border: 6px solid #fff;
    border-radius: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px
}

.logo__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px
}

.logo__text-title {
    color: #ffc600;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.logo__text-subtitle {
    color: #fff;
    display: block
}

.menu {
    margin-left: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.menu a {
    color: #fff;
    font-weight: 300;
    display: block;
    margin-right: 60px;
    font-size:20px;
}

.promo {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/bg__promo.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 200px
}

.promo-text {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    width: 100%;
    max-width: 780px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.333;
    margin-bottom: 45px
}

.promo-title {
    font-size: 60px;
    color: #ffc600;
    font-family: Montserrat;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px
}

.promo-img {
    width: 100%;
    margin-top: 50px
}

.advantages {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #ffc600;
    padding: 50px 0 0
}

.advantages__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    margin-bottom: 50px
}

.advantages__item-title {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 25px
}

.benefit {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0
}

.benefit__wrap {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.benefit__item, .benefit__wrap {
    display: -ms-flexbox;
    display: flex
}

.benefit__item {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 370px;
    margin: 0 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 20px 60px
}

.benefit__item-title {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin: 15px 0 20px
}

.benefit__item-description {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    max-width: 290px;
    margin: 0 auto
}

.situations {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0 120px;
    background-color: #f4f7f8
}

.situations:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg/bg__situations.png);
    width: 100%;
    height: 253px;
    bottom: 0;
    left: 0
}

.situations__wrap {
    margin-top: 50px;
    position: relative;
    z-index: 1
}

.situations__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    height: 280px;
    overflow: hidden;
    padding-right: 70px;
    border-bottom: 15px solid #fd4142
}

.situations__item:last-child {
    margin-bottom: 0
}

.situations__item_img {
    min-width: 300px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-right: 100px
}

.situations__item_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.situations__item_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.situations__item-title {
    display: block;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #0d1115
}

.situations__item-description {
    display: block;
    line-height: 1.5;
    color: #0d1115;
    font-size: 20px;
    font-weight: 300
}

.info {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0 80px
}

.info-title {
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 60px;
    font-family: Montserrat
}

.info-title_2 {
    margin-top: 70px
}

.info__box {
    padding: 50px 45px 55px;
    position: relative
}

.info__box-yellow {
    background-color: #ffc600
}

.info__box-yellow_1 {
    margin-bottom: 75px
}

.info__box-gray {
    background-color: #f4f7f8;
    margin-top: 60px;
    padding: 50px 75px 55px
}

.info__box-gray .info__box-description {
    text-align: left;
    margin-bottom: 20px
}

.info__box-subtitle {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px
}

.info__box-description, .info__box-subtitle {
    display: block;
    text-align: center;
    font-weight: 300
}

.info__box-description {
    font-size: 20px;
    line-height: 1.33
}

.info__box-title {
    line-height: 1.333;
    font-size: 30px;
    text-align: center
}

.info__box-zero_master {
    background-color: #f4f7f8;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info__box-zero_master .zero-master-title {
    color: #0d1115
}

.info__wrap {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 50px
}

.info__item {
    width: 100%;
    padding-right: 80px
}

.info__item-text {
    line-height: 1.556;
    font-size: 18px;
    display: block;
    margin-bottom: 20px
}

.info__item-text span {
    font-size: 25px;
    font-weight: 700
}

.info__item-text-bold {
    font-weight: 800;
    font-size: 22px
}

.info__item-text .info__item-text-bold {
    font-size: 18px !important
}

.program {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/bg__program.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 70px 0 100px
}

.program-subtitle {
    font-size: 30px;
    line-height: 1.333;
    font-weight: 300;
    max-width: 590px;
    margin: 0 auto;
    margin-bottom: 50px
}

.program-subtitle, .program-title {
    display: block;
    text-align: center;
    width: 100%
}

.program-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 900;
    font-family: Montserrat;
    max-width: 1000px;
    margin: 0 auto
}

.program__box {
    padding: 235px 70px 45px;
    position: relative;
    margin-top: 70px
}

.program__box_green {
    background-color: #a3a100
}

.program__box_blue {
    background-color: #009af1
}

.program__box_orange {
    background-color: #ff6900
}

.program__box_orange .program__box_description {
    margin-top: 50px
}

.program__box_red {
    background-color: #f81f2e
}

.program__box_red .program__box_description {
    margin-top: 50px
}

.program__box_figure-chess {
    position: absolute;
    background-color: #394046;
    width: 160px;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 70px;
    top: 0
}

.program__box_figure {
    position: absolute;
    right: 0;
    top: 0
}

.program__box_img {
    position: absolute;
    right: 20px;
    top: 40px
}

.program__box-number {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 10px 12px;
    margin-bottom: 5px
}

.program__box-number_green {
    background-color: #b4b211
}

.program__box-number_blue {
    background-color: #22afff
}

.program__box-number_orange {
    background-color: #ff8027
}

.program__box-number_red {
    background-color: #ff4a57
}

.program__box-title {
    color: #fff;
    line-height: 1.2;
    font-size: 55px;
    font-family: Montserrat;
    font-weight: 900;
    display: block;
    position: relative
}

.program__box_description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    padding-top: 45px;
    margin-top: 115px
}

.program__box_description_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.program__box_description_item-text {
    margin-left: 20px
}

.program__box_description_item-title {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 800
}

.program__box_description_item-subtitle {
    display: block;
    line-height: 1.389;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 5px
}

.program__plan {
    background-color: #fff;
    padding: 60px 0
}

.program__plan-title {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    margin-bottom: 40px
}

.program__plan-title_1 {
    color: #a3a100
}

.program__plan-title_blue {
    color: #009af1
}

.program__plan-title_orange {
    color: #ff6900
}

.program__plan-title_red {
    color: #f81f2e
}

.program__plan_show .program__plan_wrap {
    border-top: none;
    padding-top: 0
}

.program__plan_hide {
    display: none
}

.program__plan_wrap {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin: 0 100px;
    border-top: 1px dashed #d6dee6;
    padding: 20px 0
}

.program__plan_item {
    width: 100%;
    list-style-type: decimal;
    display: block
}

.program__plan_item li {
    display: block;
    display: list-item
}

.program__plan_item li, .program__plan_item span {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300
}

.program__plan_item span {
    display: block;
    margin-left: -30px
}

.program__plan_btn {
    width: 270px;
    height: 60px;
    background-color: #bbc4c7;
    border-radius: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    transition: .3s
}

.program__plan_btn:hover {
    background-color: #222
}

.program__total {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 25px 100px 70px
}

.program__total_1 {
    background-image: url(../images/program__total_bg_1.png)
}

.program__total_2 {
    background-image: url(../images/program__total_bg_2.png)
}

.program__total_3 {
    background-image: url(../images/program__total_bg_3.png)
}

.program__total_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

.program__total_top span {
    display: block;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-left: 20px;
    font-family: Montserrat;
    line-height: 1.3
}

.program__total-title {
    font-weight: 800
}

.program__total-description, .program__total-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    max-width: 780px;
    display: block
}

.program__total-description {
    margin-top: 20px;
    font-weight: 300
}

.program__total-description_last-block {
    margin-top: 0;
    margin-bottom: 20px
}

.cabinet {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-color: #f4f7f8
}

.cabinet_bg {
    position: absolute;
    left: 0;
    bottom: 0
}

.cabinet-title {
    font-size: 40px;
    display: block;
    text-align: center;
    font-weight: 300
}

.cabinet-img {
    display: block;
    width: 100%;
    max-width: 950px;
    margin: 40px auto 0
}

.lesson {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 80px 0
}

.lesson__wrap {
    margin-top: 65px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.lesson__item, .lesson__wrap {
    display: -ms-flexbox;
    display: flex
}

.lesson__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.lesson__item img {
    width: 128px;
    height: 128px
}

.lesson__item-title {
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
    display: block;
    font-weight: 300;
    margin: 15px 0
}

.lesson__item-description {
    width: 100%;
    max-width: 425px;
    line-height: 1.5;
    display: block;
    font-size: 20px
}

.lesson__item-description span {
    font-weight: 700
}

.bonus {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px
}

.bonus-subtitle {
    font-size: 30px;
    line-height: 1.33;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px
}

.bonus-subtitle, .bonus_text-1 {
    text-align: center;
    display: block
}

.bonus_text-1 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300
}

.bonus__box {
    width: 100%;
    height: 570px;
    background-color: #63d4ff;
    position: relative;
    overflow: hidden;
    padding-left: 70px;
    padding-top: 200px;
    margin-top: 70px
}

.bonus__box_icon {
    background-color: #394046;
    width: 160px;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 70px;
    top: 0
}

.bonus__box_icon, .bonus__box_star {
    position: absolute
}

.bonus__box_star_1 {
    right: -65px;
    top: -70px
}

.bonus__box_star_2 {
    top: -50px;
    right: 70px
}

.bonus__box_star_3, .bonus__box_star_4 {
    top: -60px;
    right: -20px
}

.bonus__box_star_5, .bonus__box_star_6 {
    top: -40px;
    right: 250px
}

.bonus__box_img {
    position: absolute
}

.bonus__box_img_1 {
    right: 40px;
    bottom: 30px
}

.bonus__box_img_2 {
    right: 40px;
    bottom: 40px
}

.bonus__box_img_3 {
    bottom: 40px;
    right: 225px
}

.bonus__box_img_4 {
    right: 0;
    bottom: 20px
}

.bonus__box_img_5 {
    bottom: 60px;
    right: 120px
}

.bonus__box_img_6 {
    bottom: 0;
    right: 70px
}

.bonus__box_number {
    width: 169px;
    height: 45px;
    background-color: #3ecaff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px
}

.bonus__box_title {
    font-size: 30px;
    ine-height: 1.333;
    color: #fff;
    font-weight: 800;
    display: block;
    font-family: Montserrat;
    line-height: 1.333;
    position: relative
}

.bonus__box_title span {
    text-decoration: line-through
}

.bonus__box_description {
    display: block;
    margin-top: 40px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff
}

.bonus__info {
    background-color: #f4f7f8;
    padding: 40px 100px 80px
}

.bonus__info_text_1 {
    display: block;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1.33
}

.bonus__info iframe {
    width: 100%;
    height: 540px;
    margin-bottom: 60px;
    margin-top: 20px
}

.bonus__info_text_2 {
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1.33
}

.bonus__info_text_2 span {
    font-weight: 700
}

.bonus__info_school {
    padding-left: 100px;
    margin-top: 40px
}

.bonus__info_school-title {
    font-size: 20px;
    display: block;
    font-weight: 800;
    font-family: Montserrat
}

.bonus__info_school-list {
    list-style-type: none;
    margin: 20px 0 40px;
    display: block;
    margin-left: 35px
}

.bonus__info_school-list li {
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    position: relative
}

.bonus__info_school-list li:before {
    content: "";
    position: absolute;
    border: 2px solid #82c77c;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 12px;
    left: -35px
}

.bonus__info_text_3 {
    margin-bottom: 25px;
    width: 100%;
    max-width: 570px;
    margin: 0 auto
}

.bonus__info_text_3, .bonus__info_text_4 {
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.33;
    text-align: center
}

.bonus__info_text_4 span {
    font-weight: 700
}

.bonus__info_text_5 {
    font-size: 20px;
    line-height: 1.5
}

.bonus__info_text_5 span {
    font-weight: 700
}

.bonus__info_text_6 {
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    font-weight: 300
}

.bonus__info_text_6:last-child {
    margin-bottom: 0
}

.bonus__info_text_7 {
    display: block;
    margin-bottom: 15px;
    line-height: 1.556;
    font-size: 18px;
    font-weight: 300
}

.bonus__info_text_7:last-child {
    margin-bottom: 0
}

.bonus__info_buy {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.bonus__info_buy_item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.bonus__info_buy_item-title {
    line-height: 1.2;
    font-size: 20px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 800
}

.bonus__info_buy_item img {
    margin: 20px 0;
    margin-left: -40px
}

.bonus__info_buy_item-subtitle {
    font-size: 24px;
    font-weight: 300
}

.bonus__info_buy_item-price {
    font-size: 30px;
    font-weight: 300;
    text-decoration: line-through;
    display: block;
    margin: 18px 0
}

.bonus__info_buy_item-stock {
    font-size: 20px;
    font-weight: 300
}

.bonus__info_more_wrap {
    display: none
}

.bonus__info_more_btn {
    width: 270px;
    height: 60px;
    background-color: #bbc4c7;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
    transition: .3s;
    cursor: pointer
}

.bonus__info_more_btn:hover {
    background-color: #222
}

.bonus__info_more_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px dashed #d6dde6;
    padding: 45px 0
}

.bonus__info_more_item-100 {
    margin-bottom: 10px
}

.bonus__info_more_item:last-child {
    border-bottom: none
}

.bonus__info_more_item_wrap {
    margin-left: 60px
}

.bonus__info_more_item-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px
}

.bonus__info_more_item-top span {
    font-size: 30px;
    font-weight: 800;
    font-family: Montserrat;
    margin-left: 15px
}

.bonus__info_more_item-description span {
    font-size: 17px;
    line-height: 1.556;
    display: block;
    margin-bottom: 20px
}

.bonus__info_more_item-description span p {
    font-weight: 700;
    display: inline-block
}

.bonus__info_img-3 {
    margin: 40px 0;
    width: 100%
}

.buy {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px
}

.buy-title {
    font-size: 50px;
    font-weight: 800;
    display: block;
    text-align: center;
    font-family: Montserrat;
    line-height: 1.2
}

.buy__wrapper {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative
}

.buy__text_1 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300
}

.buy__box_top {
    background-color: #fd4142;
    padding: 25px 0;
    margin: 30px 0
}

.buy__box_top span {
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px 0;
    font-size: 25px;
    font-weight: 700
}

.buy__wrap {
    margin-top: 80px;
    margin-bottom: 80px
}

.buy__item .program__box {
    min-height: 630px
}

.buy__info {
    min-height: 300px;
    width: 100%;
    background-color: #f4f7f8;
    padding: 35px 40px 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.buy__info_item img {
    margin-left: -20px
}

.buy__info_item:last-child img {
    margin-left: -70px
}

.buy__info_item_text_1 {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px
}

.buy__info_item_text_1, .buy__info_item_text_2 {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 270px
}

.buy__info_item_text_2 {
    font-size: 16px;
    font-weight: 300;
   /* font-style: italic;*/
    margin: 10px 0 20px
}

.buy__info_item_text_3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.buy__info_item_text_3, .buy__info_item_text_4 {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 270px
}

.buy__info_item_text_4 {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px
}

.buy__info_item_price {
    margin-top: 35px;
    border-top: 1px dashed #d9e0e8;
    padding-top: 30px
}

.buy__info_item_price-title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.buy__info_item_price-old_price {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: #7a8694;
    text-decoration: line-through;
    font-weight: 300
}

.buy__info_item_price-new_price {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700
}

.buy__info_item_price-stock {
    font-size: 14px;
    color: #7a8694
}

.buy__info_item_price-stock, .buy_bottom-text {
    display: block;
    text-align: center;
    font-weight: 300
}

.buy_bottom-text {
    font-size: 30px;
    line-height: 1.333;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px
}

.stock {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/bg__program.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 70px 0
}

.stock__img-1 {
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    margin-bottom: 70px
}

.stock__wrap {
    width: 100%;
    max-width: 840px;
    margin: 0 auto
}

.stock__item {
    margin-bottom: 25px
}

.stock__item, .stock__item_img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.stock__item_img {
    min-width: 50px;
    -ms-flex-pack: center;
    justify-content: center
}

.stock__item_text {
    margin-left: 20px
}

.stock__item_text-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.stock__item_text-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px
}

.stock__bonus_wrap {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding-left: 70px
}

.stock__bonus-title {
    display: block;
    color: #7a8694;
    font-size: 18px;
    margin: 50px 0 20px
}

.stock__bonus_item {
    display: block;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    position: relative
}

.stock__bonus_item:before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/stock-star.png);
    width: 26px;
    height: 25px;
    margin-left: -70px;
    top: 50%;
    margin-top: -13px
}

.stock__old-price {
    display: block;
    text-align: center;
    margin: 80px 0 30px;
    color: #7a8694;
    font-size: 16px;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.stock__old-price span {
    font-size: 18px
}

.stock__old-price p {
    font-size: 40px;
    color: #7a8694;
    text-decoration: line-through;
    margin: 0 10px;
    font-weight: 300
}

.stock__new-price {
    display: block;
    text-align: center;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stock__new-price span {
    font-size: 20px
}

.stock__new-price p {
    font-size: 40px;
    font-weight: 700;
    margin: 0 10px
}

.time {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #fd4142;
    padding: 65px 0
}

.time-title {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 50px;
    font-weight: 800;
    font-family: Montserrat
}

#timer {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #999;
    letter-spacing: -1px;
    margin-top: 40px
}

#timer, .timer__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timer__item {
    -ms-flex-direction: column;
    flex-direction: column;
    border: 8px solid #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 35px
}

.timer__item-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700
}

.timer__item-subtitle {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.time-btn {
    font-size: 24px;
    margin: 0 auto;
    margin-top: 50px;
    width: 570px;
    height: 70px;
    background-color: #ffd200;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 700;
    transition: .3s
}

.time-btn:hover {
    background-color: #222;
    color: #fff
}

.author {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    background-color: #f4f7f8
}

.author_bg {
    position: absolute;
    left: 0;
    bottom: 0
}

.author-img {
    margin: 40px 0 -70px 200px
}

.achievement, .author-img {
    position: relative;
    width: 100%
}

.achievement {
    height: auto;
    overflow: hidden;
    padding: 70px 0 100px
}

.achievement__wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

.achievement__item {
    font-size: 20px;
    display: block;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.4;
    position: relative
}

.achievement__item span {
    font-weight: 700
}

.achievement__item:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #ffc90c;
    border-radius: 100%;
    top: 5px;
    left: -35px
}

.achievement_btn {
    display: block;
    width: 570px;
    height: 72px;
    background-color: #bbc4c7;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 80px;
    transition: .3s
}

.achievement_btn:hover {
    background-color: #222
}

.achievement__certificates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 60px
}

.achievement__certificates_item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.achievement__certificates img {
    width: 100%;
    max-width: 300px;
    height: auto
}

.success {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background-color: #f4f7f8
}

.success__wrap {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    margin-top: 50px
}

.success_text_1 {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

.success__wrapper {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    margin-top: 50px
}

.success_text_2 {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    line-height: 1.333
}

.success_text_2:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #ffc90c;
    border-radius: 100%;
    top: 5px;
    left: -35px
}

.success .success_slider {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    margin-top: 40px
}

.owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 auto !important;
    background-color: #e2eaed !important;
    margin: 0 8px !important;
    cursor: pointer;
    display: block !important;
    border-radius: 100%
}

.owl-dots .active span {
    display: inline-block !important;
    background-color: #ffc600 !important
}

.comment {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0 0
}

.comment__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #d5dce5;
    padding: 40px 0 80px
}

.comment__item:last-child {
    border-bottom: none
}

.comment__item-title {
    margin-bottom: 50px;
    line-height: 1.2;
    font-weight: 700
}

.comment__item-subtitle, .comment__item-title {
    display: block;
    font-size: 30px;
    text-align: center
}

.comment__item-subtitle {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 1.333;
    font-weight: 300
}

.comment__item-btn {
    font-size: 18px;
    background-color: #bbc4c7;
    color: #fff;
    width: 250px;
    height: 50px;
    border-radius: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
    cursor: pointer;
    transition: .3s
}

.comment__item-btn:hover {
    background-color: #222
}

.comment__item_all {
    width: 100%;
    max-width: 780px;
    display: block;
    margin: 0 auto;
    display: none
}

.comment__item_all span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.333;
    margin-top: 35px
}

.comment__item iframe {
    width: 100%;
    max-width: 1024px;
    height: 580px;
    margin: 0 auto;
    display: block
}

.comment__item-text {
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-top: 60px;
    text-align: center
}

.reviews {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background-color: #f4f7f8
}

.reviews__wrap {
    margin-top: 50px
}

.reviews__item {
    background-color: #fff;
    padding: 50px 100px 70px;
    margin-bottom: 30px
}

.reviews__item, .reviews__item_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.reviews__item_info {
    margin-left: 100px;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews__item_info img {
    margin-bottom: 15px;
    display: block
}

.reviews__item-title {
    font-size: 24px
}

.reviews__item-subtitle, .reviews__item-title {
    font-weight: 800;
    display: block;
    margin-bottom: 15px
}

.reviews__item-subtitle {
    font-size: 16px;
    margin-top: 10px
}

.reviews__item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px
}

.guarantee {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/bg__garant.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 70px 0 80px
}

.guarantee-icon {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px
}

.guarantee-title {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 65px;
    font-family: Montserrat
}

.guarantee__wrap {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 35px
}

.guarantee-text {
    display: block;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 300;
    font-style: italic
}

.guarantee-text span {
    font-weight: 700
}

.guarantee-text a {
    color: #fff;
    text-decoration: underline
}

.guarantee-text:last-child {
    margin-top: 60px
}

.faq {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0
}

.faq__wrap {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 40px
}

.faq__item {
    margin-bottom: 50px
}

.faq_question {
    font-size: 22px;
    font-weight: 800
}

.faq_answer, .faq_question {
    display: block;
    margin-bottom: 15px
}

.faq_answer {
    font-size: 18px;
    line-height: 1.5;
    font-style: italic
}

.test {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #f4f7f8;
    padding: 70px 0
}

.test .title {
    font-size: 50px
}

.test-subtitle {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4
}

.test__wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px
}

.gift {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0 0
}

.gift__wrap {
    margin-bottom: -4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.gift__info {
    margin-left: 90px;
    width: 100%;
    max-width: 430px
}

.gift__info_text_1 {
    font-size: 30px
}

.gift__info_text_1, .gift__info_text_2 {
    margin-bottom: 15px;
    display: block;
    font-weight: 300;
    line-height: 1.333
}

.gift__info_text_2 {
    font-size: 18px
}

.programs {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background-color: #f4f7f8
}

.programs__wrap {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.programs__item, .programs__wrap {
    display: -ms-flexbox;
    display: flex
}

.programs__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.programs__item-subtitle {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300
}

.programs__item-subtitle, .programs__item-title {
    display: block;
    text-align: center;
    line-height: 1.2
}

.programs__item-title {
    font-size: 18px;
    font-weight: 800
}

.programs__item img {
    margin: 15px 0 30px
}

.programs-btn {
    display: block;
    width: 180px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    transition: .3s
}

.programs-btn:hover {
    background-color: #222
}

.programs-btn_1 {
    background-color: #bebc00
}

.programs-btn_2 {
    background-color: #289dff
}

.programs-btn_3 {
    background-color: #ff6c00
}

.programs-btn_4 {
    background-color: #f72631
}

.programs-btn_5 {
    background-color: #ffd200
}

.programs__wrapper {
    border-top: 1px dashed #d9e0e8;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.programs__wrapper img {
    margin: 20px 0 40px
}

.programs-top {
    font-size: 25px;
    display: block;
    text-align: center;
    font-weight: 300;
    line-height: 1.5
}

.programs-top span {
    font-weight: 700
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0
}

.footer__wrap {
    width: 100%;
    max-width: 970px;
    margin: 0 auto
}

.footer__wrapper {
    width: 100%;
    max-width: 970px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 25px auto 0
}

.footer__wrapper span {
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
    margin-right: 40px;
    display: block;
    font-style: italic
}

.footer_text_1 {
    margin: 40px auto 20px
}

.footer_text_1, .footer_text_2 {
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    max-width: 780px;
    font-weight: 300
}

.footer_text_2 {
    margin: 0 auto;
    margin-bottom: 100px
}

.footer_text_2 span {
    font-weight: 400
}

.footer_text_3 {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.333
}

.footer_text_3 span {
    font-weight: 700
}

.footer_text_3-first {
    margin-top: 50px;
    display: block
}

.footer_text_3-last {
    margin-bottom: 100px
}

.footer_img_1 {
    width: 100%;
    margin: 30px 0 40px
}

.footer__down {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 770px;
    margin: 0 auto
}

.footer__down_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
    margin-right: 70px
}

.footer__down_left img {
    margin-bottom: 20px
}

.footer__down_left span {
    display: block;
    font-size: 16px;
    color: #7a8694;
    font-weight: 300;
    margin-bottom: 5px
}

.footer__link {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__link a {
    font-size: 16px;
    color: #7a8694;
    font-weight: 300;
    border-bottom: 1px solid #7a8694
}

.footer__link a:hover {
    color: #222
}

@media screen and (max-width: 1200px) {
    .menu {
        margin-left: 70px
    }

    .menu a {
        margin-right: 20px
    }

    .promo-title {
        font-size: 50px
    }

    .promo-text {
        font-size: 26px;
        margin-bottom: 25px
    }

    .title {
        font-size: 50px
    }

    .benefit__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .benefit__item {
        -ms-flex-preferred-size: calc(100% / 2 - 30px);
        flex-basis: calc(100% / 2 - 30px);
        margin-bottom: 30px;
        max-width: 100%
    }

    .situations__item_img {
        margin-right: 40px
    }

    .info__item-text span {
        font-size: 18px
    }

    .info__box-gray {
        padding: 50px 75px 55px
    }

    .info__box-title {
        font-size: 26px
    }

    .program-title {
        font-size: 40px
    }

    .program__box_img {
        width: 100%;
        max-width: 400px
    }

    .program__box-title {
        font-size: 45px
    }

    .program__box_description {
        position: relative;
        margin-top: 45px
    }

    .program__plan_item {
        padding: 0 40px
    }

    .info__item-text-bold {
        font-size: 18px
    }

    .bonus__box_title {
        font-size: 24px
    }

    .bonus__box_description {
        font-size: 24px;
        position: relative
    }

    .bonus__box_img_2 {
        max-width: 730px
    }

    .bonus__info_more_item-description span {
        font-size: 14px
    }

    .bonus__info_more_item-top span {
        font-size: 25px
    }

    .bonus__box_img_3 {
        right: 95px
    }

    .bonus__box_img_4 {
        right: -120px
    }

    .bonus__box_star_5 {
        right: 80px
    }

    .bonus__box_img_6 {
        max-width: 500px
    }

    .bonus__box_star_6 {
        right: 50px
    }

    .buy__info_item img {
        max-width: 240px
    }

    .buy__item .program__box {
        min-height: 560px;
        overflow: hidden
    }

    .buy__info_item:last-child img {
        margin-left: -50px
    }

    .title__small br {
        display: none
    }

    .title__small {
        font-size: 42px
    }

    .title br {
        display: none
    }

    .buy_bottom-text {
        font-size: 24px
    }

    .reviews__item {
        padding: 30px 70px 40px 50px
    }

    .reviews__item_info {
        margin-left: 70px
    }

    .gift__wrap img {
        max-width: 450px
    }

    .gift__info_text_1 {
        font-size: 24px
    }
}

@media screen and (max-width: 991px) {
    .time-title {
        font-size: 40px
    }

    .btn, .menu {
        display: none
    }

    .logo {
        margin: 0 auto
    }

    .promo-title {
        font-size: 40px
    }

    .zero-master_circle {
        display: none
    }

    .zero-master {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .situations__item_img img {
        max-width: 250px
    }

    .situations__item_img {
        min-width: 250px
    }

    .situations__item-description {
        font-size: 16px
    }

    .situations__item-title {
        font-size: 26px
    }

    .situations__item {
        height: 240px;
        margin-bottom: 30px
    }

    .info__box-subtitle {
        font-size: 26px
    }

    .info__box-description {
        font-size: 17px
    }

    .info-title {
        font-size: 40px;
        margin-bottom: 30px
    }

    .info__item {
        padding-right: 30px
    }

    .info__box-gray {
        padding: 50px 45px 55px
    }

    .info__box-title {
        font-size: 19px
    }

    .info__box {
        padding: 20px 45px 35px
    }

    .program__box_figure {
        display: none
    }

    .program__box_img {
        max-width: 300px;
        right: 10px;
        top: 10px
    }

    .program__box {
        padding: 235px 40px 45px
    }

    .program__box_description_item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .program__box_description_item-text {
        margin-left: 0;
        margin-top: 10px
    }

    .program__plan_wrap {
        margin: 0 20px
    }

    .program__total {
        padding-left: 30px;
        padding-right: 30px
    }

    .program__total-description, .program__total-title {
        font-size: 17px
    }

    .program__total_top span {
        font-size: 40px
    }

    .lesson__item-description {
        font-size: 16px
    }

    .lesson__item {
        padding: 0 15px
    }

    .lesson__item-title {
        font-size: 30px
    }

    .bonus-subtitle {
        font-size: 24px
    }

    .bonus__info {
        padding-left: 30px;
        padding-right: 30px
    }

    .bonus__info iframe {
        height: 340px;
        margin-bottom: 30px;
        margin-top: 10px
    }

    .bonus__info_text_1 {
        font-size: 20px
    }

    .bonus__info_school {
        padding-left: 30px
    }

    .bonus__box_img {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        display: -ms-flexbox;
        display: flex
    }

    .bonus__box_icon, .bonus__box_star {
        display: none
    }

    .bonus__box {
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 20px
    }

    .bonus__box_title {
        text-align: center
    }

    .bonus__box_description {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .bonus__box_title br {
        display: none
    }

    .buy__info {
        padding-left: 10px;
        padding-right: 10px
    }

    .stock__new-price, .stock__old-price {
        display: none
    }

    .comment__item iframe {
        height: 340px
    }

    .comment__item-subtitle {
        font-size: 24px
    }

    .gift__wrap img {
        display: none
    }

    .gift__info {
        margin-left: 0;
        margin-top: 30px;
        max-width: 100%
    }

    .gift {
        padding-bottom: 40px
    }

    .programs__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .programs__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .time-title {
        font-size: 30px
    }

    .time-btn {
        width: 100%;
        font-size: 20px;
        height: 55px
    }

    .logo {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 30px
    }

    .logo__text-title {
        margin-top: 20px
    }

    .promo-text {
        font-size: 15px;
        margin-top: 70px
    }

    .promo-text br {
        display: none
    }

    .promo-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0
    }

    .zero-master {
        display: none
    }

    .advantages__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .title {
        font-size: 30px
    }

    .benefit__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .benefit__item-title {
        font-size: 30px
    }

    .benefit__item-description {
        font-size: 18px
    }

    .situations__item_img {
        display: none
    }

    .situations__item {
        height: auto;
        padding: 20px 15px
    }

    .situations__item-title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .info-title {
        font-size: 26px
    }

    .info__box {
        padding: 20px 15px 35px
    }

    .info__box-subtitle, .title__small {
        font-size: 20px
    }

    .info__wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info__item {
        padding-right: 0
    }

    .info__item-text {
        font-size: 16px
    }

    .info__box-title br, .info__box-zero_master {
        display: none
    }

    .program-subtitle {
        font-size: 20px;
        margin-bottom: 30px
    }

    .program-title {
        font-size: 24px
    }

    .program__box {
        margin-top: 40px
    }

    .program__box_figure-chess {
        display: none
    }

    .program__box {
        padding: 40px 20px
    }

    .program__box_img {
        position: relative;
        margin-bottom: 30px;
        left: 0;
        right: 0;
        top: 0;
        margin-left: 20px
    }

    .program__box-title br {
        display: none
    }

    .program__box-title {
        font-size: 26px;
        text-align: center
    }

    .program__box-number {
        font-size: 22px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .program__box_description {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    .program__box_description_item {
        margin-bottom: 30px
    }

    .program__plan {
        padding: 40px 20px
    }

    .program__plan-title {
        font-size: 30px
    }

    .program__plan_wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .program__plan_item {
        padding: 0
    }

    .program__total {
        padding: 40px 15px
    }

    .program__total_top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .program__total_top span {
        font-size: 26px;
        margin-left: 0
    }

    .program__total_top img {
        display: none
    }

    .program__total-title {
        font-size: 15px
    }

    .program__total-description {
        font-size: 14px
    }

    .program__plan_btn {
        width: 220px;
        height: 45px;
        font-size: 17px;
        margin-top: 10px
    }

    .lesson__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .lesson__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .lesson__item-description {
        text-align: center
    }

    .bonus-subtitle {
        font-size: 18px
    }

    .bonus__info {
        padding: 30px 15px
    }

    .bonus__info_text_1 {
        font-size: 16px
    }

    .bonus__info iframe {
        height: 180px
    }

    .bonus__info_school-list li, .bonus__info_text_2 {
        font-size: 16px
    }

    .bonus__info_school {
        padding-left: 0
    }

    .bonus__box_img {
        width: 100%
    }

    .bonus__info_text_3 {
        font-size: 20px
    }

    .bonus__info_buy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bonus__info_buy_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px
    }

    .bonus__info_text_4 {
        font-size: 20px
    }

    .bonus__info_text_5, .bonus__info_text_6 {
        font-size: 18px
    }

    .buy__box_top {
        padding: 15px
    }

    .buy__box_top span {
        font-size: 18px
    }

    .buy__item .program__box {
        min-height: auto
    }

    .buy__info {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    .buy__info_item {
        margin-bottom: 80px
    }

    .author {
        padding-top: 40px
    }

    .author-img {
        margin: 40px 0 -20px 60px
    }

    .achievement__item {
        font-size: 18px
    }

    .achievement_btn {
        width: 100%;
        text-align: center;
        font-size: 17px;
        line-height: 1.2
    }

    .achievement__certificates {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .achievement__certificates_item {
        margin: 30px
    }

    .achievement {
        padding-bottom: 50px
    }

    .comment__item-title {
        font-size: 20px
    }

    .comment__item-title br {
        display: none
    }

    .comment__item iframe {
        height: 180px
    }

    .comment__item-subtitle {
        font-size: 18px
    }

    .comment__item img {
        width: 100%
    }

    .reviews__item_img {
        display: none
    }

    .reviews__item {
        padding: 20px 15px
    }

    .reviews__item_info {
        margin-left: 0
    }

    .guarantee-title {
        font-size: 30px
    }

    .guarantee-text {
        font-size: 18px;
        line-height: 1.4
    }

    .test .title {
        font-size: 30px
    }

    .test-subtitle {
        font-size: 20px
    }

    .test img {
        width: 100%;
        height: 100%
    }

    .programs__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .programs__wrapper img {
        width: 100%
    }

    .footer__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 30px
    }

    .footer__wrapper span br {
        display: none
    }

    .footer__wrapper span {
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0
    }

    .footer__down img:last-child {
        display: none
    }

    .footer__down_left {
        margin: 30px 0
    }

    .footer__link {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__link a {
        margin-bottom: 15px
    }

    .buy_bottom-text {
        font-size: 20px
    }

    .bonus__box_title, .lesson__item-title {
        font-size: 22px
    }

    .lesson__item {
        padding: 0
    }

    .cabinet {
        padding: 30px 0
    }

    .cabinet-title {
        font-size: 30px
    }
}

@media screen and (max-width: 374px) {
    .logo__text-title {
        font-size: 22px
    }
}

.time_circles {
    position: relative
}

#DateCountdown {
    margin-top: 30px
}

.textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds, .time_circles .textDiv_Days {
    color: #fff;
    position: absolute;
    margin-top: 2%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span, .time_circles .textDiv_Days span {
    display: block;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span, .time_circles .textDiv_Days span {
        margin-bottom: 10px
    }
}

/*# sourceMappingURL=main.css.map */
