@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotoblack.woff2") format("woff2"), url("../fonts/Robotoblack.woff") format("woff");
  font-weight: 900;
  font-style: black; }

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Robotocondensedbold.woff2") format("woff2"), url("../fonts/Robotocondensedbold.woff") format("woff");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'RobotoRegular';
  src: url("../fonts/Roboto-Regular.ttf"); }

html {
  box-sizing: border-box; }

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

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 400;
  background-color: #0f0d30;
  color: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 1020px) {
    body {
      background-color: #020619; } }

a {
  text-decoration: none;
  color: #ffffff; }

.btn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.page__inner {
  width: 100%; }
  @media (min-width: 1020px) {
    .page__inner {
      width: 1020px;
      margin: 0 auto; } }

.page__background {
  background: url("/static/images/webinars/background-desktop.jpg") no-repeat center 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 666px;
  background-position: 48% -3px;
  overflow: hidden;
  z-index: -50; }
  @media (min-width: 642px) {
    .page__background {
      height: 914px; } }
  @media (min-width: 769px) {
    .page__background {
      background-size: cover;
      height: 850px; } }

.page__background-video {
  display: none; }
  @media (min-width: 1020px) {
    .page__background-video {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
      z-index: -100; } }

.page__shadow {
  position: absolute;
  opacity: .5;
  background-color: #010519;
  height: 850px;
  width: 100%;
  z-index: 0; }
  @media (min-width: 642px) {
    .page__shadow {
      height: 914px; } }
  @media (min-width: 769px) {
    .page__shadow {
      height: 850px; } }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

@media (min-width: 1020px) {
  .hide-desktop {
    display: none; } }

@media (min-width: 642px) {
  .hide-tablet {
    display: none; } }

.active_modal {
  overflow: hidden; }

.hide {
  display: none; }

.br-show-tablet {
  display: none; }
  @media (min-width: 664px) and (max-width: 814px) {
    .br-show-tablet {
      display: inline; } }

.br-show-tablet720 {
  display: none; }
  @media (min-width: 720px) and (max-width: 817px) {
    .br-show-tablet720 {
      display: inline; } }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?38531489");
  src: url("../font/fontello.eot?38531489#iefix") format("embedded-opentype"), url("../font/fontello.woff2?38531489") format("woff2"), url("../font/fontello.woff?38531489") format("woff"), url("../font/fontello.ttf?38531489") format("truetype"), url("../font/fontello.svg?38531489#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?38531489#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e80f'; }

/* '' */
.icon-facebook:before {
  content: '\e810'; }

/* '' */
.icon-youtube:before {
  content: '\e812'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-twitter:before {
  content: '\e80f'; }

/* '' */
.icon-facebook:before {
  content: '\e810'; }

/* '' */
.icon-youtube:before {
  content: '\e812'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?70085221");
  src: url("../font/fontello.eot?70085221#iefix") format("embedded-opentype"), url("../font/fontello.svg?70085221#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70085221#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e80f'; }

/* '' */
.icon-facebook:before {
  content: '\e810'; }

/* '' */
.icon-youtube:before {
  content: '\e812'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;'); }

.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;'); }

.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;'); }

.icon-instagram {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;&nbsp;'); }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */ }

.icon-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;'); }

.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;'); }

.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;'); }

.icon-instagram {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;&nbsp;'); }

.header {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 23px 20px 9px; }
  @media (min-width: 642px) {
    .header {
      padding-top: 69px; } }
  @media (min-width: 769px) {
    .header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 42px 0 9px 18px; } }
  @media (min-width: 1020px) {
    .header {
      padding-left: 0; } }

.header__nav {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  transition: left .5s;
  background: #000;
  height: 100vh;
  margin-left: 0;
  margin-top: 0;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 187px;
  padding-top: 60px;
  padding-left: 10px; }
  @media (min-width: 769px) {
    .header__nav {
      display: block;
      font-weight: 900;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 13px;
      position: relative;
      background-color: transparent;
      height: auto;
      padding: 0;
      width: auto; } }
  @media (width: 1024px) {
    .header__nav {
      margin-right: 15px; } }

.header__nav-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900; }
  @media (min-width: 769px) {
    .header__nav-link {
      padding: 12px 18px 11px;
      font-size: 14px; }
      .header__nav-link_active {
        border: 1px solid #ffffff;
        padding-right: 17px;
        padding-left: 17px; }
      .header__nav-link:first-child {
        margin-right: -3px;
        opacity: .5; }
        .header__nav-link:first-child:hover {
          opacity: 1; } }

.header__link {
  display: block;
  width: 145px;
  margin: 0 auto; }
  @media (min-width: 642px) {
    .header__link {
      width: 340px; } }
  @media (min-width: 769px) {
    .header__link {
      margin: 0;
      width: 166px; } }
  @media (width: 1024px) {
    .header__link {
      margin-left: 15px; } }

.header__logo {
  background: url("/static/images/webinars/logo-amocrm-mobile.svg") no-repeat;
  background-size: contain;
  width: 145px;
  height: 30px;
  position: relative;
  top: 0;
  margin: 0 auto; }
  @media (min-width: 642px) {
    .header__logo {
      width: 340px;
      height: 61px; } }
  @media (min-width: 769px) {
    .header__logo {
      background-image: url("/static/images/webinars/logo-amocrm-desktop.svg");
      width: 166px;
      height: 40px;
      margin-top: 10px; } }

.announce {
  text-align: center;
  padding: 0 0 53px; }
  @media (min-width: 1020px) {
    .announce {
      padding-bottom: 80px; } }

.announce__date, .announce__title, .announce__subtitle {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: bold; }

.announce__date {
  display: block;
  font-size: 21px;
  line-height: 21px;
  margin: 18px auto 17px;
  color: #e5e5e5; }
  @media (min-width: 642px) {
    .announce__date {
      font-size: 26px;
      line-height: 30px;
      margin-top: 49px;
      margin-bottom: 23px; }
      .announce__date br {
        display: none; } }
  @media (min-width: 1020px) {
    .announce__date {
      font-size: 25px;
      line-height: 24px;
      margin-top: 41px;
      margin-bottom: 25px;
      letter-spacing: 0.6px; } }

.announce__dot {
  display: none; }
  @media (min-width: 642px) {
    .announce__dot {
      display: inline; } }

.announce__title {
  font-size: 18vw;
  line-height: .9;
  text-transform: uppercase;
  margin-bottom: 9px;
  letter-spacing: -1px;
  padding-right: 2px; }
  @media (min-width: 642px) {
    .announce__title {
      font-size: 90px;
      line-height: 74px;
      margin-bottom: 26px; } }
  @media (min-width: 1020px) {
    .announce__title {
      font-size: 90px;
      margin-bottom: 26px;
      line-height: 74px; } }

.announce__subtitle {
  font-size: 7vw;
  line-height: 1.1;
  margin-bottom: 9px;
  text-transform: uppercase;
  letter-spacing: .8px; }
  @media (min-width: 642px) {
    .announce__subtitle {
      font-size: 30px;
      line-height: 1.2;
      letter-spacing: -0.8px;
      margin-bottom: 28px; } }
  @media (min-width: 1020px) {
    .announce__subtitle {
      font-size: 18px;
      letter-spacing: 0.9px;
      margin-bottom: 11px;
      line-height: 25px; }
      .announce__subtitle br {
        display: none; } }
  .announce__subtitle_desktop {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 642px) {
  .announce__subtitle_mobile,
  .announce__description_mobile {
    display: none; } }

@media (max-width: 641px) {
  .announce__subtitle_desktop,
  .announce__description_desktop {
    display: none; } }

.announce__description_desktop_hide {
  display: none; }

.announce__description {
  font-size: 4vw;
  line-height: 1.3;
  letter-spacing: .6px;
  width: 92%;
  margin: 0 auto 30px; }
  @media (min-width: 642px) {
    .announce__description {
      font-size: 20px;
      margin-bottom: 61px; } }
  @media (min-width: 1020px) {
    .announce__description {
      font-size: 16px;
      letter-spacing: 0.9px;
      margin-bottom: 42px;
      width: 85%;
      line-height: 22px; } }

.announce__button {
  margin: 0 auto;
  font-weight: 900;
  display: block;
  font-size: 4vw;
  background-color: #032ccd;
  padding-top: 4vw;
  padding-bottom: 4.4vw;
  text-transform: uppercase;
  text-align: center;
  transition: .2s ease .2s;
  margin-bottom: 10px;
  border: 1px solid #032ccd;
  box-shadow: 0 0 19.2px 0.6px rgba(2, 3, 21, 0.3);
  cursor: pointer; }
  @media (max-width: 641px) {
    .announce__button {
      width: 90vw; } }
  @media (min-width: 642px) {
    .announce__button {
      font-size: 20px;
      letter-spacing: 1.6px;
      line-height: 0;
      padding: 42px 0 39px;
      width: 467px; } }
  .announce__button:hover {
    transition: .1s ease;
    border-color: #1f36df;
    box-shadow: 0 0 25px 0.8px rgba(42, 121, 255, 0.9); }
  .announce__button:focus {
    transition: .1s ease;
    border-color: #1f36df;
    box-shadow: 0 0 25px 0.8px rgba(42, 121, 255, 0.9); }
  @media (min-width: 1020px) {
    .announce__button {
      font-size: 14px;
      width: 265px;
      padding: 18px 57px 17px;
      letter-spacing: 1px;
      line-height: 1.15; } }

.info {
  background-color: #0f0d30;
  padding: 33px 20px 0;
  height: 100%; }
  @media (min-width: 642px) {
    .info {
      padding-top: 68px; } }
  @media (min-width: 1020px) {
    .info {
      padding: 55px 0 0 0; } }

.info__speakers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto 34px; }
  @media (min-width: 642px) {
    .info__speakers {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1020px) {
    .info__speakers {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 55px; } }

.info__speaker-person {
  width: 335px;
  padding: 155px 20px 26px 15px;
  background-repeat: no-repeat;
  margin: 0 auto; }
  @media (max-width: 374px) {
    .info__speaker-person {
      width: 89vw; } }
  @media (min-width: 642px) {
    .info__speaker-person {
      width: 44.5vw;
      height: 44.5vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin: 0; } }
  @media (min-width: 1020px) {
    .info__speaker-person {
      width: 468px;
      height: auto;
      display: block;
      padding: 247px 25px 35px 20px; } }
  .info__speaker-person_islam {
    background-color: #212f93;
    background-image: url("/static/images/webinars/blue-filter.png"), url("/static/images/webinars/islam_mobile.png"), url("/static/images/webinars/logo-amocrm.png");
    background-size: 100% 100%, contain, 183px auto;
    background-position: right bottom, right bottom, 12px 20px; }
    @media (max-width: 374px) {
      .info__speaker-person_islam {
        background-size: 100% 100%, 106% auto, 183px auto;
        background-position: right bottom, left bottom, 12px 20px; } }
    @media (min-width: 1020px) {
      .info__speaker-person_islam {
        background-image: url("/static/images/webinars/blue-filter.png"), url("/static/images/webinars/islam_desktop.png"), url("/static/images/webinars/logo-amocrm.png");
        background-size: 100% 100%, contain, 278px auto;
        background-position: right bottom, right bottom, 16px 41px; } }
  .info__speaker-person_maksim {
    background-color: #4cbbda;
    background-image: url("/static/images/webinars/lightblue-filter.png"), url("/static/images/webinars/maksim_mobile.png"), url("/static/images/webinars/logo-implant.png");
    background-size: 100% 100%, contain, 183px auto;
    background-position: right bottom, right bottom, 14px 20px; }
    @media (min-width: 642px) {
      .info__speaker-person_maksim {
        background-size: 100% 100%, 94% auto, 278px auto; } }
    @media (min-width: 1020px) {
      .info__speaker-person_maksim {
        background-image: url("/static/images/webinars/lightblue-filter.png"), url("/static/images/webinars/maksim_desktop.png"), url("/static/images/webinars/logo-implant.png");
        background-size: 100% 100%, 86% auto, 278px auto;
        background-position: right bottom, right bottom, 19px 41px; } }

.info__title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 7vw;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -.8px;
  color: #e5e5e5; }
  @media (min-width: 642px) {
    .info__title {
      margin-bottom: 28px; } }
  @media (min-width: 1020px) {
    .info__title {
      font-size: 44px;
      margin-bottom: 37px; } }

.info__speaker-title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 2px;
  text-shadow: 0px 0px 28.8px rgba(0, 0, 0, 0.5); }
  @media (min-width: 1020px) {
    .info__speaker-title {
      font-size: 26px;
      margin-bottom: 4px; } }

.info__speaker-company {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: .5px;
  text-shadow: 0px 3px 3.52px rgba(0, 0, 0, 0.25); }
  @media (min-width: 1020px) {
    .info__speaker-company {
      font-size: 16px;
      margin-bottom: 22px; } }

.info__speaker-description {
  font-size: 12px;
  line-height: 1.3; }
  @media (min-width: 1020px) {
    .info__speaker-description {
      font-size: 16px;
      line-height: 1.35;
      letter-spacing: 0.8px; } }

.info__attend {
  text-align: center;
  padding-bottom: 33px; }
  @media (min-width: 1020px) {
    .info__attend {
      padding: 0 84px 55px 42px; } }

.info__attend-title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 7vw;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -.8px;
  color: #e5e5e5; }
  @media (min-width: 642px) {
    .info__attend-title {
      font-size: 44px;
      line-height: 44px; } }
  @media (min-width: 1020px) {
    .info__attend-title {
      font-size: 44px;
      margin-bottom: 32px; } }

.info__attend-wrapper {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.9px;
  padding: 0 15px;
  padding-right: 13px;
  padding-left: 13px;
  line-height: 22px; }
  @media (min-width: 501px) {
    .info__attend-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media (min-width: 1020px) {
    .info__attend-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 16px;
      padding-left: 0; } }

.info__attend-list {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (min-width: 501px) {
  .info__text-wrapper_first {
    width: 36vw; } }

.info__text-wrapper_first .info__attend-text {
  margin-bottom: 10px;
  letter-spacing: 0.9px; }
  @media (min-width: 1020px) {
    .info__text-wrapper_first .info__attend-text:first-child {
      margin-bottom: 21px; } }

@media (min-width: 1020px) {
  .info__text-wrapper_first {
    width: 400px; } }

@media (min-width: 501px) {
  .info__text-wrapper_second {
    width: 36vw; } }

.info__text-wrapper_second .info__attend-text {
  letter-spacing: 0.9px; }

@media (min-width: 1020px) {
  .info__text-wrapper_second {
    width: 400px;
    margin-right: 20px;
    margin-left: 90px; } }

.info__attend-text {
  line-height: 22px; }
  @media (min-width: 1020px) {
    .info__attend-text {
      font-size: 16px;
      line-height: 22px; } }

.info__attend-item {
  letter-spacing: 0.9px;
  padding-left: 29px;
  position: relative; }
  .info__attend-item::before {
    content: "·";
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 26px;
    line-height: 0;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: bold; }
    @media (min-width: 1020px) {
      .info__attend-item::before {
        top: 9px;
        left: 3px; } }
  @media (min-width: 1020px) {
    .info__attend-item {
      padding-left: 15px; } }

.register {
  text-align: center;
  padding: 35px 0 45px;
  background: linear-gradient(-40deg, #0042bd 0%, #231aae 100%);
  width: 100%;
  margin: 0;
  position: relative; }
  @media (min-width: 1020px) {
    .register {
      padding-top: 64px;
      padding-bottom: 48px; } }

.register__title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 30px;
  color: #ffcc1d;
  margin-bottom: 29px; }
  @media (min-width: 642px) {
    .register__title {
      font-size: 44px; } }
  @media (min-width: 1020px) {
    .register__title {
      font-size: 44px;
      margin-bottom: 27px; } }

.register__button {
  display: block;
  width: 290px;
  font-size: 15px;
  padding: 23px 0 19px 28px;
  text-align: center;
  border-radius: 11px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 auto 30px;
  position: relative;
  letter-spacing: 1.4px;
  background-color: #438ce8;
  background-image: url("/static/images/webinars/messenger.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 19px center;
  box-shadow: 0px 3px 15.68px 0.32px rgba(0, 0, 0, 0.3);
  border: 1px solid #438ce8; }
  .register__button_online {
    margin: 0; }
  .register__button:hover {
    transition: .1s ease;
    border: 1px solid #3f86ff;
    box-shadow: 0 0 25px 0.8px rgba(42, 121, 255, 0.9); }
  .register__button:focus {
    transition: .1s ease;
    border: 1px solid #3f86ff;
    box-shadow: 0 0 25px 0.8px rgba(42, 121, 255, 0.9); }
  @media (min-width: 642px) {
    .register__button {
      line-height: 1.18; } }
  @media (min-width: 1020px) {
    .register__button {
      font-size: 14px;
      padding: 21px 0 19px 30px;
      width: 310px;
      border-radius: 10px;
      background-position: 30px center;
      background-size: 24px 24px;
      margin-bottom: 22px; } }

.register__notice {
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 1020px) {
    .register__notice {
      font-size: 16px; } }

.register__close {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0; }

.register__close-title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  color: #e5e5e5;
  text-transform: uppercase;
  font-size: 21px; }
  @media (min-width: 642px) {
    .register__close-title {
      font-size: 26px; } }
  @media (min-width: 769px) {
    .register__close-title {
      font-size: 32px; } }
  @media (min-width: 1020px) {
    .register__close-title {
      font-size: 26px; } }

.footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 46px 20px 50px; }
  @media (min-width: 642px) {
    .footer {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto;
      width: 89%; } }
  @media (min-width: 1020px) {
    .footer {
      padding-left: 0;
      padding-right: 0;
      padding-top: 60px;
      margin: 0;
      width: auto; } }

.footer__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1020px) {
    .footer__wrapper:first-child {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 642px) {
    .footer__wrapper:last-child {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media (width: 1024px) {
    .footer__wrapper:last-child {
      margin-right: 15px; } }

.footer__contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 6px; }
  @media (min-width: 642px) {
    .footer__contacts {
      font-size: 16px;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      line-height: 22px;
      margin-left: 6px;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 1020px) {
    .footer__contacts {
      margin-bottom: 1px;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.footer__vbar {
  display: none; }
  @media (min-width: 642px) {
    .footer__vbar {
      display: inline-block;
      width: 12px;
      height: 20px;
      margin-right: 8px;
      border-right: 1px solid rgba(254, 254, 254, 0.5); } }
  @media (min-width: 1020px) {
    .footer__vbar {
      width: 14px;
      margin-right: 14px; } }

.footer__social {
  margin-bottom: 9px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px; }
  @media (min-width: 642px) {
    .footer__social {
      width: 60%;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 21px;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-left: -6px; } }
  @media (min-width: 1020px) {
    .footer__social {
      margin-left: 2px;
      width: auto;
      margin-top: -2px; } }

.footer__social-item {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  opacity: 0.5; }
  @media (min-width: 642px) {
    .footer__social-item {
      font-size: 16px; } }
  @media (min-width: 1020px) {
    .footer__social-item {
      font-size: 17px;
      margin-right: 8px; } }
  .footer__social-item_twitter {
    width: 18px;
    height: 15px; }
  .footer__social-item_facebook {
    width: 16px;
    height: 16px; }
    @media (min-width: 1020px) {
      .footer__social-item_facebook {
        margin-left: -1px; } }
  .footer__social-item_youtube {
    width: 17px;
    height: 14px; }
  .footer__social-item_instagram {
    width: 18px;
    height: 17px;
    margin-right: 8px; }
    @media (min-width: 1020px) {
      .footer__social-item_instagram {
        margin-left: 2px; } }
  .footer__social-item:hover {
    opacity: 1; }
  .footer__social-item:focus {
    opacity: 1; }

.footer__email {
  margin-bottom: 5px;
  opacity: 0.5; }
  @media (min-width: 642px) {
    .footer__email {
      margin-bottom: 0; } }
  @media (min-width: 1020px) {
    .footer__email {
      display: inline-block; } }
  .footer__email:hover {
    opacity: 1; }

.footer__phone {
  opacity: 0.5; }
  .footer__phone:hover {
    opacity: 1; }

.footer__copyright {
  margin-bottom: 4px;
  opacity: 0.5; }
  @media (min-width: 642px) {
    .footer__copyright {
      font-size: 16px;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      line-height: 22px;
      margin-bottom: 9px; } }
  @media (min-width: 1020px) {
    .footer__copyright {
      margin-right: 13px; } }
  @media (width: 1024px) {
    .footer__copyright {
      margin-left: 15px; } }

.footer__privacy {
  opacity: 0.5; }
  @media (min-width: 642px) {
    .footer__privacy {
      font-size: 16px;
      line-height: 22px; } }
  .footer__privacy:hover {
    opacity: 1; }

.modal__share {
  overflow: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%; }
  .modal__share_online {
    background-color: rgba(0, 0, 0, 0.75); }

.modal__share-container {
  width: 555px;
  height: 327px;
  top: 25%;
  left: calc(50vw - 278px);
  overflow: hidden;
  padding: 28px 0 151px 20px;
  background-image: linear-gradient(-40deg, #0042bd 0%, #231aae 100%);
  box-shadow: 0px 1px 39.2px 0.8px rgba(0, 0, 0, 0.6);
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  position: absolute; }
  @media (max-width: 641px) {
    .modal__share-container {
      padding-top: 51px; } }
  @media (max-width: 717px) {
    .modal__share-container {
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0; } }
  @media (max-width: 717px) {
    .modal__share-container_online {
      padding-left: 15px;
      padding-right: 15px; } }

.modal__share-title {
  font-size: 26px;
  letter-spacing: .52px;
  line-height: 1.15;
  font-family: "Roboto Condensed", Helvetica, sans-serif; }

.modal__share-description {
  width: 67%;
  margin: 17px 8px 5px 0;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px; }
  @media (max-width: 641px) {
    .modal__share-description {
      width: 90%;
      margin-bottom: 47px; } }
  @media (min-width: 642px) and (max-width: 717px) {
    .modal__share-description {
      margin-bottom: 12px; } }
  .modal__share-description_online {
    width: 94%;
    margin-bottom: 23px; }
    @media (max-width: 717px) {
      .modal__share-description_online {
        width: 100%; } }

.modal__share-block-buttons {
  width: 90%; }

.modal__share-button {
  padding-top: 11px;
  padding-bottom: 10px;
  width: 125px;
  color: #fff;
  font-weight: 400;
  margin-right: 12px;
  letter-spacing: normal;
  background-repeat: no-repeat;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1; }
  @media (max-width: 641px) {
    .modal__share-button {
      font-size: 20px;
      line-height: 1.18;
      padding-top: 11px;
      padding-bottom: 10px; } }
  @media (min-width: 641px) and (max-width: 717px) {
    .modal__share-button {
      padding-top: 13px;
      padding-bottom: 11px;
      letter-spacing: 0.5px; } }

.modal__share-button_facebook {
  display: inline-block;
  background-color: #325dc1;
  background-image: url("/static/images/webinars/fb.svg");
  background-size: 10px;
  background-position: 21px 7px;
  padding-left: 17px; }
  @media (max-width: 641px) {
    .modal__share-button_facebook {
      width: 180px;
      background-size: 13px;
      background-position: 35px 10px;
      font-size: 20px;
      padding-left: 42px;
      padding-bottom: 12px; } }
  .modal__share-button_facebook:hover {
    box-shadow: 0 0 25px 0.8px rgba(73, 103, 173, 0.8); }

.modal__share-button_linkedin {
  background-image: url("/static/images/webinars/linkedin.svg");
  background-size: 19px;
  background-position: 21px 7px;
  width: 119px;
  background-color: #3076b0;
  padding-left: 28px; }
  @media (max-width: 641px) {
    .modal__share-button_linkedin {
      width: 180px;
      margin-top: 20px;
      padding-left: 34px;
      background-size: 25px;
      background-position: 30px 10px;
      font-size: 20px; } }
  .modal__share-button_linkedin:hover {
    box-shadow: 0 0 25px 0.8px rgba(48, 118, 176, 0.8); }

.modal__share-button_twitter {
  background-image: url("/static/images/webinars/twitter.svg");
  background-size: 23px;
  background-position: 20px 8px;
  margin-top: 18px;
  width: 113px;
  padding-left: 28px;
  background-color: #1da1f2; }
  @media (max-width: 641px) {
    .modal__share-button_twitter {
      width: 180px;
      margin-top: 20px;
      background-size: 28px;
      background-position: 30px 11px;
      font-size: 20px;
      padding-left: 20px; } }
  .modal__share-button_twitter:hover {
    box-shadow: 0 0 25px 0.8px rgba(29, 161, 242, 0.5); }

.modal__share-close {
  position: absolute;
  right: 20px;
  top: 29px;
  background: url("/static/images/webinars/close.svg") no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px; }

.online__body {
  background-color: #010239;
  background-position: top center;
  background-position-y: 0;
  background-size: cover;
  background-image: url("/static/images/webinars/online-background.jpg");
  background-repeat: no-repeat; }

.online__container {
  max-width: 960px;
  margin: 48px auto 0 auto;
  padding: 0 20px 20px 20px;
  box-sizing: content-box; }

.online__player {
  position: relative;
  left: -2px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0px 12px 92.15px 2.85px rgba(0, 34, 183, 0.45); }

.online__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.online__logo-link {
  display: block;
  width: 150px;
  height: 30px;
  background-image: url("/static/images/webinars/logo-amocrm-desktop.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: 32px; }
  @media (max-width: 640px) {
    .online__logo-link {
      margin: 0 auto 32px; } }

/*# sourceMappingURL=app.css.map */
