/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* ADAPTIVE */
@media (max-width: 980px) {
  .state--small-tablet-hide {
    display: none !important; } }

@media (max-width: 768px) {
  .state--mobile-hide {
    display: none; } }

/* ------------------------ */
/* FONTS */
.state--bold {
  font-weight: bold; }

.state--bold-font {
  font-family: "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  font-weight: bold; }

.state--italic {
  font-weight: italic; }

/* ------------------------ */
.br-980 {
  display: none; }

@media (max-width: 980px) {
  .br-980 {
    display: block; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.totop {
  position: fixed;
  display: block;
  bottom: 30px;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent url("../images/css-bgs/totop.svg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  opacity: 1;
  z-index: 900; }

.totop_style_right-slide {
  right: -130px; }
  .totop_style_right-slide.totop_style_right-slide-showed {
    right: 30px; }

.totop_style_right-hide {
  right: 30px;
  opacity: 0;
  visibility: hidden; }
  .totop_style_right-hide.totop_style_right-hide-showed {
    opacity: .45;
    visibility: visible; }

.totop_style_left-slide {
  left: -130px; }
  .totop_style_left-slide.totop_style_left-slide-showed {
    left: 30px; }

.totop_style_left-hide {
  left: 30px;
  opacity: 0;
  visibility: hidden; }
  .totop_style_left-hide.totop_style_left-hide-showed {
    opacity: .45;
    visibility: visible; }

.table {
  width: 100%;
  border-collapse: collapse; }

@media (max-width: 768px) {
  .table__row {
    display: block;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    padding: 20px 20px; }
    .table__row:last-child {
      border-bottom: 1px solid #cbcbcb; } }

.table__row_highlight .table__cell {
  font-family: "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif; }

.table__link {
  font: 18px/24px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .table__link:hover {
    color: #002952;
    text-decoration: underline; }

.table__header {
  text-align: left;
  padding: 30px;
  font: 18px/24px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  border: 1px solid #cbcbcb;
  text-transform: uppercase; }

@media (max-width: 1200px) {
  .table__header {
    font-size: 16px; } }

@media (max-width: 980px) {
  .table__header {
    font-size: 15px; } }

@media (max-width: 768px) {
  .table__head {
    display: none; } }

.table__cell {
  padding: 30px;
  font: 18px/24px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  border: 1px solid #cbcbcb; }

@media (max-width: 768px) {
  .table__cell {
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 20px; }
    .table__cell:last-child {
      margin-bottom: 0; }
    .table__cell:before {
      content: attr(data-table-header);
      display: block;
      font: 16px/24px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
      color: #002952;
      text-transform: uppercase; } }

.simple-text-panel__text {
  font: 16px/22px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262; }
  .simple-text-panel__text p {
    padding: 0;
    margin: 0;
    margin-bottom: 24px; }
    .simple-text-panel__text p:last-child {
      margin-bottom: 0; }

.caption.simple-text-panel__caption {
  margin-bottom: 29px; }

.region-62-70 {
  padding: 62px 0 70px; }

.region-62-6 {
  padding: 62px 0 6px; }

.region-0-70 {
  padding: 0 0 70px; }

.region-60-70 {
  padding: 60px 0 70px; }

.region-70-70 {
  padding: 70px 0; }

.region-70-0 {
  padding: 0 0 70px 0; }

.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
  padding-top: 27px;
  position: fixed;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  top: 15vh;
  max-height: 70vh;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: none;
  z-index: 9999999999999;
  background-color: #fff;}
  .popup.neuron--showed {
    display: -webkit-block;
    display: -ms-block;
    display: block;
    z-index: 9999999999999;
          }
  @media screen and (min-width: 1025px){
    .popup.neuron--showed {
    
      -webkit-animation: show-popup .80s ease-out;
              animation: show-popup .80s ease-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; 
          }
  }

@media (max-width: 768px), (max-height: 400px) {
  .popup {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-border-radius: 0;
            border-radius: 0; } }

@media (max-width: 370px) {
  .popup {
    width: 300px;
    margin-left: -150px; } }

@-webkit-keyframes show-popup {
  0% {
    top: 100vh;
    -webkit-transform: rotateY(0deg), rotateX(0deg);
            transform: rotateY(0deg), rotateX(0deg); 
    z-index: 9999999999999;}
  55% {
    top: -30vh;
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg); 
    z-index: 9999999999999;}
  100% {
    top: 15vh;
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg); 
    z-index: 9999999999999;} }

@keyframes show-popup {
  0% {
    top: 100vh;
    -webkit-transform: rotateY(0deg), rotateX(0deg);
            transform: rotateY(0deg), rotateX(0deg); 
    z-index: 9999999999999;}
  55% {
    top: -30vh;
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg); 
    z-index: 9999999999999;}
  100% {
    top: 15vh;
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg); 

    z-index: 9999999999999;} }

.popup__closer.closer {
  position: absolute;
  top: 5px;
  right: 5px; }
  .popup__closer.closer .closer__line {
    background-color: #626262; }

.popup__caption {
  font: 32px/40px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 35px; }

.pagination {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.pagination__link {
  display: block;
  font: 16px/16px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  background-color: transparent;
  text-decoration: none;
  padding: 8px 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .pagination__link:hover {
    background-color: #002952;
    color: #fff; }

.pagination__item {
  margin: 0;
  margin-right: -1px;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #002952; }

.pagination__item_active {
  background-color: #002952; }
  .pagination__item_active .pagination__link {
    color: #fff; }

.page {
  font: 16px/24px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  width: 100%; }

.page_fixed {
  overflow: hidden; }

.overlay {
  position: fixed;
  z-index: 10000;
  width: 0;
  height: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7); }
  .overlay.neuron--showed {
    width: 100%;
    height: 100vh; }

.mouse-down {
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -14px;
  width: 28px;
  height: 70px;
  cursor: pointer;
  z-index: 10; }

@media (max-width: 768px) and (max-height: 600px) {
  .mouse-down {
    bottom: 15px; } }

@-webkit-keyframes move-arrows {
  0% {
    top: 0; }
  100% {
    top: 15px; } }

@keyframes move-arrows {
  0% {
    top: 0; }
  100% {
    top: 15px; } }

@-webkit-keyframes blink-mouse {
  0% {
    opacity: 1; }
  50% {
    opacity: .3; }
  100% {
    opacity: 1; } }

@keyframes blink-mouse {
  0% {
    opacity: 1; }
  50% {
    opacity: .3; }
  100% {
    opacity: 1; } }

.mouse-down__mouse {
  display: block;
  position: relative;
  width: 28px;
  height: 42px;
  background: transparent url("../images/icons/mouse-mouse.png") 0 0 no-repeat;
  -webkit-animation: blink-mouse 1.5s ease-in infinite;
          animation: blink-mouse 1.5s ease-in infinite; }

.mouse-down__arrows {
  display: block;
  position: relative;
  width: 28px;
  height: 23px;
  margin-top: 6px;
  background: transparent url("../images/icons/mouse-arrows.png") center center no-repeat;
  -webkit-animation: move-arrows .65s ease-in infinite;
          animation: move-arrows .65s ease-in infinite; }

.mobile-panel {
  display: block;
  position: fixed;
  z-index: 10001;
  width: 438px;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fff; }

@media (max-width: 500px) {
  .mobile-panel {
    width: 320px; } }

.mobile-panel_pos_right {
  border-left: 1px solid #fff;
  right: -500px; }
  .mobile-panel_pos_right.neuron--showed {
    right: 0; }

.mobile-panel_pos_left {
  border-right: 1px solid #fff;
  left: -500px; }
  .mobile-panel_pos_left.neuron--showed {
    left: 0; }

.mobile-panel__phones {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 80px;
  margin-right: 0;
  left: 0; }
  .mobile-panel__phones .phones__phone {
    color: #626262;
    font-family: "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center; }

.mobile-panel__menu {
  margin-top: 30px;
  margin-bottom: 80px; }
  .mobile-panel__menu .menu__item {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.mobile-panel__container {
  position: relative;
  padding-top: 150px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.mobile-panel__closer.closer {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 10; }
  .mobile-panel__closer.closer .closer__line {
    background-color: #626262; }

.menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media (min-width: 1201px) {
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.menu_mobile {
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  max-width: 430px;
  overflow: hidden;
  background-color: transparent; }
  .menu_mobile .menu-mobile__mob-dropdown-symbol {
    position: absolute;
    width: 32px;
    height: 26px;
    top: 18px;
    right: 65px;
    right: -40px;
    background: transparent url("../images/css-bgs/burger.png") 0 0 no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .menu_mobile .menu-mobile__mob-dropdown-symbol.neuron--showed {
      -webkit-animation: show-burgers-desktop .2s ease-in 1.2s;
              animation: show-burgers-desktop .2s ease-in 1.2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .menu_mobile .menu-mobile__mob-dropdown-symbol_reversed {
    opacity: .5;
    -webkit-transform: rotateZ(135deg);
        -ms-transform: rotate(135deg);
            transform: rotateZ(135deg); }
  .menu_mobile .menu__link {
    padding-left: 30px;
    width: 100%;
    text-align: center;
    font: 26px/32px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #898989;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 9px;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    position: relative;
    top: 45px; }
    .menu_mobile .menu__link:hover {
      color: #002952; }
  .menu_mobile .menu__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 9px; }
    .menu_mobile .menu__item:nth-child(odd) .menu__link.neuron--showed {
      -webkit-animation: show-menu-links .4s ease-in .2s;
              animation: show-menu-links .4s ease-in .2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .menu_mobile .menu__item:nth-child(even) .menu__link.neuron--showed {
      -webkit-animation: show-menu-links .4s ease-in .6s;
              animation: show-menu-links .4s ease-in .6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@media (max-width: 500px) {
  .menu_mobile .menu-mobile__mob-dropdown-symbol {
    right: -40px; }
    .menu_mobile .menu-mobile__mob-dropdown-symbol.neuron--showed {
      -webkit-animation: show-burgers-mobile .2s ease-in 1.2s;
              animation: show-burgers-mobile .2s ease-in 1.2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; } }

@-webkit-keyframes show-menu-links {
  0% {
    top: 45px; }
  100% {
    top: 0px; } }

@keyframes show-menu-links {
  0% {
    top: 45px; }
  100% {
    top: 0px; } }

@-webkit-keyframes show-burgers-desktop {
  0% {
    right: -40px; }
  100% {
    right: 65px; } }

@keyframes show-burgers-desktop {
  0% {
    right: -40px; }
  100% {
    right: 65px; } }

@-webkit-keyframes show-burgers-mobile {
  0% {
    right: -40px; }
  100% {
    right: 11px; } }

@keyframes show-burgers-mobile {
  0% {
    right: -40px; }
  100% {
    right: 11px; } }

.menu_mobile-dropdown {
  -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;
  background-color: transparent;
  max-width: 320px;
  display: none; }
  .menu_mobile-dropdown .menu__item {
    width: 100%; }
  .menu_mobile-dropdown .menu__link {
    width: 100%;
    text-transform: none;
    text-align: center;
    font-family: "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #999;
    top: 0;
    font-size: 22px;
    line-height: 30px; }

.menu_dropdown {
  width: 230px;
  position: absolute;
  left: 0px;
  top: 155px;
  background-color: #40100e;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10;
  display: none; }
  .menu_dropdown .menu__item {
    display: block; }
  .menu_dropdown .menu__link {
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font: 16px/16px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    margin: 0;
    padding: 15px 20px;
    text-transform: none;
    background-color: transparent; }
    .menu_dropdown .menu__link:hover {
      background-color: transparent;
      color: #ff0000; }

.menu__mob-dropdown-symbol {
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #fff;
  opacity: .5;
  font-family: "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  font-size: 30px; }

.menu__mob-dropdown-symbol_reversed {
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  opacity: 1; }

.menu__link {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font: 16px/16px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #898989;
  margin: 0;
  padding: 70px 15px;
  text-transform: uppercase; }
  .menu__link:hover {
    background-color: transparent;
    color: #ff0000; }

.menu__item {
  position: relative; }

.menu__dropdown-symbol {
  display: block;
  position: absolute;
  top: 12px;
  right: 43px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg); }

.menu__dropdown-symbol_reversed {
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg); }

.menu-lever {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.menu-lever__caption {
  font: 16px/22px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
  cursor: pointer; }

.logo {
  position: relative;
  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;
  -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; }

.logo__text {
  margin-right: 10px; }
  .logo__text p {
    padding: 0;
    margin: 0;
    font: 18px/22px "Times New Roman", "Nimbus Roman No9 L", "Times CY", serif;
    color: #fff; }

.logo__link {
  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;
  margin: 0;
  font: 28px/36px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  text-decoration: none; }

.logo__image {
  height: auto;
  overflow: hidden;
  width: 319px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .logo__image img {
    width: 100%;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block; }

.icons {
  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;
  width: 100%; }

.icons__row {
  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;
  width: 100%; }

.feature-i {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 70px;
  position: relative; }
  .feature-i:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 52px;
    height: 72px; }

.feature-i_type_prof:before {
  background: transparent url("../images/icons/feature-prof.png") center top no-repeat; }

.feature-i_type_system:before {
  background: transparent url("../images/icons/feature-system.png") center top no-repeat; }

.feature-i_type_schedule:before {
  background: transparent url("../images/icons/feature-schedule.png") center top no-repeat; }

.feature-i_type_study:before {
  background: transparent url("../images/icons/feature-study.png") center top no-repeat; }

.feature-i_type_pay:before {
  background: transparent url("../images/icons/feature-pay.png") center top no-repeat; }

.feature-i_type_location:before {
  background: transparent url("../images/icons/feature-location.png") center top no-repeat; }

.feature-i__description {
  font: 16px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262; }
  .feature-i__description p {
    margin: 0;
    padding: 0;
    margin-bottom: 14px; }
    .feature-i__description p:last-child {
      margin-bottom: 0; }

.feature-i__caption {
  font: 18px/24px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 14px; }

.fancy-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 15px solid rgba(255, 255, 255, 0.8);
  padding: 5px;
  background-color: transparent; }

.fancy-panel__inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 42px 40px 45px; }

.copyright-paradigma {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.copyright-paradigma__text {
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
  font: 16px/24px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff; }

.copyright-paradigma__name {
  font-weight: bold;
  color: purple;
  font-family: "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: red; }

.copyright-paradigma__logo {
  display: block;
  position: relative;
  width: 128px;
  height: 30px;
  background: transparent url("../images/logos/paradigma.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .copyright-paradigma__logo:before {
    content: '';
    display: block;
    width: 23px;
    height: 38px;
    position: absolute;
    top: -1px;
    left: 55px;
    background: transparent url("../images/logos/paradigma-eye.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s; }
  .copyright-paradigma__logo:hover:before {
    -webkit-transform: rotateZ(720deg);
        -ms-transform: rotate(720deg);
            transform: rotateZ(720deg); }

.copyright-paradigma__br {
  display: none; }

@media (max-width: 768px) {
  .copyright-paradigma__br {
    display: block; } }

.container {
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 769px) {
    .container {
      width: 720px; } }
  @media (min-width: 981px) {
    .container {
      width: 940px; } }
  @media (min-width: 1201px) {
    .container {
      width: 1170px; } }

@media (max-width: 768px) {
  .container_mobile {
    padding-left: 30px;
    padding-right: 30px; } }

.container.container_fxd_r {
  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; }

.container.container_fxd_c {
  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; }

.closer {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.closer__line {
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px; }

.closer__line_num_two {
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg); }

.closer__line_num_one {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }

.caption {
  font: 26px/34px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: 16px/16px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
  -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;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 1px solid #002952;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 190px;
  height: 45px; }
  .button:focus {
    outline: none; }

.button_hover_slide-top {
  -webkit-transition: .125s;
  -o-transition: .125s;
  transition: .125s; }
  .button_hover_slide-top:after {
    content: attr(data-name);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -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;
    position: absolute;
    width: inherit;
    height: inherit;
    width: 100%;
    height: 100%;
    top: -110%;
    left: -1px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    background-color: #002952;
    border: 1px solid #002952;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    z-index: 2;
    padding: 0;
    margin: 0; }
  .button_hover_slide-top:hover:after {
    top: -1px; }

.button_hover_inverse:hover {
  background-color: #14a751;
  color: #fff; }

.button_hover_expand-width:after {
  content: attr(data-name);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -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;
  position: absolute;
  width: inherit;
  height: inherit;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  background-color: #002952;
  border: 1px solid #002952;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  z-index: 2;
  padding: 0;
  margin: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg); }

.button_hover_expand-width:hover:after {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.button_hover_expand-height:after {
  content: attr(data-name);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -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;
  position: absolute;
  width: inherit;
  height: inherit;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  background-color: #002952;
  border: 1px solid #002952;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  z-index: 2;
  padding: 0;
  margin: 0;
  -webkit-transform: rotatex(90deg);
      -ms-transform: rotatex(90deg);
          transform: rotatex(90deg); }

.button_hover_expand-height:hover:after {
  -webkit-transform: rotatex(0deg);
      -ms-transform: rotatex(0deg);
          transform: rotatex(0deg); }

.burger {
  display: block;
  width: 32px;
  height: 28px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.burger__layer {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff; }

.burger__layer_pos_top {
  top: 0; }

.burger__layer_pos_middle {
  top: 12px; }

.burger__layer_pos_bottom {
  bottom: 0;
  top: auto; }

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.breadcrumbs__link {
  font: 16px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #aaa;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer; }
  .breadcrumbs__link:hover {
    text-decoration: underline;
    color: #002952; }

.breadcrumbs__link_last {
  color: #002952; }
  .breadcrumbs__link_last:hover {
    text-decoration: none;
    color: #002952; }

.breadcrumbs__link_back {
  color: #aaa; }

.breadcrumbs__item {
  margin-right: 35px;
  position: relative;
  cursor: pointer; }
  .breadcrumbs__item:after {
    content: ">";
    display: block;
    position: absolute;
    font: 14px/14px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #aaa;
    top: 6px;
    right: -20px; }

.breadcrumbs__item_last:after {
  content: "";
  display: none; }

.breadcrumbs__item_back {
  margin-right: 15px; }
  .breadcrumbs__item_back:after {
    content: "";
    display: none; }

.booklet {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: transparent;
  min-height: 100px; }

.booklet__text {
  font: 16px/22px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262; }
  .booklet__text p {
    text-align: center;
    padding: 0;
    margin: 0; }

.booklet__icon {
  display: block;
  width: 100%;
  margin-bottom: 24px; }

.socials {
  width: 85px; }

.socials__icon {
  width: 38px;
  height: 38px; }

.socials__icon_type_fb {
  background: transparent url("../images/icons/fb.png") 0 0 no-repeat; }

.socials__icon_type_vk {
  background: transparent url("../images/icons/vk.png") 0 0 no-repeat; }

.skype-lesson__description {
  font: 16px/22px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  margin-bottom: 20px; }
  .skype-lesson__description p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }

.skype-lesson__caption {
  text-align: left;
  display: block;
  margin-bottom: 16px; }

@media (max-width: 768px) {
  .skype-lesson__caption {
    padding: 0; } }

.skype-lesson__call-link {
  display: block;
  font: 16px/22px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  margin-bottom: 25px;
  text-decoration: none;
  padding-left: 45px;
  position: relative; }
  .skype-lesson__call-link:hover {
    text-decoration: underline; }
  .skype-lesson__call-link:before {
    content: '';
    background: transparent url("../images/icons/skype-blue.png") center center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: -3px;
    left: 1px; }

.phones {
  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; }

.phones__phone {
  font: 16px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
  text-decoration: none;
  margin-bottom: 2px; }
  .phones__phone:last-child {
    margin-bottom: 0; }
  .phones__phone:hover {
    text-decoration: underline; }

.notes-box {
  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; }

.notes-box__mark {
  font: 14px/18px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  padding: 0;
  margin: 0;
  margin-bottom: 5px; }
  .notes-box__mark:last-child {
    margin-bottom: 0; }

.menu-courses {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

.menu-courses__item {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 16px; }
  .menu-courses__item:last-child {
    margin-bottom: 0; }

.menu-courses__link {
  display: block;
  font: 16px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  width: 100%;
  text-decoration: none;
  padding: 0;
  margin: 0; }
  .menu-courses__link:hover {
    text-decoration: underline;
    color: #002952; }

.main {
  background-color: #fff; }

.info-panel {
  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; }

.info-panel__image {
  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;
  width: 480px;
  margin-right: 95px;
  -webkit-box-shadow: 1px 1px 39px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 39px rgba(0, 0, 0, 0.3);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  .info-panel__image img {
    display: block;
    width: 100%;
    height: auto; }

.info-panel__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 100%; }

.panel-info__caption {
  margin-bottom: 24px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }

.info-panel__menu-courses {
  width: 100%;
  margin-bottom: 30px; }

.menu-courses__link {
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }

.info-panel__button {
  background-color: #fff; }



.popup__icon{
  text-align: center;
  margin-bottom: 15px;
}

.popup__icon img{
  width: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.9);
  -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.9);
  box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.9);
}

.form--nerve--message-box{
  text-align: center;
}

.form--nerve--message-box .popup__caption{
    font: 21px/25px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #c60810;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .info-panel__info {
    width: 510px;
    max-width: 100%;
    left: -150px; }
  .info-panel__menu-courses {
    color: #000; } }

@media (max-width: 980px) and (min-width: 769px) {
  .info-panel__info {
    width: 475px;
    max-width: 100%;
    left: -330px; } }

@media (max-width: 768px) {
  .info-panel {
    margin-bottom: 70px; }
    .info-panel:last-child {
      margin-bottom: 0; }
  .info-panel__image {
    display: none; }
  .info-panel__info {
    left: 0; } }

.info-panel_reversed {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .info-panel_reversed .info-panel__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 95px; }
  .info-panel_reversed .info-panel__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }

@media (max-width: 1200px) {
  .info-panel_reversed .info-panel__info {
    min-width: 510px;
    max-width: 100%;
    left: auto;
    right: -100px; }
  .info-panel_reversed .info-panel__image {
    position: relative;
    left: -150px; } }

@media (max-width: 980px) and (min-width: 769px) {
  .info-panel_reversed .info-panel__info {
    min-width: 475px;
    right: -30px; }
  .info-panel_reversed .info-panel__image {
    position: relative;
    left: -329px; } }

@media (max-width: 768px) {
  .info-panel_reversed {
    margin-bottom: 70px; }
    .info-panel_reversed:last-child {
      margin-bottom: 0; }
    .info-panel_reversed .info-panel__image {
      display: none; }
    .info-panel_reversed .info-panel__info {
      margin-left: 0;
      left: 0;
      min-width: auto;
      max-width: 100%; } }

.hl-slider {
  height: 100vh;
  max-height: 1080px;
  min-height: 400px; }
  .hl-slider .hl-slider__slide {
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 400px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-background-size: cover;
            background-size: cover; }
  .hl-slider .hl-slider__slide_num_1 {
    background: transparent url("../images/css-bgs/reg-highlight_front-1.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
    .hl-slider .hl-slider__slide_num_1 .hl-slider__caption {
      margin-top: 110px; }
  .hl-slider .hl-slider__slide_num_2 {
    background: transparent url("../images/css-bgs/reg-highlight_front-2.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .hl-slider .hl-slider__slide_num_3 {
    background: transparent url("../images/css-bgs/reg-highlight_front-3.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .hl-slider .hl-slider__caption {
    font: 36px/56px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
    text-align: center; }
  .hl-slider .hl-slider__button {
    color: #fff;
    border-color: #fff;
    height: auto;
    width: auto;
    padding: 26px 12px 24px;
    margin-top: 60px;
    font: 18px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    text-transform: uppercase; }
    .hl-slider .hl-slider__button:after {
      background-color: #ae0001; }

@media (max-width: 980px) {
  .hl-slider .hl-slider__slide_num_1 {
    background: transparent url("../images/css-bgs/reg-highlight_front-1-980.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .hl-slider .hl-slider__slide_num_2 {
    background: transparent url("../images/css-bgs/reg-highlight_front-2-980.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .hl-slider .hl-slider__slide_num_3 {
    background: transparent url("../images/css-bgs/reg-highlight_front-3-980.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

@media (max-width: 450px) {
  .hl-slider .hl-slider__caption {
    font: 26px/40px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff; }
  .hl-slider .hl-slider__button {
    max-width: 94%;
    padding: 16px 12px 14px;
    margin-top: 20px; } }

.header {
  position: fixed;
  background-color: transparent;
  width: 100%;
  top: 20px;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 100; }
  .header .header__container {
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .header .header__logo {
    margin-right: auto; }
    .header .header__logo .logo__image {
      width: 116px; }
  .header .header__button {
    color: #fff;
    border-color: #fff;
    margin-right: 20px;
    height: 35px;
    width: 175px; }
    .header .header__button:after {
      background-color: #ae0001; }
  .header .header__phones {
    margin-right: 27px; }

@media (max-width: 768px) {
  .header .header__container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 650px) {
  .header .header__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header .header__logo {
    margin-right: 0; }
  .header .header__button {
    margin-right: 0; }
  .header .header__phones {
    display: none; } }

@media (max-width: 480px) {
  .header .header__menu-lever .menu-lever__caption {
    display: none; } }

@media (max-width: 420px) {
  .header .header__logo {
    margin-right: 0; }
    .header .header__logo .logo__image {
      width: 80px; }
  .header .header__button {
    font-size: 14px;
    width: 150px;
    height: 30px; }
  .header .header__phones {
    display: none; } }

.header_onscroll {
  top: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .header_onscroll .header__container {
    padding: 10px 0; }

@media (max-width: 768px) {
  .header_onscroll .header__container {
    padding-left: 20px;
    padding-right: 20px; } }

.get-course-popup__feedback.feedback {
  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; }
  .get-course-popup__feedback.feedback .feedback__elem {
    width: 100%; }
  .get-course-popup__feedback.feedback .feedback__input {
    margin-bottom: 13px;
    color: #696969;
    border-color: #acacac; }

.footer {
  background-color: #002952; }
  .footer .footer__container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 62px 0 70px; }
  .footer .footer__top {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 65px; }
  .footer .footer__text {
    font: 24px/32px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 30px; }
    .footer .footer__text p {
      margin: 0;
      padding: 0; }
  .footer .footer__middle {
    width: 100%;
    padding: 70px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer .footer__contacts .contacts__contact {
    margin-right: 60px; }
  .footer .footer__socials {
    margin-left: auto;
    min-height: 40px; }
  .footer .footer__bottom {
    padding-top: 70px; }

@media (max-width: 1200px) {
  .footer .footer__contacts .contacts__contact {
    margin-right: 20px; } }

@media (max-width: 980px) {
  .footer .footer__container {
    padding-left: 20px;
    padding-right: 20px; }
  .footer .footer__feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer .footer__feedback .feedback__elem {
      width: 100%; }
    .footer .footer__feedback .feedback__input {
      margin-bottom: 30px; }
  .footer .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 40px; }
  .footer .footer__contacts {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer .footer__contacts .contacts__contact {
      margin-right: 30px;
      margin-bottom: 30px;
      width: 45%; }
  .footer .footer__socials {
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 40%; } }

@media (max-width: 768px) {
  .footer .footer__container {
    padding-top: 40px;
    padding-bottom: 40px; }
  .footer .footer__text {
    font-size: 20px;
    line-height: 24px; }
  .footer .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 30px; }
    .footer .footer__contacts .contacts__contact {
      width: 100%; }
  .footer .footer__socials {
    margin-left: 30px;
    position: static; }
  .footer .footer__top {
    padding-bottom: 40px; }
  .footer .footer__middle {
    padding-top: 40px; }
  .footer .footer__bottom {
    padding-top: 40px; } }

@media (max-width: 400px) {
  .footer .footer__middle {
    padding-left: 0; }
  .footer .footer__contacts {
    margin-left: 15px; }
  .footer .footer__socials {
    margin-left: auto;
    margin-right: auto; } }

.feedback {
  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;
  width: 930px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .feedback .feedback__elem {
    width: 32%;
    height: 45px;
    font: 16px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px; }
    .feedback .feedback__elem:focus {
      outline: none; }
  .feedback .feedback__input {
    padding: 5px 15px;
    border: 1px solid #fff;
    background-color: transparent; }
    .feedback .feedback__input::-webkit-input-placeholder {
      color: #bbb; }
    .feedback .feedback__input::-moz-placeholder {
      color: #bbb; }
    .feedback .feedback__input:-ms-input-placeholder {
      color: #bbb; }
    .feedback .feedback__input:-moz-placeholder {
      color: #bbb; }
  .feedback .feedback__button {
    color: #fff;
    border-color: #ae0001;
    background-color: #ae0001;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto; }
    .feedback .feedback__button:hover {
      border-color: #820d0d; }
    .feedback .feedback__button:after {
      border-color: #820d0d;
      background-color: #820d0d; }

.contacts {
  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; }
  .contacts .contacts__contact {
    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;
    min-height: 44px;
    position: relative;
    font: 16px/22px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    padding-left: 40px; }
    .contacts .contacts__contact:before {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      top: 1px;
      left: -8px; }
  .contacts .contacts__contact_type_address:before {
    background: transparent url("../images/icons/address.png") center center no-repeat; }
  .contacts .contacts__contact_type_skype:before {
    background: transparent url("../images/icons/skype.png") center center no-repeat; }
  .contacts .contacts__contact_type_viber:before {
    background: transparent url("../images/icons/viber.png") center center no-repeat; }
  .contacts .contacts__contact_type_mobile:before {
    background: transparent url("../images/icons/mobile.png") center center no-repeat; }

.comment {
  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;
  padding-top: 64px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd; }
  .comment:first-child {
    padding-top: 0; }
  .comment:last-child {
    padding-bottom: 0;
    border-bottom: none; }

@media (max-width: 768px) {
  .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 31px;
    padding-bottom: 35px; }
    .comment:first-child {
      padding-top: 0; }
    .comment:last-child {
      padding-bottom: 0;
      border-bottom: none; } }

.comment__year {
  font: 22px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  padding: 0;
  margin: 0;
  display: block; }

.comment__text {
  font: 16px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #626262;
  text-align: justify; }
  .comment__text p {
    text-indent: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 24px; }

.comment__month {
  font: 22px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  padding: 0;
  margin: 0;
  display: block; }

@media (max-width: 768px) {
  .comment__month {
    margin-right: 10px; } }

.comment__day {
  font: 36px/36px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  padding: 0;
  margin: 0;
  display: block; }

@media (max-width: 768px) {
  .comment__day {
    margin-right: 10px;
    font: 22px/22px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #002952; } }

.comment__date {
  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;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -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;
  border: 8px solid #002952;
  width: 130px;
  height: 130px;
  margin-right: 60px; }

@media (max-width: 768px) {
  .comment__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    height: auto;
    border: none;
    border-bottom: 4px solid #002952;
    margin-bottom: 14px;
    padding-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: auto; } }

.comment__body {
  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; }

.comment__author {
  font: 16px/22px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding: 0;
  margin: 0; }

.booklet__icon_type_match-quality {
  background: transparent url("../images/icons/booklet__icon_type_match-quality.png") center center no-repeat; }

.booklet__icon_type_match-practice {
  background: transparent url("../images/icons/booklet__icon_type_match-practice.png") center center no-repeat; }

.booklet__icon_type_match-work {
  background: transparent url("../images/icons/booklet__icon_type_match-work.png") center center no-repeat; }

.booklet__icon_type_discounts-1 {
  background: transparent url("../images/icons/booklet__icon_type_discounts-1.png") center center no-repeat; }

.booklet__icon_type_discounts-2 {
  background: transparent url("../images/icons/booklet__icon_type_discounts-2.png") center center no-repeat; }

.booklet__icon_type_discounts-3 {
  background: transparent url("../images/icons/booklet__icon_type_discounts-3.png") center center no-repeat; }

.reg-skype-lessons {
  background: transparent url("../images/css-bgs/skype-lessons-980.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-skype-lessons__fancy-panel {
  width: 554px;
  max-width: 96%; }

@media (min-width: 1201px) {
  .reg-skype-lessons {
    background: transparent url("../images/css-bgs/skype-lessons.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

@media (max-width: 768px) {
  .reg-skype-lessons__container {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 600px) {
  .reg-skype-lessons {
    padding-top: 30px;
    padding-bottom: 30px; } }

.reg-pagination {
  padding-bottom: 60px; }

.reg-pagination__container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.reg-pagination__pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 768px) {
  .reg-pagination__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.reg-highlight {
  width: 100%;
  height: 600px; }

.reg-highlight__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.reg-highlight__caption {
  font: 42px/56px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  margin-top: 100px;
  text-transform: uppercase; }

.reg-higligh__text {
  font: 22px/30px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  padding: 0;
  margin: 0; }

@media (max-width: 500px) {
  .reg-highlight {
    height: 460px; }
  .reg-highlight__caption {
    font: 32px/50px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    margin-top: 50px; } }

.reg-highlight_page_course {
  background: transparent url("../images/css-bgs/reg-highlight_page_course-980.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-highlight_page_english {
  background: transparent url("../images/css-bgs/reg-highlight_page_english-980.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-highlight_page_german {
  background: transparent url("../images/css-bgs/reg-highlight_page_german-980.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-highlight_page_comments {
  background: transparent url("../images/css-bgs/reg-highlight_page_comments-980.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-highlight_page_contacts {
  background: transparent url("../images/css-bgs/reg-highlight_page_contacts-980.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .reg-highlight_page_contacts .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reg-highlight_page_contacts .reg-highlight__caption {
    margin-top: 0;
    margin-bottom: 32px; }

@media (min-width: 1201px) {
  .reg-highlight_page_course {
    background: transparent url("../images/css-bgs/reg-highlight_page_course.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .reg-highlight_page_english {
    background: transparent url("../images/css-bgs/reg-highlight_page_english.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .reg-highlight_page_german {
    background: transparent url("../images/css-bgs/reg-highlight_page_german.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .reg-highlight_page_comments {
    background: transparent url("../images/css-bgs/reg-highlight_page_comments.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .reg-highlight_page_contacts {
    background: transparent url("../images/css-bgs/reg-highlight_page_contacts.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

.reg-highlight_front {
  height: 100vh;
  max-height: 1080px;
  min-height: 400px;
  position: relative; }
  .reg-highlight_front .reg-highlight__hl-slider {
    width: 100%;
    height: 100%; }

.reg-features__caption {
  margin-bottom: 64px; }

.reg-features__features-box {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.reg-features__feature-i {
  width: 370px;
  max-width: 90%;
  margin-bottom: 64px; }

@media (max-width: 1200px) {
  .reg-features__features-box {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

@media (max-width: 980px) {
  .reg-features__feature-i {
    width: 330px; } }

@media (max-width: 768px) {
  .reg-features__feature-i {
    margin-left: 20px;
    margin-right: 20px; }
  .reg-features__caption {
    padding: 0 20px; } }

.reg-english-courses {
  padding-top: 0; }

.reg-english-courses__table .table__header {
  width: 50%; }
.reg-german-courses {
  padding-top: 0; }

.reg-german-courses__table .table__header {
  width: 50%; }

.reg-course-program__caption {
  margin-bottom: 70px; }

.reg-course-program__table {
  margin-bottom: 31px; }
  .reg-course-program__table .table__header {
    width: 25%; }

.reg-course-match {
  background-color: #ebebeb;
  padding-top: 64px; }

.reg-course-match__caption {
  margin-bottom: 30px; }

.reg-course-match__booklets-box {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.reg-course-match__booklet {
  width: 290px;
  margin: 0 10px 70px; }
  .reg-course-match__booklet .booklet__icon {
    height: 93px; }

.reg-course-match__table {
  margin-bottom: 31px; }
  .reg-course-match__table .table__header {
    width: 33%; }

.reg-course-discounts {
  background-color: #ebebeb;
  padding-top: 64px; }

.reg-course-discounts__caption {
  margin-bottom: 65px;
  color: #ad0000; }

.reg-course-discounts__booklets-box {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.reg-course-discounts__booklet {
  width: 290px;
  margin: 0 10px 65px; }
  .reg-course-discounts__booklet .booklet__icon {
    height: 93px; }

.reg-course-discounts__button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #fff;
  border-color: #ae0001;
  background-color: #ae0001;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto; }
  .reg-course-discounts__button:hover {
    border-color: #820d0d;
    background-color: transparent; }
  .reg-course-discounts__button:after {
    border-color: #820d0d;
    color: #820d0d;
    background-color: transparent; }

.reg-contacts__map {
  width: 600px;
  height: 500px;
  margin-right: 35px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  .reg-contacts__map iframe {
    width: 100%;
    height: 100%;
    border: none; }

.reg-contacts__contacts-box {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.reg-contacts__caption {
  font: 16px/22px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #002952;
  text-transform: uppercase;
  margin-top: 0; }

.reg-contacts__contacts {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 38px;
  padding-left: 5px; }
  .reg-contacts__contacts .contacts__contact {
    color: #626262;
    font-family: "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    width: 50%;
    margin-bottom: 20px; }
  .reg-contacts__contacts .contacts__contact_type_address:before {
    background: transparent url("../images/icons/address-blue.png") center center no-repeat; }
  .reg-contacts__contacts .contacts__contact_type_skype:before {
    background: transparent url("../images/icons/skype-blue.png") center center no-repeat; }
  .reg-contacts__contacts .contacts__contact_type_viber:before {
    background: transparent url("../images/icons/viber-blue.png") center center no-repeat; }
  .reg-contacts__contacts .contacts__contact_type_mobile:before {
    background: transparent url("../images/icons/mobile-blue.png") center center no-repeat; }

.reg-contacts__socials .socials__icon_type_fb {
  background: transparent url("../images/icons/fb-blue.png") 0 0 no-repeat; }

.reg-contacts__socials .socials__icon_type_vk {
  background: transparent url("../images/icons/vk-blue.png") 0 0 no-repeat; }

@media (max-width: 1200px) {
  .reg-contacts__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 25px; }
    .reg-contacts__contacts .contacts__contact {
      width: 100%; }
  .reg-contacts__map {
    width: 600px; } }

@media (max-width: 980px) {
  .reg-contacts__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .reg-contacts__contacts .contacts__contact {
      width: 100%; }
  .reg-contacts__map {
    width: 400px; } }

@media (max-width: 768px) {
  .region-0-70.reg-contacts {
    padding-bottom: 0; }
  .container.reg-contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .reg-contacts__map {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .reg-contacts__contacts-box {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 35px; }
  .reg-contacts__contacts {
    margin-bottom: 15px; } }

.reg-comments__comments-box {
  margin-bottom: 65px; }

.reg-breadcrumbs {
  margin-top: 64px;
  margin-bottom: 35px; }

@media (max-width: 768px) {
  .reg-breadcrumbs {
    margin-top: 29px; } }
