@font-face {
    font-family: ProximaNova;
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url(https://cdn.action-mcfr.ru/fonts/proximanova-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ProximaNovaBold;
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url(https://cdn.action-mcfr.ru/fonts/proximanova-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'BazaART';
    src: url('../fonts/BazaART.eot');
    src: local('☺'), url('../fonts/BazaART.woff') format('woff'), url('../fonts/BazaART.ttf') format('truetype'), url('../fonts/BazaART.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1;
    color: #2D3039;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    background-color: #F8F9FB;
}

.strong {
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

/* ------------------------------ */

.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.header__logo {
    padding: 5px;
}

.header__login {
    padding: 5px 5px 0 0;
    min-height: 33px;
}

.promo {
    padding-top: 45px;
    background-image: url("../img/bg-promo.jpg");
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #fff;
}

.promo__container {
    max-width: 1256px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.promo__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo__top.promo__top_regular {
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
}

.date__icon {
    margin-right: 8px;
}

.date__text {
    font-size: 39px;
    line-height: 40px;
}

.date__text.date__text_regular {
    font-size: 25px;
    line-height: 30px;
}

.promo-nav {
    padding-top: 12px;
}

.promo-nav.promo-nav_regular {
    padding-top: 0px;
}

.nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.nav__item {
    margin-left: 15px;
}

.nav__link {
    display: inline-block;
    padding: 8px 13px 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 250ms ease;
    color: #fff;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.nav__link:hover {
    background-color: #1EBFA4;
    border: 1px solid #1EBFA4;
    color: #fff;
}

.nav__link.nav__link_active {
    background-color: #1EBFA4;
    border: 1px solid #1EBFA4;
    color: #fff;
}

.nav__link.nav__link_active:hover {
    background-color: #2A9785;
    border: 1px solid #2A9785;

}

.promo__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main.main_dark {
    background-color: #374b5e;
    color: #fff;
}

.main.main_light {
    background-color: #F8F9FB;
    color: #2D3039;
}

.promo__subtitle {
    font-family: Bazaart, sans-serif;
    font-size: 83px;
    line-height: 81px;
    font-weight: 400;
    text-transform: uppercase;
}

.promo__subtitle.promo__subtitle_regular {
    font-size: 43px;
    line-height: 51px;
    margin-top: 20px;
}


.promo__subtitle a {
    color: #fff;
}

.promo__title {
    font-size: 165px;
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 190px;
    text-align: center;
    margin: 20px 0 30px 0;
}

.promo__cta {
    max-width: 500px;
    min-width: 500px;
    padding-top: 35px;
    padding-bottom: 55px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.promo__logos {
    margin-bottom: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.promo__logos.promo__logos_regular {
    margin-left: 0;
}

.logo__text {
    margin-bottom: 25px;
    font-size: 17px;
}

.logo__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__item {
    padding-left: 35px;
}

.promo__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #1ebfa4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.promo__button:hover {
    background-color: #2a9785;
}

.content {
    padding-bottom: 40px;
}

.content__container {
    max-width: 1256px;
    /*margin-top: -178px;*/
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 10px;
    background-color: #fff;
}

.content__container.content__container_dark {
    background-color: #374b5e;
}

.content__container.content__container_light {
    background-color: #F8F9FB;
}

.page__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Bazaart, sans-serif;
    font-size: 70px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 60px 0;
}

.row__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    min-width: 400px;
    padding-right: 50px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.left__title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 35px;
    text-transform: uppercase;
}

.left__desc {
    margin-bottom: 35px;
    color: #1ebfa4;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.left__button {
    display: block;
    padding: 10px 20px 14px 20px;
    border: 1px solid #1ebfa4;
    border-radius: 3px;
    background-color: #1ebfa4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.left__button:hover {
    border-color: #2a9785;
    background-color: #2a9785;
}

.row__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 22px;
    line-height: 33px;
}

.right__img {
    margin-bottom: 40px;
    mix-blend-mode: multiply;
}

.row__right.row__right_center {
    font-size: 18px;
    line-height: 26px;
}

.row__right p {
    margin-bottom: 40px;
}

.row__right ul {
    padding-left: 25px;
    margin-bottom: 40px;
}

.row__right li {
    display: list-item;
    list-style: "— ";
    padding-left: 10px;
    margin-bottom: 20px;
}

.content__data {
    margin-bottom: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.content__data.content__data_last {
    margin-bottom: 100px;
}

.data__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.data__num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    min-width: 350px;
    padding-top: 10px;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.data__text {
    font-size: 22px;
    line-height: 33px;
}

.data__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.data__button {
    display: inline-block;
    min-width: 300px;
    margin-right: 60px;
    padding: 10px 20px 12px;
    border: 1px solid #1ebfa4;
    border-radius: 3px;
    background-color: #1ebfa4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.data__button:hover {
    border-color: #2a9785;
    background-color: #2a9785;
}

.num__value {
    margin-bottom: 10px;
}

.num__desc {
    margin-top: -50px;
}

.value__item {
    padding-left: 65px;
    background-image: url("../img/ico-members.svg");
    background-position: 0px 10px;
    background-repeat: no-repeat;
    font-family: Bazaart, sans-serif;
    font-size: 75px;
    line-height: 55px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: none;
}

.value__item.value__item_lecturers {
    background-image: url("../img/ico-lecturers.svg");
}

.value__item.value__item_companies {
    background-image: url("../img/ico-companies.svg");
}

.text-block {
    font-size: 18px;
    line-height: 24px;
}

.program__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.program__title {
    margin-right: 30px;
}

.program__img {
    margin-top: -195px;
}

.program__title-title__program {
    font-family: Bazaart, sans-serif;
    font-size: 80px;
    line-height: 75px;
    font-weight: 400;
    text-transform: uppercase;
}

.program__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.program__subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    min-width: 350px;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.program__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
    line-height: 32px;
}

.program__text-text__program {
    margin-bottom: 20px;
}

.subtitle__item {
    padding-left: 60px;
    background-image: url("../img/ico-program-conf.svg");
    background-position: 0px 3px;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 35px;
    line-height: 47px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtitle__item.subtitle__item_show {
    background-image: url("../img/ico-program-show.svg");
}

.subtitle__item.subtitle__item_rewarding {
    background-image: url("../img/ico-program-rewarding.svg");
}

.subtitle__item.subtitle__item_meeting {
    background-image: url("../img/ico-program-meeting.svg");
}

.program__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.program__button {
    display: inline-block;
    min-width: 300px;
    margin-right: 60px;
    padding: 10px 20px 12px;
    border: 1px solid #1ebfa4;
    border-radius: 3px;
    background-color: #1ebfa4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.program__button:hover {
    border-color: #2a9785;
    background-color: #2a9785;
}

.program__button.program__button_empty {
    border: 1px solid #fff;
    background-color: rgba(30, 191, 164, 0);
}

.program__button.program__button_empty:hover {
    border-color: #1ebfa4;
    background-color: #1ebfa4;
}

.nav-mobile-open {
    display: none;
}

.format {
    background-color: #f8f9fb;
}

.format__container {
    max-width: 1356px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 50px 100px 50px;
}

.format__title {
    margin-bottom: 50px;
    font-family: Bazaart, sans-serif;
    color: #1c1c1c;
    font-size: 70px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.format__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.format__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #4957a6;
}

.format__item.format__item_red {
    background-color: #c86557;
}

.format__item.format__item_grey {
    background-color: #989898;
}

.format__slit {
    width: 70px;
    height: 15px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    border-radius: 20px;
    background-color: #f8f9fb;
}

.format__img {
    margin-bottom: 50px;
}

.format__text {
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 26px;
}

.format__button {
    padding: 10px 20px 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.format__button:hover {
    border-color: #1ebfa4;
    background-color: #1ebfa4;
}

.footer {
    background-color: #f8f9fb;
    padding: 0 50px;
}

.footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1256px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
}

.footer__copyright {
    font-size: 13px;
    line-height: 17px;
}

.footer__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.copyright__text {
    margin-bottom: 10px;
    margin-bottom: 12px;
}

.copyright__text a {
    color: #2D3039;
    text-decoration: underline;
}

.copyright__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: 30px;
    padding-left: 0px;
    list-style-type: none;
}

.copyright__nav {
    margin-right: 15px;
}

.copyright__link {
    color: #333;
}

.phone__text {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
}

.phone__link {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin: 7px 0 30px 0;
}

.menu-mobile__body {
    background-color: #F8F9FB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu-mobile__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8F9FB;
}

.menu-mobile__logo {
    padding: 12px 25px;
}

.menu-mobile__title {
    margin-top: 20px;
    font-family: Bazaart, sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
}

.menu-mobile__container {
    padding: 10px 25px 45px;
    background-color: #F8F9FB;
}

.menu-mobile__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-mobile-close {
    margin-top: 30px;
    cursor: pointer;
    background-color: transparent;
}

.menu-mobile__nav {
    margin-bottom: 35px;
}

.menu-mobile__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
}

.menu-mobile__item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav__iterm-copy {
    margin-left: 15px;
}

.menu-mobile__link {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #333;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-mobile__button {
    display: block;
    padding: 10px 20px 16px;
    border-radius: 3px;
    background-color: #1ebfa4;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.menu-mobile__footer {
    margin-right: auto;
    margin-left: auto;
    padding-top: 45px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-mobile__copyright {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
}

.menu-mobile__phone-link {
    display: inline-block;
    margin-bottom: 7px;
    color: #333;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
}

.menu-mobile__phone-text {
    font-size: 13px;
    line-height: 16px;
}

.form-mobile__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-mobile__container {
    padding: 30px 25px 45px;
}

.form-mobile__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-mobile__desc {
    padding: 0px 10px 0 0;
    font-size: 20px;
    line-height: 25px;
    min-width: 230px;
}

.form-mobile-close {
    flex: 0 0 auto;
    cursor: pointer;
    background-color: transparent;
    max-width: 31px;
}

.form__row {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

.form__label {
    font-size: 14px;
    color: #93989C;
    margin-bottom: 5px;

}

.form__input {
    display: block;
    width: 100%;
    padding: 2px 0;
    background-color: #F8F9FB;
    border-bottom: 1px solid #93989C;
    color: #2D3039;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    margin-bottom: 20px;
    font: inherit;
    outline: 0;
    outline-offset: 0;
}

.form__input:focus {
    border-color: #1EBFA4;
}


.form__input:-moz-placeholder {
    color: #999
}

.form__input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form__input:-ms-input-placeholder {
    color: #999;
}

.form__input::-webkit-input-placeholder {
    color: #999;
}

.form-input:focus,
.form-select:focus {
    border-color: #3898EC;
    outline: 0
}

.form__button {
    display: block;
    padding: 10px 20px 14px;
    border-radius: 3px;
    background-color: #1ebfa4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.form__button:hover {
    background-color: #2a9785;
}

/* kremlin25 */

.kremlin25 a.link {
    color: #1c1c1c;
    text-decoration: underline;
}
.kremlin25 ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.kremlin25 li {
    display: list-item;
    list-style: disc;
    padding: 0 0 0 10px;
    margin: 0 0 20px 20px;
    color: #2D3039;
    font-size: 20px;
}

.kremlin25 .price_bg {
    background-color: #F2F4F7;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kremlin25 .old_price {
    font: 400 30px/30px ProximaNova;
    text-transform: uppercase;
    text-decoration: line-through;
}

.kremlin25 .price {
    font: 700 45px ProximaNovaBold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kremlin25 .row__left {
    margin-bottom: 20px;
}

.kremlin25 .badge {
    float: right;
    border-radius: 9px;
    padding: 3px 10px;
    font: 700 20px/20px ProximaNovaBold;
    text-transform: uppercase;
    color: #fff;
    background: #F1361D;
}

@media screen and (min-width: 1280px) {
    .promo__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .promo__cta {
        padding-top: 55px;
    }

    .promo__logos.promo__logos_regular {
        margin-left: 400px;
    }

    .left__title {
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 47px;
        text-transform: uppercase;
    }

    .data__num {
        min-width: 425px;
        padding-right: 100px;
    }

    .program__subtitle {
        min-width: 425px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 991px) {
    .nav-mobile-open {
        display: block;
    }

    .promo__top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .promo__bottom {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .header {
        padding-left: 45px;
    }

    .promo__subtitle {
        font-size: 70px;
        color: #fff;
    }

    .promo__title {
        font-size: 80px;
        line-height: 105px;
    }

    .promo-nav {
        display: none;
    }

    .date__icon {
        display: none;
    }

    .promo__logos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 70px;
    }

    .logo__items {
        margin-right: -10px;
        margin-left: -10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .logo__item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .content__container.content__container_dark,
    .content__container.content__container_light {
        margin-top: 0px;
        border-radius: 0px;
    }

    .content__data.content__data_last {
        margin-bottom: 70px;
    }

    .page__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .row__left {
        max-width: none;
        min-width: auto;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .left__title {
        margin-bottom: 15px;
        text-align: center;
    }

    .left__desc {
        margin-bottom: 30px;
        text-align: center;
    }

    .row__right.row__right_center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .right__img {
        margin-bottom: 30px;
    }

    .right__text {
        margin-bottom: 30px;
    }

    .data__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .data__num {
        max-width: none;
        min-width: auto;
        margin-bottom: 20px;
        padding-right: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .data__text {
        text-align: center;
    }

    .num__desc {
        text-align: center;
    }

    .program__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .program__title {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .program__img {
        margin-top: 0px;
        text-align: center;
    }

    .program__title-title__program {
        text-align: center;
    }

    .program__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .format__items {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-row-gap: 20px;
    }

    .format__item {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .footer__container {
        padding: 0px 0 90px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-style: none;
    }

    .footer__copyright {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .copyright__text {
        margin-bottom: 5px;
        text-align: center;
    }

    .footer__phone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        text-align: center;
    }

    .phone__link {
        margin: 0 0 7px 0;
    }

    .footer__logo {
        margin-bottom: 15px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.copyright__list {
    display: none;
}

.menu-mobile__title {
    margin-top: 25px;
}

.menu-mobile__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: none;
}

@media screen and (max-width: 767px) {
    .header__logo {
        max-width: 160px;
    }

    .promo {
        padding-top: 20px;
    }

    .promo__container {
        padding-right: 25px;
        padding-left: 25px;
    }

    .promo__top {
        margin-bottom: 35px;
    }

    .header {
        padding-left: 20px;
    }

    .promo__subtitle {
        font-size: 42px;
        line-height: 47px;
    }

    .promo__title {
        font-size: 60px;
        line-height: 105px;
    }

    .date__text {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .date__text.date__text_regular {
        font-size: 16px;
        line-height: 24px;
    }

    .promo__cta {
        min-width: 0px;
        padding-top: 15px;
        padding-bottom: 37px;
    }

    .promo__logos {
        margin-bottom: 50px;
    }

    .logo__items {
        margin-right: -15px;
        margin-left: -15px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .logo__item {
        width: 33.333%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .logo__item.logo__item_small {
        width: 23%;
    }

    .content {
        padding-bottom: 30px;
    }

    .content__container.content__container_dark,
    .content__container.content__container_light {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 40px;
    }

    .row__title {
        font-size: 43px;
        line-height: 41px;
        margin: 10px 0 20px 0;
    }

    .row__left {
        padding-bottom: 0px;
    }

    .left__button {
        min-width: 0px;
        margin-right: 30px;
    }

    .left__desc {
        margin-bottom: 20px;
    }

    .row__right {
        font-size: 18px;
        line-height: 26px;
    }

    .row__right.row__right_center {
        font-size: 16px;
        line-height: 24px;
    }

    .row__right p {
        margin-bottom: 30px;
        font: size 18px;
        line-height: 26px;
    }

    .content__data {
        margin-bottom: 35px;
    }

    .content__data.content__data_last {
        margin-bottom: 15px;
    }

    .data__text {
        font-size: 16px;
        line-height: 24px;
    }

    .text-block {
        font-size: 14px;
        line-height: 21px;
    }

    .program__heading {
        margin-bottom: 50px;
    }

    .program__title {
        margin-bottom: 10px;
    }

    .program__title-title__program {
        font-size: 50px;
        line-height: 65px;
    }

    .subtitle__item {
        background-position: 0px 1px;
        font-size: 27px;
        line-height: 42px;
    }

    .program__text-text__program {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .format__container {
        padding: 50px 25px 90px;
    }

    .format__title {
        margin-top: 10px;
        font-size: 50px;
        line-height: 45px;
    }

    .format__items {
        padding-right: 0px;
        padding-left: 0px;
    }

    .format__item {
        padding: 30px;
    }

    .format__slit {
        margin-top: 0px;
        margin-bottom: 35px;
    }

    .format__img {
        margin-bottom: 30px;
    }

    .format__text {
        margin-bottom: 30px;
    }

    .footer__container {
        padding-bottom: 80px;
    }

    .text-block-2 {
        font-size: 20px;
        line-height: 28px;
    }

    .menu-mobile__title {
        margin-top: 7px;
        font-size: 35px;
        line-height: 40px;
    }

    .menu-mobile__container {
        padding-top: 20px;
    }

    .nav-mobile-close {
        margin-top: 10px;
    }

    .form-mobile {
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f8f9fb;
    }

    .form-mobile__container {
        padding-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .promo__subtitle {
        font-size: 37px;
        line-height: 43px;
    }

    .promo__subtitle.promo__subtitle_regular {
        font-size: 38px;
        line-height: 46px;
    }

    .promo__title {
        font-size: 45px;
        line-height: 60px;
    }

    .promo__cta {
        min-width: 0px;
    }

    .logo__item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .data__cta {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 20px;
    }

    .data__button {
        min-width: 100%;
        margin-right: 0px;
    }

    .program__title-title__program {
        margin-top: 0px;
    }

    .program__row {
        margin-bottom: 30px;
    }

    .program__subtitle {
        min-width: 270px;
    }

    .program__text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .program__cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .program__button {
        min-width: 100%;
        margin-right: 0px;
    }

    .program__logo {
        display: block;
        margin-top: 30px;
    }

    .format__slit {
        margin-bottom: 30px;
    }

    .format__text {
        margin-bottom: 25px;
    }

    .menu-mobile__title {
        margin-top: 5px;
        font-size: 30px;
        line-height: 33px;
    }

    .form-mobile__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.form-message {
    display: none;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}

.form-message.form-fail {
    color: #F1361D;
}

.form-message.form-done {
    color: #2A9785;
}

.mass-media-partners .row__left {
    display: block;
}

.mass-media-partners img {
    max-width: 300px;
    margin: 10px 0 15px 0;
}

@media screen and (max-width: 991px) {
    .mass-media-partners .row__left {
        text-align: center;
    }
}