/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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: 'Montserrat-regular';
  src: url("/fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat-medium';
  src: url("/fonts/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat-bold';
  src: url("/fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/ProximaNova-Regular.woff") format("woff"); }

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

body {
  background-color: #FCF9F0;
  color: #0E447A;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat-regular", sans-serif; }

.container {
  margin: 0 auto;
  padding: 0 30px; }

.btn {
  padding: 18px;
  background-color: #F0604B;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none; }
.btn:hover {
  background-color: #f69e92; }
.btn--blue {
  background-color: #0E447A; }
.btn--blue:hover {
  background-color: #166abf; }

.title {
  margin: 0;
  font-family: "Montserrat-bold", sans-serif;
  font-size: 30px;
  line-height: 37px; }

@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 30px; }
  .container {
    padding: 0 50px; }
  .title {
    font-size: 40px;
    line-height: 47px; }
  .btn {
    position: relative;
    padding: 20px 52px 20px 33px; }
  .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 16px;
    height: 15px;
    background: url("/upload/school/icon_arrow_right.svg"); } }

@media (min-width: 1400px) {
  .container {
    padding: 0 210px; }
  .title {
    font-size: 55px;
    line-height: 67px; } }

.header {
  position: relative; }
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  margin-bottom: 15px; }

@media (min-width: 1400px) {
  .header {
    padding-top: 39px;
    background-image: url("/upload/school/header_line_bg.svg"), url("/upload/school/line_header_bottom.svg");
    background-position: top right -35px, bottom -550px right -200px;
    background-repeat: no-repeat; } }

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

.menu__item {
  cursor: pointer; }

.menu__item:first-child {
  margin-right: 40px; }

.menu__link {
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #F47C66; }

.menu__link:hover {
  color: #f9b9ad;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }

#menu-icon {
  width: 16px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #0E447A;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menu-icon span:nth-child(even) {
  left: 50%; }

#menu-icon span:nth-child(odd) {
  left: 0; }

#menu-icon span:nth-child(1), #menu-icon span:nth-child(2) {
  top: 0; }

#menu-icon span:nth-child(3), #menu-icon span:nth-child(4) {
  top: 4px; }

#menu-icon span:nth-child(5), #menu-icon span:nth-child(6) {
  top: 8px; }

#menu-icon.open span:nth-child(1), #menu-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#menu-icon.open span:nth-child(2), #menu-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menu-icon.open span:nth-child(1) {
  left: 0;
  top: 2px; }

#menu-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 2px; }

#menu-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#menu-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#menu-icon.open span:nth-child(5) {
  left: 0;
  top: 7px; }

#menu-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 7px; }

.show-menu {
  position: absolute;
  right: 30px;
  left: 30px;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: #FCF9F0;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.75); }
.show-menu .menu__item {
  margin-bottom: 20px; }
.show-menu .menu__link {
  display: block;
  padding: 10px 0;
  width: 100%; }

@media (min-width: 768px) {
  #menu-icon {
    display: none; }
  .show-menu {
    position: static;
    padding: 0;
    background-color: #FCF9F0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .show-menu .menu__item {
    margin-bottom: 20px; }
  .show-menu .menu__link {
    display: block;
    padding: 10px 0;
    width: 100%; }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.hero {
  padding-bottom: 55px; }
.hero__age {
  position: absolute;
  bottom: 55%;
  right: 25%;
  color: gray;
  font-size: 12px; }
.hero__img {
  display: block;
  max-width: 323px;
  padding-left: 21px;
  margin: 0 auto; }
.hero__title {
  margin: 16px 0 21px;
  font-family: "Montserrat-medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #F0604B; }
.hero__text {
  margin-bottom: 25px;
  font-family: "Montserrat-bold", sans-serif;
  font-size: 29px; }
.hero__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 24px; }

@media (min-width: 768px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 50px;
    padding-bottom: 20px; }
  .hero__age {
    bottom: 20%;
    right: 5%; }
  .hero .container {
    margin: 0;
    padding: 0;
    width: 60%;
    max-width: 780px; }
  .hero__img {
    max-width: 659px;
    width: 40%; } }

