/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 */
}

/**
 * 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;
}


/* Main Styles */
body {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
}
body, p, h1, h2, h3, div, sup, b {
  font-family: Arial, Helvetica, sans-serif;
}
img {
  display: block;
}
.center {
  text-align: center;
}
.head {
  display: block;
  padding: 20px 0 7px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  box-sizing: border-box;
  height: 102px;
}
.head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.link__logo {
  display: block;
  width: 245px;
  margin: 0 auto;
}
.wrap {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1280px;
  min-height: calc(100vh - 164px);
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.wrap:after,
.wrap:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 10px;
  display: block;
  left: 50%;
  margin-left: -5px;
  z-index: 10;
}
.wrap:before {
  top: 50px;
}
.wrap:after {
  bottom: 54px;
}
.side {
  width: 50%;
  box-sizing: border-box;
}
.side--left {
  padding: 15px 32px 37px 10px;
}
.side--left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 110px);
  top: 53px;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyIDE1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyIDE1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMkYzMDY0O30NCgkuc3Qxe2ZpbGw6I2Q5ZDlkOTt9DQo8L3N0eWxlPg0KPGc+DQoJPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjAiIGhlaWdodD0iOSIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMCwwIDAsMCAwLDkgMCw5IDAsMCAJIi8+DQo8L2c+DQo8Zz4NCgk8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMiIgaGVpZ2h0PSIxMSIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: repeat-y;
  left: 50%;
  margin-left: -2px;
}
.side--right {
  padding: 38px 18px 15px 10px;
}
.side__title {
  font-size: 2.8333333125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #303165;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 71px;
  padding: 0 0 0 10px;
}
.side__description {
  font-size: 1.1666666875rem;
  font-weight: normal;
  line-height: 1.27;
  display: block;
  color: #FFFFFF;
  background: #303165;
  width: 100%;
  max-width: 528px;
  margin: 0 auto 10px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8px 11px 8px 13px;
}
.timer__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #303165;
  margin: 0 auto 9px;
}
.timer__body {
  width: 357px;
  height: 78px;
  background: #303165;
  margin: 0 auto 52px;
  padding: 5px 16px 5px 20px;
  box-sizing: border-box;
}
.button {
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #303165;
  display: block;
  text-decoration: none;
}
.button__register {
  max-width: 528px;
  height: 64px;
  line-height: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 20px;
}
.button__contact {
  max-width: 130px;
  height: 20px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 20px;
  padding: 0 0 0 2px;
  letter-spacing: 0.038rem;
}
.time {
  font-weight: bold;
  color: #303165;
}
.time--title {
  color: #FFFFFF;
}
.side__text {
  font-size: 1.1666666875rem;
  margin: 0 auto;
}
.side__text b {
  font-weight: bold;
  color: #303165;
}
.side__text--subtitle {
  max-width: 457px;
  margin: 0 auto 5px;
}
.side__text--bold {
  font-weight: bold;
  color: #303165;
  margin: 24px auto 29px;
}
.side__text--bullets {
  font-size: 1.16rem;
  position: relative;
  padding: 0 7px 0 6px;
}
.side__text--bullets:after,
.side__text--bullets:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #303165;
  display: inline-block;
  top: -2px;
  position: relative;
}
.side__text--bullets:before {
  margin-right: 12px;
}
.side__text--bullets:after {
  margin-left: 9px;
}
.side__text--bullets b {
  font-size: 1.078rem;
}
.side__text--note {
  font-size: 0.5833333125rem;
  letter-spacing: -0.004rem;
  margin: 0 auto 10px;
  color: #525252;
  padding: 0 1px 0 0;
}
.side__text--note sup {
  font-size: 100%;
  top: 0;
  left: -1px;
}
.schedule {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px 0 22px;
  position: relative;
}
.schedule:before,
.schedule:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #303165;
  border-radius: 10px;
  display: block;
  left: 50%;
  margin-left: -4px;
  z-index: 10;
}
.schedule:before {
  top: 9px;
}
.schedule:after {
  bottom: 20px;
}
.schedule .time {
  display: block;
}
.schedule__item {
  text-align: right;
  width: 50%;
  box-sizing: border-box;
  padding: 0 11px 0 12px;
  margin-bottom: 6px;
}
.schedule__item:first-child:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 41px);
  top: 11px;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyIDE1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyIDE1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMkYzMDY0O30NCgkuc3Qxe2ZpbGw6IzMwMzE2NTt9DQo8L3N0eWxlPg0KPGc+DQoJPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjAiIGhlaWdodD0iOSIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMCwwIDAsMCAwLDkgMCw5IDAsMCAJIi8+DQo8L2c+DQo8Zz4NCgk8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMiIgaGVpZ2h0PSIxMSIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: repeat-y;
  left: 50%;
  margin-left: -1px;
}
.schedule__item:nth-child(2n) {
  text-align: left;
}
.schedule__text {
  font-size: 1rem;
  line-height: 1.18;
  margin: 0;
}
.foot {
  padding: 11px;
  background: #f7f7f7;
  height: 62px;
  box-sizing: border-box;
}

