@charset "UTF-8";
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; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  scroll-behavior: smooth;
  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; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 730px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1199px) {
  .container {
    max-width: 1130px; } }

@media (min-width: 1356px) {
  .container {
    max-width: 1230px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@font-face {
  font-family: 'DIN Pro Condensed Bold';
  src: url("../fonts/DINPro/DINPro-CondensedBold.eot");
  src: url("../fonts/DINPro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-CondensedBold.woff") format("woff"), url("../fonts/DINPro/DINPro-CondensedBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Condensed Medium';
  src: url("../fonts/DINPro/DINPro-CondensedMedium.eot");
  src: url("../fonts/DINPro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-CondensedMedium.woff") format("woff"), url("../fonts/DINPro/DINPro-CondensedMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Condensed Regular';
  src: url("../fonts/DINPro/DINPro-CondensedRegular.eot");
  src: url("../fonts/DINPro/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-CondensedRegular.woff") format("woff"), url("../fonts/DINPro/DINPro-CondensedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Brighton';
  src: url("../fonts/Brighton/Brighton.ttf");
  font-weight: normal;
  font-style: normal; }

a:focus, button:focus {
  outline: none; }

html, body {
  font: 400 14px/17px 'Lato', sans-serif;
  color: #333;
  overflow-x: hidden; }

.section__title {
  font: 40px/47px "DIN Pro Condensed Bold";
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  transform-style: preserve-3d; }
  .section__title span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateZ(-1px);
    font: 72px/70px "Brighton";
    color: #b6c3e4;
    text-transform: none;
    top: -31px;
    opacity: .2; }
  .section__title_small span {
    font-size: 48px; }
  .section__title_black {
    color: #333333; }
    .section__title_black span {
      opacity: 1; }
  .section__title_mg_30 {
    margin-bottom: 30px; }
  .section__title_mg_54 {
    margin-bottom: 54px; }
  .section__title_mg_65 {
    margin-bottom: 65px; }
  .section__title_mg_70 {
    margin-bottom: 70px; }

.section__subtitle {
  font-family: "DIN Pro Condensed Medium";
  font-size: 24px;
  font-weight: normal;
  line-height: 28px; }

.icon {
  display: block; }
  .icon__online-1 {
    width: 60px;
    height: 60px;
    background: url("../img/online_icon_1.svg") no-repeat center;
    background-size: 60px; }
  .icon__online-2 {
    width: 56px;
    height: 60px;
    background: url("../img/online_icon_2.svg") no-repeat center;
    background-size: 56px 60px; }
  .icon__online-3 {
    width: 70px;
    height: 46px;
    background: url("../img/online_icon_3.svg") no-repeat center;
    background-size: 70px 46px; }
  .icon__online-4 {
    width: 56px;
    height: 60px;
    background: url("../img/online_icon_4.svg") no-repeat center;
    background-size: 56px 60px; }
  .icon__logo {
    width: 35px;
    height: 35px;
    background: url("../img/rus.png") no-repeat center;
    background-size: contain; }
  .icon__calendar {
    width: 33px;
    height: 33px;
    background: url("../img/calendar.svg") no-repeat center;
    background-size: contain; }
  .icon__phone {
    width: 35px;
    height: 35px;
    background: url("../img/phone.svg") no-repeat center;
    background-size: contain; }
  .icon__bonus {
    width: 25.24px;
    height: 31px;
    background: url("../img/bonus.svg") no-repeat center;
    background-size: contain; }
  .icon__second-1 {
    width: 66px;
    height: 70px;
    background: url("../img/second__icon-1.svg") no-repeat center;
    background-size: contain; }
  .icon__second-2 {
    width: 52px;
    height: 60px;
    background: url("../img/second__icon-2.svg") no-repeat center;
    background-size: contain; }
  .icon__second-3 {
    width: 70px;
    height: 58px;
    background: url("../img/second__icon-3.svg") no-repeat center;
    background-size: contain; }
  .icon__second-4 {
    width: 52px;
    height: 60px;
    background: url("../img/second__icon-4.svg") no-repeat center;
    background-size: contain; }
  .icon__second-5 {
    width: 56px;
    height: 60px;
    background: url("../img/second__icon-5.svg") no-repeat center;
    background-size: contain; }
  .icon__second-6 {
    width: 40px;
    height: 60px;
    background: url("../img/second__icon-6.svg") no-repeat center;
    background-size: contain; }
  .icon__second-7 {
    width: 60px;
    height: 52px;
    background: url("../img/second__icon-7.svg") no-repeat center;
    background-size: contain; }
  .icon__second-8 {
    width: 60px;
    height: 60px;
    background: url("../img/second__icon-8.svg") no-repeat center;
    background-size: contain; }
  .icon__second-9 {
    width: 75px;
    height: 60px;
    background: url("../img/second__icon-9.svg") no-repeat center;
    background-size: contain; }
  .icon__second-10 {
    width: 60px;
    height: 60px;
    background: url("../img/second__icon-10.svg") no-repeat center;
    background-size: contain; }
  .icon__second-11 {
    width: 65px;
    height: 65px;
    background: url("../img/second__icon-11.svg") no-repeat center;
    background-size: contain; }
  .icon__study-1 {
    width: 70px;
    height: 58px;
    background: url("../img/study-1.svg") no-repeat center;
    background-size: contain; }
  .icon__study-2 {
    width: 55px;
    height: 60px;
    background: url("../img/study-2.svg") no-repeat center;
    background-size: contain; }
  .icon__study-3 {
    width: 58px;
    height: 58px;
    background: url("../img/study-3.svg") no-repeat center;
    background-size: contain; }
  .icon__study-4 {
    width: 58px;
    height: 62px;
    background: url("../img/study-4.svg") no-repeat center;
    background-size: contain; }
  .icon__study-5 {
    width: 56px;
    height: 56px;
    background: url("../img/study-5.svg") no-repeat center;
    background-size: contain; }

.btn {
  display: block; }
  .btn_registration {
    width: 220px;
    margin: 0 auto;
    height: 50px;
    background: linear-gradient(90deg, #eb242c 0%, #ec1544 100%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    text-align: center;
    font: 20px/50px "DIN Pro Condensed Bold";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
  .btn_submit {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #eb242c 0%, #ec1544 100%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    text-align: center;
    font: 20px/50px "DIN Pro Condensed Bold";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin-bottom: 6px; }

.header__page {
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  z-index: 2;
  transform-style: preserve-3d; }

.header__wrap {
  display: flex; }
  .header__wrap.mob {
    display: none; }
    @media screen and (max-width: 767px) {
      .header__wrap.mob {
        display: flex; } }
  .header__wrap > div {
    display: flex;
    align-items: center; }
    .header__wrap > div:not(:last-child) {
      margin-right: 40px; }

.header__square {
  width: 65px;
  height: 65px;
  background: linear-gradient(135.92deg, #F32929 2.32%, #D21341 97.73%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative; }
  .header__square i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.header__text {
  margin-left: 10px;
  font: 24px/20px "DIN Pro Condensed Medium";
  color: #fff; }
  .header__text span {
    font-family: "DIN Pro Condensed Bold"; }
  .header__text a {
    color: inherit;
    text-decoration: none; }

.first__section {
  background: linear-gradient(98.12deg, #002868 4.4%, #003280 30.08%, #003D99 56.29%, #0147B2 80.39%, #0652CC 105.04%);
  position: relative; }
  /* .first__section::after {
    content: '';
    display: block;
    width: 100%;
    opacity: 0.03;
    -moz-opacity: 0.03;
    -webkit-opacity: 0.03;
    filter: alpha(opacity=3);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url("../img/flag.png") no-repeat left top;
    background-size: cover;
    transform: translateZ(-1px); } */

.welcome__section {
  padding-top: 220px;
  min-height: 800px;
  padding-bottom: 42px; }
  .welcome__section .container {
    position: relative;
    z-index: 1; }

.welcome__list {
  position: relative;
  transform-style: preserve-3d; }

.welcome__photo {
  max-width: 929px;
  position: absolute;
  right: -96px;
  bottom: -56px;
  transform: translateZ(-1px);
  z-index: 0;
  width: 69%; }
  .welcome__photo img {
    width: 100%; }

.welcome__label {
  position: absolute;
  right: -11px;
  bottom: 29px;
  transform: translateZ(-1px);
  z-index: 0;
  width: 301px;
  height: 200px;
  background: url("../img/europen_union.png") no-repeat center;
  background-size: contain; }

.welcome__info {
  max-width: 600px;
  width: 100%;
  position: relative; }

.welcome__name {
  font: 18px/21px "DIN Pro Condensed Medium";
  color: #fff;
  margin-bottom: 10px; }

.welcome__title {
  color: #fff;
  font-size: 29px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "DIN Pro Condensed Medium";
  margin-bottom: 33px; }
  .welcome__title span {
    font-size: 40px;
    font-family: "DIN Pro Condensed Bold";
    display: block; }
  .welcome__title.mob {
    display: none; }

.welcome__form {
  display: block;
  width: 100%; }
  .welcome__form_wrap {
    max-width: 320px;
    width: 100%;
    display: block; }
  .welcome__form_title {
    color: #fff;
    font-size: 14px;
    line-height: 17px; }
  .welcome__form_input {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 16px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 15px; }
    .welcome__form_input input {
      display: flex;
      align-items: center;
      width: 100%;
      height: 44px;
      border: none;
      background: transparent;
      font: 15px/22px "Lato";
      color: #333; }
      .welcome__form_input input::-webkit-input-placeholder {
        color: #333333; }
      .welcome__form_input input::-moz-placeholder {
        color: #333333; }
      .welcome__form_input input:-ms-input-placeholder {
        color: #333333; }
      .welcome__form_input input:-moz-placeholder {
        color: #333333; }
    .welcome__form_input:last-of-type {
      margin-bottom: 26px; }
  .welcome__form_copyright {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    margin-bottom: 14px; }

.welcome__bonus {
  display: flex;
  align-items: flex-end;
  margin-bottom: 19px; }
  @media screen and (max-width: 767px) {
    .welcome__bonus.desk {
      display: none; } }
  .welcome__bonus.mob {
    display: none; }
    @media screen and (max-width: 767px) {
      .welcome__bonus.mob {
        display: flex;
        margin-bottom: 20px; } }
  .welcome__bonus span {
    margin-left: 7.75px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    width: calc(100% - 32px); }
    .welcome__bonus span br {
      display: none; }

.second__section {
  padding: 90px 0;
  position: relative;
  transform-style: preserve-3d; }

.second__info {
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff; }

.second__list {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  transform-style: preserve-3d;
  z-index: 10; }
  .second__list_after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateZ(-1px);
    width: 1430px;
    height: 201px;
    background: url("../img/second__list_after.png") no-repeat center;
    background-size: contain; }

.second__item {
  margin-bottom: 50px;
  padding: 0 4px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .second__item:nth-of-type(2) .second__square span {
    border-color: #01378A; }
  .second__item:nth-of-type(3) .second__square span {
    border-color: #013D98; }
  .second__item:nth-of-type(4) .second__square span {
    border-color: #0142A5; }
  .second__item:nth-of-type(5) .second__square span {
    border-color: #013280; }
  .second__item:nth-of-type(6) .second__square span {
    border-color: #01388D; }
  .second__item:nth-of-type(7) .second__square span {
    border-color: #013D9A; }
  .second__item:nth-of-type(8) .second__square span {
    border-color: #0143A7; }
  .second__item_text {
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 16px; }

.second__square {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 30px; }
  .second__square span {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #01317E;
    text-align: center;
    font: 30px/55px "DIN Pro Condensed Bold";
    color: #D21341; }
  .second__square i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.second__after {
  width: 239px;
  height: 546px;
  background: url("../img/second__circle_1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -34px;
  transform: translateZ(-1px); }

.second__before {
  width: 110px;
  height: 285px;
  background: url("../img/second__circle_2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 12px;
  transform: translateZ(-1px); }

.webinar__section {
  padding: 100px 0 36px;
  position: relative;
  transform-style: preserve-3d; }

.webinar__list {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  transform-style: preserve-3d; }
  .webinar__list_after {
    position: absolute;
    left: -91px;
    bottom: -210px;
    width: 315px;
    height: 249px;
    background: url("../img/webinar_circle_3.png") no-repeat center;
    background-size: contain;
    transform: translateZ(-1px); }

.webinar__item {
  display: flex;
  align-items: center; }
  .webinar__item .webinar__item_info {
    padding-left: 70px; }
  .webinar__item:first-of-type {
    transform-style: preserve-3d;
    z-index: 3; }
    .webinar__item:first-of-type .webinar__item_photo_after {
      position: absolute;
      width: 100%;
      height: 100%;
      left: -10px;
      bottom: -10px;
      background-color: #002868;
      opacity: .4;
      display: block;
      transform: translateZ(-1px);
      border-radius: 10px;
      z-index: 2; }
    .webinar__item:first-of-type .webinar__item_photo_before {
      position: absolute;
      width: 100%;
      height: 100%;
      left: -20px;
      bottom: -20px;
      background-color: #003d99;
      opacity: .4;
      display: block;
      transform: translateZ(-1px);
      border-radius: 10px;
      z-index: 1; }
  .webinar__item:nth-of-type(2n+1) .webinar__item_photo::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg); }
  .webinar__item:nth-of-type(2n) {
    flex-direction: row-reverse; }
    .webinar__item:nth-of-type(2n) .webinar__item_info {
      padding-left: 27px; }
    .webinar__item:nth-of-type(2n) .webinar__item_photo::before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background: #fff;
      position: absolute;
      z-index: 4;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%) rotate(45deg); }
  .webinar__item:last-of-type {
    transform-style: preserve-3d;
    z-index: 3; }
    .webinar__item:last-of-type .webinar__item_photo_after {
      position: absolute;
      width: 100%;
      height: 100%;
      right: -10px;
      bottom: -10px;
      background-color: #002868;
      opacity: .4;
      display: block;
      transform: translateZ(-1px);
      border-radius: 10px;
      z-index: 2; }
    .webinar__item:last-of-type .webinar__item_photo_before {
      position: absolute;
      width: 100%;
      height: 100%;
      right: -20px;
      bottom: -20px;
      background-color: #003d99;
      opacity: .4;
      display: block;
      transform: translateZ(-1px);
      border-radius: 10px;
      z-index: 1; }
  .webinar__item_photo {
    width: 50%;
    border-radius: 10px;
    position: relative; }
    .webinar__item_photo img {
      width: 100%;
      border-radius: 10px; }
  .webinar__item_info {
    width: 50%; }
  .webinar__item_text {
    font-size: 16px; }
    .webinar__item_text-1 {
      max-width: 284px; }
    .webinar__item_text-2 {
      max-width: 303px; }
    .webinar__item_text-3 {
      max-width: 290px; }
    .webinar__item_text-4 {
      max-width: 297px; }
  .webinar__item_title {
    margin-bottom: 15px; }

.webinar__after {
  width: 378px;
  height: 546px;
  position: absolute;
  left: 0;
  top: 407px;
  background: url("../img/webinar_circle_1.png") no-repeat center;
  background-size: contain;
  transform: translateZ(-1px); }

.webinar__before {
  width: 793px;
  height: 1206px;
  position: absolute;
  right: 0;
  top: 673px;
  background: url("../img/webinar_circle_2.png") no-repeat center;
  background-size: contain; }

.why__section {
  padding: 87px 0 93px;
  background: url("../img/why_bg.png") no-repeat left calc(100% - 40px);
  position: relative;
  transform-style: preserve-3d; }
  .why__section::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -242px;
    width: 296px;
    height: 582px;
    background: url("../img/why_circle_2.png") no-repeat center;
    background-size: cover;
    transform: translateZ(-1px); }

.why__list {
  max-width: 1088px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 29px; }

.why__wrap {
  display: flex;
  flex-direction: column;
  width: 50%; }

.why__item {
  width: 100%;
  display: flex;
  margin-bottom: 40px; }
  .why__item_circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: url("../img/why_circle.png") no-repeat center;
    background-size: cover;
    position: relative;
    margin-right: 20px; }
    .why__item_circle span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 64px;
      line-height: 75px;
      color: #0652CC;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
      font-family: "DIN Pro Condensed Medium"; }
  .why__item_info {
    width: calc(100% - 140px); }
  .why__item_title {
    margin-bottom: 10px; }
  .why__item_text {
    font-size: 16px;
    line-height: 19px; }
    .why__item_text span {
      font-weight: bold; }
    .why__item_text-1 {
      max-width: 363px; }
    .why__item_text-2, .why__item_text-3 {
      max-width: 369px; }
    .why__item_text-4 {
      max-width: 363px; }
    .why__item_text-5, .why__item_text-6 {
      max-width: 363px; }

.why__info {
  text-align: center;
  max-width: 630px;
  width: 100%;
  margin: 0 auto 38px;
  font-size: 24px;
  line-height: 28px;
  font-family: "DIN Pro Condensed Medium"; }

.online__section {
  background: url("../img/online_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 87px 0 111px; }

.online__list {
  max-width: calc(204px + 204px + 546px);
  margin: 0 auto 68px; }

.online__item {
  display: flex;
  flex-direction: column;
  align-content: center; }
  .online__item_wrap {
    padding: 0 15px;
    width: 33.33%; }

.online__circle {
  display: block;
  width: 150px;
  height: 150px;
  background: linear-gradient(90deg, #eb242c 0%, #ec1544 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: relative;
  margin: 0 auto 28px; }
  .online__circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.online__text {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 16px; }

.online__info {
  max-width: 674px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 38px; }

.last__section {
  background: linear-gradient(98.12deg, #002868 4.4%, #003280 30.08%, #003D99 56.29%, #0147B2 80.39%, #0652CC 105.04%); }

.last__after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 767px;
  height: 390px;
  background: url("../img/last_after.png") no-repeat center;
  background-size: contain;
  transform: translateZ(-1px); }

.last__before {
  position: absolute;
  display: block;
  right: 0;
  top: -95px;
  width: 683px;
  height: 584px;
  background: url("../img/last_before.png") no-repeat center;
  background-size: contain;
  transform: translateZ(-1px); }

.study__section {
  padding: 100px 0 61px;
  position: relative;
  transform-style: preserve-3d; }

.study__before {
  position: absolute;
  display: block;
  right: 0;
  top: 77px;
  width: 308px;
  height: 498px;
  background: url("../img/study_before.png") no-repeat center;
  background-size: contain;
  transform: translateZ(-1px); }

.study__text {
  text-align: center;
  color: #fff;
  font: 24px/28px "DIN Pro Condensed Regular";
  margin-bottom: 106px; }

.study__list {
  max-width: 930px;
  width: 100%;
  margin: 0 auto; }

.study__item {
  padding: 0 15px;
  width: 20%; }
  .study__item_icon {
    height: 62px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px; }
  .study__item_number {
    color: #fff;
    text-align: center;
    font: 30px/36px "DIN Pro Condensed Bold";
    margin-bottom: 10px; }
  .study__item_text {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    font-weight: 500; }

.form__section {
  position: relative;
  padding: 62px 0 147px;
  z-index: 2;
  transform-style: preserve-3d; }

.form__title {
  font: 40px/47px "DIN Pro Condensed Bold";
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }

.form__subtitle {
  color: #fff;
  margin-bottom: 48px;
  text-align: center; }

.form__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.form__block {
  width: 540px;
  background: linear-gradient(131.47deg, #002868 2.31%, #447fde 97.69%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 30px 80px 50px;
  margin-right: 29px;
  position: relative;
  transform-style: preserve-3d; }
  .form__block_before {
    position: absolute;
    right: 100%;
    width: 283px;
    height: 206px;
    background: url("../img/fom__circle.png") no-repeat center;
    background-size: contain;
    left: -18px;
    transform: translateZ(-1px) translateX(-100%);
    top: -55px; }
  .form__block .welcome__form_input {
    margin-bottom: 30px;
    padding-left: 26px;
    height: 70px; }
    .form__block .welcome__form_input input {
      font-size: 15px; }
    .form__block .welcome__form_input:last-of-type {
      margin-bottom: 10px; }
  .form__block .welcome__bonus {
    margin-bottom: 27px; }
  .form__block .welcome__form_copyright {
    margin-bottom: 13px; }
  .form__block_title {
    font: 18px/21px "DIN Pro Condensed Medium";
    color: #fff;
    text-align: center;
    margin-bottom: 30px; }

.form__contacts {
  width: 301px; }
  .form__contacts .header__wrap {
    flex-direction: column; }
    .form__contacts .header__wrap > div {
      margin-right: 0; }
      .form__contacts .header__wrap > div:not(:last-child) {
        margin-bottom: 25px; }

.footer__copyright {
  display: none; }

.speakers__section {
  padding: 98px 0 24px;
  position: relative;
  transform-style: preserve-3d; }

.speakers__list.desk {
  display: block; }

.speakers__list.mob {
  display: none; }

.speakers__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .speakers__item:first-of-type {
    padding-left: 168px; }
  .speakers__item:last-of-type {
    padding-left: 73px; }
    .speakers__item:last-of-type .speakers__name, .speakers__item:last-of-type .speakers__subtitle, .speakers__item:last-of-type .speakers__features {
      padding-left: 0; }

.speakers__photo-1 {
  width: 486px; }

.speakers__photo-2 {
  width: 589px; }

.speakers__photo img {
  width: 100%; }

.speakers__info-1 {
  width: 387px; }

.speakers__info-2 {
  width: 330px;
  margin-left: 58px; }

.speakers__name {
  font: 50px/59px "DIN Pro Condensed Bold";
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  padding-left: 18px; }

.speakers__subtitle {
  text-transform: uppercase;
  font: 24px/28px "DIN Pro Condensed Bold";
  color: #000000;
  margin-bottom: 38px;
  padding-left: 18px; }

.speakers__features {
  padding-left: 11px; }
  .speakers__features > li {
    position: relative;
    padding-left: 43px;
    font-weight: 600;
    max-width: 340px;
    font-size: 16px;
    line-height: 19px; }
    .speakers__features > li span {
      width: 28px;
      height: 28px;
      position: absolute;
      left: 0;
      top: 0;
      background: #0147B2;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      border-radius: 30px;
      text-align: center;
      font: 14px/28px "DIN Pro Condensed Bold";
      color: #fff; }
    .speakers__features > li:not(:last-child) {
      margin-bottom: 19px; }

.speakers__after {
  position: absolute;
  width: 344px;
  height: 300px;
  right: 0;
  bottom: -99px;
  background: url("../img/speaker_circle_2.png") no-repeat center;
  background-size: contain;
  transform: translateZ(-1px); }

.speakers__before {
  position: absolute;
  width: 227px;
  height: 201px;
  left: 88px;
  bottom: -42px;
  background: url("../img/speaker_circle_1.png") no-repeat center;
  background-size: contain;
  transform: translateZ(-1px); }

.reviews__section {
  padding: 115px 0 50px;
  background: linear-gradient(98.12deg, #002868 4.4%, #003280 30.08%, #003D99 56.29%, #0147B2 80.39%, #0652CC 105.04%);
  z-index: 10; }

.reviews__list {
  max-width: 1060px;
  position: relative;
  margin: 0 auto 82px;
  transform-style: preserve-3d; }
  .reviews__list::before {
    content: '';
    display: block;
    position: absolute;
    left: -79px;
    top: -145px;
    transform: translateZ(-1px);
    width: 124px;
    height: 134px;
    background: url("../img/reviews__circle.png") no-repeat center;
    background-size: contain; }

.reviews__slider {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px; }
  .reviews__slider .slick-arrow {
    position: absolute;
    display: block;
    font-size: 0;
    border: none;
    background: transparent;
    width: 15px;
    height: 25px;
    background: url("../img/arrow.svg") no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%); }
    .reviews__slider .slick-arrow.slick-next {
      right: -15px; }
    .reviews__slider .slick-arrow.slick-prev {
      left: -15px;
      transform: translateY(-50%) rotate(180deg); }

.reviews__item {
  position: relative;
  display: block; }
  .reviews__item > a {
    display: block; }
  .reviews__item_wrap {
    width: 33.333%;
    padding: 0 55px 0 25px; }
  .reviews__item img {
    border-radius: 5px;
    width: 100%; }

.reviews__name {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff; }
  .reviews__name span {
    margin-top: 5px;
    font-weight: normal;
    display: block; }

.reviews__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #003a91;
  display: block; }
  .reviews__btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135.92deg, #F32929 2.32%, #D21341 97.73%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
    .reviews__btn span::before {
      content: '';
      display: block;
      width: 14px;
      height: 18px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url("../img/btn_play.svg") no-repeat center;
      background-size: contain; }

.reviews__copyright {
  color: #fff;
  text-align: center;
  font: 12px/14px "DIN Pro Condensed Regular"; }

.timer__wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: flex; }

#seconds .time::before, #seconds .time::after {
  display: none; }

.timer__wrap .time {
  width: 100px;
  height: 100px;
  font: 40px/10px "DIN Pro Condensed Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(135.92deg, #F32929 2.32%, #D21341 97.73%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

.timer__wrap .time::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #D21341;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  right: -35px;
  top: 37px;
  position: absolute; }

.timer__wrap .time::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #D21341;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  right: -35px;
  top: 54px;
  position: absolute; }

.timer__wrap .label {
  font-size: 0;
  height: 0; }

.timer__wrap .label::after {
  content: '';
  line-height: 17px;
  color: #333;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-top: -10px;
  height: 17px; }

#days .label::after {
  content: 'Дней'; }

#hours .label::after {
  content: 'Часов'; }

#minutes .label::after {
  content: 'Минут'; }

#seconds .label::after {
  content: 'Секунд'; }

.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.deadline__section {
  position: relative;
  transform-style: preserve-3d;
  padding: 129px 0 93px; }

.deadline__before {
  display: block;
  position: absolute;
  transform: translateZ(-1px);
  width: 329px;
  height: 546px;
  left: 0;
  top: 72px;
  background: url("../img/deadline__before.png") no-repeat center;
  background-size: contain; }

.deadline__after {
  display: block;
  position: absolute;
  transform: translateZ(-1px);
  width: 381px;
  height: 601px;
  right: 0;
  bottom: -199px;
  background: url("../img/deadline__after.png") no-repeat center;
  background-size: contain;
  z-index: 0; }

.deadline__title {
  font: 40px/45px "DIN Pro Condensed Bold";
  margin-bottom: 100px;
  text-transform: uppercase;
  text-align: center; }

.deadline__subtitle {
  font: 30px/45px "DIN Pro Condensed Regular";
  margin-bottom: 70px;
  text-transform: uppercase;
  text-align: center;
  color: #000; }

.video__link {
  position: relative;
  display: block; }

.video__btn {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #003a91;
  display: block;
  position: absolute; }
  .video__btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    background: linear-gradient(135.92deg, #F32929 2.32%, #D21341 97.73%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 50%; }
    .video__btn span i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 22px;
      height: 28px;
      background: url("../img/btn_play_big.svg") no-repeat center;
      background-size: contain; }

.video__section {
  background: linear-gradient(98.12deg, #002868 4.4%, #003280 30.08%, #003D99 56.29%, #0147B2 80.39%, #0652CC 105.04%);
  position: relative; }
  .video__section::after {
    content: '';
    display: block;
    width: 100%;
    opacity: 0.03;
    /* Standard compliant browsers */
    -moz-opacity: 0.03;
    /* Firefox and Mozilla browsers */
    -webkit-opacity: 0.03;
    /* WebKit browser e.g. Safari */
    filter: alpha(opacity=3);
    /* For IE8 and earlier */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url("../img/flag.png") no-repeat left top;
    background-size: cover;
    transform: translateZ(-1px); }

.video__wrap {
  position: relative;
  z-index: 1;
  padding: 166px 0 97px; }

.video__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  transform-style: preserve-3d; }

.video__before {
  display: block;
  position: absolute;
  width: 1430px;
  height: 201px;
  left: 50%;
  transform: translateX(-50%) translateZ(-1px);
  bottom: -134px;
  background: url("../img/video__after.png") no-repeat center;
  background-size: contain; }

.video__info {
  width: 50%; }

.video__title {
  font: 40px/45px "DIN Pro Condensed Bold";
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px; }

.video__subtitle {
  font: 30px/45px "DIN Pro Condensed Regular";
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px; }

.video__name {
  font: 30px/36px "DIN Pro Condensed Bold";
  margin-bottom: 19px;
  color: #fff; }

.video__desk {
  font: 15px/18px "DIN Pro Condensed Bold";
  color: #fff;
  text-transform: uppercase; }

.video__video {
  width: 50%;
  position: relative; }
  .video__video_info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1; }
  .video__video img {
    width: 100%;
    border-radius: 5px; }

.video__status {
  display: block;
  width: 150px;
  height: 150px;
  margin-left: 189px;
  background: url("../img/status_bar.png") no-repeat center;
  background-size: contain;
  position: relative; }
  .video__status span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 36px "DIN Pro Condensed Bold";
    color: #fff;
    text-transform: uppercase; }

.video__label {
  position: absolute;
  left: 270px;
  transform: translateZ(-1px);
  z-index: 0;
  bottom: -83px;
  width: 407px;
  height: 237px;
  background: url("../img/europen_union.png") no-repeat center;
  background-size: contain; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

.magazine__wrap {
  padding: 91px 0 107px;
  position: relative;
  z-index: 1; }

.magazine__list {
  display: flex; }

.magazine__photo {
  width: 50%;
  position: relative; }
  .magazine__photo_wrap {
    position: absolute;
    width: 923px;
    left: -210px;
    top: -80px; 
  }
    .magazine__photo_wrap img {
      width: 100%; }

.magazine__info {
  width: 50%;
  position: relative;
  transform-style: preserve-3d; }

.magazine__after {
  display: block;
  position: absolute;
  width: 267px;
  height: 176px;
  right: 34px;
  transform: translateZ(-1px);
  top: -96px;
  background: url("../img/magazine__after.png") no-repeat center;
  background-size: contain; }

.magazine__title {
  text-align: left;
  margin-bottom: 14px; }
  .magazine__title span {
    width: 167px; }
  .magazine__title_wrap {
    display: flex; }

.magazine__text {
  color: #fff;
  font: 18px/22px "Lato";
  margin-bottom: 52px; }
  .magazine__text span {
    font-weight: 900; }

.magazine__check {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px; }
  .magazine__check span {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #7F73FD 2.31%, #8A81F0 97.69%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-right: 8px;
    position: relative; }
    .magazine__check span::after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url("../img/check.svg") no-repeat center;
      background-size: contain; }

.magazine__bonus {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 18px; }
  .magazine__bonus span {
    font-weight: 900; }

.magazine__spam {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  opacity: .5; }

@media screen and (max-width: 1599px) {
  .welcome__section {
    padding-top: 170px; }
  .second__after {
    left: -80px; }
  .webinar__before {
    width: 573px; }
  .webinar__list_after {
    left: -18px;
    width: 261px;
    height: 177px; }
  .why__section::before {
    width: 235px;
    background-size: contain; }
  .last__before {
    width: 592px;
    right: -150px; } }

@media screen and (max-width: 1355px) {
  .video__label {
    left: 243px; }
  .magazine__photo_wrap {
    left: -206px; }
  .deadline__before {
    left: -126px; }
  .deadline__after {
    width: 434px;
    background-position: 100% 100%; }
  .welcome__photo {
    right: -105px;
    max-width: 868px; }
  .webinar__after {
    width: 295px; }
  .second__after {
    left: -140px; }
  .speakers__item:first-of-type, .speakers__item:last-of-type {
    padding-left: 0; }
  .speakers__item {
    justify-content: center; } }

@media screen and (max-width: 1250px) {
  .last__before {
    right: -100px;
    width: 492px; }
  .last__after {
    background-position-y: bottom;
    width: 660px; } }

@media screen and (max-width: 1198px) {
  .video__btn {
    width: 80px;
    height: 80px; }
    .video__btn span {
      width: 70px;
      height: 70px; }
      .video__btn span i {
        width: 16px; }
  .video__status {
    margin: 0 auto; }
  .video__title {
    font-size: 32px;
    line-height: 36px; }
  .video__name {
    font-size: 24px;
    margin-bottom: 10px; }
  .video__subtitle {
    font-size: 26px; }
  .magazine__photo_wrap {
    left: -294px; }
  .form__title, .section__title {
    font-size: 34px;
    line-height: 38px; }
    .form__title span, .section__title span {
      font-size: 58px; }
  .second__list {
    justify-content: center; }
  .header__page {
    top: 33px; }
  .second__item {
    width: 30%; }
  .header__text {
    font-size: 20px;
    line-height: 22px; }
  .welcome__section {
    padding-top: 134px; }
  .welcome__info {
    max-width: 100%; }
  .welcome__title, .welcome__name {
    text-align: center; }
  .welcome__title {
    margin-bottom: 123px; }
  .welcome__photo {
    right: 20px;
    max-width: 710px; }
  .webinar__before {
    width: 450px; }
  .speakers__photo-2 {
    width: 542px; }
  .speakers__after {
    width: 200px;
    bottom: -130px; }
  .speakers__before {
    bottom: -65px;
    width: 180px; }
  .online__list {
    justify-content: center; }
  .why__section::before {
    width: 188px; }
  .online__item_wrap, .online__item_wrap:first-of-type, .online__item_wrap:nth-of-type(2) {
    width: 34%;
    margin-bottom: 30px; }
  .form__wrap {
    justify-content: flex-start; }
  .form__subtitle, .form__title {
    max-width: 540px; } }

@media screen and (max-width: 1020px) {
  .reviews__slider .slick-arrow.slick-next {
    right: 0; }
  .reviews__slider .slick-arrow.slick-prev {
    left: 0; } }

@media screen and (max-width: 991px) {
  .video__list {
    flex-direction: column;
    align-items: center; }
  .video__info, .video__video {
    width: 75%; }
  .video__info {
    margin-bottom: 30px; }
  .video__wrap {
    padding: 140px 0 79px; }
  .magazine__wrap {
    padding: 80px 0; }
  .magazine__photo_wrap {
    left: -263px;
    width: 798px;
    top: -293px; }
  .magazine__check {
    font-size: 20px; }
  .magazine__bonus {
    font-size: 20px;
    line-height: 24px; }
  .deadline__title {
    font-size: 34px;
    line-height: 38px; }
    .deadline__title br {
      display: none; }
  .deadline__before {
    left: -175px; }
  .deadline__after {
    width: 338px; }
  .reviews__section {
    padding: 80px 0 50px; }
  .video__label {
    display: none; }
  .video__title {
    font-size: 34px;
    line-height: 38px;
    text-align: center; }
  .video__subtitle {
    font-size: 22px;
    text-align: center; }
  .form__block {
    padding: 30px 30px 40px;
    max-width: 400px;
    width: 100%; }
  .form__subtitle, .form__title {
    width: 400px; }
  .last__before {
    right: -204px;
    width: 505px; }
  .study__list {
    justify-content: center; }
  .study__item {
    width: 33.333%;
    margin-bottom: 20px; }
  .study__item_text br {
    display: none; }
  .form__section {
    padding-top: 0; }
  .last__after {
    width: 500px; }
  .form__section {
    padding-bottom: 200px; }
  .form__block .welcome__form_input {
    margin-bottom: 20px;
    height: 60px; }
  .study__text {
    margin-bottom: 70px; }
  .why__wrap {
    width: 100%; }
  .why__item {
    justify-content: center; }
  .why__item_info {
    width: unset; }
  .speakers__name {
    font-size: 42px;
    line-height: 47px;
    margin-bottom: 15px;
    padding-left: 0; }
  .speakers__subtitle, .section__subtitle {
    font-size: 20px;
    line-height: 24px; }
  .section__title_mg_70 {
    margin-bottom: 50px; }
  .online__text br {
    display: none; }
  .header__wrap {
    justify-content: center; }
  .welcome__title span {
    font-size: 32px; }
  .welcome__title {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 90px; }
  .welcome__photo {
    right: -89px;
    max-width: 647px; }
  .second__section {
    padding: 60px 0; }
  .second__item {
    width: 40%; }
  .webinar__item .webinar__item_info {
    padding-left: 30px; }
  .webinar__item:nth-of-type(2n) .webinar__item_info {
    padding-left: 7px; }
  .speakers__info-1, .speakers__info-2, .speakers__photo-1, .speakers__photo-2 {
    width: 50%; }
  .speakers__subtitle, .speakers__features {
    padding-left: 0; }
  .speakers__info-1 {
    padding-right: 30px; }
  .speakers__info-2 {
    margin-left: 0;
    padding-left: 30px; }
  .speakers__item:first-of-type {
    margin-bottom: 30px; }
  .speakers__subtitle {
    margin-bottom: 20px; }
  .header__square {
    width: 51px;
    height: 51px; }
    .header__square i {
      width: 25px;
      height: 25px; }
  .header__wrap > div:first-of-type .header__square i {
    width: 35px;
    height: 35px; }
  .speakers__after {
    width: 162px;
    bottom: -167px; }
  .form__title {
    margin-bottom: 10px; }
  .form__subtitle {
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .video__wrap {
    padding: 127px 0 76px; }
  .video__title {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 25px; }
  .video__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 46px; }
  .video__btn {
    width: 47px;
    height: 47px;
    background: transparent;
    left: 50%;
    transform: translate(-50%, -50%); }
    .video__btn span {
      background: #fff;
      width: 47px;
      height: 47px; }
      .video__btn span i {
        width: 12px;
        height: 16px;
        background: url(../img/btn_play_big_bl.svg) no-repeat center;
        background-size: cover; }
  .video__video_info {
    left: 15px;
    bottom: 15px; }
  .video__name {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px; }
  .magazine__info {
    width: 100%; }
  .magazine__list {
    flex-direction: column-reverse; }
  .magazine__photo_wrap {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    width: 468px;
    margin-top: -66px;
    margin-left: 12px; }
  .magazine__photo {
    width: 100%; }
  .magazine__title.section__title {
    font-size: 29px;
    text-align: center; }
    .magazine__title.section__title span {
      width: 290px; }
  .magazine__text {
    margin-bottom: 37px; }
  .magazine__spam {
    text-align: center; }
  .magazine__bonus {
    font-size: 16px;
    line-height: 19px;
    text-align: center; }
  .magazine__check {
    font-size: 18px;
    justify-content: center; }
  .magazine__title_wrap {
    justify-content: center; }
  .reviews__section {
    padding: 60px 0 20px; }
  .reviews__item_wrap {
    padding: 0 15px; }
  .reviews__btn {
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: transparent; }
    .reviews__btn span {
      width: 50px;
      height: 50px;
      background: #fff; }
      .reviews__btn span::before {
        background: url("../img/btn_play_big_bl.svg") no-repeat center;
        background-size: contain; }
  .reviews__list {
    margin-bottom: 0; }
  .deadline__section {
    padding: 141px 0 152px; }
  .reviews__slider .slick-arrow {
    width: 25px;
    height: 25px;
    border-radius: 50px; }
    .reviews__slider .slick-arrow.slick-prev {
      background-color: #C4BCDC;
      z-index: 1;
      background-size: 6px; }
    .reviews__slider .slick-arrow.slick-next {
      background-color: #9593C5;
      z-index: 1;
      background-size: 6px; }
  .reviews__slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px; }
  .deadline__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; }
  .deadline__subtitle {
    font-size: 18px;
    line-height: 45px;
    margin-bottom: 30px; }
  .deadline__after {
    display: none; }
  .timer__wrap {
    max-width: 290px; }
  .timer__wrap .time::after, .timer__wrap .time::before {
    width: 5px;
    height: 5px; }
  .deadline__section {
    height: auto; }
  .magazine__text {
    text-align: center;
    font-size: 20px; }
  .timer__wrap .time::after {
    right: -14.5px;
    top: 17.8px; }
  .timer__wrap .time::before {
    right: -14.5px;
    top: 25.8px; }
  .timer__wrap .time {
    width: 48px;
    height: 48px;
    font-size: 24px; }
  .timer__wrap .label::after {
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    margin-top: -18px; }
  .deadline__before {
    left: 0;
    top: unset;
    bottom: 24px;
    width: 243px;
    height: 561px;
    background: url("../img/deadline__before_mob.png") no-repeat center;
    background-size: contain; }
  .reviews__title.section__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px; }
    .reviews__title.section__title span {
      font-size: 36px; }
    .reviews__title.section__title br {
      display: none; }
  .magazine__text br {
    display: none; }
  .magazine__wrap {
    padding: 75px 0 219px; }
  .magazine__after {
    display: none; }
  .video__before {
    width: 262px;
    height: 177px;
    background: url("../img/video__after_mob.png") no-repeat center;
    background-size: contain;
    bottom: -101px; }
  .video__desk {
    font-size: 12px;
    line-height: 14px; }
  .video__info {
    margin-bottom: 60px; }
  .video__info, .video__video {
    width: 100%; }
  .header__wrap.desk {
    display: none; }
  .header__page {
    top: 22px; }
  .header__wrap {
    justify-content: flex-start; }
  .header__square {
    width: 65px;
    height: 65px; }
  .header__text {
    font-size: 18px;
    line-height: 21px;
    margin-left: 15px; }
    .header__text span {
      font-size: 24px;
      line-height: 28px; }
  .welcome__section {
    padding-top: 115px;
    padding-bottom: 30px; }
  .welcome__name {
    line-height: 16px; }
  .welcome__form_title {
    margin-bottom: 20px;
    display: none; }
  .welcome__title.mob {
    display: block;
    margin-bottom: 25px; }
  .welcome__title.desk {
    display: none; }
  .form__title, .section__title {
    font-size: 40px;
    line-height: 47px; }
  .section__title span {
    width: 100%;
    font-size: 60px; }
  .second__after {
    left: -50px; }
  .second__item {
    width: 50%; }
  .second__square {
    width: 108.15px;
    height: 108.15px;
    margin-bottom: 11.7px; }
    .second__square span {
      width: 46.87px;
      height: 46.87px;
      border-width: 3.6px;
      line-height: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
  .icon__second-1 {
    width: 47.59px;
    height: 50.47px; }
  .icon__second-2 {
    width: 37.49px;
    height: 43.26px; }
  .icon__second-3 {
    width: 50.47px;
    height: 41.82px; }
  .icon__second-4 {
    width: 37.49px;
    height: 43.26px; }
  .icon__second-5 {
    width: 40.38px;
    height: 43.26px; }
  .icon__second-6 {
    width: 28.84px;
    height: 43.26px; }
  .icon__second-7 {
    width: 43.26px;
    height: 37.49px; }
  .icon__second-8 {
    width: 43.26px;
    height: 43.26px; }
  .second__item_text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400; }
    .second__item_text br {
      display: none; }
  .second__item {
    margin-bottom: 40px; }
  .second__list {
    margin-bottom: 3px; }
  .second__info {
    margin-bottom: 47px; }
  .second__section {
    padding-bottom: 40px; }
  .second__before {
    width: 289px;
    height: 309px;
    background: url("../img/second__circle_3.png") no-repeat center;
    background-size: contain;
    right: 0;
    bottom: 39px; }
  .section__title_mg_70 {
    margin-bottom: 50px; }
  .webinar__item .webinar__item_info, .webinar__item:nth-of-type(2n) .webinar__item_info {
    padding-left: 0; }
  .webinar__item_photo, .webinar__item_info {
    width: 100%; }
  .webinar__item_photo {
    margin-bottom: 30px; }
  .webinar__item {
    flex-wrap: wrap; }
  .webinar__item:nth-of-type(2n+1) .webinar__item_photo::before, .webinar__item:nth-of-type(2n) .webinar__item_photo::before {
    display: none; }
  .webinar__list {
    padding: 0; }
  .webinar__item:first-of-type .webinar__item_photo_after,
  .webinar__item:last-of-type .webinar__item_photo_after {
    width: calc(100% - 26px);
    left: 50%;
    transform: translateX(-50%) translateZ(-1px);
    bottom: -5px; }
  .webinar__item:first-of-type .webinar__item_photo_before,
  .webinar__item:last-of-type .webinar__item_photo_before {
    width: calc(100% - 52px);
    left: 50%;
    transform: translateX(-50%) translateZ(-1px);
    bottom: -10px; }
  .webinar__item:not(:last-child) {
    margin-bottom: 50px; }
  .webinar__after, .webinar__before {
    display: none; }
  .webinar__item_title {
    text-align: center; }
  .webinar__item_text {
    max-width: 100% !important;
    text-align: center; }
    .webinar__item_text br {
      display: none; }
  .webinar__list_after {
    right: -178px;
    left: unset;
    bottom: -150px; }
  .speakers__section {
    padding-top: 10px; }
  .speakers__info-1, .speakers__info-2, .speakers__photo-1, .speakers__photo-2 {
    width: 100%; }
  .speakers__photo-1, .speakers__photo-2 {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 15px;
    margin-right: -15px; }
  .speakers__subtitle {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 45px; }
  .speakers__features > li {
    max-width: 100%; }
  .speakers__info-1, .speakers__info-2 {
    padding: 0; }
  .speakers__name {
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    color: #4D42CF;
    margin-bottom: 26px; }
  .speakers__list.mob {
    display: block; }
  .speakers__list.desk {
    display: none; }
  .speakers__item:first-of-type {
    margin-bottom: 50px; }
  .speakers__section {
    padding-bottom: 109px; }
  .speakers__after {
    display: none; }
  .speakers__before {
    width: 262px;
    height: 177px;
    background: url("../img/speaker_circle_3.png") no-repeat center;
    bottom: -72px; }
  .online__item_wrap, .online__item_wrap:first-of-type, .online__item_wrap:nth-of-type(2) {
    width: 100%; }
  .online__text {
    max-width: 234px;
    margin: 0 auto; }
  .online__list {
    margin-bottom: 20px; }
  .why__section::before {
    display: none; }
  .online__section {
    padding-bottom: 40px; }
  .why__item {
    flex-direction: column;
    align-items: center; }
  .why__item_circle {
    margin-right: 0;
    margin-bottom: 25px; }
  .why__item_title {
    font-size: 24px;
    line-height: 28px;
    text-align: center; }
  .why__item_info {
    width: 100%; }
  .why__item_text {
    max-width: 290px;
    margin: 0 auto;
    text-align: center; }
  .why__item {
    margin-bottom: 30px; }
  .why__info, .why__info + .btn_registration {
    display: none; }
  .why__list {
    margin-bottom: 0; }
  .why__section {
    padding-bottom: 20px; }
  .welcome__form_wrap {
    max-width: 500px; }
  .welcome__photo {
    position: relative;
    right: 0;
    display: block;
    max-width: 560px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    bottom: 0; }
  .welcome__form_copyright {
    max-width: 300px; }
  .study__section {
    padding-top: 91px; }
  .study__text {
    max-width: 317px;
    margin: 0 auto 72px; }
  .study__item_text {
    font-weight: 400; }
  .study__item {
    width: 50%;
    margin-bottom: 70px; }
  .study__before {
    position: absolute;
    display: block;
    right: 0;
    top: 138px;
    width: 209px;
    height: 498px;
    background: url("../img/last_after_mob.png") no-repeat center;
    background-size: contain;
    transform: translateZ(-1px); }
  .last__before {
    display: none; }
  .study__section {
    padding-bottom: 10px; }
  .form__title {
    margin-bottom: 20px; }
  .form__subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px; }
  .form__wrap {
    flex-wrap: wrap; }
  .form__block {
    background: linear-gradient(117.25deg, #7F73FD 2.31%, #8A81F0 97.69%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px 10px 25px;
    margin-right: 0;
    margin-bottom: 19px; }
  .form__block_title {
    font-size: 16px;
    line-height: 19px;
    margin: 0 auto 25px; }
  .form__block .welcome__form_input {
    height: 70px;
    margin-bottom: 15px; }
  .form__block .welcome__form_input:last-of-type {
    margin-bottom: 20px; }
  .form__block .welcome__bonus {
    margin-bottom: 24px; }
  .form__block .btn_submit {
    height: 80px; }
  .footer__copyright {
    margin-top: 35px;
    display: block;
    text-align: center;
    color: #fff;
    font: 18px/21px "DIN Pro Condensed Regular"; }
  .form__section {
    padding-bottom: 261px; }
  .form__block .welcome__bonus {
    margin-right: -6px; }
  .form__contacts .header__text {
    margin-left: 10px;
    font-size: 24px;
    line-height: 20px; }
  .welcome__info {
    margin-bottom: 16px; }
  .welcome__label {
    width: 83px;
    height: 86px;
    background: url("../img/study_mob.png") no-repeat center;
    left: -15px;
    bottom: -280px; }
  .welcome__title {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 40px; }
  .welcome__title span {
    font-size: 47px;
    line-height: 52px;
    margin-bottom: 10px; }
  .welcome__title i {
    display: block;
    font-size: 33px;
    margin-bottom: 25px; }
  .speakers__subtitle br {
    display: none; }
  .form__subtitle, .form__title {
    max-width: 100%; } }
