*:focus::-moz-placeholder {
  color: transparent !important; }

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important; }

*:focus:-moz-placeholder {
  color: transparent !important; }

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important; }

*:focus::-webkit-input-placeholder {
  color: transparent !important; }

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important; }

/*! 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; }

html,
body {
  height: 100%; }

body {
  position: relative;
  font-size: 14px;
  background: url("../images/dark_back.jpg");
  background-size: 100%;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased; }

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

svg {
  pointer-events: none; }

input,
textarea,
button {
  border: none;
  outline: none;
  border-radius: 0; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
button {
  -webkit-appearance: none; }

fieldset {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

li {
  list-style: none; }

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

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

.container {
  width: 1010px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .container {
      width: 100%; } }

.button {
  height: 37px;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 20px;
  cursor: pointer; }
  .button.style_orange {
    color: #000000;
    background-color: #edb240; }
  .button.style_orange_2 {
    height: 56px;
    color: #6f2f0e;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.41);
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.41);
    background-color: #edb240; }
    @media screen and (max-width: 767px) {
      .button.style_orange_2 {
        font-size: 18px; } }
  .button__text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .button__text img {
      margin-right: 12px;
      width: auto; }

a.button {
  display: inline-block; }

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

input::-ms-clear {
  width: 0;
  height: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 175px;
  color: #fff;
  border-bottom: 2px solid #fff;
  z-index: 10;
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out; }
  .header.is_sticky {
    background-color: rgba(61, 42, 34, 0.9); }
    @media screen and (min-width: 768px) {
      .header.is_sticky {
        height: 120px; } }
  @media screen and (min-width: 768px) {
    .header .container {
      height: inherit;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 155px; } }

.header-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .header-container .header-logo {
      display: none; } }

.header-logo {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .header-logo {
      padding: 0;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 0 0 0; } }
  .header-logo__icon {
    margin: 0 0 5px; }
    @media screen and (max-width: 767px) {
      .header-logo__icon {
        display: none; } }
  .header-logo__icon.mob {
    display: none; }
    @media screen and (max-width: 767px) {
      .header-logo__icon.mob {
        display: block; } }
    .header-logo__icon.mob img {
      width: 100%;
      height: auto; }
  .header-logo__title {
    font-size: 15px;
    letter-spacing: 0.7px; }
    @media screen and (max-width: 767px) {
      .header-logo__title {
        display: none; } }

.header-button {
  margin-top: 5px; }
  .header-button .button__text {
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    .header-button .button {
      height: 50px;
      min-width: 160px;
      font-size: 18px; } }

.header-slogan {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 40px 0 40px;
  max-width: 700px; }
  @media screen and (max-width: 767px) {
    .header-slogan {
      font-size: 11px;
      line-height: 20px;
      max-width: 65%;
      padding: 9px 0 0 0; }
      .header-slogan span {
        display: block; }
      .header-slogan .header-slogan_bold {
        text-transform: uppercase; }
        .header-slogan .header-slogan_bold span {
          display: none; }
      .header-slogan .header-slogan_litle {
        font-weight: normal; } }

.header-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -18px;
  left: 62px; }
  .header-social__elem:not(:last-child) {
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .header-social {
      left: 0;
      top: 0; } }

.header-illustration {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .3; }

.help_modal {
  display: none;
  max-width: 60%;
  background: url(../images/bg-popup.jpg) 50% 50%;
  border: 10px solid #edb240; }
  @media screen and (max-width: 767px) {
    .help_modal {
      max-width: 100%; } }
  .help_modal h2 {
    font-size: 25px;
    letter-spacing: .5px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .help_modal h2 {
        font-size: 18px; } }
  .help_modal h3 {
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .help_modal h3 {
        font-size: 16px; } }
  .help_modal .modal-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .help_modal .modal-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .help_modal .col-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .help_modal .col-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .help_modal .col-text .col {
      padding: 0 10%; }
      @media screen and (max-width: 767px) {
        .help_modal .col-text .col {
          padding: 0; } }
  .help_modal .modal-nav__elem {
    display: block;
    padding: 2px 10px;
    background: #ffffff;
    outline: none;
    height: 125px;
    margin-left: 5%;
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.69);
            box-shadow: 0 1px 25px rgba(0, 0, 0, 0.69); }
    @media screen and (max-width: 767px) {
      .help_modal .modal-nav__elem {
        margin-left: 0;
        margin-bottom: 10px; } }
    .help_modal .modal-nav__elem:first-child {
      margin-left: 0; }
    .help_modal .modal-nav__elem a {
      outline: none;
      font-weight: 700; }
    .help_modal .modal-nav__elem img {
      width: 100%;
      height: auto;
      margin: 0; }

.modal {
  display: none;
  max-width: 60%;
  background: url(../images/bg-popup.jpg) 50% 50%;
  border: 10px solid #edb240; }
  @media screen and (max-width: 767px) {
    .modal {
      max-width: 100%; } }
  .modal h2 {
    font-size: 25px;
    letter-spacing: .5px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .modal h2 {
        font-size: 18px; } }

.school_modal_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.fancybox-button {
  height: 55px;
  width: 55px; }

.is-error input {
  -webkit-box-shadow: 0 0 0 1px red !important;
          box-shadow: 0 0 0 1px red !important; }

.page-wrapper {
  color: #fff;
  position: relative;
  padding-top: 175px; }
  @media screen and (max-width: 767px) {
    .page-wrapper {
      padding-top: 225px; } }

.illustration-pavlin {
  position: absolute;
  top: 570px;
  right: 0; }
  @media screen and (max-width: 767px) {
    .illustration-pavlin {
      display: none; } }

.hero-main {
  border-bottom: 2px solid #fff;
  margin-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .hero-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 82px;
      padding-bottom: 95px; }
      .hero-main .shadow-block {
        margin-left: -10px; } }
  @media screen and (max-width: 767px) {
    .hero-main {
      padding-bottom: 30px;
      margin-bottom: 60px; }
      .hero-main .shadow-block {
        width: 100%; } }

@media screen and (min-width: 768px) {
  .hero-left {
    width: 520px; } }

@media screen and (max-width: 767px) {
  .hero-left {
    margin-bottom: 60px; } }

.hero-right {
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero-right {
      width: calc(100% - 520px);
      padding-left: 55px; } }

.yo-iframe-video {
  position: relative; }
  .yo-iframe-video__cover {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.hero-video {
  width: 520px;
  height: 290px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .hero-video {
      width: 100%;
      height: 60vw; } }

.shadow-block {
  position: relative;
  display: inline-block; }

.shadow-inner {
  position: relative; }

.shadow-overlay {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 392px;
  height: 80px;
  background: url("../images/shadow.png") no-repeat;
  background-size: 100%;
  background-position: center center; }
  .shadow-overlay.size_small {
    bottom: -35px; }
  @media screen and (max-width: 767px) {
    .shadow-overlay {
      width: 100%; } }

.hero-illustration {
  position: absolute;
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    .hero-illustration {
      top: -60px;
      left: 300px; } }
  @media screen and (max-width: 767px) {
    .hero-illustration {
      bottom: 0;
      right: -15px; }
      .hero-illustration img {
        width: 180px; } }

.hero-progress {
  width: 200px;
  height: 9px;
  background-color: #a0a0a0;
  margin: 0 0 35px; }
  .hero-progress__fill {
    height: 100%;
    background-color: #edb240; }

.hero-row {
  margin: 0 0 13px;
  position: relative; }
  .hero-row__label {
    color: #edb240;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px; }
  .hero-row__title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; }

.hero-button {
  margin-top: 35px; }

.main-header {
  margin: 0 0 70px; }

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .main-nav__elem {
    margin: 0 25px; }
  @media screen and (max-width: 767px) {
    .main-nav {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main-nav__elem {
        width: 50%;
        margin: 0;
        padding: 0 5px 10px; }
        .main-nav__elem .button {
          width: 100%;
          font-size: 10px;
          padding: 0 5px; } }

.caption {
  color: #edb240;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .caption {
      font-size: 24px; } }

.main-intro {
  margin-bottom: 40px; }
  .main-intro__image {
    float: left;
    margin: 0 35px 20px 0; }
    @media screen and (max-width: 767px) {
      .main-intro__image {
        float: none; }
        .main-intro__image img {
          width: 100%; } }
  .main-intro__text {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px; }
    .main-intro__text p:not(:last-child) {
      margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .main-intro__text {
        font-size: 16px;
        line-height: 22px; }
        .main-intro__text p:not(:last-child) {
          margin-bottom: 20px; } }

.course-structure__title {
  color: #edb240;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .course-structure__title {
      font-size: 20px;
      line-height: 24px; } }

.structure-group {
  position: relative; }

.pavlin-img-2 {
  position: absolute;
  top: -80px;
  left: 0; }

.mandala-img-2 {
  position: absolute;
  top: -300px;
  right: 0;
  opacity: .3; }

.mandala-img-3 {
  position: absolute;
  top: 300px;
  right: 0;
  opacity: .3; }

.structure-header {
  text-align: center;
  padding-top: 70px;
  border-top: 2px solid #fff;
  margin-top: 60px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .structure-header {
      position: relative;
      z-index: 2;
      margin-top: 40px;
      padding-top: 50px;
      margin-bottom: 40px; } }
  .structure-header__title {
    color: #edb240;
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 30px; }
    @media screen and (max-width: 767px) {
      .structure-header__title {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 15px; } }
  .structure-header__text {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px; }
    @media screen and (max-width: 767px) {
      .structure-header__text {
        font-size: 20px;
        line-height: 25px; } }

.series-image-box {
  width: 443px;
  background: #fff;
  padding: 2px;
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.69);
          box-shadow: 0 1px 25px rgba(0, 0, 0, 0.69); }
  .series-image-box img,
  .series-image-box video {
    display: block; }
  @media screen and (max-width: 767px) {
    .series-image-box {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .series-list.series_list_sec .series:nth-child(1n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .series-list.series_list_sec .series:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (min-width: 768px) {
  .series {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .series:not(:last-child) {
      margin-bottom: 150px; }
    .series.series_7:not(:last-child), .series.series_13:not(:last-child) {
      margin-bottom: 110px; } }

@media screen and (max-width: 767px) {
  .series {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .series:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .series:not(:last-child) {
      margin-bottom: 50px; } }

.series-col {
  position: relative; }
  @media screen and (min-width: 768px) {
    .series-col {
      width: 50%; }
      .series-col:nth-child(2) .series-image {
        float: right; } }
  @media screen and (max-width: 767px) {
    .series-col {
      padding: 0 !important;
      margin-bottom: 30px; } }

.series-info {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .series-info {
      width: 100% !important; } }
  .series-info__title {
    color: #edb240;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 0 10px; }
    @media screen and (max-width: 767px) {
      .series-info__title {
        font-size: 20px;
        line-height: 28px; } }
  .series-info__label {
    color: #edb240;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 15px; }
    .series-info__label span {
      text-transform: lowercase; }
    @media screen and (max-width: 767px) {
      .series-info__label {
        font-size: 16px;
        line-height: 20px; } }
  .series-info__text {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px; }
    .series-info__text p:not(:last-child) {
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .series-info__text {
        font-size: 14px;
        line-height: 20px; } }

.bottom-caption {
  color: #edb240;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  padding: 170px 0 60px; }
  @media screen and (max-width: 767px) {
    .bottom-caption {
      font-size: 20px;
      line-height: 24px;
      padding: 30px 0 60px; } }

.full-image {
  position: relative;
  z-index: 4; }
  .full-image img {
    width: 100%;
    display: block; }

.general-block {
  position: relative;
  z-index: 3;
  background: url("../images/light_back.jpg");
  background-size: 100%;
  padding-top: 20%;
  margin-top: -20%;
  margin-bottom: 30%; }
  .general-block .full-image {
    margin-top: -40%;
    -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0); }
  .general-block__title {
    color: #6f2f0e;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    padding-left: 150px;
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      .general-block__title {
        font-size: 24px;
        line-height: 28px;
        padding-left: 0; } }

.general-list {
  margin-bottom: 50px; }

@media screen and (min-width: 768px) {
  .general-elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .general-elem:not(:last-child) {
      margin-bottom: 80px; } }

@media screen and (max-width: 767px) {
  .general-elem:not(:last-child) {
    margin-bottom: 40px; } }

.general-elem__icon {
  width: 140px;
  text-align: center; }
  .general-elem__icon img {
    margin: 0 auto 10px; }
  @media screen and (max-width: 767px) {
    .general-elem__icon {
      margin: 0 auto 20px; } }

@media screen and (min-width: 768px) {
  .general-elem__info {
    width: calc(100% - 160px);
    padding-left: 20px; } }

.general-elem__text {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px; }
  .general-elem__text p:not(:last-child) {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .general-elem__text {
      font-size: 14px;
      line-height: 20px; }
      .general-elem__text:not(:last-child) {
        margin-bottom: 20px; } }

.general-elem__label {
  color: #6f2f0e;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  width: 160px;
  margin-left: -10px; }

.general-footer {
  text-align: center;
  position: relative;
  z-index: 5; }
  .general-footer__title {
    color: #6f2f0e;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .general-footer__title {
        font-size: 22px; } }

@media screen and (min-width: 768px) {
  .series-img-1 {
    position: absolute;
    top: 110px;
    left: 50%; }
  .series-img-2 {
    position: absolute;
    top: -50px;
    left: 240px; }
  .series-img-3 {
    position: absolute;
    top: 30px;
    left: 50%; }
  .series-img-4 {
    position: absolute;
    top: -30px;
    left: 350px; }
  .series-img-5 {
    position: absolute;
    top: 30px;
    left: 280px; }
  .series-img-6 {
    position: absolute;
    top: -90px;
    left: 185px; }
  .series-img-7 {
    position: absolute;
    top: 20px;
    left: 285px; }
  .series-img-8 {
    position: absolute;
    top: 20px;
    left: 195px; }
  .series-img-9 {
    position: absolute;
    top: -40px;
    left: 0; }
  .series-img-10 {
    position: absolute;
    top: -20px;
    left: -80px; }
  .series-img-11 {
    position: absolute;
    top: 0;
    left: 295px; }
  .series-img-12 {
    position: absolute;
    top: -80px;
    left: 230px; }
  .series-img-13 {
    position: absolute;
    top: -80px;
    left: 280px; }
  .series-img-14 {
    position: absolute;
    top: 50px;
    left: 320px; } }

@media screen and (max-width: 767px) {
  [class^="series-img-"] {
    position: absolute;
    bottom: -30px;
    right: -10px; }
    [class^="series-img-"] img {
      max-width: 170px; } }

@media screen and (max-width: 767px) {
  .series-img-3 img {
    max-width: 140px; }
  .series-img-4 img {
    max-width: 90px; }
  .series-img-5 {
    right: -15px; }
    .series-img-5 img {
      max-width: 140px; }
  .series-img-9 {
    right: -15px; }
    .series-img-9 img {
      max-width: 140px; }
  .series-img-10 {
    bottom: -60px; }
    .series-img-10 img {
      max-width: 300px; }
  .series-img-11 {
    bottom: -50px; }
    .series-img-11 img {
      max-width: 130px; }
  .series-img-12 {
    bottom: 50px; }
  .series-img-14 {
    right: -15px; } }

.lowercase {
  text-transform: lowercase; }

form .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    form .fieldset {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

form .field {
  margin-bottom: 10px;
  margin-left: 10px; }
  form .field:first-child {
    margin-left: 0; }
  form .field button {
    width: 100%; }
  form .field input {
    background: #ffffff;
    height: 37px;
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 12px;
    font-weight: 400;
      font-weight-line-height: 24px;
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33); }
    form .field input:placholder {
      color: #949494; }
  form .field textarea {
    width: 100%;
    height: 75px;
    vertical-align: bottom;
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33); }
    form .field textarea:placholder {
      color: #949494; }

.footer {
  color: #fff;
  position: relative;
  z-index: 2; }

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .footer-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer-contact {
  font-size: 26px;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  padding-left: 25px; }
  @media screen and (max-width: 767px) {
    .footer-contact {
      margin: 40px 0; } }
  .footer-contact__elem:not(:last-child) {
    margin-bottom: 15px; }
  .footer-contact img {
    margin-right: 15px; }

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-social__elem:not(:last-child) {
    margin-right: 10px; }

.footer-link {
  text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .footer-link:not(:last-child) {
      margin-right: 55px; } }
  @media screen and (max-width: 767px) {
    .footer-link {
      display: block; }
      .footer-link:not(:last-child) {
        margin-bottom: 15px; } }

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