.foot_text {
  font-size: 0.66rem;
  letter-spacing: -0.004rem;
  margin: 7px auto 5px;
}
@media (min-width: 1800px) {
  .button {
    border-radius: 15px;
  }
  .head {
    height: 118px;
    padding: 10px 0 7px;
  }
  .link__logo {
    width: 368px;
  }
  .link__logo img {
    width: 368px;
  }
  .wrap {
    max-width: 1920px;
    min-height: calc(100vh - 211px);
  }
  .side--left {
    padding: 18px 52px 31px 15px;
  }
  .side__title {
    font-size: 4.22rem;
    margin: 0 auto 106px;
    max-width: 800px;
  }
  .timer__title {
    font-size: 2.25rem;
    margin: 0 auto 13px;
  }
  .timer__body {
    width: 540px;
    height: 118px;
    margin: 0 auto 77px;
    padding: 3px 25px 0 23px;
  }
  .flipper-group label {
    font-size: 1.1rem;
    top: 4px
  }
  .flipper-delimiter {
    width: 6px;
  }
  .flipper-group.flipper-delimiter {
    width: 22px;
  }
  .button__register {
    max-width: 790px;
    height: 95px;
    font-size: 2.26rem;
    line-height: 1.7;
    border-radius: 15px;
  }
  .side--left:after {
    margin-left: -3px;
    top: 81px;
    height: calc(100% - 164px);
  }
  .wrap:after, .wrap:before {
    width: 12px;
    height: 12px;
    margin-left: -8px;
  }
  .wrap:before {
    top: 74px;
  }
  .wrap:after {
    bottom: 80px;
  }
  .side__description {
    font-size: 1.74rem;
    max-width: 790px;
    border-radius: 15px;
    padding: 11px 11px 13px 13px;
    margin: 0 auto 16px;
  }
  .side--right {
    padding: 20px 11px 0 10px;
  }
  .side__text {
    font-size: 1.745rem;
  }
  .side__text--subtitle {
    max-width: 700px;
    margin: 0 auto 11px;
  }
  .schedule {
    padding: 22px 0 34px;
  }
  .schedule__text {
    font-size: 1.5rem;
    padding: 0 18px 0 18px;
    margin-bottom: 9px;
  }
  .schedule__item {
    padding: 0 0 0 1px;
    margin-bottom: 0;
  }
  .schedule:before, .schedule:after {
    margin-left: -6px;
    width: 12px;
    height: 12px;
  }
  .schedule:before {
    top: 8px;
  }
  .schedule:after {
    bottom: 29px;
  }
  .side__text--bullets {
    font-size: 1.74rem;
    padding: 0 17px 0 5px;
  }
  .side__text--bullets:after, .side__text--bullets:before {
    width: 8px;
    height: 8px;
  }
  .side__text--bullets:before {
    margin-left: 15px;
  }
  .side__text--bullets:after {
    margin-left: 14px;
  }
  .side__text--bullets b {
    font-size: 1.65rem;
  }
  .side__text--bold {
    margin: 15px auto 10px;
  }
  .side__text--note {
    font-size: 0.9rem;
    letter-spacing: 0;
    margin: 0 auto 21px;
  }
  .foot {
    padding: 18px;
    height: 93px;
  }
  .button__contact {
    max-width: 194px;
    height: 28px;
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 0 0 0 0;
  }
  .foot_text {
    font-size: 1.01rem;
    letter-spacing: 0;
    margin: 12px auto 5px;
  }
}
@media (max-width: 1400px) {
  .side--right {
    padding: 15px 18px 5px 10px;
  }
  .head {
    padding: 5px 0 7px;
    height: 75px;
  }
  .side__description {
    margin: 0 auto 5px;
  }
  .side__text--bold {
    margin: 5px auto 10px;
  }
  .schedule {
    padding: 18px 0 10px;
  }
  .schedule::after {
    bottom: 8px;
  }
  .schedule__item:first-child::after {
    height: calc(100% - 26px);
  }
  .side--left {
    padding: 15px 32px 20px 10px;
  }
  .wrap {
    height: calc(100vh - 137px);
  }
}
@media (max-width: 1024px) {
  .wrap {
    flex-direction: column;
    justify-content: start;
    height: auto;
  }
  .wrap:after,
  .wrap:before {
    display: none;
  }
  .side--left {
    position: relative;
    width: 100%;
    padding: 38px 10px 37px 10px;
  }
  .side--left:after {
    bottom: -2px;
    height: 2px;
    width: calc(100% - 44px);
    top: auto;
    left: 24px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNSAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMkYzMDY0O30NCgkuc3Qxe2ZpbGw6I0Q5RDlEOTt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCwwIDExLDAgMTEsMCAJCSIvPg0KCQk8cG9seWdvbiBwb2ludHM9IjAsMCAwLDAgMCwyIDAsMiAJCSIvPg0KCTwvZz4NCgk8Zz4NCgkJPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjExIiBoZWlnaHQ9IjIiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
    background-repeat: repeat-x;
  }
  .side--right {
    position: relative;
    width: 100%;
    padding: 38px 10px 15px 10px;
  }
  .side--right:before,
  .side--right:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    border-radius: 10px;
    display: block;
    top: -3px;
  }
  .side--right:before {
    left: 20px;
  }
  .side--right:after {
    right: 20px;
  }
  .side__title {
    padding: 0;
  }
  .side__description {
    padding: 8px 10px;
  }
  .schedule__item {
    padding: 0 10px;
  }
  .side__text--bullets {
    padding: 0 10px;
  }
  .button__contact {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .side__title {
    margin: 0 auto 30px;
  }
  .wrap {
    min-height: 100%;
  }
  .side--right,
  .side--left {
    padding: 20px 20px 30px 20px;
  }
  .foot {
    min-height: 62px;
    height: 100%;
    padding: 11px 20px;
  }
  .timer__body {
    max-width: 357px;
    width: 100%;
    height: auto;
    padding: 5px 2px 5px 8px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 360px) {
  .flipper-digit {
    margin-top: 0.5em;
  }
  .side__title {
    font-size: 2.533rem;
  }
}