@media (min-width: 1400px) {
  .hero {
    padding-left: 210px;
    padding-bottom: 114px; }
  .hero__title {
    font-size: 30px;
    line-height: 37px; }
  .hero__text {
    font-size: 55px;
    line-height: 67px; }
  .hero__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 86px;
    font-size: 25px;
    line-height: 30px; }
  .hero__time-text {
    margin-right: 50px; } }

.about {
  padding-top: 24px;
  padding-bottom: 35px;
  background-color: #F47C66;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%; }
.about__image {
  margin: 0 auto;
  width: 261px;
  height: 207px;
  background: url("/upload/school/about_image.svg") no-repeat center center; }
.about__text--bold {
  font-family: "Montserrat-medium", sans-serif;
  font-size: 18px;
  font-weight: bold; }

@media (min-width: 768px) {
  .about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .about__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0; }
  .about__description {
    width: 70%; } }

@media (min-width: 1400px) {
  .about {
    padding-top: 60px;
    padding-bottom: 86px; }
  .about__image {
    width: 380px;
    height: 510px;
    background: url("/upload/school/about_image_med.svg") no-repeat; }
  .about__description {
    width: 60%; }
  .about__text {
    font-size: 25px;
    line-height: 37px; } }

.info {
  padding-top: 52px;
  padding-bottom: 90px;
  background-color: #9EBDEF; }

.plan__list {
  padding: 0;
  margin-bottom: 50px; }

.plan__item {
  font-size: 16px;
  line-height: 150%; }

.speakers__title {
  margin-bottom: 30px; }

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

.speaker {
  position: relative;
  margin-bottom: 36px; }
.speaker__image {
  width: 220px;
  height: auto;
  margin-bottom: 43px; }
.speaker__name {
  position: absolute;
  top: 123px;
  left: 125px; }
.speaker__about {
  margin: 0;
  font-size: 16px;
  line-height: 150%; }

@media (min-width: 768px) {
  .info {
    padding-top: 104px;
    padding-bottom: 139px; }
  .plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .plan__item {
    max-width: 638px;
    font-size: 30px; }
  .speakers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .speakers__item {
    width: 45%; }
  .speaker {
    margin-bottom: 0; } }

@media (min-width: 1400px) {
  .info {
    background-image: url("/upload/school/line_speakers_bg.svg");
    background-repeat: no-repeat; }
  .speakers__title {
    margin-bottom: 64px; }
  .speaker__image {
    width: 396px;
    margin-bottom: 112px; }
  .speaker__name {
    top: 221px;
    left: 221px; }
  .speaker__about {
    font-size: 25px;
    line-height: 150%; }
  .plan__item {
    margin-bottom: 30px; } }

.program {
  padding-bottom: 80px; }
.program__header, .program__title {
  padding: 0 30px; }
.program__name {
  padding-top: 43px;
  padding-bottom: 25px; }
.program__nav {
  display: none; }
.program__title {
  font-family: "Montserrat-bold", sans-serif;
  font-size: 19px;
  line-height: 24px; }
.program__module-name {
  display: block; }

.nav,
.course {
  list-style: none;
  padding: 0;
  margin: 0; }

@media (min-width: 768px) {
  .program__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .program__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px; }
  .program__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    line-height: 24px; }
  .program__title {
    text-align: center;
    font-size: 30px;
    line-height: 39px; }
  .program__module-name {
    display: inline; }
  .nav__item:first-child {
    margin-right: 40px; }
  .nav__link {
    text-decoration: none;
    color: #F0604B; }
  .nav__link:hover {
    color: #f9b9ad;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
  .nav__link--active {
    color: #f9b9ad;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; } }

@media (min-width: 1400px) {
  .program--bg {
    background: url("/upload/school/line_program_top_bg.svg") no-repeat;
    background-position-y: -700px;
    background-position-x: right; }
  .program__header {
    padding: 0 210px; }
  .program__title {
    font-size: 40px;
    line-height: 49px; } }

.course {
  padding-right: 30px; }
.course__item {
  position: relative;
  margin-bottom: 48px;
  padding-left: 60px; }
.course__item::after {
  position: absolute;
  left: 17px;
  top: -2px;
  content: "";
  width: 30px;
  height: 31px;
  display: block;
  background: url("/upload/school/program_icon_arrow.svg"); }
.course__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 125%;
  left: 30px;
  background-color: #F47C66; }
.course__item:last-child::before {
  background-color: #FCF9F0;
  top: 7%; }
.course__item:nth-last-child(2)::before {
  height: 121%; }
.course__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: right; }
.course__date {
  font-family: "Montserrat-bold", sans-serif;
  font-size: 30px;
  line-height: 45px;
  color: #F0604B; }
.course__name {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Montserrat-bold", sans-serif;
  font-size: 18px;
  line-height: 22px; }
.course__wrapper {
  max-height: 84px;
  margin-bottom: 5px;
  line-height: 21px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
.course__description {
  padding: 0;
  margin: 0; }
.course__bold {
  display: block;
  margin-top: 20px;
  font-family: "Montserrat-bold", sans-serif; }
.course__btn {
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #F47C66;
  cursor: pointer; }

@media (min-width: 768px) {
  .course {
    padding: 0 50px; }
  .course__item {
    width: 40%;
    max-width: 433px;
    margin-bottom: 0; }
  .course__item:nth-child(odd)::before {
    left: auto;
    right: -32px; }
  .course__item:nth-child(odd)::after {
    left: auto;
    right: -46px; }
  .course__item:nth-child(2n) {
    margin-top: 110px; }
  .course__item:nth-child(2n)::after {
    top: 45%; }
  .course__item:nth-last-child(2)::before {
    height: 70%; }
  .course__item:last-child::before {
    top: 6%;
    height: 50%;
    background-color: #FCF9F0; }
  .course__time {
    font-size: 18px; } }

@media (min-width: 1400px) {
  .course {
    padding: 0 210px; }
  .course__item {
    width: 40%;
    max-width: 433px;
    margin-bottom: 0;
    padding-right: 30px; }
  .course__item:nth-child(2n) {
    margin-top: 110px;
    padding-left: 90px;
    padding-right: 0; }
  .course__wrapper {
    max-height: 118px;
    line-height: 30px; }
  .course__date {
    font-size: 50px; }
  .course__name {
    font-size: 25px;
    line-height: 30px; }
  .course__wrapper .course__description {
    line-height: 30px; } }

.show-course {
  max-height: 100%; }

.separator {
  position: relative;
  padding-bottom: 58px;
  background-color: #F47C66; }
.separator__image {
  position: absolute;
  top: -48px;
  right: 30px;
  width: 258px;
  height: 182px;
  background: url("/upload/school/separator_image.svg") no-repeat center center;
  background-size: cover; }
.separator__text {
  margin: 0;
  margin-bottom: 30px;
  padding-top: 133px;
  max-width: 500px;
  font-family: "Montserrat-bold", sans-serif;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF; }

@media (min-width: 768px) {
  .separator__image {
    top: 30%; }
  .separator__text {
    margin-bottom: 50px; } }

@media (min-width: 900px) {
  .separator {
    padding-bottom: 104px; }
  .separator__image {
    top: 10%;
    width: 40%;
    height: 80%; } }

@media (min-width: 1200px) {
  .separator__image {
    width: 534px;
    height: 378px; }
  .separator__text {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 49px; } }

@media (min-width: 1400px) {
  .outer {
    padding: 0 117px;
    background: url("/upload/school/line_separator_bg.svg") no-repeat;
    background-position-y: -20rem;
    background-size: auto; }
  .separator .container {
    padding: 0 92px; } }

.register {
  position: relative;
  padding-top: 150px;
  padding-bottom: 66px;
  background-color: #9EBDEF; }
.register__image {
  position: absolute;
  top: -96px;
  right: 30px;
  width: 226px;
  height: 222px;
  background: url("/upload/school/register_img.svg") no-repeat center center;
  background-size: cover; }
.register__text {
  display: none; }

.form__label {
  display: block;
  letter-spacing: 4px;
  padding-top: 30px; }

.label-text {
  display: block; }

.form__label .label-text {
  color: #FFFFFF;
  cursor: text;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  -webkit-transform: translateY(-34px);
  -ms-transform: translateY(-34px);
  transform: translateY(-34px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.form__label input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  color: #0E447A;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  outline: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%; }

.form__label input:focus {
  max-width: 100%;
  border-bottom: 2px solid #0E447A; }

.form__label input:focus + .label-text {
  color: #FFFFFF;
  font-size: 13px;
  -webkit-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  transform: translateY(-74px); }

.form__label input:valid + .label-text {
  font-size: 13px;
  -webkit-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  transform: translateY(-74px); }

.form__label select {
  padding-left: 20px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  color: #0E447A;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  outline: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%; }

.form__label select:focus {
  max-width: 100%;
  border-bottom: 2px solid #0E447A; }

.form__label select:focus + .label-text {
  color: #FFFFFF;
  font-size: 13px;
  -webkit-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  transform: translateY(-74px); }

.form__label select:valid + .label-text {
  font-size: 13px;
  -webkit-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  transform: translateY(-74px); }

.form__label .invalid {
  border-bottom-color: #F47C66; }

.error {
  color: #F47C66; }

.invalid ~ .error {
  margin-bottom: 15px; }

.checkbox {
  margin-bottom: 44px; }
.checkbox__label {
  font-family: "ProximaNova", sans-serif; }
.checkbox a {
  color: #0E447A; }

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 32px; }

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block; }

.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 2px solid #FFFFFF;
  left: 0;
  top: 3px; }

.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 7px; }

.checkbox input[type="checkbox"] + label::after {
  content: none; }

.checkbox input[type="checkbox"]:checked + label::after {
  content: ""; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

.agreement a {
  color: #0E447A; }

.agreement input[type="checkbox"] {
  opacity: 0; }

.agreement label {
  position: relative;
  display: inline-block;
  padding-left: 32px; }

.agreement label::before,
.agreement label::after {
  position: absolute;
  content: "";
  display: inline-block; }

.agreement label::before {
  height: 16px;
  width: 16px;
  border: 2px solid #FFFFFF;
  left: 0;
  top: 3px; }

.agreement label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 7px; }

.agreement input[type="checkbox"] + label::after {
  content: none; }

.agreement input[type="checkbox"]:checked + label::after {
  content: ""; }

.agreement input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

@media (min-width: 768px) {
  .register {
    padding-top: 80px; }
  .register__text {
    display: block;
    max-width: 500px; } }

@media (min-width: 870px) {
  .register__image {
    top: -30px;
    right: 50px; } }

@media (min-width: 1400px) {
  .register {
    padding-top: 95px;
    padding-bottom: 145px; }
  .register__text {
    max-width: 600px;
    font-size: 30px;
    line-height: 150%; }
  .register__image {
    top: -73px;
    right: 210px;
    width: 380px;
    height: 373px; } }

@media (min-width: 1500px) {
  .register__text {
    max-width: 710px; } }

.footer {
  padding-top: 53px;
  background-color: #0E447A;
  color: #FFFFFF;
  font-family: "Graphik-regular", sans-serif; }
.footer__title {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Graphik-bold", sans-serif; }
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  list-style: none; }
.footer__item {
  width: 50%; }
.footer__copyright {
  display: block;
  padding: 16px 0 50px;
  border-top: 1px solid #FFFFFF;
  font-size: 15px;
  line-height: 25px; }

.footer__title,
.contacts__title,
.contacts__phone {
  font-size: 15px;
  line-height: 18px; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }
.contacts__item {
  width: 50%; }
.contacts__title {
  color: #F26B52; }
.contacts__phone {
  text-decoration: none;
  color: #FFFFFF; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  max-width: 120px;
  list-style: none; }

@media (min-width: 768px) {
  .footer__title,
  .contacts__title,
  .contacts__phone {
    font-size: 18px;
    line-height: 22px; } }

@media (min-width: 1200px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__contacts.contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer__item {
    width: auto; }
  .contacts__item {
    width: 30%; }
  .socials {
    margin-bottom: 35px; } }

@media (min-width: 1400px) {
  .footer {
    padding-top: 60px; }
  .footer__copyright {
    font-size: 15px;
    line-height: 25px; } }

.popup {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 100px;
  -webkit-box-shadow: 1px 1px 1px 1px black;
  box-shadow: 1px 1px 1px 1px black;
  background-color: #FCF9F0; }
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }

.show-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #9EBDEF;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }
.modal-content {
  padding: 2rem; }
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
.modal-close {
  text-decoration: none;
  display: block;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-right: 10px; }

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }
