html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: "BebasNeueRegular";
    src: url("../font/BebasNeueRegular/BebasNeueRegular.eot"); /* IE9*/
    src: url("../font/BebasNeueRegular/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../font/BebasNeueRegular/BebasNeueRegular.woff2") format("woff2"), url("../font/BebasNeueRegular/BebasNeueRegular.woff") format("woff"), url("../font/BebasNeueRegular/BebasNeueRegular.ttf") format("truetype"), url("../font/BebasNeueRegular/BebasNeueRegular.svg#BebasNeueRegular") format("svg"); /* iOS 4.1- */
}
*,
div,
p,
span,
li,
a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #666;
}
strong {
    font-weight: 600;
}
@media only screen and (max-width: 1120px) {
    strong {
        color: #000;
    }
}
.upper {
    text-transform: uppercase;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 80%;
    margin: 20px auto;
}
.white-popup p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 15px 25px;
}
.white-popup h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0 40px;
}
.white-popup ul {
    padding: 0 0 0 55px;
}
.white-popup li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 15px;
}
.white-popup b,
.white-popup strong {
    color: #000;
}
@media only screen and (max-width: 1120px) {
    /*br {*/
    /*    display: none;*/
    /*}*/
    .footer br {
        display: block;
    }
    .end .content__title {
        width: 70%;
        margin: 60px auto 50px;
    }
    .get .content__button {
        margin-top: 700px;
    }
    .review .content__title {
        margin: 0 0 40px;
    }
    .variant .content__title {
        margin: 40px 0;
    }
    .last .content__title {
        margin: 40px 0;
    }
}
.variant {
    padding-top: 50px;
}
.header {
    z-index: 100;
    height: 90px;
    background: #7acccb;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
}
.header__content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.menu__item {
    margin-left: 15px;
}
.menu__item_lk {
    padding: 16px 15px 9px;
    background: #fff;
    position: relative;
}
.menu__item_lk > a {
    font-family: "BebasNeueRegular", sans-serif;
    font-size: 25px;
    line-height: 26px;
    background-image: url("../image/exit.png");
    background-position: right 0;
    background-repeat: no-repeat;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    background-size: 19px;
    padding: 0 29px 0 0;
}
.menu__item_sub {
    position: relative;
}
.menu__item_sub > a {
    display: block;
    cursor: pointer;
    background-image: url("../image/burger.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
    text-indent: -999px;
}
.menu__link {
    color: #7acccb;
    text-transform: uppercase;
    text-decoration: none;
}
.content {
    width: 1170px;
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
@media only screen and (max-width: 1120px) {
    .content {
        width: 640px;
    }
}
.content__title {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    padding: 100px 0 0;
    text-transform: uppercase;
    color: #000;
}
.content__title_white {
    color: #fff;
}
@media only screen and (max-width: 1120px) {
    .content__title {
        padding: 6px 0 0 0;
        font-size: 50px;
        line-height: 60px;
    }
}
.content__desc {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 25px 0 0;
}
@media only screen and (max-width: 1120px) {
    .content__desc {
        font-size: 34px;
        margin: 18px 0 0;
        font-weight: 300;
    }
}
.content__desc_white {
    color: #fff;
}
.content__block {
    margin: 50px 0 0;
}
@media only screen and (max-width: 1120px) {
    .content__block {
        margin: 0;
    }
}
.content__button {
    margin: 60px 0 0;
    text-align: center;
}
@media only screen and (max-width: 1120px) {
    .content__button {
        margin: 30px 0 0;
    }
}
.content__button_left {
    text-align: left;
}
@media only screen and (max-width: 1120px) {
    .content__button_left {
        padding-left: 0 !important;
        margin-top: 560px;
    }
}
.content__button-desc {
    margin: 30px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
@media only screen and (max-width: 1120px) {
    .content__button-desc {
        text-align: center;
        font-size: 24px;
        padding: 0 0 30px 0;
        font-style: italic;
        line-height: 32px;
        margin-top: 20px;
    }
}
.content__left {
    padding: 60px 0 0;
}
.content__left_small {
    padding-top: 30px;
}
.content__ps {
    font-size: 30px;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 1120px) {
    .content__ps {
        padding: 200px 0 54px 0;
        font-size: 36px;
        line-height: 50px;
        font-weight: 300;
    }
}
.content__ps_margin {
    margin-top: 440px;
}
.page {
    display: block;
    padding-top: 78px;
}
.row {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
    .row {
        max-width: 800px;
        margin: 0 auto;
    }
}
.row_course {
    background-image: url("../image/middle.jpg");
    min-height: 804px;
}
@media only screen and (max-width: 1120px) {
    .row_course {
        background-image: url("../image/middle-m.jpg");
        min-height: auto;
        height: 1606px;
        padding-top: 100px;
    }
}
.row_get {
    background-image: url("../image/prefooter.jpg");
    min-height: 894px;
}
@media only screen and (max-width: 1120px) {
    .row_get {
        background-image: url("../image/longbg.jpg?v=2");
        min-height: auto;
        height: 2190px;
        padding-top: 100px;
    }
}
.row_review {
    background-image: url("../image/preprefooter.jpg");
    min-height: 903px;
}
@media only screen and (max-width: 1120px) {
    .row_review {
        background-image: url("../image/preprefooter-m.jpg");
        min-height: auto;
        height: 1900px;
        padding: 80px 0 50px;
    }
}
.row_last {
    background-image: url("../image/footer.jpg");
    min-height: 804px;
}
@media only screen and (max-width: 1120px) {
    .row_last {
        background-image: url("../image/footer-m.jpg");
        min-height: auto;
        height: 1146px;
        padding-top: 40px;
    }
}
.submenu {
    display: none;
    background: #fff;
    padding: 20px 0 20px 30px;
    position: absolute;
    top: 58px;
    right: 0;
    width: 320px;
    -webkit-box-shadow: 0 0 3px #7acccb;
    box-shadow: 0 0 3px #7acccb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submenu__link {
    text-decoration: underline;
    font-weight: 300;
    line-height: 40px;
    font-size: 28px;
    color: #706f6f;
}
.banner {
    padding: 150px 0 200px;
    background-image: url("../image/header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 828px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
    .banner {
        background-image: url("../image/header-m.jpg");
        min-height: auto;
        height: 1370px;
        background-position: center -50px;
        padding-top: 30px;
    }
}
.banner__title {
    font-size: 76px;
    line-height: 96px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (max-width: 1120px) {
    .banner__title {
        font-size: 80px;
        line-height: 96px;
        margin-top: 43px;

    }
}
.banner__desc {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin: 30px 0 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 1120px) {
    .banner__desc {
        /*margin: 618px 0 0;*/
        margin: 40px 0 0;
        text-align: center;
    }
}
.banner__button {
    margin: 25px 0 0;
}
.banner__buttonblock {
    margin: 20px 0 0;
}

@media (max-width: 1120px) {
    .banner__buttonblock {
        margin-top: 708px;
    }
}

.button {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border: 0 none;
    cursor: pointer;
}
.button_disabled {
    filter: grayscale(1);
}
.button_red {
    color: #fff;
    font-size: 22px;
    padding: 25px 75px;
    -webkit-box-shadow: 0 3px 13px #db7eb8;
    /*box-shadow: 0 3px 13px #db7eb8;
    background-image: -webkit-linear-gradient(left, #f20094, #ff0042);
    background-image: -moz-linear-gradient(left, #f20094, #ff0042);
    background-image: -o-linear-gradient(left, #f20094, #ff0042);
    background-image: -ms-linear-gradient(left, #f20094, #ff0042);
    background-image: linear-gradient(to right, #f20094, #ff0042);
    border-radius: 50px;*/

    background: linear-gradient(90deg, rgba(242, 0, 148, 0) 0%, #FF0042 100%), #D40041;
    box-shadow: 0px 2px 0px rgba(139, 0, 33, 0.7), 0px 5px 15px rgba(255, 0, 61, 0.9);
    border-radius: 50px;
}
@media only screen and (max-width: 1120px) {
    .button_red {
        padding: 0;
        display: block;
        width: 520px;
        height: 121px;
        text-align: center;
        font-size: 44px;
        font-weight: 500;
        line-height: 120px;
        border-radius: 100px;
        margin: 0 auto;
    }
}
.list {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 1120px) {
    .list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
        margin: 20px auto 0;
    }
}
.list_noflex {
    display: block;
}
.list__aside {
    width: 50%;
    padding-left: 15px;
}
@media (max-width: 1120px) {
    .list__aside {
        width: 100%;
    }
}
.list__item {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}
@media only screen and (max-width: 1120px) {
    .list__item {
        font-size: 28px;
        line-height: 40px;
        padding: 0 0 10px 40px;
        margin: 0 -16px 0 -36px;
    }
}
.list_pink .list__item {
    background-image: url("../image/ico-check-pink.png");
}
.list_white .list__item {
    background-image: url("../image/ico-check-white.png");
}
.list_white .list__item,
.list_white .list__item * {
    color: #fff;
}
.list_white .list__item ul {
    list-style: disc;
    padding-left: 20px;
    margin: 20px 0 0;
}
.list_white .list__item li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
@media (max-width: 1120px) {
    .list_white .list__item li {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        margin: 0 0 10px;
    }
}
.lists {
    list-style: disc;
}
.lists_leftpad {
    padding-left: 80px;
}
.lists__item {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1120px) {
    .lists__item {
        font-size: 28px;
        line-height: 40px;
        position: relative;
        padding: 0 0 24px 45px;
        margin: 0 0 0 -15px;
    }
}
.divider_100 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 1120px) {
    .divider_100 {
        padding-bottom: 50px;
    }
}
.divider_50 {
    padding-bottom: 50px;
}
@media only screen and (max-width: 1120px) {
    .divider_50 {
        padding-bottom: 25px;
    }
}
.sheet {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sheet__item {
    width: 33%;
    margin: 0 0 40px;
}
@media only screen and (max-width: 1120px) {
    .sheet__item {
        width: 50%;
    }
}
.sheet__image {
    text-align: center;
}
.sheet__desc {
    margin: 20px 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1120px) {
    .sheet__desc {
        font-size: 28px;
        line-height: 28px;
    }
}
.author {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
    .author {
        padding: 50px 0 10px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.author .ph {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}
@media only screen and (max-width: 1120px) {
    .author .ph {
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
        color: #000;
    }
}
.author__aside:nth-child(1) img {
    padding-left: 80px;
}
.author__aside:nth-child(2) {
    width: 400px;
    margin-right: 115px;
}
@media only screen and (max-width: 1120px) {
    .author__aside:nth-child(2) {
        width: 100%;
        margin: 0;
    }
}
.author__full {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    justify-content: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 1120px) {
    .author__full {
        justify-content: center;
    }
}
.author__full img {
    width: 26px;
    height: 26px;
    display: block;
    margin: 6px 0 0;
}
@media only screen and (max-width: 1120px) {
    .author__full img {
        width: 40px;
        height: 40px;
    }
}
.author__name,
.author__insta {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}
.author__name {
    margin-right: 10px;
}
@media only screen and (max-width: 1120px) {
    .author__name,
    .author__insta {
        font-size: 36px;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        color: #000;
    }
}
@media only screen and (max-width: 1120px) {
    .author__exp {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        color: #000;
    }
}
.author__post {
    margin: 50px 0 0;
}
@media only screen and (max-width: 1120px) {
    .author__post {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        color: #000;
    }
}
.author__edu-title {
    margin: 30px 0 0;
}
@media only screen and (max-width: 1120px) {
    .author__edu-title {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        color: #000;
    }
}
.author__edu-list__item {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}
@media only screen and (max-width: 1120px) {
    .author__edu-list__item {
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
        color: #000;
    }
}
.author__word {
    margin: 25px 0 0;
}
@media only screen and (max-width: 1120px) {
    .author__word {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        color: #000;
    }
}
.review {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
    .review {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.review__left {
    width: 500px;
    margin-left: 80px;
}
@media only screen and (max-width: 1120px) {
    .review__left {
        width: 100%;
        margin-left: 0;
    }
}
.review__right {
    width: 460px;
    margin: 0 15px 0 0;
    padding: 0 0 0;
}
@media only screen and (max-width: 1120px) {
    .review__right {
        width: 100%;
        margin: 0;
        padding-top: 50px;
    }
}
.review__title {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (max-width: 1120px) {
    .review__title {
        padding: 10px 0;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
}
.review__list {
    margin: 40px 0 0;
}
@media only screen and (max-width: 1120px) {
    .review__list {
        margin-top: 10px;
    }
}
.review__list-item {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 0 35px;
    background-image: url("../image/ico-check-white.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
}
.review__list-item strong {
    color: #fff;
}
@media only screen and (max-width: 1120px) {
    .review__list-item {
        font-size: 28px;
        line-height: 40px;
        padding: 0 0 10px 52px;
        margin: 0 -24px 0 -24px;
    }
}
.review__desc {
    padding: 0 0 0 34px;
    margin: 25px 0 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
}
@media only screen and (max-width: 1120px) {
    .review__desc {
        text-align: center;
        font-size: 28px;
        padding: 0 0 30px 0;
        margin-top: 15px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
    }
}
.slide img {
    max-width: 100%;
}
.slide__selector {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
    .slide__selector {
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        -o-box-pack: distribute;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}
.slide__text {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.slide__prev {
    width: 100px;
    height: 30px;
    background: url("../image/arrow-prev.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.slide__next {
    width: 100px;
    height: 30px;
    background: url("../image/arrow-next.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.var {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
}
@media only screen and (max-width: 1120px) {
    .var {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.var__item {
    width: 450px;
    border: 2px solid #7acccb;
}
@media only screen and (max-width: 1120px) {
    .var__item {
        width: 100%;
        margin-bottom: 30px;
    }
}
.var__body {
    padding: 0 30px 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1120px) {
    .var__body {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .for {
        padding: 50px 0;
    }
}
.var__header {
    background: #7acccb;
    padding: 20px 0;
    min-height: 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 1120px) {
    .var__header {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1120px) {
    .var__header_opt,
    .var__header_ex {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.var__title {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
@media only screen and (max-width: 1120px) {
    .var__title {
        font-size: 56px;
        line-height: 64px;
    }
}
@media only screen and (max-width: 1120px) {
    .var__title_opt {
        font-size: 58px;
        line-height: 70px;
    }
}
.var__title_ex {
    font-size: 30px;
}
@media only screen and (max-width: 1120px) {
    .var__title_ex {
        font-size: 54px;
        line-height: 64px;
    }
}
.var__desc {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 1120px) {
    .var__desc {
        font-size: 32px;
        line-height: 42px;
        padding-left: 20px;
        margin: 0;
        text-align: center;
        color: #fff;
    }
}
.var__desc_opt {
    font-size: 16px;
}
@media only screen and (max-width: 1120px) {
    .var__desc_opt {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        padding-left: 20px;
        margin: 0;
        width: 100%;
    }
}
.var__desc_ex {
    font-size: 18px;
}
@media only screen and (max-width: 1120px) {
    .var__desc_ex {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        padding-left: 20px;
        margin: 0;
        width: 100%;
    }
}
.var__period {
    margin: 25px 0 0;
    font-size: 20px;
    text-align: center;
    color: #979797;
    text-transform: uppercase;
}
@media only screen and (max-width: 1120px) {
    .var__period {
        font-size: 32px;
        line-height: 40px;
    }
}
.var__module {
    margin: 25px 0 0;
    font-size: 13px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
}
@media only screen and (max-width: 1120px) {
    .var__module {
        font-size: 28px;
        line-height: 30px;
    }
}
.var__module span {
    color: #7acccb;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1120px) {
    .var__module span {
        font-size: 24px;
        line-height: 28px;
    }
}
.var__list {
    margin: 15px 0 0;
}
.var__list-item {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    color: #000;
}
.var__list-item_yellow {
    background-color: yellow;
}
.var__par {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    color: #000;
    text-align: center;
}
.var__par b {
    display: block;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 1120px) {
    .var__list-item {
        font-size: 28px;
        line-height: 40px;
        -webkit-background-size: 28px 28px;
        -moz-background-size: 28px 28px;
        background-size: 28px 28px;
        padding: 0 0 0 40px;
    }
    .var__list-item br {
        display: block !important;
    }
    .var__par {
        font-size: 28px;
        line-height: 40px;
    }
}
.var__list-item span,
.var__list-item strong {
    color: #000;
}
.var__par span,
.var__par strong {
    color: #000;
}
.var__list-item_ok {
    background-image: url("../image/ico-yes.png");
}
.var__list-item_no {
    background-image: url("../image/ico-no.png");
    color: #777;
}
.var__list-item_plus {
    background-image: url("../image/ico-green-plus.png");
}
.var__list-item_chat {
    background-image: url("../image/ico-chat.png");
}
.var__list-item_surprise {
    background-image: url("../image/ico-surprise.png");
}
.var__text {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin: 10px 0 0;
}
@media only screen and (max-width: 1120px) {
    .var__text {
        font-size: 24px;
        line-height: 28px;
    }
}
.var__divider {
    height: 1px;
    background: #7acccb;
    margin: 20px 0;
}
.var__prices {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.var__prices-old {
    font-size: 28px;
    color: #979797;
    text-transform: uppercase;
    text-decoration: line-through;
    font-weight: 400;
    margin: 7px 0 0;
}
.var__prices-old-before {
    font-size: 24px;
    color: #979797;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: line-through;
}
@media only screen and (max-width: 1120px) {
    .var__prices-old-before {
        font-size: 34px;
    }
    .var__prices-old {
        font-size: 48px;
    }
}
.var__prices-old span {
    font-size: 24px;
    color: #979797;
    font-weight: 100;
}
@media only screen and (max-width: 1120px) {
    .var__prices-old span {
        font-size: 40px;
    }
}
.var__prices-current {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    /*margin-left: 15px;*/
    margin: 7px 0 0;
}
@media only screen and (max-width: 1120px) {
    .var__prices-current {
        font-size: 70px;
    }
}
.var__prices-current span {
    font-size: 24px;
    color: #979797;
    font-weight: 100;
}
@media only screen and (max-width: 1120px) {
    .var__prices-current span {
        font-size: 48px;
    }
}
.var__button {
    text-align: center;
    margin: 20px 0 30px;
}
.var__button a {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
}
.footer {
    min-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 45px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
    .footer {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
}
.footer__logo {
    margin: 5px 0 0;
}
@media only screen and (max-width: 1120px) {
    .footer__logo {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1120px) {
    .footer__logo img {
        max-width: auto;
        width: 200px;
    }
}
.footer__copyright, .footer__copyright a {
    font-size: 13px;
    line-height: 17px;
    color: #979797;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1120px) {
    .footer__copyright, .footer__copyright a {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 40px;
    }
}
.footer__payment {
    font-size: 13px;
    line-height: 26px;
    color: #979797;
    font-family: 'Montserrat', sans-serif;
    margin: -4px 0 0;
}
@media only screen and (max-width: 1120px) {
    .footer__payment {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 40px;
    }
}
.footer__payment img {
    display: inline-block;
    margin: 10px 0 0;
    max-width: 420px;
}
.footer__links {
    margin: -4px 0 0;
}
@media only screen and (max-width: 1120px) {
    .footer__links {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 36px;
    }
}
.footer__links li {
    margin: 0 0 5px;
}
.footer__links li a {
    text-decoration: underline;
    font-size: 13px;
    line-height: 17px;
    color: #979797;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1120px) {
    .footer__links li a {
        font-size: 28px;
        line-height: 40px;
    }
}
.footer__links li a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 1120px) {
    .footer__social-list {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.footer__social-item {
    margin-bottom: 5px;
}
@media only screen and (max-width: 1120px) {
    .footer__social-item {
        margin: 0 0 0 10px;
    }
}
.cabinet__popup {
    display: none;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 58px;
    right: 0;
    width: 510px;
    -webkit-box-shadow: 0 0 3px #7acccb;
    box-shadow: 0 0 3px #7acccb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cabinet__login,
.cabinet__forget,
.cabinet__code{
    display: none;
}
.cabinet input[type=text],
.cabinet input[type=password],
.cabinet input[type=tel] {
    padding: 0 0 0 40px;
    display: block;
    outline: 0;
    border: 2px solid #9a9a9a;
    background: #fff;
    width: 470px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin: 0 auto 20px;
}
.cabinet label {
    font-size: 24px;
    color: #706f6f;
    display: block;
    line-height: 36px;
    padding: 0 0 0 15px;
}
.cabinet a.forget,
.cabinet a.login {
    font-size: 24px;
    text-decoration: underline;
}
.cabinet .two {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 20px;
}
.cabinet .first {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.cabinet .button {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    margin: 0 auto;
}
.cabinet input[type=checkbox] {
    width: 30px;
    height: 30px;
}
.cabinet form {
    text-align: center;
}
.cabinet p {
    font-size: 34px;
    margin: 0 0 20px;
}
.timer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.timer__description {
    color: #3b3b3b;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    margin: 39px 0 18px 0;
}
.timer__part {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.timer__digits {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.timer__sale {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: top;
    -moz-box-align: top;
    -o-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    margin: 0 auto 33px;
}
.timer__delimiter {
    font-size: 52px;
    line-height: 70px;
    font-weight: 500;
    text-align: center;
}
.timer__what {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    text-align: center;
    padding: 13px 0 0 0;
    font-weight: 500;
}
.timer__item {
    border-radius: 10px;
    background-color: #efba00;
    width: 60px;
    height: 80px;
    margin: 0 6px;
    font-size: 52px;
    line-height: 76px;
    font-weight: 500;
    text-align: center;
    color: #000;
}
@media (max-width: 1120px) {
    .brm {
        display: none !important;
    }
}