@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
  border: none;
  resize: none;
  outline: none;
}

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

button {
  border: none;
  outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b {
  font-weight: normal;
}

td, td img {
  vertical-align: top;
}

input, select, button, textarea {
  margin: 0;
  font-size: 100%;
  color: #666;
}

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

input[type="radio"] {
  vertical-align: text-bottom;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

select {
  opacity: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

input {
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfixte {
  zoom: 1;
}

blockquote {
  margin: 0;
}

@font-face {
  font-family: 'Akrobat-Black';
  src: url("../fonts/Akrobat-Black.eot");
  src: url("../fonts/Akrobat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobatblack.woff") format("woff"), url("../fonts/Akrobatblack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akrobat-ExtraBold';
  src: url("../fonts/Akrobat-ExtraBold.eot");
  src: url("../fonts/Akrobat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobatextrabold.woff") format("woff"), url("../fonts/Akrobatextrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akrobat-Bold';
  src: url("../fonts/Akrobat-Bold.eot");
  src: url("../fonts/Akrobat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobatbold.woff") format("woff"), url("../fonts/Akrobatbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 766px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.btn {
  white-space: nowrap;
  display: inline-block;
  height: 50px;
  padding: 0 60px;
  background-color: #a70a3f;
  line-height: 50px;
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

@media only screen and (max-width: 766px) {
  .btn {
    padding: 0 30px;
    letter-spacing: 0.65px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn:hover {
    background-color: white;
    color: #1f384b;
  }
}

.btn_transparent {
  background-color: transparent;
  border: 2px solid #e3e3e6;
  -webkit-transition: border .5s;
  transition: border .5s;
  padding: 0 50px;
  color: #1f384b;
}

@media only screen and (min-width: 1200px) {
  .btn_transparent:hover {
    border: 2px solid #1f384b;
  }
  .btn_transparent:hover .btn-arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.btn_width {
  padding: 0 35px;
}

.btn_width-fix {
  padding: 0;
  width: 204px;
  padding-left: 22px;
}

.btn_with-border {
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  line-height: 46px;
}

@media only screen and (min-width: 1200px) {
  .btn_with-border:hover {
    border: 2px solid #e3e3e6;
  }
}

.btn-arrow {
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
  position: relative;
  top: 0px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.btn-arrow__wrap {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: inline-block;
}

.red-line {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .red-line {
    background-position: left bottom;
    background-image: -webkit-linear-gradient(#a70a3f, #a70a3f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a70a3f), to(#a70a3f));
    background-image: linear-gradient(#a70a3f, #a70a3f);
    background-image: -ms-linear-gradient(#a70a3f, #a70a3f);
    background-size: 0 1px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
}

@media only screen and (min-width: 1200px) {
  .red-line:hover {
    color: #a70a3f;
    background-size: 100% 1px;
  }
}

.red-line.active {
  color: #a70a3f;
  background-size: 100% 1px;
}

.white-line {
  color: #ffffff;
  opacity: 0.5;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  position: relative;
  background-position: left bottom;
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
  background-image: -ms-linear-gradient(#ffffff, #ffffff);
  background-size: 0 2px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s linear, background-size 0.4s linear;
  transition: opacity 0.4s linear, background-size 0.4s linear;
  opacity: 0.5;
}

@media only screen and (min-width: 1200px) {
  .white-line:hover {
    color: #ffffff;
    background-size: 100% 2px;
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .active > .white-line {
    color: #ffffff;
    background-size: 100% 2px;
    opacity: 1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .active > .white-line {
    color: #ffffff;
    background-size: 100% 1px;
    opacity: 1;
  }
}

@media only screen and (max-width: 766px) {
  .active > .white-line {
    opacity: 1;
  }
}

.red-hover {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .red-hover {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
}

.red-hover:hover {
  color: #a70a3f;
}

.title-h2 {
  position: relative;
  text-align: center;
  color: #ffffff;
}

.title-h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-h2_blue {
  color: #1f384b;
}

.title-h2_red {
  color: #a70a3f;
}

.title-h2_text-left {
  text-align: left;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .title-h2_text-left {
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .title-h2_text-left {
    text-align: center;
  }
}

.title-h2_text-left:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .title-h2_text-left:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .title-h2_text-left:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

.h1 {
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.h2 {
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.h3 {
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.red-inline-list {
  font-size: 0;
}

.red-inline-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #a70a3f;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  padding-left: 40px;
  margin-bottom: 11px;
}

.red-inline-list li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

.white-inline-list {
  font-size: 0;
}

.white-inline-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  padding-left: 40px;
}

.white-inline-list li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

.grey-inline-list {
  font-size: 0;
}

.grey-inline-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 40px;
}

.grey-inline-list li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

.tab__content, .tab-content__all {
  display: none;
}

.tab__content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-content__all.active {
  display: block;
}

.abiturient.tab__content {
  display: none;
}

.abiturient.tab__content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.alumni-tab__content.active {
  display: block;
}

.teacher-tab__content.active {
  display: block;
}

.admins__content.active {
  display: block;
}

.tab_blue__list {
  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: 100%;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .tab_blue__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab_blue__list li {
  background: #1f384b;
  text-align: center;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  height: 80px;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .tab_blue__list li {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-bottom: 1px solid transparent;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .tab_blue__list li {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-bottom: 1px solid transparent;
  }
}

@media only screen and (max-width: 766px) {
  .tab_blue__list li {
    display: none;
    background: #ffffff;
    height: auto;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 766px) {
  .tab_blue__list li span {
    color: #1f384b;
  }
}

@media only screen and (min-width: 1200px) {
  .tab_blue__list li:hover {
    background: #ffffff;
    color: #1f384b;
    border-bottom: 1px solid #f0f1f1;
  }
  .tab_blue__list li:hover span:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -2134px;
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
  }
}

.tab_blue__list li.active {
  background: #ffffff;
  color: #1f384b;
}

@media only screen and (min-width: 1200px) {
  .tab_blue__list li.active {
    border-bottom: 1px solid #f0f1f1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .tab_blue__list li.active {
    border-bottom: 1px solid #f0f1f1;
  }
}

@media only screen and (max-width: 766px) {
  .tab_blue__list li.active {
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f1;
    display: block;
    background: #ffffff;
  }
}

.tab_blue__list li.active span {
  font-family: "Akrobat-Bold", sans-serif, Arial;
}

.tab_blue__list li.active span:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2134px;
  width: 8px;
  height: 4px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 766px) {
  .tab_blue__list li:first-of-type {
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f1;
    color: #1f384b;
    background: #ffffff;
  }
  .tab_blue__list li:first-of-type span {
    font-family: "Akrobat-Bold", sans-serif, Arial;
  }
}

.tab_blue__list span {
  position: relative;
  font-size: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
}

@media only screen and (max-width: 766px) {
  .tab_blue__list span {
    font-size: 20px;
  }
}

.tab_abiturient__list {
  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: 100%;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .tab_abiturient__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab_abiturient__list li {
  background: #ffffff;
  text-align: center;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1f384b;
  height: 80px;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #f0f1f1;
  border-right: 1px solid #f0f1f1;
}

@media only screen and (min-width: 1200px) {
  .tab_abiturient__list li {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .tab_abiturient__list li {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
}

@media only screen and (max-width: 766px) {
  .tab_abiturient__list li {
    display: none;
    background: #ffffff;
    height: auto;
    padding: 15px 0;
    width: calc(100% - 1px);
  }
}

@media only screen and (max-width: 766px) {
  .tab_abiturient__list li span {
    color: #1f384b;
  }
}

.tab_abiturient__list li:hover {
  border-top: 1px solid #a70a3f;
  border-right: 1px solid #a70a3f;
}

@media only screen and (min-width: 1200px) {
  .tab_abiturient__list li:hover {
    background: #a70a3f;
    color: #ffffff;
  }
  .tab_abiturient__list li:hover span:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -2142px;
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
  }
}

.tab_abiturient__list li.active {
  border-top: 1px solid #a70a3f;
  border-right: 1px solid #a70a3f;
  border-right: 1px solid #a70a3f;
  background: #a70a3f;
  color: #ffffff;
}

@media only screen and (max-width: 766px) {
  .tab_abiturient__list li.active {
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f1;
    display: block;
    background: #a70a3f;
  }
}

.tab_abiturient__list li.active span {
  font-family: "Akrobat-Bold", sans-serif, Arial;
}

@media only screen and (max-width: 766px) {
  .tab_abiturient__list li.active span {
    color: #ffffff;
  }
}

.tab_abiturient__list li.active span:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2142px;
  width: 8px;
  height: 4px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 766px) {
  .tab_abiturient__list li.active span:after {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -2142px;
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 766px) {
  .tab_abiturient__list li:first-of-type {
    padding: 30px 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    background: #a70a3f;
  }
  .tab_abiturient__list li:first-of-type span {
    font-family: "Akrobat-Bold", sans-serif, Arial;
    color: #ffffff;
  }
  .tab_abiturient__list li:first-of-type span:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -2134px;
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 766px) and (max-width: 766px) {
  .tab_abiturient__list li:first-of-type span:after {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -2142px;
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
  }
}

.tab_abiturient__list span {
  position: relative;
  font-size: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
}

.accn {
  position: relative;
}

.accn_grey {
  width: 770px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn_grey {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 766px) {
  .accn_grey {
    width: 100%;
  }
}

.accn_grey .accn__item-wrap {
  background-color: #f7f7fa;
}

.accn_grey .accn__item-wrap:after {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2080px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}

.accn_grey .accn__number {
  opacity: 0.2;
  color: #1f384b;
}

.accn_grey .accn__number svg {
  width: 20px;
  height: 24px;
}

.accn_full {
  width: 1170px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn_full {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .accn_full {
    width: 100%;
  }
}

.accn__item-wrap {
  position: relative;
  margin-bottom: 10px;
}

.accn__item-wrap:after {
  position: absolute;
  content: '';
  top: 40px;
  right: 30px;
  pointer-events: none;
}

.accn__item__content {
  display: none;
  padding-right: 20px;
  margin-top: 25px;
  padding: 0 0 33px 80px;
}

@media only screen and (max-width: 766px) {
  .accn__item__content {
    padding-left: 20px;
  }
}

.accn__item__content ul {
  font-size: 0;
}

.accn__item__content ul li {
  position: relative;
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 40px;
  margin-bottom: 12px;
}

.accn__item__content ul li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

.accn__item__content p {
  padding-right: 50px;
}

@media only screen and (max-width: 766px) {
  .accn__item__content p {
    padding-right: 20px;
  }
}

.accn__item__content p a {
  color: #a70a3f;
}

.accn__item__content.page-constructor {
  margin-top: 25px;
}

.accn__item-wrap.active .accn__item_head {
  color: #a70a3f;
  padding-bottom: 0;
}

.accn__item-wrap.active .accn__item__content {
  display: block;
}

.accn__item-wrap.active:after {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2128px;
  width: 12px;
  height: 2px;
  background-repeat: no-repeat;
  top: 45px;
}

.accn__number {
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  position: absolute;
  top: 27px;
  left: 37px;
}

.accn__item_head {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  cursor: pointer;
  padding: 33px 0 33px 80px;
}

@media only screen and (max-width: 766px) {
  .accn__item_head {
    padding-right: 60px;
  }
}

.grey-inline-list li {
  display: block;
  margin-bottom: 17px;
  line-height: 15px;
}

html, body {
  min-height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #70767a;
  overflow-x: hidden;
  position: relative;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

input {
  -webkit-border-radius: 0;
}

@media only screen and (max-width: 1199px) {
  .show-screen {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .show-screen {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .show-screen_tab {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .show-screen_tab {
    display: block;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .show-screen_tab {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .show-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .show-mob {
    display: none !important;
  }
}

@media only screen and (max-width: 766px) {
  .show-mob {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .hide-screen {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-screen {
    display: none !important;
  }
}

@media only screen and (max-width: 766px) {
  .hide-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .hide-tab {
    display: none !important;
  }
}

.show-tab {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .show-tab {
    display: block;
  }
}

.logo__link {
  display: block;
  fill: white;
}

.logo__link_dark {
  fill: #1f384b;
}

.arrow {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.arrow__line {
  width: 20px;
  height: 1px;
  background-color: #a70a3f;
  display: inline-block;
  -webkit-transition: width .5s, background-color .5s;
  transition: width .5s, background-color .5s;
}

.arrow__tail {
  fill: #a70a3f;
  top: 5px;
  right: -1px;
  position: absolute;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.arrow__tail_lt {
  right: auto;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.arrow_white .arrow__line {
  background-color: #ffffff;
}

.arrow_white .arrow__tail {
  fill: #ffffff;
}

.slider-wrapper {
  position: relative;
}

.detail {
  color: #a70a3f;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  display: block;
  z-index: 9;
}

.detail__arrow {
  display: inline-block;
  position: relative;
  top: -5px;
}

.detail__text {
  margin-left: 20px;
  -webkit-transition: color .5s, -webkit-transform .5s;
  transition: color .5s, -webkit-transform .5s;
  transition: transform .5s, color .5s;
  transition: transform .5s, color .5s, -webkit-transform .5s;
  display: inline-block;
  letter-spacing: .5px;
}

.detail__text_white {
  color: #ffffff;
}

.detail:hover .detail__text {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.main-mask {
  background-color: black;
  top: 0;
  opacity: .3;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}

@media only screen and (min-width: 1200px) {
  .graduate .swiper-pagination-bullet:hover {
    opacity: .5;
  }
}

input[type="submit"] {
  cursor: pointer;
}

.review + .last-news {
  padding-top: 20px;
}

.top-wrapper_clients + .tab_blue {
  margin-top: -90px;
  margin-bottom: 90px;
}

.tab-content__all .consult__programs {
  padding-top: 0;
}

.mba-format-wrapper + .mba-infomap__wrapper {
  margin-top: 90px;
  margin-bottom: 0;
}

@media only screen and (max-width: 766px) {
  .mba-format-wrapper + .mba-infomap__wrapper {
    margin-top: -75px;
    margin-bottom: 80px;
  }
}

.mba-format-wrapper + .accn-wrapper {
  margin-top: -8px;
}

.mba-format-wrapper + .accn-wrapper_pmd {
  margin-bottom: 80px;
}

.fade-slick .slick-list {
  height: 500px;
}

.fade-slick .fade-slick__content {
  top: 45%;
}

@media only screen and (min-width: 1200px) {
  .fade-slick .fade-slick__img, .fade-slick #mainVideo {
    height: 500px;
  }
  .fade-slick .fade-slick__img img, .fade-slick #mainVideo img {
    width: 100%;
  }
}

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.about-school {
  width: 100%;
  background-color: #1f384b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 87px 0 85px 0;
}

@media only screen and (max-width: 766px) {
  .about-school {
    padding: 75px 0 70px 0;
  }
}

.about-school__title {
  margin-bottom: 60px;
}

.about-school__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-school__content {
    width: 600px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .about-school__content {
    display: block;
  }
}

.about-school__text {
  padding-top: 21px;
  width: 100%;
  color: #adb0b3;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-right: 63px;
}

@media only screen and (min-width: 1200px) {
  .about-school__text {
    width: 310px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-school__text {
    width: 57%;
    margin-right: 22px;
  }
}

@media only screen and (max-width: 766px) {
  .about-school__text {
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.about-school__text_red {
  color: red;
}

.about-school__img {
  margin-right: 38px;
}

@media only screen and (min-width: 1200px) {
  .about-school__img {
    width: 470px;
    margin-right: 0;
  }
}

.about-school__blockquote {
  color: white;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  padding-top: 19px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .about-school__blockquote {
    width: 304px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-school__blockquote {
    width: 48%;
  }
}

@media only screen and (max-width: 766px) {
  .about-school__blockquote {
    padding-top: 0;
  }
}

.about-school__blockquote:after {
  content: '';
  position: absolute;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1642px;
  width: 49px;
  height: 38px;
  background-repeat: no-repeat;
  width: 49px;
  height: 38px;
  top: -2px;
  z-index: -1;
  left: -14px;
}

@media only screen and (max-width: 766px) {
  .about-school__blockquote:after {
    top: -23px;
  }
}

.all-news__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media (min-width: 768px) {
  .all-news__container {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .all-news__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-item.coming-events__slide {
  height: auto;
}

.news-item__date {
  color: #adb0b2;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 18px;
}

.news-item__detail {
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
}

.news-item__link {
  padding-top: 20px;
}

.news-item__empty_space_placeholder {
  height: 0;
}

@media only screen and (max-width: 1198px) and (min-width: 767px) {
  .news-item {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
  }
}

@media (max-width: 767px) {
  .news-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.buy-ticket {
  width: 770px;
  margin: 0 auto;
  margin-top: 90px;
}

.buy-ticket__title {
  opacity: 0.7;
  color: #70767a;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 15px;
  margin-bottom: 25px;
  margin-top: -5px;
}

.buy-ticket__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(31, 56, 75, 0.1);
}

.buy-ticket__info > div {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.buy-ticket__info > div:not(:first-child):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 35px);
  background: rgba(31, 56, 75, 0.1);
}

.buy-ticket__desc {
  -webkit-flex-basis: 36%;
      -ms-flex-preferred-size: 36%;
          flex-basis: 36%;
  padding-right: 20px;
}

.buy-ticket__quantity {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding-left: 40px;
}

.buy-ticket__price {
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  padding-left: 54px;
}

@media (min-width: 768px) {
  .buy-ticket__price .buy-ticket__text {
    overflow: visible;
    white-space: nowrap;
    max-width: 71px;
    display: block;
  }
}

.buy-ticket__available {
  padding-left: 55px;
  -webkit-flex-basis: 25.5%;
      -ms-flex-preferred-size: 25.5%;
          flex-basis: 25.5%;
}

.buy-ticket__quantity-controller {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -10px;
}

.buy-ticket__quantity-minus, .buy-ticket__quantity-plus {
  display: inline-block;
  font-size: 40px;
  color: #a70a3f;
  line-height: initial;
  cursor: pointer;
  margin-top: -4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.buy-ticket__quantity-number {
  display: inline-block;
  width: 50px;
  font-size: 30px;
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.buy-ticket__text {
  color: #26445c;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 30px;
  line-height: 24px;
  text-transform: uppercase;
}

.buy-ticket__label {
  margin-top: 15px;
}

.buy-ticket__text i {
  text-transform: none;
  font-style: normal;
}

.buy-ticket__text-small {
  font-size: 20px;
}

.buy-ticket__text-red {
  color: #a70a3f;
}

.buy-ticket__action {
  margin-top: 35px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(31, 56, 75, 0.1);
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .buy-ticket__action {
    padding-bottom: 30px;
  }
}

.buy-ticket__promo .form-group-input {
  width: 200px;
}

.buy-ticket__total {
  margin-left: -87px;
}

.buy-ticket__total .buy-ticket__title {
  margin-bottom: 10px;
}

.buy-ticket__total i {
  text-transform: none;
  font-style: normal;
}

.buy-ticket__button .btn {
  background-color: #a70a3f;
  border-color: transparent;
  color: white;
  text-align: center;
  width: 180px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.buy-ticket__button .btn-arrow {
  top: 0;
}

.buy-ticket__button .btn svg {
  fill: white;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media (min-width: 1200px) {
  .buy-ticket__button .btn:hover {
    color: #70767a;
    background-color: transparent;
    border-color: #70767a;
  }
  .buy-ticket__button .btn:hover svg {
    fill: grey;
  }
}

@media (max-width: 849px) {
  .buy-ticket {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .buy-ticket__desc {
    -webkit-flex-basis: 76%;
        -ms-flex-preferred-size: 76%;
            flex-basis: 76%;
  }
  .buy-ticket__quantity, .buy-ticket__available, .buy-ticket__price {
    padding-left: 28px;
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
  }
  .buy-ticket__quantity {
    -webkit-flex-basis: 29%;
        -ms-flex-preferred-size: 29%;
            flex-basis: 29%;
  }
  .buy-ticket__available {
    -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
            flex-basis: 22%;
  }
  .buy-ticket__total {
    margin-left: 126px;
  }
  .buy-ticket-short__action {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .buy-ticket {
    margin-top: 70px;
  }
  .buy-ticket__title {
    margin-bottom: 15px;
  }
  .buy-ticket__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .buy-ticket__desc {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(31, 56, 75, 0.1);
  }
  .buy-ticket__quantity, .buy-ticket__available, .buy-ticket__price {
    padding-left: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .buy-ticket__quantity:before, .buy-ticket__available:before, .buy-ticket__price:before {
    display: none;
  }
  .buy-ticket__action {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 30px;
  }
  .buy-ticket__promo {
    margin-bottom: 5px;
  }
  .buy-ticket__promo .form-group-input {
    width: 145px;
  }
  .buy-ticket__total {
    margin-left: 30px;
  }
  .buy-ticket__button {
    margin-top: 30px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}

.top-wrapper_clients .title-h2 {
  width: 100%;
  margin-bottom: 52px;
}

.top-wrapper_clients .title-h2 .h1 {
  font-size: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_clients .title-h2 .h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.top-wrapper_clients .top-wrapper_events_text {
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  width: 100%;
}

.top-wrapper_clients .top_center {
  padding-top: 123px;
  padding-bottom: 137px;
  max-width: 580px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper_clients .top_center {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_clients .top_center {
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 94px;
  }
}

.clients-wrapper .clients {
  width: 770px;
  margin: 0 auto 30px auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .clients-wrapper .clients {
    width: 510px;
    margin: 0 auto 80px auto;
  }
}

@media only screen and (max-width: 766px) {
  .clients-wrapper .clients {
    width: 100%;
    margin: 0 auto 65px auto;
  }
}

.clients-wrapper strong, .clients-wrapper h2, .clients-wrapper h3, .clients-wrapper h4 {
  font-family: "Akrobat-Regular", sans-serif, Arial;
  display: block;
  color: #1f384b;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 25px;
  font-weight: normal;
}

@media only screen and (max-width: 766px) {
  .clients-wrapper strong, .clients-wrapper h2, .clients-wrapper h3, .clients-wrapper h4 {
    padding: 0 20px;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}

.clients-wrapper strong:last-of-type, .clients-wrapper h2:last-of-type, .clients-wrapper h3:last-of-type, .clients-wrapper h4:last-of-type {
  margin-bottom: 20px;
}

.clients-wrapper p {
  color: #70767a;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

@media only screen and (max-width: 766px) {
  .clients-wrapper p {
    padding: 0 20px;
  }
}

.consult__logos .title-h2 {
  margin-bottom: 60px;
}

.client-links {
  width: 1170px;
  margin: 0 auto;
  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;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .client-links {
    width: 720px;
  }
}

@media only screen and (max-width: 766px) {
  .client-links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.client-links a {
  position: relative;
  display: block;
  width: 585px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .client-links a {
    width: 360px;
  }
}

@media only screen and (max-width: 766px) {
  .client-links a {
    width: calc(100% - 40px);
    max-width: 360px;
    max-height: 250px;
    margin: 0 auto 10px auto;
  }
}

.client-links a:hover .client-links__mask {
  opacity: .2;
}

.client-links__mask {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}

.client-links__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 1200px) {
  .client-links__text {
    width: 350px;
  }
}

.consult__programs .title-h2 h2 {
  font-size: 30px;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  line-height: 36px;
}

.consult__logos_mb {
  margin-bottom: 62px;
}

.coming-events {
  padding: 90px 0;
  padding-top: 88px;
}

@media only screen and (max-width: 766px) {
  .coming-events {
    padding: 75px 0;
  }
}

.coming-events-grey {
  background-color: #f5f5f7;
}

.coming-events-grey .btn.btn_transparent:hover {
  background-color: transparent;
}

.coming-events__slide {
  height: 436px;
  width: 370px;
  border: 1px solid #e7e8e9;
  margin-top: 60px;
}

@media only screen and (min-width: 1200px) {
  .coming-events__slide:not(:nth-child(3n)):last-child {
    margin-right: auto;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .coming-events__slide {
    width: 315px;
  }
}

@media only screen and (max-width: 766px) {
  .coming-events__slide {
    width: 90% !important;
    margin-top: 30px;
  }
}

.coming-events__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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 only screen and (min-width: 767px) and (max-width: 1199px) {
  .coming-events__slider-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 766px) {
  .coming-events__slider-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.coming-events__img {
  background-size: cover;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.coming-events__content {
  padding: 45px;
  padding-bottom: 30px;
  padding-top: 38px;
}

@media only screen and (max-width: 766px) {
  .coming-events__content {
    padding: 30px;
  }
}

.coming-events__text {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  height: 90px;
  padding-bottom: 10px;
  -webkit-transition: color .5s;
  transition: color .5s;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f2;
}

@media only screen and (min-width: 1200px) {
  .coming-events__link:hover .coming-events__text {
    color: #a70a3f;
  }
  .coming-events__link:hover .detail__text {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .coming-events__link:hover .coming-events__img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

.coming-events__title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .coming-events__title {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 766px) {
  .coming-events__title {
    padding-right: 20px;
  }
}

.coming-events__date-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.coming-events__btn {
  text-align: center;
  margin-top: 45px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .coming-events__btn {
    margin-top: 77px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 766px) {
  .coming-events__btn {
    margin-top: 90px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .coming-events .container {
    padding-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .coming-events .container {
    padding-right: 0;
  }
}

.coming-events__wrap-img {
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.coming-events .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  border-radius: 0;
  margin-right: 5px;
}

.coming-events .swiper-pagination {
  width: 100%;
  bottom: -40px;
  left: 0;
}

@media only screen and (min-width: 1200px) {
  .coming-events .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .coming-events .swiper-pagination {
    bottom: -48px;
    left: -3%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .coming-events .swiper-pagination {
    left: -25px;
  }
}

.date-label__number {
  width: 80px;
  height: 95px;
  background-color: #26445c;
  text-align: center;
}

.date-label__number_red {
  background-color: #a70a3f;
}

.date-label__day {
  width: 80px;
  height: 50px;
  background-color: #213d52;
  color: white;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}

.date-label__day_red {
  background-color: #990939;
}

.number-big {
  color: white;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 36px;
  line-height: 60px;
  text-transform: uppercase;
  display: block;
}

.number-small {
  color: white;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 25px;
}

.coming-events__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 80px;
  height: 95px;
  background-color: #a70a3f;
}

.coming-events__icon .aaa {
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact {
  width: 100%;
  background-color: #1f384b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
}

@media only screen and (max-width: 766px) {
  .contact {
    padding: 75px 0;
  }
}

.contact__title {
  margin-bottom: 60px;
}

.contact__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 150px;
  margin: 0 auto;
  max-width: 860px;
  color: white;
  font-size: 21px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .contact__person {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 766px) {
  .contact__person {
    font-size: 17px;
  }
}

@media (max-width: 1023px) {
  .contact__person {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
}

.contact__data {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact__data img {
  float: left;
  margin-right: 30px;
}

.contact__data span {
  display: inline-block;
  width: 130px;
  line-height: 25px;
}

@media (max-width: 1023px) {
  .contact__data {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .contact__data {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__data img {
    display: none;
  }
  .contact__data span {
    text-align: center;
  }
}

.contact__address {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 25px;
}

.contact__address a {
  -webkit-transition: .5s;
  transition: .5s;
}

.contact__address a:hover {
  opacity: .6;
}

@media (min-width: 1024px) {
  .contact__address {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1023px) {
  .contact__address {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 0 60px;
    margin-left: 0px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .contact__address {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact__address a {
    text-align: center;
  }
}

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

.contact__button .btn {
  width: 240px;
  padding: 0;
  text-align: center;
}

@media (max-width: 1023px) {
  .contact__button {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .contact__button {
    margin-top: 30px;
  }
}

.contact__info {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
  padding-left: 70px;
  width: 210px;
}

@media only screen and (min-width: 1200px) {
  .contact__info {
    padding-left: 32px;
    width: 206px;
  }
}

.contact-page {
  min-height: 655px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-page__info {
  width: 455px;
  background-color: #a70a3f;
  min-height: 655px;
  padding: 80px 154px 80px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .contact-page__info {
    width: 384px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 766px) {
  .contact-page__info {
    width: 100%;
    padding: 65px 30px;
  }
}

.contact-page__info-title {
  padding-bottom: 32px;
}

.contact-page__info-title .h2 {
  color: #ffffff;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

@media only screen and (max-width: 766px) {
  .contact-page__info-title .h2 {
    font-size: 40px;
    text-align: center;
  }
}

.contact-page__info-list {
  margin-left: 44px;
}

.contact-page__info-list li {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
}

.contact-page__info-list li a, .contact-page__info-list li span {
  display: block;
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 18px 0 35px 0;
  opacity: 1;
  letter-spacing: 0.5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-page__info-list li a:hover {
  opacity: .6;
}

.contact-page__info-list li:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  left: -40px;
  top: 12px;
}

.contact-page__info-list li:last-child span {
  margin-bottom: 0;
}

.contact-page__map {
  min-height: 655px;
  width: calc(100% - 456px);
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .contact-page__map {
    width: calc(100% - 387px);
    height: auto;
    min-height: 100%;
  }
}

.contact-page__map #info-map {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .contact-page__map #info-map {
    height: auto;
    min-height: inherit;
  }
}

@media only screen and (max-width: 766px) {
  .contact-page__map {
    width: 100%;
    min-height: 300px;
  }
  .contact-page__map #info-map {
    min-height: 300px;
  }
}

.corporate-about {
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 7px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .corporate-about {
    max-width: 525px;
  }
}

@media only screen and (max-width: 766px) {
  .corporate-about {
    padding-bottom: 5px;
  }
}

.corporate-about .title-h2 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 766px) {
  .corporate-about .title-h2 {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 766px) {
  .corporate-about .title-h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .corporate-about .title-h2:after {
    bottom: -43px;
  }
}

.corporate-about .mba-tab__subtitle {
  color: #70767a;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 17px;
  position: relative;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-weight: 400;
}

@media only screen and (max-width: 766px) {
  .corporate-about .mba-tab__subtitle {
    font-size: 17px;
    line-height: 20px;
    padding: 0 30px;
    color: #1f384b;
  }
}

.corporate-about .mba-tab__subtitle img {
  position: absolute;
  top: -20px;
  left: -7px;
  max-width: 50px;
  max-height: 40px;
}

@media only screen and (max-width: 766px) {
  .corporate-about .mba-tab__subtitle img {
    left: 10px;
  }
}

.corporate-constructor p {
  color: #70767a;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 766px) {
  .corporate-constructor p {
    font-size: 17px;
    line-height: 20px;
    padding: 0 30px;
  }
}

.corporate-slider__wrapper {
  padding-top: 83px;
}

@media only screen and (max-width: 766px) {
  .corporate-slider__wrapper {
    padding-top: 68px;
  }
  .corporate-slider__wrapper .slick-prev {
    visibility: visible;
    left: 35%;
    bottom: -25px;
    width: 22px;
  }
  .corporate-slider__wrapper .slick-prev::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url("static/img/minified-svg/arrow_right.svg");
  }
  .corporate-slider__wrapper .slick-next {
    visibility: visible;
    right: 35%;
    bottom: -25px;
    width: 22px;
  }
  .corporate-slider__wrapper .slick-next::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url("static/img/minified-svg/arrow_left.svg");
  }
}

.corporate-slider__wrapper .title-h2 {
  margin-bottom: 62px;
}

@media only screen and (max-width: 766px) {
  .corporate-slider__wrapper .title-h2 {
    margin-bottom: 45px;
  }
}

.corporate-slider__wrapper .slick-dots-red .slick-dots {
  bottom: -6px;
}

@media only screen and (max-width: 766px) {
  .corporate-slider__wrapper .slick-dots-red .slick-dots {
    bottom: -19px;
    width: 100%;
  }
}

.corporate-slider {
  width: 1015px;
  margin: 0 auto 80px auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .corporate-slider {
    max-width: 692px;
  }
}

@media only screen and (max-width: 766px) {
  .corporate-slider {
    max-width: 100%;
    margin: 0 auto 110px auto;
  }
}

.corporate-slider__item {
  padding: 0 10px;
  cursor: pointer;
}

.corporate-slider__item img {
  max-height: 70px;
  max-width: 150px;
}

.corporate-slider__item__sub {
  width: 150px;
  height: 70px;
  position: relative;
  text-align: center;
  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: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  margin-bottom: 50px;
  padding: 0 5px;
}

@media only screen and (max-width: 766px) {
  .corporate-slider__item__sub {
    margin: 30px auto 0 auto;
  }
  .corporate-slider__item__sub:first-of-type {
    margin-top: 0;
  }
}

.eventabove-wrapper {
  padding-top: 0;
  padding-bottom: 72px;
}

.eventabove-wrapper .title-h2 {
  margin-bottom: 52px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove-wrapper .title-h2_text-left:after {
    left: 50%;
  }
}

.eventabove {
  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;
  max-width: 1050px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove {
    max-width: 100%;
    padding: 0 120px;
  }
}

.eventabove__desc {
  max-width: 615px;
  padding-right: 110px;
  border-right: 1px solid #f0f1f1;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove__desc {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #f0f1f1;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 766px) {
  .eventabove__desc {
    padding: 0;
    width: calc(100% - 40px);
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #f0f1f1;
    margin: 0 auto 25px auto;
  }
}

.eventabove__desc p {
  max-width: 503px;
  color: #70767a;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove__desc p {
    margin: 0 auto 25px auto;
    max-width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .eventabove__desc p {
    max-width: 100%;
    font-size: 17px;
  }
}

.eventabove__content {
  padding-left: 115px;
  width: 310px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove__content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .eventabove__content {
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    text-align: center;
  }
}

.eventabove__content__dates {
  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;
  max-width: 320px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove__content__dates {
    max-width: 100%;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 10px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 766px) {
  .eventabove__content__dates {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

.eventabove__content__date {
  width: 165px;
  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: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove__content__date {
    width: auto;
  }
}

.eventabove__content__date:nth-child(even) {
  max-width: 115px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove__content__date:nth-child(even) {
    max-width: none;
  }
}

.eventabove__content_l {
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.eventabove__content_s {
  color: #70767a;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eventabove__content_btn {
  padding: 0 42px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .eventabove__content_btn {
    margin: 0 auto 30px auto;
  }
}

@media only screen and (max-width: 766px) {
  .eventabove__content_btn {
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    max-width: 350px;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .eventabove__content_btn:hover {
    border: 1px solid #a70a3f;
    height: 48px;
    padding: 0 41px;
    line-height: 48px;
  }
}

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

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .share-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.share-social__text {
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
}

.consult__programs {
  padding-top: 83px;
  padding-bottom: 14px;
}

.consult__programs .title-h2 {
  margin-bottom: 57px;
}

.consult__programs .container {
  max-width: 1050px;
}

@media only screen and (max-width: 766px) {
  .consult__programs .container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0;
  }
}

.consult__programs_grey {
  background: #f5f5f7;
}

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

.consult__program:last-of-type .consult__text {
  border: 0;
}

.consult__time {
  width: 130px;
  color: #b2b5b8;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 44px;
  line-height: 60px;
  text-transform: uppercase;
}

@media only screen and (max-width: 766px) {
  .consult__time {
    font-size: 30px;
    line-height: 46px;
    width: 110px;
  }
}

.consult__text {
  color: #1f384b;
  max-width: 861px;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  border-bottom: 1px solid #e7e8ea;
  padding-bottom: 42px;
  margin-bottom: 30px;
  margin-top: 9px;
}

@media only screen and (max-width: 766px) {
  .consult__text {
    padding-left: 10px;
    font-size: 17px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    line-height: 21px;
  }
}

.eventabove-constructor a {
  color: #a70a3f;
  -webkit-transition: .5s;
  transition: .5s;
}

.eventabove-constructor a:hover {
  color: #1f384b;
}

.facts-about {
  background-color: #1f384b;
  width: 100%;
  padding: 90px 0 25px 0;
  padding-top: 87px;
}

@media only screen and (max-width: 766px) {
  .facts-about {
    padding-top: 75px;
  }
}

.facts-about__slider-wrapper {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.facts-about__title {
  margin-bottom: 54px;
}

.fact-slide {
  height: 100px;
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fact-slide {
    width: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .fact-slide {
    padding-left: 10px;
    margin-bottom: 38px;
  }
}

.fact-slide__icon {
  padding-top: 10px;
  width: 90px;
}

.fact-slide__icon img {
  max-width: 80px;
  max-height: 80px;
}

.fact-slide__text {
  color: white;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 1px solid #385164;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fact-slide__text p {
  width: 228px;
}

@media only screen and (max-width: 766px) {
  .fact-slide__text p {
    width: 140px;
  }
}

.facts-about__slider-container .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 0;
}

.main-footer {
  width: 100%;
  height: 200px;
  background-color: #ebebed;
  padding-top: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer {
    height: auto;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer {
    height: auto;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1600px) {
  .main-footer .container {
    width: 100%;
    max-width: none;
    padding: 0 55px;
  }
}

.main-footer .main-footer__sub-menu {
  margin-left: 90px;
  width: 100%;
}

@media only screen and (min-width: 1600px) {
  .main-footer .main-footer__sub-menu {
    position: absolute;
    left: 0;
    margin-left: 160px;
    margin-right: 255px;
    width: calc(100% - 400px);
  }
}

@media only screen and (min-width: 1600px) {
  .main-footer .main-footer__sub-menu .sub-menu__item:first-of-type {
    margin-left: 0;
  }
}

.main-footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #dfe0e3;
}

@media only screen and (min-width: 1600px) {
  .main-footer__top {
    height: 41px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer__top {
    border: none;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer__top {
    border: none;
  }
}

.main-footer__btn {
  padding-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-footer__left {
  float: left;
  margin-right: 30px;
}

.main-footer__logo {
  margin-bottom: 25px;
}

.main-footer__tel {
  min-width: 200px;
}

.main-footer__tel .tel {
  float: right;
}

@media only screen and (max-width: 1199px) {
  .main-footer__tel .tel {
    float: none;
  }
}

.copy__text {
  color: #adb0b3;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

@media only screen and (min-width: 1600px) {
  .license {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.license__text {
  color: #adb0b3;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .license__text {
    color: #adb0b3;
  }
}

@media only screen and (max-width: 766px) {
  .license__text {
    color: #adb0b3;
  }
}

.vintage__text {
  color: #adb0b3;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.vintage__icon {
  fill: #adb0b3;
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .vintage__icon {
    fill: #1f384b;
  }
}

@media only screen and (max-width: 766px) {
  .vintage__icon {
    fill: #1f384b;
  }
}

@media only screen and (min-width: 1200px) {
  .vintage__icon:hover {
    fill: #a70a3f;
  }
}

.go-top {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #adb0b3;
  cursor: pointer;
  right: 0;
  top: -85px;
  position: absolute;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .go-top {
    left: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 766px) {
  .go-top {
    left: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .go-top {
    right: 116px;
  }
}

.go-top__icon {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2142px;
  width: 8px;
  height: 4px;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  left: 50%;
  top: 50%;
}

.go-top:hover {
  background-color: #a70a3f;
}

.content {
  margin-bottom: -200px;
}

.content:after {
  content: "";
  display: block;
  height: 200px;
}

@media only screen and (max-width: 766px) {
  .content {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer {
    height: auto;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer {
    height: auto;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer .main-footer__left {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer .main-footer__left {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer .main-footer__tel {
    margin: 0;
    position: absolute;
    padding: 0;
    top: 96px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer .main-footer__tel {
    margin: 0;
    position: absolute;
    padding: 0;
    top: 90px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer .main-footer__social {
    margin: 66px 0 0 0;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer .main-footer__social {
    margin: 66px 0 0 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer .social-icon_dark {
    width: 46px;
    height: 46px;
    border: 2px solid #e3e3e6;
    display: inline-block;
    text-align: center;
    line-height: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer .social-icon_dark {
    width: 50px;
    height: 50px;
    border: 2px solid #e3e3e6;
    display: inline-block;
    text-align: center;
    line-height: 50px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer .main-footer__btn {
    -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;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer .main-footer__btn {
    -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;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer .main-footer__license {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer .main-footer__license {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-footer .vintage__text {
    display: block;
    text-align: center;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 766px) {
  .main-footer .vintage__text {
    display: block;
    text-align: center;
    margin-top: 6px;
  }
}

.form-group {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-group * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-group-input {
  display: block;
  width: 100%;
  height: auto;
}

.form-group-input:before {
  left: 50%;
}

.form-group-input:after {
  right: 50%;
}

.form-group-input:before, .form-group-input:after {
  content: '';
  position: absolute;
  top: 28px;
  height: 2px;
  width: 0;
  background: #a70a3f;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 1025px) {
  .form-group-input:hover:before, .form-group-input:hover:after {
    width: 50%;
  }
  .form-group-input.field-learningform-recaptcha:hover:before,
  .form-group-input.field-learningform-recaptcha:hover:after,
  .form-group-input.field-programsliderrequestform-recaptcha:hover:before,
  .form-group-input.field-programsliderrequestform-recaptcha:hover:after,
  .form-group-input.field-requestform-recaptcha:hover:before,
  .form-group-input.field-requestform-recaptcha:hover:after{
    width: 0;
  }
}

.form-group-input.active:before, .form-group-input.active:after {
  width: 50%;
}

.form-group-input.has-error:before, .form-group-input.has-error:after {
  width: 50%;
}

.form-group-checkbox {
  display: inline-block;
  cursor: pointer;
}

.form-group-checkbox_full {
  width: 100%;
  margin-top: 10px;
}

.form-group-checkbox_full .form-group__title-checkbox {
  max-width: 230px;
  color: #70767a;
  text-decoration: underline;
}

@media only screen and (max-width: 766px) {
  .form-group-checkbox_full .form-group__title-checkbox {
    max-width: 235px;
  }
}

.form-group-textarea:before, .form-group-textarea:after {
  top: auto;
  bottom: 0;
}

.form-group__error {
  display: inline-block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  color: #a70a3f;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.form-group textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.form-group.has-error .form-group__error {
  opacity: 1;
  visibility: visible;
}

.form-group__input {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #70767a;
  color: white;
  padding-bottom: 9px;
}

.form-group__input-grey {
  color: #70767a;
  border-color: rgba(112, 118, 122, 0.2);
}

.form-group__input-dark-grey {
  color: #1f384b;
  border-color: #70767a;
}

.form-group__placeholder {
  position: absolute;
  color: white;
  display: inline;
  top: 0;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.form-group__placeholder-grey {
  color: #70767a;
}

.form-group__placeholder-dark-grey {
  color: #1f384b;
}

.form-group__checkbox {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.form-group__placeholder-checkbox {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border: 2px solid #70767a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
}

.form-group__placeholder-checkbox span {
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 4px;
  height: 8px;
  border-top: 2px solid #70767a;
  border-left: 2px solid #70767a;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.form-group__title-checkbox {
  display: block;
  float: left;
  line-height: 18px;
  margin-top: -2px;
}

.form-group__checkbox:checked + .form-group__placeholder-checkbox span {
  opacity: 1;
}

.form-group.active .form-group__placeholder {
  -webkit-transform: translate3d(0, -21px, 0) scale(0.8);
          transform: translate3d(0, -21px, 0) scale(0.8);
}

.graduate {
  padding: 90px 0;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate {
    padding-bottom: 225px;
  }
}

@media only screen and (max-width: 766px) {
  .graduate {
    padding-bottom: 195px;
    padding-top: 75px;
  }
}

.graduate__title {
  display: inline-block;
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate__title {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .graduate__title {
    display: block;
  }
}

.graduate__title .title-h2 {
  top: -8px;
}

.graduate__btn {
  float: right;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate__btn {
    float: none;
    position: absolute;
    bottom: -135px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .graduate__btn {
    float: none;
    position: absolute;
    bottom: -120px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

.graduate__slider-wrapper {
  height: 377px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 766px) {
  .graduate__slider-wrapper {
    height: 495px;
  }
}

@media only screen and (max-width: 766px) {
  .graduate .container {
    padding-right: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate .container {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .graduate_spiker .graduate-slide {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .graduate_spiker .graduate-slide__link:hover .h3 {
    color: #1f384b;
  }
}

.graduate-slide {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate-slide {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .graduate-slide {
    width: 90%;
  }
}

.graduate-slide__link {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .graduate-slide__link:hover .h3 {
    color: #a70a3f;
  }
  .graduate-slide__link:hover .detail__text {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media only screen and (max-width: 766px) {
  .graduate-slide__link {
    display: block;
    width: 110%;
  }
}

.graduate-slide_center {
  margin: 0 auto;
  width: 100%;
}

.graduate-slide__photo {
  position: relative;
}

.graduate-slide__photo:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-color: black;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .graduate-slide__photo {
    width: 90%;
    height: 240px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 766px) {
  .graduate-slide__photo img {
    width: 100%;
    height: auto;
  }
}

.graduate-slide__info {
  border: 1px solid #f1f1f2;
  width: 300px;
  padding: 45px;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 766px) {
  .graduate-slide__info {
    width: 90%;
    padding: 30px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate-slide__info {
    padding: 40px;
    width: 70%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) and (orientation: portrait) {
  .graduate-slide__info {
    width: 61%;
  }
}

.graduate-slide__content {
  border-bottom: 1px solid #f1f1f2;
}

@media only screen and (max-width: 766px) {
  .graduate-slide__content {
    height: 150px;
  }
}

.graduate-slide__name {
  margin-bottom: 20px;
}

.graduate-slide__text {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 35px;
}

.graduate-slide__text:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
  left: 0;
  top: 10px;
}

.graduate-slide__blockquote {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding-bottom: 25px;
}

@media only screen and (max-width: 766px) {
  .graduate-slide__blockquote {
    display: none;
  }
}

.graduate-slide__blockquote:after {
  content: '';
  position: absolute;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1726px;
  width: 49px;
  height: 38px;
  background-repeat: no-repeat;
  top: -27px;
  left: -14px;
  z-index: -1;
}

.graduate .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  border-radius: 0;
  margin-right: 5px;
}

.graduate .swiper-pagination {
  width: 100%;
  bottom: -40px;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .graduate .swiper-pagination {
    bottom: -36px;
    left: -3%;
  }
}

@media only screen and (max-width: 766px) {
  .graduate .btn_width {
    padding: 0 57px;
  }
}

.graduate_spiker {
  padding: 80px 0 136px 0;
}

@media only screen and (max-width: 766px) {
  .graduate_spiker {
    padding: 75px 0 70px 0;
  }
}

.graduate_spiker .graduate__slider-wrapper {
  height: auto;
}

.graduate_spiker .graduate-slide__photo {
  padding-left: 55px;
  width: 170px;
  height: 235px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .graduate-slide__photo {
    padding-left: 53px;
    margin-top: 44px;
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .graduate-slide__photo {
    padding-left: 0;
    margin: 44px auto 23px auto;
  }
}

.graduate_spiker .graduate-slide__photo img {
  max-width: 100%;
  max-height: 100%;
}

.graduate_spiker .graduate-slide__photo:after {
  background: transparent;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .graduate-slide__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .graduate-slide__link {
    width: 100%;
  }
}

.graduate_spiker .graduate-slide__info {
  padding: 0;
  border: none;
  width: 275px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .graduate-slide__info {
    padding-left: 53px;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .graduate-slide__info {
    width: 225px;
    margin: 0 auto;
  }
}

.graduate_spiker .container {
  max-width: 1150px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .container {
    padding: 0;
    width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .container {
    padding: 0;
    width: calc(100% - 50px);
  }
}

.graduate_spiker .spiker__slider-container {
  border-left: 1px solid #f1f1f2;
  border-right: 1px solid #f1f1f2;
  padding-left: 23px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .spiker__slider-container {
    max-height: 100%;
    padding-left: 18px;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .spiker__slider-container {
    border: none;
    max-height: 100%;
    padding-left: 0;
  }
}

.graduate_spiker .spiker__slider-container_center {
  max-width: 570px;
  border: none;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .spiker__slider-container_center {
    max-width: 400px;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .spiker__slider-container_center .graduate-slide__content {
    text-align: center;
  }
}

.graduate_spiker .graduate-slide__content {
  border: none;
  overflow: hidden;
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .graduate-slide__content {
    height: auto;
    text-align: center;
  }
}

.graduate_spiker .swiper-slide-active {
  border-right: 1px solid #f1f1f2;
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .swiper-slide-active {
    border: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .swiper-slide {
    max-height: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .swiper-slide {
    max-height: 100%;
    width: 100%;
  }
}

.graduate_spiker .graduate-slide__text:after {
  display: none;
}

.graduate_spiker .graduate-slide__name {
  padding-left: 28px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .graduate-slide__name {
    padding-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .graduate-slide__name {
    padding-left: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .graduate_spiker .graduate-slide__text {
    padding-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .graduate-slide__text {
    padding-left: 0;
  }
}

.graduate_spiker .swiper-pagination {
  bottom: -50px;
}

@media only screen and (max-width: 766px) {
  .graduate_spiker .swiper-pagination {
    bottom: 0;
  }
}

.spiker__title {
  margin-bottom: 74px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .spiker__title {
    margin-bottom: 61px;
  }
}

@media only screen and (max-width: 766px) {
  .spiker__title {
    margin-bottom: 20px;
  }
}

.slide-arrow {
  position: relative;
}

.slide-arrow__left {
  background: url("../img/content/arrow_right.svg") no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  bottom: -15px;
  left: 46%;
  position: absolute;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .slide-arrow__left {
    left: 42%;
  }
}

@media only screen and (max-width: 766px) {
  .slide-arrow__left {
    left: 38%;
  }
}

.slide-arrow__right {
  background: url("../img/content/arrow_left.svg") no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  bottom: -15px;
  right: 46%;
  position: absolute;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .slide-arrow__right {
    right: 42%;
  }
}

@media only screen and (max-width: 766px) {
  .slide-arrow__right {
    right: 38%;
  }
}

.slide-arrow .hide-arrow {
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header {
    z-index: 105;
  }
}

@media only screen and (max-width: 766px) {
  .main-header {
    z-index: 105;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-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;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #1f384b;
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 766px) {
  .header-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;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #1f384b;
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__btn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__btn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__btn .sub-menu__list {
    -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-top: 108px;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__btn .sub-menu__list {
    -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-top: 108px;
  }
}

@media only screen and (max-width: 766px) and (orientation: landscape) {
  .header-mobile .main-header__btn .sub-menu__list {
    -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;
    width: 280px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
  .header-mobile .main-header__btn .sub-menu__list {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 330px) and (orientation: portrait) {
  .header-mobile .main-header__btn .sub-menu__list {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__btn .sub-menu__item {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    margin-left: 0;
    width: auto;
  }
  .header-mobile .main-header__btn .sub-menu__item:after {
    opacity: 1;
    height: 1px;
    background-color: #2b4557;
    width: 40px;
    margin: auto;
    right: 0;
    left: 0;
  }
  .header-mobile .main-header__btn .sub-menu__item:first-of-type .sub-menu__link {
    margin-top: 0;
  }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
  .header-mobile .main-header__btn .sub-menu__item:first-child {
    min-height: 51px;
  }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
  .header-mobile .main-header__btn .sub-menu__item:first-child .sub-menu__link {
    line-height: 45px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__btn .sub-menu__item {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    margin-left: 0;
    width: auto;
  }
  .header-mobile .main-header__btn .sub-menu__item:after {
    opacity: 1;
    height: 1px;
    background-color: #2b4557;
    width: 40px;
    margin: auto;
    right: 0;
    left: 0;
  }
  .header-mobile .main-header__btn .sub-menu__item:first-of-type .sub-menu__link {
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__btn .sub-menu__item.active:after {
    opacity: 1;
    height: 2px;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__btn .sub-menu__item.active:after {
    opacity: 1;
    height: 2px;
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__top {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__top {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
  .header-mobile .main-header__top {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 330px) and (orientation: portrait) {
  .header-mobile .main-header__top {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__top .sub-menu__list {
    -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;
    border-bottom: 1px solid #2b4557;
    width: 280px;
    margin: 35px auto 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__top .sub-menu__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    border-bottom: 1px solid #2b4557;
    width: 280px;
    margin: 35px auto 0 auto;
  }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
  .header-mobile .main-header__top .sub-menu__list {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 330px) and (orientation: portrait) {
  .header-mobile .main-header__top .sub-menu__list {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__top .sub-menu__item {
    width: initial;
    margin-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__top .sub-menu__item {
    width: initial;
    margin-left: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__top .sub-menu__item.active:after {
    height: 2px;
    background-color: white;
    opacity: 1;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__top .sub-menu__item.active:after {
    height: 2px;
    background-color: white;
    opacity: 1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .sub-menu__item_under .sub-menu__link {
    padding-bottom: 15px;
    margin-top: 11px;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .sub-menu__item_under .sub-menu__link {
    padding-bottom: 15px;
    margin-top: 11px;
  }
}

@media only screen and (max-width: 330px) and (orientation: portrait) {
  .header-mobile .sub-menu__item_under .sub-menu__link {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__top, .header-mobile .main-header__btn {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__top, .header-mobile .main-header__btn {
    display: block;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__lang {
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    height: 30px;
    text-align: center;
    -webkit-transition: color .5s, width .5s;
    transition: color .5s, width .5s;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__lang {
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    height: 30px;
    text-align: center;
    -webkit-transition: color .5s, width .5s;
    transition: color .5s, width .5s;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .lang {
    width: 280px;
    border-bottom: 1px solid #2b4557;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .lang {
    width: 280px;
    border-bottom: 1px solid #2b4557;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .lang__inner {
    top: 0;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .lang__inner {
    top: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .lang__content {
    position: static;
    height: auto;
    opacity: 1;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .lang__content {
    position: static;
    height: auto;
    opacity: 1;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .lang-link {
    display: inline-block;
    margin-left: 38px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header-mobile .lang-link:first-of-type {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .lang-link {
    display: inline-block;
    margin-left: 38px;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header-mobile .lang-link:first-of-type {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .lang-link.active {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 9px;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .lang-link.active {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .lang-link:first-child {
    display: inline-block;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .lang-link:first-child {
    display: inline-block;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__tel {
    margin: auto;
    position: absolute;
    top: 80px;
    width: 280px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__tel {
    margin: auto;
    position: absolute;
    top: 80px;
    width: 280px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .main-header__cabinet {
    text-align: center;
    margin: 13px 0 36px 0;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .main-header__cabinet {
    text-align: center;
    margin: 13px 0 36px 0;
  }
}

@media only screen and (max-width: 766px) and (orientation: landscape) {
  .header-mobile .main-header__cabinet {
    margin: 13px 0 15px 0;
  }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
  .header-mobile .main-header__cabinet {
    margin: 5px 0 5px 0;
  }
}

@media only screen and (max-width: 330px) and (orientation: portrait) {
  .header-mobile .main-header__cabinet {
    margin: 13px 0 10px 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .social {
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .social {
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile .social .social-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #2b4557;
    display: inline-block;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile .social .social-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #2b4557;
    display: inline-block;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile.menu-opened {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile.menu-opened {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header .container {
    background-color: #1f384b;
  }
}

@media only screen and (max-width: 766px) {
  .main-header .container {
    background-color: #1f384b;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header .search {
    position: static;
  }
}

@media only screen and (max-width: 766px) {
  .main-header .search {
    position: static;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header .search__show-field {
    background-color: #e3e3e6;
    top: -10px;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 0 0 0 20px;
    right: auto;
    color: black;
    font-family: "Akrobat-Bold", sans-serif, Arial;
  }
}

@media only screen and (max-width: 766px) {
  .main-header .search__show-field {
    background-color: #e3e3e6;
    top: -10px;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 0 0 0 20px;
    right: auto;
    color: black;
    font-family: "Akrobat-Bold", sans-serif, Arial;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header .search-submit {
    position: absolute;
    top: 50px;
    z-index: 3;
    right: 0;
    width: 64px;
    height: 60px;
    background: #d2d3d6;
  }
}

@media only screen and (max-width: 766px) {
  .main-header .search-submit {
    position: absolute;
    top: 50px;
    z-index: 3;
    right: 0;
    width: 64px;
    height: 60px;
    background: #d2d3d6;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header .search__field i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: block;
    fill: #1f384b;
  }
}

@media only screen and (max-width: 766px) {
  .main-header .search__field i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: block;
    fill: #1f384b;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header .open-search__show-field {
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 766px) {
  .main-header .open-search__show-field {
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.icon_new {
  position: absolute;
  right: 47px;
  top: -5px;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .icon_new {
    right: 42px;
  }
}

.burger.open .icon_new {
  display: none;
}

.sub-menu__item-link {
  display: none;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
}

.sub-menu__item-link a {
  color: #adb0b2;
}

.sub-menu__item-link a:before {
  content: '';
  background-image: url("../img/content/dot.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}

.sub-menu__item-link:after {
  content: '';
  opacity: 1;
  height: 1px;
  background-color: #2b4557;
  width: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .sub-menu__item-link {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .sub-menu__item-link {
    display: block;
  }
}

.main-header {
  width: 100%;
  height: 115px;
  padding-top: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1f384b;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
}

@media only screen and (max-width: 766px) {
  .main-header {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
}

@media only screen and (min-width: 1600px) {
  .main-header .container {
    width: 100%;
    padding: 0 55px;
    max-width: none;
  }
}

@media only screen and (min-width: 1600px) {
  .main-header .main-header__sub-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-left: -55px;
  }
}

@media only screen and (min-width: 1600px) {
  .main-header .main-header__sub-menu .sub-menu__item:first-of-type {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .main-header .main-header__top .main-header__sub-menu {
    margin-left: 0;
  }
}

.main-header__logo {
  float: left;
  margin-right: 40px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 43px;
    height: 20px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 766px) {
  .main-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 43px;
    height: 20px;
    padding-top: 10px;
  }
}

.main-header__lang {
  margin-right: 20px;
}

.main-header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #385164;
}

@media only screen and (min-width: 1600px) {
  .main-header__top {
    padding-bottom: 5px;
  }
}

.main-header__cabinet {
  margin: 0 43px 0 70px;
}

.main-header__btn {
  padding-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .main-header__btn {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 1200px) {
  .main-header__btn .sub-menu__item:after {
    bottom: 2px;
  }
}

.main-header__search {
  margin-left: 5px;
  cursor: pointer;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-header__search {
    margin-left: 0;
    height: 40px;
    border-right: 1px solid #2b4557;
    width: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .main-header__search {
    margin-left: 0;
    height: 40px;
    border-right: 1px solid #2b4557;
    width: 50px;
  }
}

.main-header__search i {
  fill: white;
}

.main-header__tel {
  white-space: nowrap;
}

@media only screen and (min-width: 1600px) {
  .main-header__tel {
    margin-left: 80px;
  }
}

.sub-menu__item {
  color: white;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-left: 61px;
  position: relative;
}

.main-footer__sub-menu .sub-menu__item {
  margin-left: 0;
}

.sub-menu__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: width .5s;
  transition: width .5s;
}

@media only screen and (min-width: 1200px) {
  .sub-menu__item:hover:after {
    width: 100%;
  }
}

.sub-menu__item:hover .sub-menu__link_dark {
  color: #a70a3f;
}

@media only screen and (min-width: 1200px) {
  .sub-menu__item.active:after {
    width: 100%;
  }
}

.sub-menu__item.active .sub-menu__link_dark {
  color: #a70a3f;
}

.sub-menu__item_under {
  text-transform: uppercase;
  font-family: "Akrobat-Black", sans-serif, Arial;
}

.sub-menu__item_under .sub-menu__link {
  padding-bottom: 20px;
}

.sub-menu__item_red:after {
  background-color: #a70a3f;
}

.sub-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.sub-menu__link {
  padding: 0 5px 14px 5px;
  display: block;
  white-space: nowrap;
}

@media only screen and (max-width: 766px) {
  .sub-menu__link {
    padding: 0 0 14px;
  }
}

.sub-menu__link_dark {
  color: #1f384b;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.cabinet-link {
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px 16px 5px;
  position: relative;
}

.cabinet-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media only screen and (min-width: 1200px) {
  .cabinet-link:hover:after {
    opacity: 1;
  }
}

.lang-icon {
  display: inline-block;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2142px;
  width: 8px;
  height: 4px;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 3px;
}

.lang-icon_hide {
  display: none;
}

.lang {
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  width: 43px;
  height: 30px;
  text-align: center;
  -webkit-transition: color .5s, width .5s;
  transition: color .5s, width .5s;
  position: relative;
}

.lang__title {
  position: relative;
  line-height: 21px;
  z-index: 3;
}

.lang__content {
  position: absolute;
  top: -5px;
  left: 0;
  width: 43px;
  background-color: #a70a3f;
  height: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 766px) {
  .lang__content {
    background-color: transparent;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .lang__content {
    background-color: transparent;
  }
}

.lang__content_hide {
  width: 0;
  height: 0 !important;
}

.lang__inner {
  top: 30px;
  position: absolute;
  left: 0;
  width: 100%;
}

.lang:hover .lang-icon {
  display: none;
}

.lang:hover .lang__content {
  z-index: 2;
  height: 90px;
}

.lang:hover .lang__content_small-height {
  height: 60px;
}

.lang-link {
  display: block;
  height: 30px;
  line-height: 30px;
}

.lang-link:first-child {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .lang-link:hover {
    background-color: #990939;
  }
}

.social-icon {
  fill: white;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  margin-right: 18px;
}

.social-icon:hover {
  opacity: .5;
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icon_dark {
  fill: #1f384b;
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

@media only screen and (min-width: 1200px) {
  .social-icon_dark:hover {
    opacity: 1;
    fill: #a70a3f;
  }
}

.social {
  line-height: 19px;
}

.search {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .search {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 766px) {
  .search {
    padding-top: 12px;
  }
}

.search__show-field {
  height: 0;
  background-color: #a70a3f;
  bottom: -18px;
  width: 817px;
  right: -8px;
  position: absolute;
  padding: 0;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: height .5s;
  transition: height .5s;
  color: white;
  padding-left: 20px;
}

.search__btn {
  position: relative;
  z-index: 2;
  padding: 0;
}

button {
  background: transparent;
  cursor: pointer;
}

.open-search__show-field {
  height: 50px;
}

.transform-search__btn {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.search-submit {
  position: absolute;
  top: 34px;
  right: -5px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
  z-index: 99999;
}

@media only screen and (min-width: 1200px) {
  .search-submit:hover {
    opacity: .5;
  }
}

.search-submit__active {
  opacity: 1;
}

.icon-search {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2061px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.icon-search:hover {
  opacity: .5;
}

.hide-icon-search {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2042px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.tel {
  color: white;
  font-family: "Akrobat-Black", sans-serif, Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.tel_dark a {
  color: #1f384b;
}

@media only screen and (min-width: 1200px) {
  .main-header {
    opacity: 1;
  }
}

.main-header.sticky {
  position: fixed;
  width: 100%;
  z-index: 101;
  opacity: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateZ(0);
}

@-webkit-keyframes header-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.interview__wrapper {
  margin-bottom: 40px;
}

.interview__wrapper .title-h2 {
  margin-bottom: 86px;
}

.interview__wrapper .pagination {
  margin-bottom: 60px;
  width: 100%;
}

.interview {
  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;
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .interview {
    width: 455px;
  }
}

@media only screen and (max-width: 766px) {
  .interview {
    width: 240px;
  }
}

.interview-bottom {
  padding-bottom: 35px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .interview-bottom {
    padding-bottom: 0;
  }
}

.interview-slide {
  width: 455px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 90px;
  max-height: 246px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .interview-slide {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .interview-slide {
    width: 100%;
    max-height: 100%;
  }
}

.interview-slide__link {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .interview-slide__link:hover .h3 {
    color: #a70a3f;
  }
  .interview-slide__link:hover .detail__text {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media only screen and (max-width: 766px) {
  .interview-slide__link {
    display: block;
    width: 100%;
    border: 1px solid #f1f1f2;
  }
}

.interview-slide__photo {
  position: relative;
  width: 180px;
  height: 246px;
}

.interview-slide__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 766px) {
  .interview-slide__photo img {
    height: auto;
  }
}

@media only screen and (max-width: 766px) {
  .interview-slide__photo {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
}

.interview-slide__info {
  width: 300px;
  padding: 0 0 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .interview-slide__info {
    padding: 30px;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .interview-slide__info {
    padding: 0 0 0  40px;
    width: 61%;
  }
}

@media only screen and (min-width: 1200px) {
  .interview-slide__info .detail {
    position: absolute;
    border-top: 1px solid #f1f1f2;
    bottom: -40px;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .interview-slide__info .detail {
    position: absolute;
    border-top: 1px solid #f1f1f2;
    bottom: -40px;
    width: 100%;
  }
}

.interview-slide__content {
  border-bottom: none;
}

.interview-slide__name {
  margin-top: -4px;
  margin-bottom: 20px;
  min-height: 55px;
  overflow: hidden;
}

.interview-slide__text {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 29px;
}

.interview-slide__text p {
  max-height: 68px;
  overflow: hidden;
}

.interview-slide__text:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
  left: 0;
  top: 10px;
}

.interview-slide__blockquote {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  z-index: 1;
  padding-right: 12px;
  padding-bottom: 13px;
  height: 70px;
}

.interview-slide__blockquote img {
  position: absolute;
  top: -20px;
  left: -16px;
  content: '';
  width: 40px;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .interview-slide__blockquote {
    display: none;
  }
}

.interview-slide:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .interview-slide:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.intro-screen {
  position: relative;
  text-align: center;
  width: 100%;
  height: 360px;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

.intro-screen.news {
  background-position: 50% 30%;
}

@media (min-width: 1025px) {
  .intro-screen {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .intro-screen {
    background-position: 50% 40%;
  }
}

@media (max-width: 639px) {
  .intro-screen {
    padding: 60px 20px 0 20px;
    background-position: 58% 0;
    background-size: cover;
    height: 420px;
  }
}

.intro-screen * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.intro-screen:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.intro-screen h1 {
  position: relative;
  color: #fff;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  line-height: 60px;
  text-transform: uppercase;
  z-index: 1;
}

@media (min-width: 640px) {
  .intro-screen h1 {
    font-size: 60px;
  }
}

@media (max-width: 639px) {
  .intro-screen h1 {
    font-size: 50px;
  }
}

.intro-screen h1:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  left: 50%;
  margin-left: -10px;
  bottom: -30px;
}

.intro-screen span {
  display: inline-block;
  max-width: 550px;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 55px;
  z-index: 1;
}

.page-constructor {
  max-width: 775px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .page-constructor {
    max-width: 525px;
  }
}

@media only screen and (max-width: 766px) {
  .page-constructor {
    max-width: 100%;
  }
}

.page-constructor h2 {
  color: #1f384b;
  font-size: 20px;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 27px;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .page-constructor h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-constructor h2:after {
  position: absolute;
  content: '';
  top: 12px;
  left: -40px;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

.page-constructor h3 {
  color: #1f384b;
  font-size: 20px;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 27px;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .page-constructor h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-constructor strong {
  font-family: "Akrobat-Bold", sans-serif, Arial;
}

.page-constructor p a,
.page-constructor h2 a,
.page-constructor h3 a,
.page-constructor h4 a,
.page-constructor h5 a,
.page-constructor span a,
.page-constructor ul a,
.page-constructor ol a {
  color: #a70a3f;
  position: relative;
}

.page-constructor p a:after,
.page-constructor h2 a:after,
.page-constructor h3 a:after,
.page-constructor h4 a:after,
.page-constructor h5 a:after,
.page-constructor span a:after,
.page-constructor ul a:after,
.page-constructor ol a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #a70a3f;
  bottom: -2px;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.page-constructor p a:hover:after,
.page-constructor h2 a:hover:after,
.page-constructor h3 a:hover:after,
.page-constructor h4 a:hover:after,
.page-constructor h5 a:hover:after,
.page-constructor span a:hover:after,
.page-constructor ul a:hover:after,
.page-constructor ol a:hover:after {
  opacity: 1;
}

.page-constructor blockquote {
  color: #1f384b;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 45px;
  position: relative;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-weight: 400;
  display: block;
}

.page-constructor blockquote p {
  color: #1f384b;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 45px;
  position: relative;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 766px) {
  .page-constructor blockquote {
    padding-left: 30px;
    padding-right: 40px;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 40px;
  }
}

.page-constructor blockquote:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 40px;
  top: -17px;
  left: -16px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1726px;
  width: 49px;
  height: 38px;
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .page-constructor blockquote:before {
    left: 20px;
  }
}

.page-constructor blockquote img {
  position: absolute;
  top: -20px;
  left: -7px;
  max-width: 50px;
  max-height: 40px;
}

@media only screen and (max-width: 766px) {
  .page-constructor blockquote img {
    left: 10px;
  }
}

.page-constructor p {
  color: #70767a;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 766px) {
  .page-constructor p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-constructor img {
  max-width: 100%;
  margin: 0 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .page-constructor img {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 766px) {
  .page-constructor img {
    margin-bottom: 30px;
    margin-top: 10px;
    float: none;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

.page-constructor ol {
  counter-reset: item;
  text-align: left;
}

.page-constructor ol li {
  text-align: left;
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 25px;
}

.page-constructor ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: -3px;
  left: 0;
}

.page-constructor ul {
  font-size: 0;
}

.page-constructor ul li {
  position: relative;
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 40px;
}

.page-constructor ul li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .page-constructor_a {
    max-width: 695px;
  }
}

@media only screen and (max-width: 766px) {
  .page-constructor_a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-constructor_a blockquote {
  text-align: center;
}

.wrapper_grey {
  background: #f5f5f7;
}

.tab__content__rt {
  position: relative;
}

.tab__content__rt .page-constructor h2, .tab__content__rt .page-constructor h3, .tab__content__rt .page-constructor h4 {
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 24px;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .tab__content__rt .page-constructor h2, .tab__content__rt .page-constructor h3, .tab__content__rt .page-constructor h4 {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .tab__content__rt .page-constructor h2, .tab__content__rt .page-constructor h3, .tab__content__rt .page-constructor h4 {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .tab__content__rt .page-constructor h2:after, .tab__content__rt .page-constructor h3:after, .tab__content__rt .page-constructor h4:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #a70a3f;
    top: auto;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 766px) {
  .tab__content__rt .page-constructor h2:after, .tab__content__rt .page-constructor h3:after, .tab__content__rt .page-constructor h4:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #a70a3f;
    top: auto;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.tab__content__rt .page-constructor ul {
  margin-bottom: 48px;
}

@media only screen and (max-width: 766px) {
  .tab__content__rt .page-constructor ul {
    margin-bottom: 30px;
  }
}

.tab__content__rt .page-constructor ul li {
  font-size: 21px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 766px) {
  .tab__content__rt .page-constructor ul li {
    font-size: 17px;
    margin-bottom: 14px;
    padding-left: 20px;
  }
}

.tab__content__rt .page-constructor ul li:before {
  width: 11px;
}

.last-news {
  padding: 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 81px;
}

@media only screen and (max-width: 766px) {
  .last-news {
    padding: 75px 0;
  }
}

.last-news__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 766px) {
  .last-news__slider-wrapper {
    height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .last-news__slider-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.last-news__btn {
  text-align: center;
  margin-top: 45px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .last-news__btn {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 766px) {
  .last-news__btn {
    margin-top: 80px;
  }
}

.news-slide {
  width: 33%;
  border-right: 1px solid #f1f1f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  height: 256px;
}

@media only screen and (max-width: 766px) {
  .news-slide {
    border-right: none;
    height: auto;
  }
}

.news-slide:nth-child(3n+1) {
  border-left: 1px solid #f1f1f2;
}

@media only screen and (max-width: 766px) {
  .news-slide:nth-child(3n+1) {
    border-left: none;
  }
}

.news-slide__date {
  color: #adb0b2;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 16px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.news-slide__text {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  height: 90px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f2;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .news-slide__text p {
    max-height: 80px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 766px) {
  .news-slide__text p {
    max-height: 80px;
    overflow: hidden;
  }
}

.news-slide__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 45px 45px 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .news-slide__link:hover .detail__text {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .news-slide__link:hover .news-slide__date {
    color: #a70a3f;
  }
}

@media only screen and (max-width: 766px) {
  .news-slide__link {
    padding: 0;
  }
}

.news-slide__detail-text {
  margin-left: 20px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  display: inline-block;
  letter-spacing: .5px;
}

.last-news .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  border-radius: 0;
  margin-right: 5px;
}

.last-news .swiper-pagination {
  width: 100%;
  bottom: -40px;
  left: 0;
}

@media only screen and (min-width: 1200px) {
  .last-news .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .last-news .swiper-pagination {
    bottom: -48px;
  }
}

@media only screen and (min-width: 1200px) {
  .width-33 {
    width: 33% !important;
  }
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.logos__logo {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  -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;
}

.logos__logo img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .logos__logo:first-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logos__logo:nth-child(3n) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .logos__logo:nth-child(3n) + .logos__logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .logos__logo {
    -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.logos__logo_empty-space-placeholder {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  height: 0;
}

@media (max-width: 767px) {
  .logos__logo_empty-space-placeholder {
    -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
  }
}

.accn-wrapper {
  padding-top: 82px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn-wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .accn-wrapper {
    padding: 0 20px;
    margin-bottom: 65px;
  }
}

.accn-wrapper .title-h2 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .accn-wrapper .accn__head {
    color: #1f384b;
    font-family: "Akrobat-Bold", sans-serif, Arial;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn-wrapper .accn__head {
    color: #1f384b;
    font-family: "Akrobat-Bold", sans-serif, Arial;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
}

@media only screen and (max-width: 766px) {
  .accn-wrapper .accn__head {
    color: #1f384b;
  }
}

.accn-wrapper .accn__item__content__grey {
  padding-right: 100px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 21px;
}

.accn-wrapper .accn__item__content__grey:first-of-type {
  margin-top: 0;
}

.accn-wrapper_blue {
  background-color: #1f384b;
  padding-bottom: 90px;
}

@media only screen and (max-width: 766px) {
  .accn-wrapper_blue {
    padding-top: 75px;
  }
}

.accn-wrapper_blue .accn__head {
  color: #ffffff;
}

.mba-chess__wrapper {
  background: #1f384b;
  padding: 90px 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__wrapper {
    padding-bottom: 68px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__wrapper {
    padding-bottom: 68px;
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__wrapper .slick-dots-white .slick-dots {
    bottom: -48px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__wrapper .slick-dots-white .slick-dots {
    bottom: -47px;
    width: 100%;
    padding-left: 0;
  }
}

.mba-chess__wrapper .slick-prev, .mba-chess__wrapper .slick-next {
  display: none !important;
}

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

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__content {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__content {
    display: block;
    width: 100%;
  }
}

.mba-chess__item:nth-child(odd) {
  background: #ffffff;
}

@media only screen and (max-width: 766px) {
  .mba-chess__item:nth-child(odd) {
    padding-bottom: 20px;
  }
}

.mba-chess__item:nth-child(even) {
  background: #f0f0f2;
}

@media only screen and (max-width: 766px) {
  .mba-chess__item:nth-child(even) {
    background: #ffffff;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .mba-chess__item:first-of-type {
    margin-left: 390px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__item:first-of-type {
    width: 360px;
  }
}

.mba-chess__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 246px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__title {
    width: 100%;
    position: static;
    text-align: center;
    height: auto;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__title {
    width: 100%;
    position: static;
    text-align: center;
    height: auto;
    margin-bottom: 15px;
  }
}

.mba-chess__title .h2 {
  width: 210px;
  max-height: 180px;
  overflow: hidden;
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  margin-top: -7px;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__title .h2 {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__title .h2 {
    width: 100%;
  }
}

.mba-chess__title .h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__title .h2:before {
    left: 50%;
    right: 50%;
    width: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__title .h2:before {
    left: 50%;
    right: 50%;
    width: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mba-chess__wrapper .mba-chess__item {
  width: 390px;
  height: 246px;
  overflow: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__wrapper .mba-chess__item {
    width: 360px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__wrapper .mba-chess__item {
    width: 100%;
    height: 175px;
  }
}

.mba-chess__wrapper .mba-chess__item p {
  padding: 0 50px 0 40px;
  margin: 84px 0 0 45px;
  width: 260px;
  max-height: 130px;
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  line-height: 25px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-chess__wrapper .mba-chess__item p {
    padding: 0 50px 0 40px;
    margin: 84px 0 0 45px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-chess__wrapper .mba-chess__item p {
    padding: 0 20px 0 40px;
    margin: 30px 0 0 30px;
    width: calc(100% - 90px);
  }
}

.mba-chess__wrapper .mba-chess__item p:before {
  position: absolute;
  content: '';
  top: 13px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
}

.mbaconnect__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0 1px 0;
  position: relative;
  z-index: 0;
}

.mbaconnect__wrapper:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(31, 56, 75, 0.75);
  top: 0;
  left: 0;
}

.mbaconnect__wrapper .title-h2 {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.mbaconnect {
  width: 420px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .mbaconnect {
    width: 100%;
  }
}

.mbaconnect__top {
  text-align: center;
  margin-bottom: 90px;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mbaconnect__top__text {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__top__text {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mbaconnect__top__flex {
  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;
  margin-bottom: 54px;
  position: relative;
  padding: 0 9px;
  text-align: left;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__top__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;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mbaconnect__top__line {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  height: inherit;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__top__line {
    display: none;
  }
}

.mbaconnect__top__flex__text {
  width: 150px;
  padding: 20px 0;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__top__flex__text {
    padding: 10px 0;
  }
}

.mbaconnect__top__flex__text span, .mbaconnect__top__flex__text a {
  color: #ffffff;
  line-height: 25px;
  font-size: 21px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__top__flex__text span, .mbaconnect__top__flex__text a {
    font-size: 17px;
    line-height: 20px;
  }
}

.mbaconnect__top__flex__text a:hover {
  opacity: .6;
}

.mbaconnect__top__flex__text .mbaconnect__top__flex__small {
  font-size: 16px;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__top__flex__text .mbaconnect__top__flex__small {
    font-size: 17px;
  }
}

.mbaconnect__bt {
  background: #1f384b;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__bt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mbaconnect__bt:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 766px) {
  .mbaconnect__bt:after {
    display: none;
  }
}

.mbaconnect__bt__link {
  text-align: center;
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  height: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  width: 100%;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.mbaconnect__bt__link span {
  -webkit-transition: .5s;
  transition: .5s;
}

.mbaconnect__bt__link:hover {
  background-color: #ffffff;
}

.mbaconnect__bt__link:hover span {
  color: #1f384b;
}

.mbaconnect__bt__link:hover svg {
  fill: #1f384b;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__bt__link {
    border-bottom: 2px solid #ffffff;
  }
}

@media only screen and (max-width: 766px) {
  .mbaconnect__bt__link:last-of-type {
    border: none;
  }
}

.mbaconnect__bt__link:first-of-type svg {
  padding-right: 20px;
  padding-left: 0;
}

.mbaconnect__bt__link svg {
  width: 4px;
  height: 7px;
  fill: #ffffff;
  padding-left: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 766px) {
  .mbaconnect__bt__link svg {
    display: none;
  }
}

.mbaconnect__bt__link span {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
}

.mba-format-wrapper {
  margin-bottom: 8px;
}

@media only screen and (max-width: 766px) {
  .mba-format-wrapper {
    margin-bottom: 75px;
  }
}

.mba-format-wrapper .title-h2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 766px) {
  .mba-format-wrapper .container {
    padding: 0;
  }
}

.abiturient-contract__tabs .mba-format-wrapper {
  background: #a70a3f;
  width: 100%;
}

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

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 766px) {
  .mba-format {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mba-format__lt {
  background: #a70a3f;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 135px;
  max-width: 730px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__lt {
    padding-right: 60px;
    padding-bottom: 43px;
    width: calc(100% - 130px);
    max-width: none;
  }
}

@media only screen and (max-width: 766px) {
  .mba-format__lt {
    padding: 30px 20px 60px 20px;
  }
}

.mba-format__lt .tab_red__list {
  font-size: 20px;
  border-bottom: 2px solid #b23560;
  display: inline-block;
  margin-bottom: 27px;
  position: relative;
  line-height: 29px;
}

@media only screen and (max-width: 766px) {
  .mba-format__lt .tab_red__list:after {
    position: absolute;
    content: '';
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -2142px;
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
    right: 0;
    top: 11px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-format__lt .tab_red__list {
    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: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 30px;
  }
}

.mba-format__lt .tab_red__list li {
  position: relative;
}

@media only screen and (max-width: 766px) {
  .mba-format__lt .tab_red__list li {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .mba-format__lt .tab_red__list li.active {
    display: block;
  }
}

.mba-format__lt .tab_red__list li.active span {
  font-family: "Akrobat-Bold", sans-serif, Arial;
}

@media only screen and (max-width: 766px) {
  .mba-format__lt .tab_red__list li:first-of-type .white-line {
    opacity: 1;
  }
}

.mba-format__lt .contract_btn {
  margin-top: 22px;
}

.mba-format__lt .tab_red__list__item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 60px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 20px;
}

@media only screen and (max-width: 766px) {
  .mba-format__lt .tab_red__list__item {
    margin-left: 0;
  }
}

.mba-format__lt .tab_red__list__item:first-of-type {
  margin-left: 0;
}

.mba-format__lt .white-line {
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 21px;
  padding-bottom: 9px;
}

.mba-format__lt .date-icon_white {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2002px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.mba-format__lt .mba-format__btn {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0;
  width: 272px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__lt .mba-format__btn {
    margin-top: 27px;
  }
}

.mba-format__lt .mba-format__btn span {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 20px;
  letter-spacing: 0.5px;
  -webkit-transition: padding 0.4s linear;
  transition: padding 0.4s linear;
}

.mba-format__lt .mba-format__btn p {
  margin-left: 55px;
}

@media only screen and (min-width: 1200px) {
  .mba-format__lt .mba-format__btn:hover {
    border-color: #ffffff;
  }
}

@media only screen and (min-width: 1200px) {
  .mba-format__lt .mba-format__btn:hover span {
    padding-left: 30px;
  }
}

.mba-format__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mba-format__content__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-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;
  width: 595px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 766px) {
  .mba-format__content__row {
    width: 100%;
  }
}

.mba-format__content__text {
  color: #ffffff;
  width: 405px;
  font-size: 21px;
  line-height: 25px;
}

@media only screen and (max-width: 766px) {
  .mba-format__content__text {
    width: calc(70% - 38px);
    font-size: 17px;
    line-height: 20px;
  }
}

.mba-format__content__text span {
  display: block;
  font-size: 21px;
  line-height: 25px;
}

@media only screen and (max-width: 766px) {
  .mba-format__content__text span {
    font-size: 17px;
    line-height: 20px;
  }
}

.mba-format__content__text:first-of-type {
  width: 110px;
  font-size: 15px;
  line-height: 21px;
}

@media only screen and (max-width: 766px) {
  .mba-format__content__text:first-of-type {
    width: 30%;
  }
}

.mba-format__rt {
  background-color: #f7f7fa;
  width: 370px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__rt {
    max-width: none;
    width: 100%;
    padding-bottom: 53px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-format__rt {
    max-width: none;
    width: 100%;
    padding-bottom: 53px;
  }
}

.mba-format__rt .mba-format__btn {
  padding: 0 55px;
  margin-top: 43px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__rt .mba-format__btn {
    margin: 0 auto;
  }
}

.mba-format__rt .title-h2 {
  width: 220px;
}

.mba-format__rt_red {
  background: #a70a3f;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__rt_red {
    background: #f7f7fa;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 766px) {
  .mba-format__rt_red {
    background: #f7f7fa;
    padding-bottom: 30px;
  }
}

.mba-format__admin {
  padding-left: 70px;
  padding-right: 55px;
  padding-top: 55px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__admin {
    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;
  }
}

@media only screen and (max-width: 766px) {
  .mba-format__admin {
    padding: 60px 40px 0 40px;
    max-width: 240px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__admin .title-h2 {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-format__admin .title-h2:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

.mba-format__admin__wrapper {
  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;
  margin-bottom: 33px;
}

.mba-format__admin__img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.mba-format__admin__img img {
  width: 100%;
  height: 100%;
}

.mba-format__admin__head {
  width: 130px;
  color: #1f384b;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 12px;
  margin-top: -8px;
}

.mba-format__admin__text {
  width: 150px;
  opacity: 0.7;
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
}

.mba-format__rt .mba-format__admin__text a {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
  color: #70767a;
  display: block;
}

.mba-format__rt .mba-format__admin__text a:hover {
  opacity: .6;
}

.mba-format__rt_red .mba-format__admin__text a {
  color: #fff;
}

.mba-format__lt .mba-format__btn + .mba-format__btn {
  text-align: center;
}

@media only screen and (min-width: 665px) {
  .mba-format__lt .mba-format__btn + .mba-format__btn {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 665px) {
  .mba-format__lt .mba-format__btn + .mba-format__btn {
    margin-top: 20px;
  }
}

.mba-format__lt .mba-format__btn + .mba-format__btn span {
  padding-left: 0;
}

.mba-format__lt .mba-format__btn + .mba-format__btn:hover span {
  padding-left: 10px;
}

.mba-infomap__wrapper {
  margin-bottom: 90px;
}

.mba-infomap__wrapper_contact {
  margin-bottom: 0;
}

.mba-infomap__wrapper_contact #info-map {
  width: 64%;
}

.mba-infomap_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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 766px) {
  .mba-infomap_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.mba-infomap__content {
  background: #1f384b;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-infomap__content {
    max-width: 220px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-infomap__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.mba-infomap__content h2, .mba-infomap__content h3, .mba-infomap__content h4 {
  width: 286px;
  overflow: hidden;
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 38px;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-infomap__content h2, .mba-infomap__content h3, .mba-infomap__content h4 {
    max-width: 220px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-infomap__content h2, .mba-infomap__content h3, .mba-infomap__content h4 {
    text-align: center;
    width: 100%;
  }
}

.mba-infomap__content h2:after, .mba-infomap__content h3:after, .mba-infomap__content h4:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  bottom: 11px;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .mba-infomap__content h2:after, .mba-infomap__content h3:after, .mba-infomap__content h4:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mba-infomap__content_contact {
  padding-left: 55px;
  padding-right: 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mba-infomap__content p {
  max-width: 276px;
  color: #ffffff;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 766px) {
  .mba-infomap__content p {
    max-width: none;
  }
}

.mba-infomap__content p:last-of-type {
  margin-bottom: 54px;
}

#info-map {
  width: 744px;
  height: auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #info-map {
    width: calc(100% - 360px);
    height: auto;
  }
}

@media only screen and (max-width: 766px) {
  #info-map {
    height: 295px;
    width: 100%;
  }
}

.review {
  padding-bottom: 138px;
}

.review .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  border-radius: 0;
  margin-right: 5px;
  cursor: pointer;
}

.review .swiper-pagination {
  width: 100%;
  bottom: -53px;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .review .swiper-pagination {
    bottom: -36px;
  }
}

@media only screen and (max-width: 766px) {
  .review .btn_width {
    padding: 0 57px;
  }
}

.review .swiper-button-next {
  top: 110%;
  right: 46%;
  width: 22px;
  height: 22px;
  background-size: auto;
  background-image: url("../../static/img/content/arrow_left.svg");
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .review .swiper-button-next {
    right: 42%;
  }
}

@media only screen and (max-width: 766px) {
  .review .swiper-button-next {
    right: 40%;
  }
}

.review .swiper-button-prev {
  top: 110%;
  left: 46%;
  width: 22px;
  height: 22px;
  background-image: url("../../static/img/content/arrow_right.svg");
  background-size: auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .review .swiper-button-prev {
    left: 42%;
  }
}

@media only screen and (max-width: 766px) {
  .review .swiper-button-prev {
    left: 40%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .review__slider-container {
    max-width: 720px;
    border-left: 1px solid #f1f1f2;
    border-right: 1px solid #f1f1f2;
  }
}

.review-slide__link {
  display: block;
  width: 100%;
}

.review-slide {
  padding-top: 53px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .review-slide {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 580px;
  }
}

@media only screen and (max-width: 766px) {
  .review-slide {
    max-width: 100%;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .review-slide .review-slide__text {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .review__slider-wrapper .review-slide.swiper-slide-active {
    max-width: 180px;
    padding-right: 0;
  }
  .review__slider-wrapper .review-slide.swiper-slide-active img {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .review__slider-wrapper .review-slide.swiper-slide-active .review-slide__photo__head {
    max-width: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .review__slider-wrapper .review-slide.swiper-slide-next {
    max-width: none;
    width: 570px !important;
    margin-left: 40px;
    padding-right: 65px;
    padding-left: 65px;
    border-left: 1px solid #f1f1f2;
    border-right: 1px solid #f1f1f2;
  }
}

.review__slider-wrapper .review-slide.swiper-slide-next .review-slide__text {
  display: block;
}

.review__slider-wrapper .review-slide.swiper-slide-next .review-slide__photo {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .review__slider-wrapper .review-slide.swiper-slide-next + .review-slide {
    margin-left: 37px;
    max-width: 155px;
  }
  .review__slider-wrapper .review-slide.swiper-slide-next + .review-slide img {
    margin-bottom: 15px;
  }
}

.review__title {
  margin-bottom: 60px;
  margin-top: 80px;
}

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

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .review-slide__photo {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 766px) {
  .review-slide__photo {
    margin-bottom: 40px;
  }
}

.review-slide__photo img {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.review-slide__photo__content {
  max-width: 400px;
}

.review-slide__photo__head {
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

.review-slide__photo__text {
  color: #adb0b3;
  font-size: 15px;
  line-height: 21px;
}

.review-slide__text {
  max-width: 560px;
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  position: relative;
}

.review-slide__text img {
  position: absolute;
  top: -20px;
  left: -7px;
  max-width: 50px;
  max-height: 40px;
}

@media only screen and (max-width: 766px) {
  .review-slide__text img {
    left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mba-tab {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab {
    padding-bottom: 60px;
  }
}

.mba-tab .tab_blue__list {
  margin-bottom: 47px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .tab_blue__list {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .tab_blue__list {
    margin-bottom: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mba-tab .tab_blue__list li {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .mba-tab .tab_blue__list li.active {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.mba-tab .tab__content__wrapper {
  padding-top: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .tab__content__wrapper {
    padding-top: 57px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .tab__content__wrapper {
    padding-top: 43px;
  }
}

.mba-tab .tab__content {
  -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;
  width: 1060px;
  margin: 0 auto;
  padding-left: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .tab__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 570px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .tab__content {
    width: 100%;
    padding-left: 0;
  }
}

.mba-tab .tab__content__lt {
  width: 600px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .tab__content__lt {
    width: 570px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .tab__content__lt {
    width: 100%;
    padding: 0 20px;
  }
}

.mba-tab .tab__content__rt {
  width: 320px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .tab__content__rt {
    width: 560px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .tab__content__rt {
    width: 100%;
    padding: 0 30px;
    margin-top: 27px;
  }
}

.mba-tab .tab__content__rt h3 {
  width: 100%;
  color: #1f384b;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 17px;
  font-weight: 400;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .tab__content__rt h3 {
    width: 560px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .tab__content__rt h3 {
    font-size: 17px;
    width: auto;
    margin-bottom: 45px;
    line-height: 26px;
  }
}

.mba-tab .tab__content__rt h3 img {
  position: absolute;
  top: -16px;
  left: -15px;
  max-width: 50px;
  max-height: 40px;
}

.mba-tab .mba-tab__text, .mba-tab p {
  width: 585px;
  color: #70767a;
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 30px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab__text, .mba-tab p {
    width: 568px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__text, .mba-tab p {
    width: auto;
    font-size: 15px;
  }
}

.mba-tab .mba-tab__subtitle {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  margin-bottom: 18px;
}

.mba-tab .mba-tab__subtitle:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 40px;
  top: -17px;
  left: -16px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1726px;
  width: 49px;
  height: 38px;
  background-repeat: no-repeat;
  z-index: -1;
}

.mba-tab .mba-tab__logo {
  font-size: 0;
  max-width: 575px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab__logo {
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__logo {
    width: 100%;
    max-width: none;
  }
}

.mba-tab .mba-tab__logo div {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  max-width: 270px;
  text-align: left;
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__logo div {
    display: block;
    margin: 0 auto;
  }
}

.mba-tab .mba-tab__logo span {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  opacity: 0.7;
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  margin-right: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab__logo span {
    width: 200px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__logo span {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

.mba-tab .mba-tab__logo img {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  max-width: 120px;
  max-height: 40px;
  margin-bottom: 10px;
}

.mba-tab .mba-tab__logo img:nth-child(2n + 1) {
  margin-left: 0;
}

.mba-tab .mba-tab__subtitle_rt {
  width: 320px;
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab__subtitle_rt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .mba-tab .mba-tab__subtitle_rt:after {
    content: '';
    position: absolute;
    bottom: -27px;
    width: 20px;
    height: 2px;
    background-color: #a70a3f;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__subtitle_rt {
    width: 100%;
    text-align: center;
    margin-bottom: 53px;
    display: block;
  }
  .mba-tab .mba-tab__subtitle_rt:after {
    content: '';
    position: absolute;
    bottom: -27px;
    width: 20px;
    height: 2px;
    background-color: #a70a3f;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.mba-tab .grey-inline-list {
  margin-bottom: 50px;
}

@media only screen and (max-width: 766px) {
  .mba-tab .grey-inline-list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 3px auto;
  }
}

.mba-tab .grey-inline-list li {
  max-width: 290px;
  display: block;
  font-size: 21px;
  line-height: 25px;
  margin-top: 20px;
}

@media only screen and (max-width: 766px) {
  .mba-tab .grey-inline-list li {
    font-size: 17px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .grey-inline-list li:before {
    top: 13px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab_inline {
    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;
    width: 540px;
  }
}

.mba-tab .mba-tab__content__about {
  font-size: 0;
  max-width: 270px;
  padding-left: 40px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab__content__about {
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 190px;
    padding: 0;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__content__about {
    padding-left: 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;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
    max-width: 300px;
  }
}

.mba-tab .mba-tab__content__about p {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  color: #70767a;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab__content__about p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 44px 0 0;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__content__about p {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.mba-tab .mba-tab__content__about svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .mba-tab__content__about svg {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .mba-tab__content__about svg {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 20px;
  }
}

.mba-tab .mba-tab__content__about span {
  cursor: pointer;
  display: inline-block;
}

.mba-tab .mba-tab__content__about span .video_js__fill {
  fill: #a70a3f;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.mba-tab .mba-tab__content__about span .video_js__triangle {
  fill: #ffffff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 1200px) {
  .mba-tab .mba-tab__content__about:hover span .video_js__fill {
    fill-opacity: .6;
  }
  .mba-tab .mba-tab__content__about:hover span .video_js__triangle {
    fill: #a70a3f;
  }
}

.mba-tab_static {
  margin-top: 130px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab_static {
    margin-top: 90px;
  }
  .mba-tab_static .grey-inline-list {
    margin-top: 30px;
  }
  .mba-tab_static .grey-inline-list li {
    max-width: 220px;
    display: inline-block;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab_static {
    margin-top: 75px;
  }
  .mba-tab_static .mba-tab__logo div {
    text-align: center;
  }
}

.abiturient-tab__content.active {
  display: block;
}

.alumni-tab__content.active {
  display: block;
}

.student-tab__content.active {
  display: block;
}

.mba-tab .dba-constructor h2, .mba-tab .dba-constructor h3, .mba-tab .dba-constructor h4 {
  font-weight: 700;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  width: 220px;
  padding-left: 21px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .dba-constructor h2, .mba-tab .dba-constructor h3, .mba-tab .dba-constructor h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 46px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .dba-constructor h2, .mba-tab .dba-constructor h3, .mba-tab .dba-constructor h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 46px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .dba-constructor h2:after, .mba-tab .dba-constructor h3:after, .mba-tab .dba-constructor h4:after {
    position: absolute;
    content: '';
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #a70a3f;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .dba-constructor h2:after, .mba-tab .dba-constructor h3:after, .mba-tab .dba-constructor h4:after {
    position: absolute;
    content: '';
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #a70a3f;
  }
}

.mba-tab .dba-constructor ul {
  padding-left: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mba-tab .dba-constructor ul {
    padding-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .mba-tab .dba-constructor ul {
    padding-left: 0;
  }
}

.mba-tab .dba-constructor ul li {
  position: relative;
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 40px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 766px) {
  .mba-tab .dba-constructor ul li {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 17px;
    padding-left: 20px;
  }
}

.mba-tab .dba-constructor ul li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

@media only screen and (max-width: 766px) {
  .mba-tab .dba-constructor ul li:before {
    width: 11px;
  }
}

.mbatutor-wrapper {
  margin-bottom: 136px;
}

.mbatutor-wrapper .slick-dots-red .slick-dots {
  bottom: -60px;
}

@media only screen and (max-width: 766px) {
  .mbatutor-wrapper .slick-dots-red .slick-dots {
    bottom: -60px;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mbatutor-wrapper {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor-wrapper {
    margin-bottom: 90px;
  }
}

.mbatutor-wrapper .slick-prev {
  visibility: visible;
  width: 22px;
  bottom: -10px;
  left: 46%;
}

.mbatutor-wrapper .slick-prev::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("../../static/img/svg/arrow_right.svg");
}

.mbatutor-wrapper .slick-next {
  width: 22px;
  visibility: visible;
  bottom: -9px;
  right: 46%;
}

.mbatutor-wrapper .slick-next::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("../../static/img/svg/arrow_left.svg");
}

@media only screen and (max-width: 1199px) {
  .mbatutor-wrapper .slick-prev {
    left: 42%;
  }
  .mbatutor-wrapper .slick-next {
    right: 42%;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor-wrapper .slick-prev {
    left: 38%;
  }
  .mbatutor-wrapper .slick-next {
    right: 38%;
  }
}

.mbatutor__head {
  margin-bottom: 75px;
}

@media only screen and (max-width: 766px) {
  .mbatutor__head {
    margin-bottom: 40px;
  }
}

.mbatutor__head .h2 {
  color: #1f384b;
  letter-spacing: 1px;
}

.mbatutor__container {
  border-left: 1px solid #f1f1f2;
  border-right: 1px solid #f1f1f2;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .mbatutor__container {
    border: none;
  }
}

.mbatutor__item {
  font-size: 0;
  padding: 20px 0;
}

.mbatutor__container .mbatutor__item.slick-current {
  position: relative;
}

.mbatutor__container .mbatutor__item.slick-current:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% + 40px);
  width: 1px;
  background-color: #f1f1f2;
}

@media only screen and (max-width: 766px) {
  .mbatutor__container .mbatutor__item.slick-current:after {
    width: 0;
  }
}

.mbatutor__container .mbatutor__item-block {
  display: block;
  outline: none;
}

.mbatutor__container .mbatutor__item-block__content {
  position: relative;
}

@media only screen and (max-width: 766px) {
  .mbatutor__container .mbatutor__item-block__content {
    padding-bottom: 20px;
  }
}

.mbatutor__container .mbatutor__item-block:hover .detail__text {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.mbatutor__container .mbatutor__content-all {
  min-height: 234px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mbatutor__container .mbatutor__content-all {
    min-height: inherit;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor__container .mbatutor__content-all {
    min-height: inherit;
  }
}

.mbatutor__container .detail {
  position: absolute;
  border-top: 1px solid #f1f1f2;
  bottom: -40px;
  width: 100%;
}

.mbatutor__img {
  width: 170px;
  height: 235px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mbatutor__img {
    display: block;
    margin: 0 auto 30px auto;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor__img {
    display: block;
    margin: 0 auto 30px auto;
  }
}

.mbatutor__img img {
  width: 100%;
  height: 100%;
}

.mbatutor__content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mbatutor__content {
    display: block;
    max-width: 230px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor__content {
    display: block;
    max-width: 230px;
    margin: 0 auto;
  }
}

.mbatutor__content__head {
  width: 165px;
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.mbatutor__content__text {
  width: 225px;
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 17px;
  line-height: 23px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .mbatutor__content__text {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor__content__text {
    font-size: 15px;
    line-height: 21px;
  }
}

.mbatutor__details .mbatutor__item {
  padding: 20px 0 34px 0;
}

@media only screen and (max-width: 766px) {
  .mbatutor__details .slick-list {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor__details .mbatutor__content__head {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .mbatutor__details .mbatutor__container .mbatutor__item.slick-current {
    position: inherit;
  }
}

.view__prev.slick-arrow {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2112px;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  bottom: -40px;
  left: 46%;
}

@media only screen and (max-width: 1199px) {
  .view__prev.slick-arrow {
    left: 43%;
  }
}

@media only screen and (max-width: 766px) {
  .view__prev.slick-arrow {
    bottom: -30px;
    left: 42%;
  }
}

.view__next.slick-arrow {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2096px;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  bottom: -40px;
  right: 46%;
}

@media only screen and (max-width: 1199px) {
  .view__next.slick-arrow {
    right: 43%;
  }
}

@media only screen and (max-width: 766px) {
  .view__next.slick-arrow {
    bottom: -30px;
    right: 42%;
  }
}

.mbatutor__details .slick-arrow {
  visibility: visible;
  cursor: pointer;
}

.abiturient-tab__content > .title-h2 {
  margin-top: 90px;
  margin-bottom: 78px;
}

@media only screen and (max-width: 766px) {
  .abiturient-tab__content > .title-h2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 75px;
  }
}

.abiturient-tab__content > .title-h2 .h2 {
  letter-spacing: 1px;
}

.abiturient-tab__content .teacher-tab__filter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 54px auto;
}

@media only screen and (max-width: 766px) {
  .abiturient-tab__content .teacher-tab__filter {
    margin: 0 auto 20px auto;
  }
}

.abiturient-tab__content .teacher-tab__filter .teacher-tab__filter__list {
  margin: 0;
}

.abiturient {
  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;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient {
    max-width: 720px;
  }
}

@media only screen and (max-width: 766px) {
  .abiturient {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.abiturient__lt {
  width: 386px;
  padding-right: 140px;
  border-right: 1px solid #f0f1f1;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient__lt {
    width: 280px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .abiturient__lt {
    width: calc(100% - 40px);
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

.abiturient__rt {
  width: 370px;
  padding-left: 70px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient__rt {
    width: 325px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 766px) {
  .abiturient__rt {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.abiturient__rt .blue-links {
  margin-left: 0;
  text-align: left;
}

.abiturient__rt .blue-links span {
  color: #282364;
}

@media only screen and (max-width: 766px) {
  .abiturient__rt .blue-links span {
    max-width: 75%;
  }
}

.abiturient__rt .red-links li span {
  color: #a70a3f;
}

.abiturient__rt .red-links li svg {
  -webkit-transition: .5s;
  transition: .5s;
}

.abiturient__rt .red-links li:hover svg {
  fill: #a70a3f;
}

@media only screen and (max-width: 766px) {
  .abiturient__rt.page-constructor p {
    padding: 0;
  }
}

.abiturient-contract {
  max-width: 1170px;
  margin: 0 auto;
}

.abiturient-contract .title-h2 {
  margin-top: 62px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 766px) {
  .abiturient-contract .title-h2 {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.abiturient-contract .mba-format__admin {
  padding-top: 50px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient-contract .mba-format__admin .title-h2 {
    margin-top: 5px;
    margin-bottom: 83px;
  }
}

@media only screen and (max-width: 766px) {
  .abiturient-contract .mba-format__admin .title-h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 60px;
    width: 100%;
  }
}

.abiturient-contract .mba-format__admin .title-h2:after {
  background: #ffffff;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient-contract .mba-format__admin .title-h2:after {
    background: #a70a3f;
  }
}

@media only screen and (max-width: 766px) {
  .abiturient-contract .mba-format__admin .title-h2:after {
    background: #a70a3f;
  }
}

.abiturient-contract .mba-format__admin__img {
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 766px) {
  .abiturient-contract .mba-format__admin__img {
    width: 60px;
    height: 60px;
  }
}

.abiturient-contract .h3 {
  color: #ffffff;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient-contract .h3 {
    color: #1f384b;
  }
}

@media only screen and (max-width: 766px) {
  .abiturient-contract .h3 {
    color: #1f384b;
  }
}

@media only screen and (min-width: 1200px) {
  .abiturient-contract .mba-format__admin__wrapper {
    margin-bottom: 56px;
  }
  .abiturient-contract .mba-format__lt {
    padding-right: 110px;
  }
  .abiturient-contract .mba-format__admin {
    padding-left: 0;
  }
  .abiturient-contract .mba-format__admin__text {
    opacity: 1;
    color: #ffffff;
  }
  .abiturient-contract .mba-format__admin__head {
    color: #ffffff;
  }
  .abiturient-contract .mba-format__rt .title-h2 {
    width: 250px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient-contract .mba-format__admin__text {
    opacity: 1;
  }
}

.abiturient-contract__tabs {
  margin-bottom: 120px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient-contract__tabs {
    width: 720px;
    margin: 0 auto 90px auto;
  }
}

@media only screen and (max-width: 766px) {
  .abiturient-contract__tabs {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .abiturient-contract__tabs .container {
    padding: 0;
  }
}

.contract_btn {
  border: 1px solid #ffffff;
}

@media only screen and (max-width: 766px) {
  .contract_btn {
    width: 235px;
    text-align: center;
    padding: 0;
    margin: 5px auto 0 auto;
    display: block;
  }
}

.abiturient-contract__text {
  max-width: 760px;
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  margin: 0 auto 40px auto;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .abiturient-contract__text {
    margin-bottom: 30px;
  }
}

.mba-format__lt__head {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  max-width: 300px;
  margin-bottom: 60px;
}

.mba-format__lt__head:after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}

.abiturient-question .title-h2 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn-wrapper_a {
    padding-top: 45px;
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 766px) {
  .accn-wrapper_a {
    margin-top: 90px;
  }
}

.accn-wrapper_a .accn_grey {
  max-width: 1170px;
}

@media only screen and (min-width: 1200px) {
  .accn-wrapper_a .accn_grey {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn-wrapper_a .accn_grey {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}

@media only screen and (max-width: 766px) {
  .accn-wrapper_a .accn_grey .accn__item {
    padding-left: 0;
  }
}

.abiturient__btn {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 766px) {
  .abiturient__btn {
    margin-top: 30px;
  }
}

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

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .a-welcome {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media only screen and (max-width: 766px) {
  .a-welcome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.a-welcome__lt {
  width: 35%;
  background: #f7f7fa;
  padding-top: 90px;
  padding-bottom: 87px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .a-welcome__lt {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 766px) {
  .a-welcome__lt {
    width: 100%;
  }
}

.a-welcome__lt__inner {
  padding-left: 60px;
  width: 280px;
}

@media only screen and (max-width: 766px) {
  .a-welcome__lt__inner {
    padding-left: 30px;
    padding-right: 30px;
    width: 260px;
    margin: 0 auto;
  }
}

.a-welcome__lt__inner .title-h2 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .a-welcome__lt__inner .title-h2 {
    text-align: left;
  }
}

.a-welcome__lt__text {
  color: #70767a;
  font-size: 21px;
  line-height: 25px;
  max-width: 185px;
}

@media only screen and (max-width: 766px) {
  .a-welcome__lt__text {
    margin: 0 auto;
    text-align: center;
  }
}

.a-welcome__rt {
  width: 65%;
  height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .a-welcome__rt {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 766px) {
  .a-welcome__rt {
    width: 100%;
    height: 340px;
  }
}

.a-welcome__rt #info-map {
  min-height: 389px;
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .a-welcome__rt #info-map {
    height: 100%;
    min-height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 766px) {
  .a-welcome__rt #info-map {
    height: 340px;
  }
}

.platform-tab__content.active {
  width: 1170px;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .platform-tab__content.active {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .platform-tab__content.active {
    width: 100%;
  }
}

.platform-tab__content.active .title-h2 {
  margin: 85px 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .platform-tab__content.active .title-h2 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 766px) {
  .platform-tab__content.active .title-h2 {
    padding: 0 20px;
  }
}

.platform__lists {
  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;
  margin-bottom: 28px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .platform__lists {
    width: 525px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 766px) {
  .platform__lists {
    width: 220px;
    margin: 0 auto;
  }
}

.platform__list {
  max-width: 215px;
}

@media only screen and (min-width: 1200px) {
  .platform__list {
    margin-left: 102px;
  }
  .platform__list:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .platform__list {
    margin-bottom: 15px;
  }
}

.platform__list__head {
  color: #a70a3f;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.platform__list__item {
  position: relative;
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 25px;
  padding-left: 40px;
}

.platform__list__item:after {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #70767a;
  opacity: 0.5;
}

.platform__list__item a {
  color: #70767a;
}

.platform-map {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 90px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .platform-map {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}

.platform-map #info-map {
  height: 100%;
  width: 100%;
}

.contact_about {
  margin: 0 auto 90px auto;
}

.contact_about .contact__title {
  max-width: 540px;
  margin: 0 auto 56px auto;
}

@media only screen and (max-width: 766px) {
  .contact_about .contact__title {
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .contact_about .contact__data {
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .contact_about .contact__address {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    border: none;
  }
}

@media only screen and (max-width: 766px) {
  .contact_about .contact__address {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .contact_about .contact__info {
    -webkit-flex-basis: 26%;
        -ms-flex-preferred-size: 26%;
            flex-basis: 26%;
    width: auto;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .contact_about .contact__info {
    text-align: center;
    font-size: 17px;
    padding-left: 0;
    margin: 0 auto;
  }
}

.alumni-tab__content {
  width: 1170px;
  margin: 0 auto 83px auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-tab__content {
    width: 720px;
  }
}

@media only screen and (max-width: 766px) {
  .alumni-tab__content {
    width: 100%;
    margin-top: 0;
  }
}

.alumni-tab__content-event {
  width: 100%;
  margin: 0 auto;
}

.alumni-tab__content-event .alumni-tab__content__head {
  width: 1170px;
  margin: 85px auto 60px auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-tab__content-event .alumni-tab__content__head {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .alumni-tab__content-event .alumni-tab__content__head {
    width: 280px;
    margin: 35px auto 58px auto;
  }
}

.alumni-tab__content-event .t-slider-event {
  width: 1170px;
  margin: 0 auto 83px auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-tab__content-event .t-slider-event {
    width: 720px;
    margin: 0 auto 83px auto;
  }
}

@media only screen and (max-width: 766px) {
  .alumni-tab__content-event .t-slider-event {
    width: calc(100% - 40px);
  }
  .alumni-tab__content-event .t-slider-event .slick-dots {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-tab__content-event {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .alumni-tab__content-event {
    width: 100%;
  }
}

.alumni-tab__content__head {
  margin-top: 85px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 766px) {
  .alumni-tab__content__head {
    width: 280px;
    margin: 35px auto 58px auto;
  }
}

.alumni-chess {
  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;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-chess {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .alumni-chess {
    width: calc(100% - 20px);
    max-width: 360px;
    display: block;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-chess > div {
    float: left;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-chess > div:nth-child(3n + 3) {
    float: right;
  }
}

.alumni-chess__gray, .alumni-chess__img {
  position: relative;
}

.alumni-chess__gray {
  padding-left: 40px;
  padding-top: 45px;
  background: #f5f5f7;
  width: 350px;
  height: 245px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-chess__gray {
    width: 320px;
  }
}

@media only screen and (max-width: 766px) {
  .alumni-chess__gray {
    width: 300px;
    padding-left: 0;
    padding-bottom: 45px;
  }
}

.alumni-chess__gray img {
  height: 80px;
  max-width: 80px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 766px) {
  .alumni-chess__gray img {
    width: 50px;
    margin-left: 30px;
  }
}

.alumni-chess__gray__text {
  width: 220px;
  height: 82px;
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  padding-left: 45px;
  overflow: hidden;
}

@media only screen and (max-width: 766px) {
  .alumni-chess__gray__text {
    padding-left: 0;
    margin-left: 30px;
    width: calc(100% - 80px);
  }
}

.alumni-chess__gray__text:after {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #d9d9db;
}

@media only screen and (max-width: 766px) {
  .alumni-chess__gray__text:after {
    width: 0;
    height: 0;
  }
}

.alumni-chess__img {
  width: 390px;
  height: 290px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .alumni-chess__img {
    width: 360px;
  }
}

.alumni-chess__img img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 766px) {
  .alumni-chess__img img {
    position: static;
    height: auto;
  }
}

.platform-tab .partners {
  width: 1170px;
  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;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .platform-tab .partners {
    width: 530px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .platform-tab .partners {
    width: 280px;
    margin: 0 auto;
  }
}

.partner {
  width: 527px;
  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;
  margin-bottom: 80px;
}

@media only screen and (max-width: 766px) {
  .partner {
    width: 280px;
    margin: 0 auto 70px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) {
  .partner:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .partner:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 766px) {
  .partner:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .partner:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.partner p {
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  max-height: 150px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .partner:hover .partner__head {
    color: #a70a3f;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
  }
}

.partner__img {
  width: 250px;
  height: 250px;
  border: 1px solid #e2e4e4;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .partner__img {
    margin-bottom: 30px;
    width: 280px;
  }
}

.partner__img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.partner__content {
  width: 247px;
}

@media only screen and (max-width: 766px) {
  .partner__content {
    width: 280px;
  }
}

.partner__head {
  padding-right: 25px;
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 18px;
  height: 26px;
  overflow: hidden;
}

.partner__sub {
  padding-right: 25px;
  color: #adb0b3;
  font-size: 15px;
  line-height: 21px;
  max-height: 44px;
  margin-bottom: 22px;
}

.partner-pagination {
  margin-bottom: 60px;
}

.partner-map {
  width: 100%;
  height: 500px;
  margin-top: 90px;
  margin-bottom: 90px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .partner-map {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}

@media only screen and (max-width: 766px) {
  .partner-map {
    margin-bottom: 40px;
    margin-top: 0;
  }
}

.partner-map #info-map {
  height: 100%;
  width: 100%;
}

.top__about__text {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  margin-bottom: 17px;
}

.question-tab .tab__content.active {
  display: block;
}

.question-wrapper {
  margin-bottom: 88px;
}

.question-wrapper .teacher-tab__filter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 30px auto;
}

@media only screen and (max-width: 766px) {
  .question-wrapper .teacher-tab__filter {
    margin-top: 45px;
  }
}

.question-wrapper .teacher-tab__filter .teacher-tab__filter__list {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) {
  .question-wrapper .accn_grey {
    width: 1170px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .question-wrapper .accn_grey {
    width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 766px) {
  .question-wrapper .accn_grey {
    width: calc(100% - 50px);
  }
}

.page-constructor_about {
  margin-top: 116px;
  margin-bottom: 40px;
  max-width: 565px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .page-constructor_about {
    margin-top: 80px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 766px) {
  .page-constructor_about {
    margin-top: 72px;
    margin-bottom: 30px;
  }
}

.about-slider__wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #1f384b;
  margin-bottom: 84px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-slider__wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 766px) {
  .about-slider__wrapper {
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 67px;
  }
}

.about-slider__wrapper .title-h2 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-slider__wrapper .slick-dots-white .slick-dots {
    bottom: -46px;
  }
}

@media only screen and (max-width: 766px) {
  .about-slider__wrapper .slick-dots-white .slick-dots {
    width: 100%;
    padding-left: 0;
    bottom: -40px;
  }
}

.about-slider {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .about-slider {
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1080px;
    padding-left: 58px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-slider {
    width: 610px;
    max-height: 275px;
  }
  .about-slider:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 1px;
    height: 100%;
    background: #334a5b;
  }
}

@media only screen and (max-width: 766px) {
  .about-slider {
    width: 220px;
  }
}

.about-slider__item {
  padding-right: 45px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 260px;
}

@media only screen and (min-width: 1200px) {
  .about-slider__item {
    margin-bottom: 50px;
  }
  .about-slider__item:nth-child(3n + 2) {
    border-right: 1px solid #334a5b;
    margin-right: 80px;
  }
  .about-slider__item:nth-child(3n + 1) {
    border-right: 1px solid #334a5b;
    margin-right: 80px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-slider__item {
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 766px) {
  .about-slider__item {
    width: 160px;
    padding: 0 0 0 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-slider__item.slick-cloned {
    padding-left: 0;
  }
}

.about-slider__item__text {
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-slider__item__text {
    width: 200px;
    max-height: 210px;
    padding-left: 40px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 766px) {
  .about-slider__item__text {
    font-size: 16px;
    padding-left: 40px;
    overflow: hidden;
  }
}

.about-slider__item__text:before {
  position: absolute;
  content: '';
  top: 10px;
  left: -40px;
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .about-slider__item__text:before {
    left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .about-slider__item__text:before {
    left: 0;
  }
}

.question-text {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .question-text {
    margin-bottom: 77px;
  }
}

.question-text .title-h2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 766px) {
  .question-text .title-h2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.question-text .page-constructor p {
  font-size: 21px;
  color: #1f384b;
}

@media only screen and (max-width: 766px) {
  .question-text .page-constructor p {
    font-size: 17px;
  }
}

.question-accn__wrapper {
  margin-bottom: 100px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .question-accn__wrapper {
    margin-bottom: 85px;
  }
}

.question-accn__wrapper .title-h2 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .question-accn__wrapper .accn {
    max-width: 775px;
    width: 775px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .question-accn__wrapper .accn {
    width: calc(100% - 50px);
  }
}

.question-accn__wrapper .accn__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.question-accn__wrapper .accn__item_hide {
  display: none;
}

@media only screen and (max-width: 766px) {
  .question-accn__wrapper .accn__item p {
    padding: 0;
  }
}

.question-accn__wrapper .accn__item_head {
  padding: 33px 110px 33px 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .question-accn__wrapper .accn__item_head {
    width: calc(100% - 240px);
    padding-right: 25px;
  }
}

@media only screen and (max-width: 766px) {
  .question-accn__wrapper .accn__item_head {
    width: 46%;
    padding-right: 25px;
  }
}

.question-accn__wrapper .accn__item__content {
  padding-right: 65px;
  max-width: 100%;
  padding-left: 177px;
}

@media only screen and (max-width: 766px) {
  .question-accn__wrapper .accn__item__content {
    padding-right: 30px;
    padding-left: 72px;
  }
}

.question-accn__wrapper .accn__item__content li a {
  color: #a70a3f;
  -webkit-transition: .5s;
  transition: .5s;
}

.question-accn__wrapper .accn__item__content li a:hover {
  color: #1f384b;
}

.question-accn__wrapper .accn__item-wrap:after {
  top: 40px;
}

.question-accn__wrapper .accn__item-wrap.active:after {
  top: 47px;
}

.question-accn__wrapper .accn__number {
  overflow: hidden;
  position: static;
  padding-left: 37px;
  width: 140px;
  padding-top: 27px;
}

@media only screen and (max-width: 766px) {
  .question-accn__wrapper .accn__number {
    max-width: 56px;
    height: 70px;
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 33px;
    padding-right: 16px;
  }
}

.question_btn {
  display: block;
  width: 316px;
  height: 50px;
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: center;
  border: 1px solid #a70a3f;
  margin-top: 35px;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .question_btn {
    margin-top: 44px;
    width: 280px;
  }
}

@media only screen and (max-width: 766px) {
  .question_btn {
    width: 298px;
  }
}

@media only screen and (min-width: 1200px) {
  .question_btn:hover {
    background-color: #ffffff;
    color: #1f384b;
    border: 1px solid #a70a3f;
  }
}

.question_btn_hide {
  opacity: 0;
  height: 0;
}

.teacher-tab__filter {
  width: 1165px;
  margin: 88px auto 88px auto;
  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;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-tab__filter {
    width: 735px;
  }
}

@media only screen and (max-width: 766px) {
  .teacher-tab__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 282px;
    margin: 45px auto 45px auto;
  }
}

.teacher-tab__filter .teacher-tab__filter__list {
  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;
  margin-right: 65px;
  border-bottom: 2px solid #e2e4e4;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-tab__filter .teacher-tab__filter__list {
    margin-right: 45px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 766px) {
  .teacher-tab__filter .teacher-tab__filter__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}

.teacher-tab__filter .teacher-tab__filter__item {
  position: relative;
}

@media only screen and (max-width: 766px) {
  .teacher-tab__filter .teacher-tab__filter__item {
    text-align: center;
    padding: 5px 30px;
    max-width: 100%;
  }
}

.teacher-tab__filter .teacher-tab__filter__item .teacher-tab__filter__link {
  color: #70767a;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 34px;
  height: auto;
  text-transform: uppercase;
  padding: 0 34px;
  cursor: pointer;
}

@media only screen and (max-width: 766px) {
  .teacher-tab__filter .teacher-tab__filter__item .teacher-tab__filter__link {
    color: #ffffff;
    padding: 0;
  }
}

.teacher-tab__filter .teacher-tab__filter__item.active .teacher-tab__filter__link {
  color: #1f384b;
}

@media only screen and (max-width: 766px) {
  .teacher-tab__filter .teacher-tab__filter__item.active .teacher-tab__filter__link {
    color: #ffffff;
  }
}

.teacher-tab__filter .teacher-tab__filter__item.active:after {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .teacher-tab__filter .teacher-tab__filter__item.active:after {
    background-color: #1f384b;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-tab__filter .teacher-tab__filter__item.active:after {
    background-color: #1f384b;
  }
}

@media only screen and (min-width: 1200px) {
  .teacher-tab__filter .teacher-tab__filter__item:hover .teacher-tab__filter__link {
    color: #1f384b;
  }
  .teacher-tab__filter .teacher-tab__filter__item:hover:after {
    background-color: #1f384b;
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .teacher-tab__filter .teacher-tab__filter__item:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-tab__filter .teacher-tab__filter__item:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1;
  }
}

.teacher-tab__filter_years {
  margin-bottom: 0;
  margin-top: 60px;
}

.teacher-tab__content {
  position: relative;
}

.teacher-grid {
  position: relative;
}

.teacher-grid .teacher-grid__line {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f1f1f2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-grid .teacher-grid__line {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .teacher-grid .teacher-grid__line {
    display: none;
  }
}

.teacher-grid__inner {
  width: 1165px;
  margin: 0 auto;
  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;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-grid__inner {
    width: 500px;
  }
}

@media only screen and (max-width: 766px) {
  .teacher-grid__inner {
    width: 100%;
  }
}

.teacher-grid__pagination {
  width: 100%;
  margin-bottom: 60px;
}

.teacher-grid-item {
  width: 500px;
  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-bottom: 80px;
}

@media only screen and (max-width: 766px) {
  .teacher-grid-item {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

.teacher-grid-item:first-of-type {
  margin-right: auto;
}

.teacher-grid-item:last-of-type {
  margin-bottom: 0;
}

.teacher-grid-item:nth-last-child(2) {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-grid-item:nth-last-child(2) {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 766px) {
  .teacher-grid-item:nth-last-child(2) {
    margin-bottom: 60px;
  }
}

.teacher-grid-item__img {
  width: 170px;
  height: 235px;
}

@media only screen and (max-width: 766px) {
  .teacher-grid-item__img {
    margin: 0 auto 25px auto;
  }
}

.teacher-grid-item__img img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .teacher-grid-item__img img {
    height: auto;
  }
}

.teacher-grid-item__content {
  width: 295px;
  margin-left: 30px;
}

@media only screen and (max-width: 766px) {
  .teacher-grid-item__content {
    width: 270px;
    margin-left: 0;
  }
}

.teacher-grid-item__content__head {
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width: 766px) {
  .teacher-grid-item__content__head {
    width: 270px;
    text-align: center;
  }
}

.teacher-grid-item__content__text {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.teacher-grid_leader {
  margin-bottom: 90px;
}

.teacher-grid_leader:after {
  display: none;
}

.teacher-grid_leader .teacher-grid-item {
  width: 570px;
}

@media only screen and (max-width: 766px) {
  .teacher-grid_leader .teacher-grid-item {
    width: 270px;
  }
}

@media only screen and (max-width: 766px) {
  .teacher-grid_leader .teacher-grid-item__content {
    margin: 0 auto;
  }
}

.teacher-grid_leader .teacher-grid-item__img {
  width: 270px;
  height: 377px;
}

.teacher-grid_leader .teacher-grid-item__content__job {
  color: #adb0b3;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 27px;
}

.teacher-grid_leader .teacher-grid-item__content__job:after {
  position: absolute;
  content: '';
  top: 12px;
  left: -20px;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .select-mobile {
    width: auto;
  }
}

.select__options_years .teacher-tab__filter__list.tab_list-width {
  max-width: 70%;
  border-bottom: none;
}

.select__options_years .teacher-tab__filter__list.tab_list-width li {
  width: 92px;
}

.select__options_years .teacher-tab__filter__list.tab_list-width li:after {
  bottom: -1px;
}

@media only screen and (max-width: 766px) {
  .select__options_years .teacher-tab__filter__list.tab_list-width li {
    width: inherit;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .select__options_years .teacher-tab__filter__list.tab_list-width {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 60%;
  }
}

@media only screen and (max-width: 766px) {
  .select__options_years .teacher-tab__filter__list.tab_list-width {
    max-width: 100%;
  }
}

.pagination {
  display: inline-block;
  text-align: center;
  cursor: default;
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 639px) {
  .pagination {
    margin-top: 60px;
  }
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.pagination li:not(:first-of-type) {
  margin-left: 20px;
}

.pagination li a {
  display: inline-block;
  vertical-align: middle;
  color: #70767a;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.pagination li a:hover {
  color: #a70a3f;
  border-color: #a70a3f;
}

.pagination li.prev a,
.pagination li.next a {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #70767a;
  border-top: 2px solid #70767a;
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
}

.pagination li.next a {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination li.next a:hover {
  border-right: 2px solid #a70a3f;
  border-top: 2px solid #a70a3f;
}

.pagination li.prev a {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pagination li.active a {
  position: relative;
  color: #a70a3f;
}

.pagination li.active a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
}

@media (max-width: 639px) {
  .pagination li:not(:first-of-type) {
    margin-left: 10px;
  }
}

.top-wrapper_mba .top-wrapper_mba_wide {
  width: 492px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_mba .top-wrapper_mba_wide {
    max-width: 100%;
  }
}

.accn-wrapper_pmd {
  margin-bottom: 0;
}

.accn-wrapper_pmd .grey-inline-list {
  border-right: 1px solid #e8e9ec;
  padding-right: 80px;
  width: calc(50% - 80px);
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn-wrapper_pmd .grey-inline-list {
    border-right: none;
    border-bottom: 1px solid #e8e9ec;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 480px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .accn-wrapper_pmd .grey-inline-list {
    border-right: none;
    border-bottom: 1px solid #e8e9ec;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-right: 0;
    width: calc(100% - 15px);
  }
}

.accn-wrapper_pmd .grey-inline-list li {
  margin-bottom: 31px;
}

.accn-wrapper_pmd .grey-inline-list li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn-wrapper_pmd .accn_full {
    width: 720px;
  }
}

.accn-wrapper_pmd .accn__number {
  left: 71px;
}

@media only screen and (max-width: 766px) {
  .accn-wrapper_pmd .accn__number {
    left: 20px;
  }
}

.accn-wrapper_pmd .accn__item_head {
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 33px 0 33px 120px;
}

@media only screen and (max-width: 766px) {
  .accn-wrapper_pmd .accn__item_head {
    padding-left: 60px;
    padding-right: 60px;
  }
}

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

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .accn__item__content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 766px) {
  .accn__item__content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blue-links {
  font-size: 0;
  margin-left: 63px;
  margin-top: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .blue-links {
    margin-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .blue-links {
    margin-left: 0;
  }
}

.blue-links li {
  margin-bottom: 20px;
}

.blue-links a {
  display: block;
}

.blue-links i {
  display: inline-block;
  vertical-align: top;
}

.blue-links svg {
  fill: #c9cbce;
  width: 16px;
  height: 20px;
}

.blue-links span {
  color: #282364;
  font-size: 15px;
  line-height: 21px;
  max-width: 275px;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .blue-links span {
    max-width: 230px;
  }
}

@media only screen and (max-width: 766px) {
  .blue-links span {
    max-width: 150px;
  }
}

.popup-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 111;
}

.popup {
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup .popup-head__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.popup .popup-head__close svg {
  fill: none;
  stroke: #1f384b;
  stroke-miterlimit: 10;
  width: 17px;
  height: 17px;
  margin-top: 4px;
}

.popup .popup-head__close:before {
  display: none;
}

.popup-wrapper_thx h3 {
  color: #26445c;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
}

.popup-wrapper_thx h3:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background: #a70a3f;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -28px;
}

.popup-wrapper_thx p {
  color: #26445c;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  line-height: 25px;
}

.popup-wrapper_thx .popup {
  background: #ffffff;
  padding: 90px 120px;
  text-align: center;
  width: 330px;
}

@media only screen and (max-width: 766px) {
  .popup-wrapper_thx .popup {
    padding: 60px 20px 40px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

.presentation {
  position: relative;
  padding: 45px 70px 40px 125px;
  background: #f7f7fa;
}

.presentation.partners {
  background: transparent;
}

.presentation.partners .number-big,
.presentation.partners .number-small,
.presentation.partners .date-label__number,
.presentation.partners .date-label__day {
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  background: transparent;
}

.presentation.partners .date-label {
  top: 45px;
}

.presentation.partners .date-label__number {
  height: auto;
}

.presentation.partners .date-label__number .number-big {
  line-height: 0.9;
}

.presentation.partners .date-label__number .number-small {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.presentation.partners .date-label__day {
  height: auto;
  line-height: initial;
}

.presentation.has-image {
  background: white;
  padding: 0;
}

.presentation.has-image .presentation__additional {
  padding: 45px 70px 40px;
  border: 1px solid rgba(112, 118, 122, 0.5);
  border-top: none;
}

.presentation:not(:first-child) {
  margin-top: 30px;
}

.presentation.red-label .date-label__number {
  background-color: #a70a3f;
}

.presentation.red-label .date-label__day {
  background-color: #990939;
}

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

.presentation .date-label {
  position: absolute;
  left: 0;
  top: 0;
}

.presentation__img {
  background-size: cover;
  background-position: top;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.presentation__title {
  display: inline-block;
  width: 100%;
  color: #adb0b2;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
}

.presentation__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.presentation.partners .presentation__inner {
  margin-top: 20px;
}

.presentation__desc {
  width: 420px;
  cursor: pointer;
}

.presentation__desc .title {
  margin-bottom: 25px;
  color: #26445c;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.presentation__desc .desc {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(112, 118, 122, 0.1);
}

@media (min-width: 1200px) {
  .presentation__desc:hover .title {
    color: #a70a3f;
  }
  .presentation__desc:hover .detail__text {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.presentation__desc .detail__text {
  color: #a70a3f;
}

.presentation.partners .presentation__desc .desc {
  border-bottom: none;
}

.presentation__speakers {
  width: 125px;
}

.presentation__speakers .speaker {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.presentation__speakers .speaker:not(:first-child) {
  margin-top: 25px;
}

.presentation__speakers .speaker span {
  display: inline-block;
}

.presentation__speakers .speaker .name {
  color: #70767a;
  margin-bottom: 5px;
}

.presentation__speakers .speaker .position {
  color: #adb0b3;
}

.presentation.speakers-avatar .presentation__speakers {
  width: 185px;
}

.presentation.speakers-avatar .presentation__speakers .speaker img {
  margin-top: 5px;
  float: left;
  max-width: 50px;
}

.presentation.speakers-avatar .presentation__speakers .speaker span {
  float: right;
  width: 115px;
}

.presentation__info {
  width: 230px;
}

.presentation__info .payment {
  color: #26445c;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.presentation__info .address {
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  color: #adb0b3;
  margin-bottom: 27px;
}

.presentation__info .btn {
  width: 100%;
  padding: 0;
  text-align: center;
}

@media (max-width: 1100px) and (min-width: 961px) {
  .presentation__desc {
    width: 300px;
  }
}

@media (max-width: 960px) {
  .presentation__desc {
    float: left;
    display: inline-block;
  }
  .presentation__inner {
    display: inline-block;
  }
  .presentation__speakers {
    float: right;
  }
  .presentation.events .presentation__speakers {
    width: 160px;
  }
  .presentation__info {
    float: right;
    width: 160px;
    margin-top: 30px;
  }
  .presentation.partners .presentation__info {
    width: 260px;
    clear: left;
    float: left;
    margin-top: 5px;
  }
  .presentation__info .payment,
  .presentation__info .address {
    display: none;
  }
}

@media (max-width: 960px) and (min-width: 640px) {
  .presentation.speakers-avatar .presentation__info {
    width: 185px;
    margin-top: 40px;
  }
}

@media (max-width: 819px) {
  .presentation__desc {
    width: 300px;
  }
  .presentation__desc .title {
    margin-bottom: 18px;
  }
  .presentation.partners {
    padding-right: 45px;
  }
  .presentation.partners .presentation__desc {
    width: 370px;
  }
}

@media (max-width: 729px) {
  .presentation.partners {
    padding: 45px 0 0 80px;
  }
  .presentation.partners:last-child {
    padding-bottom: 30px;
  }
  .presentation.partners .presentation__speakers {
    display: none;
  }
  .presentation.partners .presentation__inner,
  .presentation.partners .presentation__desc,
  .presentation.partners .presentation__info {
    width: 100%;
  }
  .presentation.partners .presentation__inner {
    margin-top: 12px;
  }
  .presentation.partners .presentation__desc .title {
    margin-bottom: 14px;
  }
  .presentation.partners .date-label .date-label__number,
  .presentation.partners .date-label .date-label__day {
    width: 60px;
  }
}

@media (max-width: 709px) {
  .presentation__desc {
    width: 220px;
  }
}

@media (max-width: 639px) {
  .presentation,
  .presentation.has-image .presentation__additional {
    padding: 30px;
  }
  .presentation__speakers {
    display: none;
  }
  .presentation__desc,
  .presentation__info {
    width: 100%;
  }
  .presentation__inner {
    margin-top: 15px;
  }
  .presentation.transform-date-label {
    padding-top: 80px;
  }
  .presentation.transform-date-label .date-label {
    width: 100%;
    height: 50px;
  }
  .presentation.transform-date-label .date-label__number {
    float: left;
    width: 60%;
    height: 100%;
  }
  .presentation.transform-date-label .date-label__number .number-big {
    display: inline;
    font-family: "Akrobat-Bold", sans-serif, Arial;
    font-size: 15px;
    line-height: 50px;
  }
  .presentation.transform-date-label .date-label__number .number-big:after {
    content: ' /';
  }
  .presentation.transform-date-label .date-label__number .number-small {
    line-height: 50px;
  }
  .presentation.transform-date-label .date-label__day {
    float: left;
    width: 40%;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .presentation__img {
    height: 145px;
  }
}

.presentation__speakers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.presentation__speakers-wrap .presentation__speakers {
  margin-right: 80px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) and (orientation: portrait) {
  .presentation__speakers-wrap .presentation__speakers {
    margin-right: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) and (orientation: landscape) {
  .presentation__speakers-wrap .presentation__speakers {
    margin-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .presentation__speakers-wrap .presentation__speakers {
    margin-right: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) and (orientation: portrait) {
  .presentation__speakers-wrap {
    float: right;
    margin-left: 60px;
    display: block;
    width: auto;
  }
  .presentation__speakers-wrap .presentation__speakers {
    float: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) and (orientation: landscape) {
  .presentation__speakers-wrap {
    display: block;
    width: auto;
  }
  .presentation__speakers-wrap .presentation__speakers, .presentation__speakers-wrap .presentation__info {
    float: left;
  }
  .presentation__speakers-wrap .presentation__info {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .presentation__speakers-wrap {
    float: none;
    margin-left: 0;
    display: block;
    width: auto;
  }
  .presentation__speakers-wrap .presentation__speakers {
    float: none;
  }
}

@media only screen and (max-width: 766px) and (orientation: landscape) {
  .presentation__speakers-wrap {
    float: right;
    margin-left: 40px;
  }
  .presentation__speakers-wrap .presentation__speakers {
    float: none;
  }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
  .presentation__speakers-wrap {
    float: none;
    margin-left: 0;
  }
}

@media only screen and (max-width: 330px) and (orientation: portrait) {
  .presentation__speakers-wrap {
    float: none;
    margin-left: 0;
  }
}

.container_programs {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (max-width: 766px) {
  .container_programs {
    margin-bottom: 45px;
    display: block;
  }
}

.programs__item {
  width: 570px;
  height: 428px;
  margin-bottom: 30px;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

.programs__item.programs__item_paragraph-include .programs__item__container p {
  color: #70767a;
  border: none;
  display: block;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item {
    width: 100%;
    height: 380px;
  }
}

.programs__item .h1 {
  font-size: 100px;
}

.programs__item .h1 span {
  text-transform: none;
}

@media only screen and (max-width: 766px) {
  .programs__item .h1 {
    font-size: 52px;
  }
}

.programs__item .title-h2 {
  margin-bottom: 66px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item .title-h2 {
    text-align: left;
    margin-bottom: 78px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item .title-h2 {
    text-align: left;
    margin-bottom: 15px;
  }
}

.programs__item .title-h2:after {
  bottom: -40px;
}

@media only screen and (max-width: 766px) {
  .programs__item .title-h2:after {
    background: transparent;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item .detail {
    position: absolute;
    bottom: 23px;
    width: calc(100% - 80px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (min-width: 1200px) {
  .programs__item:hover .detail__text {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.programs__item_full {
  width: 100%;
  height: 369px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_full {
    background-position: -164px 0;
    height: 380px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item_full {
    width: 100%;
    height: 380px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_full .h1 {
    font-size: 120px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_full .title-h2:after {
    bottom: -60px;
  }
}

.programs__item_full__container {
  width: 500px;
  padding-top: 60px;
  padding-left: 70px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .programs__item_full__container {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 30px;
    width: calc(100% - 65px);
    height: 345px;
  }
}

.programs__item_full__container p {
  max-width: 480px;
  height: 70px;
  overflow: hidden;
  color: #70767a;
  font-size: 21px;
  line-height: 25px;
  border-bottom: 1px solid #d7e1e8;
  padding-bottom: 36px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_full__container p {
    max-width: 405px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item_full__container p {
    font-size: 15px;
    max-width: 100%;
    padding-right: 0;
    display: none;
  }
}

.programs__item_full__container .red-inline-list {
  max-width: 365px;
}

@media only screen and (max-width: 766px) {
  .programs__item_full__container .red-inline-list {
    max-width: 280px;
  }
}

.programs__item_full__container .red-inline-list li {
  margin-left: 0;
}

@media only screen and (max-width: 766px) {
  .programs__item_full__container .red-inline-list li {
    margin-left: 0;
    display: block;
  }
}

.programs__item_full__container .red-inline-list li:nth-child(2n + 1) {
  margin-left: 0;
  width: 200px;
}

@media only screen and (max-width: 766px) {
  .programs__item_full__container .red-inline-list li {
    margin-left: 0;
  }
}

.programs__item_full__container .red-inline-list li a {
  color: #a70a3f;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.programs__item_full__container .red-inline-list li:hover a {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.programs__item__container {
  width: 430px;
  padding-top: 60px;
  padding-left: 70px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .programs__item__container {
    padding-top: 35px;
    padding-left: 35px;
    width: calc(100% - 50px);
    padding-right: 30px;
    height: 345px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item__container p {
    display: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_pmd {
    height: 403px;
  }
}

.programs__item_pmd p {
  max-width: 430px;
  padding-right: 100px;
  height: 70px;
  overflow: hidden;
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 33px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_pmd p {
    max-width: 530px;
    padding-right: 0;
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item_pmd p {
    font-size: 15px;
    width: 100%;
    padding-right: 0;
    height: auto;
    max-height: 70px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_pmd .programs__item__container {
    width: 522px;
  }
}

.programs__item_pmd .white-inline-list {
  width: 215px;
}

.programs__item_pmd .white-inline-list li {
  text-transform: none;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_pmd .white-inline-list li {
    text-transform: none;
  }
}

.programs__item_pmd .white-inline-list a {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_dba {
    height: 367px;
  }
}

.programs__item_dba p {
  width: 233px;
  height: 130px;
  overflow: hidden;
  color: #70767a;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 1px solid #cfdbe5;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_dba p {
    width: 332px;
    height: 100px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item_dba p {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    height: auto;
    max-height: 100px;
    padding-bottom: 20px;
  }
}

.programs__item_corporate {
  overflow: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_corporate {
    height: 378px;
  }
}

.programs__item_corporate p {
  width: 278px;
  height: 175px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_corporate p {
    width: 400px;
    height: 127px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item_corporate p {
    width: 100%;
    height: auto;
    max-height: 175px;
    padding-bottom: 20px;
  }
}

.programs__item_corporate .title-h2 {
  margin-bottom: 43px;
  max-width: 192px;
}

@media only screen and (max-width: 766px) {
  .programs__item_corporate .title-h2 {
    margin-bottom: 30px;
  }
}

.programs__item_corporate .title-h2:after {
  bottom: -20px;
}

.programs__item_amp p {
  width: 425px;
  height: 128px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #70767a;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 1px solid #cfdbe5;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .programs__item_amp p {
    width: 503px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item_amp p {
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    max-height: 100px;
  }
}

@media only screen and (max-width: 766px) {
  .programs__item_amp .red-inline-list {
    max-width: 280px;
  }
}

.programs__item_amp .red-inline-list li {
  text-transform: none;
  width: 135px;
  margin-bottom: 10px;
}

.programs__item_amp .red-inline-list li a {
  color: #a70a3f;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1200px) {
  .programs__item_amp .red-inline-list li:hover a {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.programs__item_amp .red-inline-list li:nth-child(even) {
  margin-left: 54px;
}

@media only screen and (max-width: 766px) {
  .programs__item_amp .red-inline-list li:nth-child(even) {
    margin-left: 0;
  }
}

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

.programs__hint {
  width: 100px;
  height: 60px;
  overflow: hidden;
  color: #a70a3f;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 26px;
  margin-top: -4px;
  letter-spacing: 1px;
}

.programs__hint_white {
  color: #ffffff;
}

.programs__item_blue {
  background-color: #edf4fa;
}

@media only screen and (max-width: 766px) {
  .programs__item_blue {
    background-image: none !important;
  }
}

.programs__item_red {
  background: #a70a3f;
}

.programs__item_red .title-h2:after {
  background-color: #ffffff;
}

@media only screen and (max-width: 766px) {
  .programs__item_red .title-h2:after {
    background-color: transparent;
  }
}

.programs__item_red .white-inline-list__wrapper {
  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;
  width: 435px;
}

@media only screen and (max-width: 766px) {
  .programs__item_red .white-inline-list__wrapper {
    width: 280px;
  }
}

.programs__item_red .white-inline-list__wrapper li {
  display: block;
  margin-bottom: 11px;
}

.programs__item_red .white-inline-list__wrapper li a {
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.programs__item_red .white-inline-list__wrapper li:hover a {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.red-inline-list {
  padding-top: 5px;
}

.red-inline-list a {
  color: #a70a3f;
}

.height-block__js .programs__item__container p {
  max-height: 180px;
  height: initial;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .height-block__js .programs__item__container p {
    max-height: 70px;
  }
}

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

.project:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .project:not(:first-child) {
    margin-top: 25px;
  }
}

.project__year {
  opacity: 0.5;
  color: #70767a;
  font-family: "Akrobat-Black", sans-serif, Arial;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  margin-right: 55px;
}

@media (max-width: 1279px) {
  .project__year {
    margin-right: 35px;
  }
}

@media (max-width: 767px) {
  .project__year {
    margin-right: 25px;
  }
}

.project__text {
  color: #1f384b;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(112, 118, 122, 0.1);
  width: 640px;
}

@media (max-width: 767px) {
  .project__text {
    padding-bottom: 28px;
  }
}

.recognition {
  padding-top: 82px;
  padding-bottom: 70px;
  width: 1170px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition {
    width: 768px;
  }
}

@media only screen and (max-width: 766px) {
  .recognition {
    width: 100%;
    position: relative;
    padding-top: 67px;
    padding-bottom: 0;
  }
}

.recognition .title-h2_blue {
  margin-bottom: 62px;
}

@media only screen and (max-width: 766px) {
  .recognition .title-h2_blue {
    padding: 0 20px;
    margin-bottom: 53px;
  }
}

.recognition__lg {
  margin-bottom: 20px;
  border-right: 1px solid #f1f1f2;
  padding-right: 22px;
  display: inline-block;
  vertical-align: top;
  max-width: 508px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__lg {
    width: 298px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__lg {
    width: 300px;
    margin: 0 auto;
    border-right: 0;
  }
}

.recognition__md {
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #f1f1f2;
  max-width: 457px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__md {
    width: 302px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__md {
    width: 300px;
    margin: 0 auto;
    border-right: 0;
  }
}

.recognition__sm {
  display: inline-block;
  vertical-align: top;
  max-width: 157px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__sm {
    width: 140px;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__sm {
    width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .recognition__item__wrapper {
    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;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__item__wrapper {
    position: relative;
    height: 210px;
  }
}

.recognition__item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 766px) {
  .recognition__item {
    padding-top: 0px;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}

.recognition__item.recognition__md .recognition__img:first-of-type {
  margin-left: 27px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__item.recognition__md .recognition__img:first-of-type {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__item.recognition__md .recognition__img:first-of-type {
    margin-left: 17px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__item.recognition__md .recognition__img:last-of-type {
    margin: 0;
    display: block;
    text-align: center;
  }
}

.recognition__item.recognition__sm .recognition__img:first-of-type {
  margin-left: 27px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__item.recognition__sm .recognition__img:first-of-type {
    margin-left: 17px;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__item.recognition__sm .recognition__img:first-of-type {
    margin-left: 17px;
  }
}

.recognition__img {
  display: inline-block;
  vertical-align: top;
  margin-left: 27px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__img {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin-left: 17px;
  }
}

.recognition__img img {
  display: inline-block;
  vertical-align: middle;
}

.recognition__img:first-of-type {
  margin-left: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__img:first-of-type {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__item.active .recognition__img {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .recognition__img.recognition__last {
    margin-left: 53px;
  }
}

.recognition__item > div {
  max-height: 57px;
  line-height: 57px;
}

@media only screen and (max-width: 766px) {
  .recognition__title__wrapper {
    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 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    width: 280px;
  }
}

.recognition__title {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 34px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .recognition__title {
    cursor: pointer;
    width: auto;
    position: static;
    font-size: 17px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .recognition__title.active {
    color: #a70a3f;
    border-bottom: 2px solid #a70a3f;
    padding-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .register .h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 20px;
  }
}

.register .register-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .register .register-block {
    border-bottom: 1px solid rgba(31, 56, 75, 0.1);
    padding-bottom: 55px;
  }
}

.register .register-block p {
  opacity: 0.7;
  color: #70767a;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  /* Text style for "Введіть да" */
  letter-spacing: 0.23px;
}

@media (max-width: 767px) {
  .register .register-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .register .buy-ticket__text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .register .buy-ticket__quantity-number {
    font-size: 20px;
    width: 40px;
  }
}

.register .buy-ticket__price_how span i {
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.register .buy-ticket__price_how span b {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  margin-right: 19px;
}

.register .buy-ticket__available {
  -webkit-flex-basis: 21.5%;
      -ms-flex-preferred-size: 21.5%;
          flex-basis: 21.5%;
}

.register .buy-ticket__price {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}

.register .buy-ticket__price .buy-ticket__text {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .register .buy-ticket__price {
    -webkit-flex-basis: 39%;
        -ms-flex-preferred-size: 39%;
            flex-basis: 39%;
  }
}

@media (min-width: 768px) {
  .register .user-form__about {
    width: 380px;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .register .user-form__about {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.register .user-form__date {
  width: 330px;
  position: relative;
  padding-left: 40px;
}

.register .user-form__date:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(31, 56, 75, 0.1);
}

@media (max-width: 767px) {
  .register .user-form__date:before {
    content: none;
  }
}

.register .user-form__date span {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.register .user-form__date strong {
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  padding-right: 26px;
}

@media (max-width: 767px) {
  .register .user-form__date strong {
    font-size: 20px;
    padding-right: 14px;
  }
}

.register .user-form__date .user-form__checkbox {
  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;
}

.register .user-form__date .form-group__placeholder-checkbox span {
  top: 11px;
}

@media (max-width: 767px) {
  .register .user-form__date .form-group__placeholder-checkbox span {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .register .user-form__date {
    padding-left: 0;
    width: 180px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.register .user-form__cost {
  width: 150px;
  padding-left: 30px;
  position: relative;
}

.register .user-form__cost:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(31, 56, 75, 0.1);
}

@media (max-width: 767px) {
  .register .user-form__cost:before {
    content: none;
  }
}

.register .user-form__cost span {
  margin-top: 20px;
  display: block;
}

.register .user-form__cost b, .register .user-form__cost i {
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  line-height: 25px;
}

.register .user-form__cost b {
  font-size: 30px;
}

@media (max-width: 767px) {
  .register .user-form__cost b {
    font-size: 20px;
  }
}

.register .user-form__cost i {
  font-size: 15px;
}

@media (max-width: 767px) {
  .register .user-form__cost {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 80px;
    padding-left: 20px;
  }
}

.register .price-count__sale {
  position: relative;
  margin-right: 15px;
}

.register .price-count__sale b {
  color: #70767a;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 34px;
}

.register .price-count__sale i {
  color: #70767a;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.35px;
}

.register .price-count__sale:before {
  content: '';
  border-bottom: 1px solid #70767a;
  position: absolute;
  width: 95%;
  top: 65%;
}

.register .price-count b, .register .price-count i {
  color: #a70a3f;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  text-transform: uppercase;
  font-weight: 400;
}

.register .price-count b {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1.5px;
}

.register .price-count i {
  font-size: 14px;
  letter-spacing: 0.35px;
}

.register .buy-ticket__total {
  margin-left: 0;
  text-align: right;
  margin-right: 13px;
}

@media (min-width: 768px) {
  .register .buy-ticket__total {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .register .buy-ticket__total {
    padding-top: 20px;
  }
}

.register .title-register {
  padding-top: 53px;
}

.register .registration__user-form .title__left {
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .register .registration__user-form .title__left {
    text-align: left;
  }
}

.register .registration__user-form:not(:first-child) {
  margin-top: 43px;
}

@media (min-width: 768px) {
  .register .registration__user-form:not(:first-child) {
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .register .registration__user-form.register__feedback {
    margin-top: 55px;
  }
}

@media (min-width: 768px) {
  .register .buy-ticket__info {
    padding-bottom: 55px;
  }
}

.register .form-group__title-checkbox {
  margin-top: 0;
}

.register .buy-ticket__total .buy-ticket__title {
  margin-right: 30px;
}

.register .register__feedback .user-form {
  max-width: 100%;
}

.register .register__feedback__group {
  display: inline-block;
  width: 195px;
}

.register .register__feedback__group:last-of-type {
  width: 370px;
  position: relative;
  top: -30px;
}

@media (max-width: 767px) {
  .register .register__feedback__group:last-of-type {
    top: auto;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .register .register__feedback__group {
    width: 175px;
  }
}

.register .register__feedback .user-form__textarea textarea {
  width: 370px;
}

@media (max-width: 767px) {
  .register .register__feedback .user-form__textarea textarea {
    width: 100%;
  }
}

.register .register__feedback .user-form__learned_about_event {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(31, 56, 75, 0.1);
}

@media (max-width: 767px) {
  .register .register__feedback .user-form__learned_about_event {
    padding-bottom: 30px;
  }
}

.register .promo-btn {
  color: #1f384b;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .register .buy-ticket__promo {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .register .buy-ticket__promo .form-group-input {
    width: 230px;
  }
}

.register .registration__user-form .user-form__submit {
  width: auto;
  padding: 0 20px;
  min-width: 180px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .register .registration__user-form .user-form__submit {
    height: 50px;
    margin-top: 20px;
  }
}

.register .buy-ticket__total__all {
  padding-top: 0;
  margin-left: 0;
  text-align: left;
  margin-right: 13px;
}

@media (max-width: 767px) {
  .register .buy-ticket__total__all {
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
  }
}

.register .buy-ticket__total__all .buy-ticket__title {
  margin-bottom: 0;
}

.register .buy-ticket__total__all span b, .register .buy-ticket__total__all span i {
  color: #a70a3f;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  text-transform: uppercase;
  font-weight: 400;
}

.register .buy-ticket__total__all span b {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1.5px;
}

.register .buy-ticket__total__all span i {
  font-size: 14px;
  letter-spacing: 0.35px;
}

.register .total-buy .buy-ticket__action {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1199px) and (min-width: 767px) {
  .register .total-buy .buy-ticket__total__all {
    width: 120px;
    padding-left: 100px;
  }
}

.register .form-group-checkbox_full .form-group__title-checkbox {
  max-width: 100%;
}

@media (max-width: 767px) {
  .register .registration__user-form .user-form__checkbox.form-group-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.fixed__cost {
  display: none;
  width: 100%;
  height: 89px;
  border: 1px solid #a70a3f;
  background-color: #a70a3f;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 20px;
}

.fixed__cost .buy-ticket__title {
  opacity: 0.5;
  color: #ffffff;
}

.fixed__cost .buy-ticket__total__all span b, .fixed__cost .buy-ticket__total__all span i {
  color: #ffffff;
}

@media (max-width: 767px) {
  .fixed__cost {
    display: block;
  }
}

.fixed-cost-block {
  position: fixed;
  z-index: 9999;
}

.result-wrapper {
  margin-bottom: 102px;
}

.result-wrapper .pagination {
  margin-top: 25px;
}

.result {
  max-width: 768px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .result {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 766px) {
  .result {
    max-width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 30px;
  }
}

.result__item {
  margin-bottom: 47px;
  width: 100%;
}

.result__item__head {
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 12px;
  width: 100%;
}

.result__item__head .result__item__word {
  font-size: 21px;
}

.result__item__word {
  color: #a70a3f;
}

.result__item__text {
  font-size: 15px;
  line-height: 21px;
  color: #70767a;
}

.select {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 35px;
  border-bottom: 2px solid #e2e4e4;
  cursor: pointer;
}

.select span, .select a {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
}

.select__title {
  height: 100%;
}

.select__title:before, .select__title:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 2px;
  width: 0;
  background: #a70a3f;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.select__title:before {
  left: 50%;
}

.select__title:after {
  right: 50%;
}

.select__title-selected {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select__title-arrow {
  display: inline-block;
  vertical-align: middle;
  float: right;
  position: relative;
  top: 50%;
  margin-top: -3px;
  margin-right: 2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #70767a;
  border-top: 1px solid #70767a;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: margin 0.2s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.2s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.2s;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.2s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 1025px) {
  .select__title:hover:before, .select__title:hover:after {
    width: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .select__title {
    text-align: center;
  }
}

.select__options {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: calc(100% + 2px);
  background-color: #a70a3f;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  overflow: hidden;
}

.select__options-option {
  position: relative;
  padding: 5px 30px;
  border-bottom: 1px solid rgba(228, 233, 237, 0.3);
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .select__options-option {
    text-align: center;
  }
}

.select__options-option:before, .select__options-option:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 1px;
  width: 0;
  background: white;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.select__options-option:before {
  left: 50%;
}

.select__options-option:after {
  right: 50%;
}

.select__options-option span {
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

@media (min-width: 1025px) {
  .select__options-option:hover:before, .select__options-option:hover:after {
    width: 100%;
  }
}

.select__options-option.active:before, .select__options-option.active:after {
  width: 100%;
}

.select__options_years .teacher-tab__filter__list {
  max-width: 100%;
}

.select.active .select__title:before, .select.active .select__title:after {
  width: 50%;
}

.select.active .select__options {
  opacity: 1;
  visibility: visible;
}

.select.active .select__title-arrow {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  margin-top: -2px;
}

@media (max-width: 767px) {
  .select {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .select-mobile .select__options {
    opacity: 1;
    visibility: visible;
    background: transparent;
    position: static;
    width: auto;
  }
  .select-mobile .select__options-option {
    padding: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .select-mobile .select__options {
    opacity: 1;
    visibility: visible;
    background: transparent;
    position: static;
    width: 100%;
  }
  .select-mobile .select__options-option {
    padding: 0;
  }
}

@media only screen and (max-width: 766px) {
  .select-mobile {
    display: inline-block;
    position: relative;
    width: 100%;
    width: 280px;
    height: 35px;
    border-bottom: 2px solid #e2e4e4;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .select-mobile span, .select-mobile a {
    color: #70767a;
    font-family: "Akrobat-Regular", sans-serif, Arial;
    font-size: 15px;
    font-weight: 400;
  }
  .select-mobile__title {
    height: 100%;
  }
  .select-mobile__title:before, .select-mobile__title:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 2px;
    width: 0;
    background: #a70a3f;
    -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .select-mobile__title:before {
    left: 50%;
  }
  .select-mobile__title:after {
    right: 50%;
  }
  .select-mobile__title-selected {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 35px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .select-mobile__title-arrow {
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -3px;
    margin-right: 2px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #70767a;
    border-top: 1px solid #70767a;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: margin 0.2s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: margin 0.2s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.2s;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.2s, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}

@media only screen and (max-width: 766px) and (min-width: 1025px) {
  .select-mobile__title:hover:before, .select-mobile__title:hover:after {
    width: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .select-mobile__options {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: calc(100% + 2px);
    background-color: #a70a3f;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .select-mobile__options-option {
    position: relative;
    padding: 5px 30px;
    border-bottom: 1px solid rgba(228, 233, 237, 0.3);
  }
  .select-mobile__options-option:before, .select-mobile__options-option:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 1px;
    width: 0;
    background: white;
    -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .select-mobile__options-option:before {
    left: 50%;
  }
  .select-mobile__options-option:after {
    right: 50%;
  }
  .select-mobile__options-option span {
    color: white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 766px) and (min-width: 1025px) {
  .select-mobile__options-option:hover:before, .select-mobile__options-option:hover:after {
    width: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .select-mobile__options-option.active:before, .select-mobile__options-option.active:after {
    width: 50%;
  }
  .select-mobile.active .select__title:before, .select-mobile.active .select__title:after {
    width: 50%;
  }
  .select-mobile.active .select__options {
    opacity: 1;
    visibility: visible;
  }
  .select-mobile.active .select__title-arrow {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    margin-top: -2px;
  }
}

.student-tab__content__select {
  text-align: center;
  margin-bottom: 58px;
}

.student-tab__content__select .select {
  width: 270px;
  text-align: left;
}

@media only screen and (max-width: 766px) {
  .student-tab__content__select .select {
    width: 280px;
  }
}

.teacher-tab__filter .select {
  width: 270px;
  text-align: left;
}

@media only screen and (max-width: 766px) {
  .teacher-tab__filter .select {
    width: 280px;
  }
}

.select-news {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 766px) {
  .select-news {
    position: relative;
  }
}

.slick-arrow {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

@media only screen and (max-width: 766px) {
  .fade-slick__img, #mainVideo {
    height: 420px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__img, #mainVideo {
    height: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .fade-slick__img, #mainVideo {
    height: 640px;
  }
}

@media only screen and (min-width: 1600px) {
  .fade-slick__img, #mainVideo {
    height: 965px;
  }
}

.fade-slick__img:before, #mainVideo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.fade-slick__start .fade-slick__img {
  background-size: cover;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .fade-slick__img {
    height: 609px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__start .fade-slick__img {
    height: 550px;
  }
}

@media only screen and (min-width: 1200px) {
  .fade-slick__start .fade-slick__img {
    height: 550px;
  }
}

@media only screen and (min-width: 1600px) {
  .fade-slick__start .fade-slick__img {
    height: 550px;
  }
}

.fade-slick__start .fade-slick__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 56, 75, 0.7);
}

@media only screen and (max-width: 766px) {
  .fade-slick__start.slick-dots-white .fade-slick__img {
    height: inherit;
    min-height: 670px;
  }
}

.fade-slick__img video, .fade-slick__img iframe {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.main-video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
          transform: none;
}

.fade-slick__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .slick-dots-white .fade-slick__content {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 766px) {
  .fade-slick__content {
    width: 96%;
    left: 0;
    -webkit-transform: translate(2%, -50%);
            transform: translate(2%, -50%);
    margin: 0 auto;
  }
  .slick-dots-white .fade-slick__content {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}

.fade-slick__content p {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.fade-slick__content h1 {
  width: 670px;
  color: #ffffff;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__content h1 {
    width: 460px;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 1.2px;
  }
}

@media only screen and (max-width: 766px) {
  .fade-slick__content h1 {
    width: 100%;
    font-size: 40px;
    line-height: 44px;
  }
  .slick-dots-white .fade-slick__content h1 {
    margin-top: 30px;
  }
}

.fade-slick__content .delim {
  width: 20px;
  height: 2px;
  background-color: #a70a3f;
  margin: 0 auto 30px auto;
}

.fade-slick__content a {
  display: block;
  width: 220px;
  height: 50px;
  background-color: #a70a3f;
  line-height: 50px;
  text-align: center;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 766px) {
  .fade-slick__content a {
    margin: 0 auto 20px;
  }
  .slick-dots-white .fade-slick__content a {
    margin: 0 auto 60px;
  }
}

.fade-slick .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -45px;
  width: 50px;
  height: 90px;
  background: rgba(31, 56, 75, 0.2);
  -webkit-transition: background 0.4s linear;
  transition: background 0.4s linear;
  visibility: visible;
}

@media only screen and (max-width: 766px) {
  .fade-slick .slick-arrow {
    display: none !important;
  }
}

.fade-slick .slick-arrow svg {
  fill: white;
  width: 10px;
  height: 7px;
  -webkit-transition: width 0.4s linear;
  transition: width 0.4s linear;
}

.fade-slick .slick-arrow svg .slick-arrow-animated {
  opacity: 0;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.fade-slick .slick-arrow:hover {
  background: #1f384b;
}

.fade-slick .slick-arrow:hover svg {
  fill: white;
  width: 20px;
  height: 7px;
}

.fade-slick .slick-arrow:hover svg .slick-arrow-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-slick .slick-prev {
  left: 0;
}

.fade-slick .slick-next {
  left: auto;
  right: 0;
}

.fade-slick .slick-dots {
  display: block;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .fade-slick .slick-dots {
    bottom: 40px;
  }
}

.fade-slick .slick-dots li {
  display: inline-block;
  line-height: 25px;
  margin-left: 35px;
  position: relative;
  text-align: center;
  width: 30px;
}

.fade-slick .slick-dots li:first-of-type {
  margin-left: 0;
}

.fade-slick .slick-dots li:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  content: '';
  width: 30px;
  height: 2px;
  background: #90a0a3;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.fade-slick .slick-dots li:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  content: '';
  width: 0;
  height: 2px;
  background: #1f384b;
}

.fade-slick .slick-dots li button {
  color: #99a6a6;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
}

.fade-slick .slick-dots .slick-active button {
  color: #1f384b;
}

.fade-slick .slick-dots .slick-active:before {
  width: 30px;
  -webkit-transition: width 2s linear;
  transition: width 2s linear;
}

.fade-slick .slick-dots li:hover:after {
  opacity: 0.5;
  background-color: #a70a3f;
}

.graduate .swiper-pagination-bullet {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fade-slick .slick-dots {
  bottom: 45px;
}

.fade-slick .slick-dots li {
  height: 40px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer;
}

.fade-slick .slick-dots li:before {
  bottom: 5px;
}

.fade-slick .slick-dots li:after {
  bottom: 5px;
}

@media only screen and (max-width: 766px) {
  .fade-slick__img:before, #mainVideo:before {
    height: 120%;
  }
}

.slick-dots-grey .slick-dots {
  display: block;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .slick-dots-grey .slick-dots {
    bottom: 10px;
    width: calc(100% - 40px);
  }
}

.slick-dots-grey .slick-dots li {
  display: inline-block;
  line-height: 25px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  width: 30px;
}

.slick-dots-grey .slick-dots li:first-of-type {
  margin-left: 0;
}

.slick-dots-grey .slick-dots li:after {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 1;
  content: '';
  width: 20px;
  height: 2px;
  background: #90a0a3;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.slick-dots-grey .slick-dots li:before {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 2;
  content: '';
  width: 0;
  height: 2px;
  background: #1f384b;
}

.slick-dots-grey .slick-dots li button {
  font-size: 0;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.slick-dots-grey .slick-dots .slick-active button {
  color: #1f384b;
}

.slick-dots-grey .slick-dots .slick-active:before {
  width: 20px;
}

.slick-dots-white .slick-dots {
  display: block;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .slick-dots-white .slick-dots {
    bottom: 10px;
    width: calc(100% - 40px);
    padding-left: 20px;
  }
}

.slick-dots-white .slick-dots li {
  display: inline-block;
  line-height: 25px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  width: 20px;
}

.slick-dots-white .slick-dots li:first-of-type {
  margin-left: 0;
}

.slick-dots-white .slick-dots li:after {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 1;
  content: '';
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.slick-dots-white .slick-dots li:before {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 2;
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
}

.slick-dots-white .slick-dots li button {
  font-size: 0;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.slick-dots-white .slick-dots .slick-active button {
  color: #1f384b;
}

.slick-dots-white .slick-dots .slick-active:before {
  width: 20px;
}

.slick-dots-red .slick-dots {
  display: block;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .slick-dots-red .slick-dots {
    bottom: 10px;
    width: calc(100% - 40px);
  }
}

.slick-dots-red .slick-dots li {
  display: inline-block;
  line-height: 25px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  width: 20px;
}

.slick-dots-red .slick-dots li:first-of-type {
  margin-left: 0;
}

.slick-dots-red .slick-dots li:after {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 1;
  content: '';
  width: 20px;
  height: 2px;
  background: #a70a3f;
  opacity: 0.2;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.slick-dots-red .slick-dots li:before {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 2;
  content: '';
  width: 0;
  height: 2px;
  background: #a70a3f;
  opacity: 1;
}

.slick-dots-red .slick-dots li button {
  font-size: 0;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.slick-dots-red .slick-dots .slick-active button {
  color: #1f384b;
}

.slick-dots-red .slick-dots .slick-active:before {
  width: 20px;
}

@media only screen and (max-width: 766px) {
  .container_programs .slick-dots {
    bottom: -20px;
  }
}

.container_programs .slick-dots li {
  margin-left: 0px;
}

.fade-slick__start .slick-dots {
  bottom: 35px;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .slick-dots {
    bottom: 20px;
    padding-left: 20px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .title-h2 {
    margin-top: 10px;
  }
}

.fade-slick__start .title-h2:after {
  bottom: -13px;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .title-h2:after {
    bottom: -23px;
  }
}

.fade-slick__start .h1 {
  font-size: 30px;
  margin-bottom: 37px;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__start .h1 {
    line-height: 45px;
  }
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .h1 {
    margin-bottom: 47px;
  }
}

.fade-slick__start h3 {
  width: 670px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__start h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .fade-slick__start h3 {
    margin-bottom: 16px;
    width: 100%;
  }
}

.fade-slick__start .fade-slick__start__content {
  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;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .fade-slick__start__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 10px auto;
  }
}

.fade-slick__start .fade-slick__start__content > div {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 222px;
  text-align: center;
  min-height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .fade-slick__start__content > div {
    min-height: 64px;
    margin-bottom: 15px;
    border: none;
  }
}

.fade-slick__start .fade-slick__start__content > div:last-of-type {
  border: none;
}

.fade-slick__start .start_lsize {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  display: block;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .start_lsize {
    font-size: 50px;
  }
}

.fade-slick__start .start_ssize {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  display: block;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__start .fade-slick__content {
    width: 688px;
  }
}

@media only screen and (min-width: 1200px) {
  .fade-slick__start .fade-slick__content a {
    width: 190px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__start .fade-slick__content a {
    width: 190px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .fade-slick__start .fade-slick__content h2 {
    width: 100%;
  }
}

.fade-slick__start .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -45px;
  width: 50px;
  height: 90px;
  background: rgba(31, 56, 75, 0.2);
  -webkit-transition: background 0.4s linear;
  transition: background 0.4s linear;
  visibility: visible;
}

@media only screen and (max-width: 766px) {
  .fade-slick__start .slick-arrow {
    display: none !important;
  }
}

.fade-slick__start .slick-arrow svg {
  fill: white;
  width: 10px;
  height: 7px;
  -webkit-transition: width 0.4s linear;
  transition: width 0.4s linear;
}

.fade-slick__start .slick-arrow svg .slick-arrow-animated {
  opacity: 0;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.fade-slick__start .slick-arrow:hover {
  background: #1f384b;
}

.fade-slick__start .slick-arrow:hover svg {
  fill: white;
  width: 20px;
  height: 7px;
}

.fade-slick__start .slick-arrow:hover svg .slick-arrow-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-slick__start .slick-prev {
  left: 0;
}

.fade-slick__start .slick-next {
  left: auto;
  right: 0;
}

div.burger {
  width: 25px;
  height: 22px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 10px 20px 10px 35px;
  border-left: 1px solid #2b4557;
}

@media only screen and (max-width: 766px) {
  div.burger {
    padding: 10px 20px 10px 30px;
  }
}

div.x,
div.y,
div.z {
  position: absolute;
  margin: auto;
  top: -20px;
  bottom: 0px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

@media only screen and (max-width: 766px) {
  div.x,
  div.y,
  div.z {
    margin-left: 6px;
  }
}

div.x, div.y, div.z {
  height: 2px;
  width: 25px;
}

div.y {
  top: -6px;
}

div.z {
  top: 8px;
}

div.collapse {
  top: 0;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}

div.rotate30 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

div.rotate150 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

div.rotate45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

div.rotate135 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.text-w-icon {
  font-size: 0;
}

.text-w-icon__text {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  max-width: 210px;
}

.text-w-icon__img {
  display: inline-block;
  vertical-align: top;
  margin-left: 38px;
}

.text-w-icon__img img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  max-width: 120px;
  max-height: 80px;
}

.text-w-icon__img img:first-of-type {
  margin-left: 0;
}

.inline-social__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 25px;
}

.inline-social__item i {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 4px 0;
  position: relative;
}

.inline-social__item i:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 2px;
  width: 0;
  background: #1da1f2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.inline-social__item span {
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #f0f1f1;
  padding: 4px 0 4px 9px;
}

.inline-social__item svg {
  max-height: 15px;
}

@media only screen and (max-width: 766px) {
  .inline-social__item:first-child {
    margin-left: 0;
  }
}

.twt svg {
  fill: #1da1f2;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 1200px) {
  .twt:hover i:after {
    width: 15px;
    background: #1da1f2;
  }
}

.fs svg {
  fill: #3b5998;
}

@media only screen and (min-width: 1200px) {
  .fs:hover i:after {
    width: 15px;
    background: #3b5998;
  }
}

.goog svg {
  fill: #dd4b39;
}

@media only screen and (min-width: 1200px) {
  .goog:hover i:after {
    width: 15px;
    background: #dd4b39;
  }
}

.student-tab__content {
  width: 970px;
  margin: 83px auto 90px auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .student-tab__content {
    width: 720px;
  }
}

@media only screen and (max-width: 766px) {
  .student-tab__content {
    width: calc(100% - 40px);
    margin-bottom: 75px;
  }
}

.student-tab__content__head {
  margin-bottom: 58px;
}

.program__title {
  color: #a70a3f;
  margin-bottom: 25px;
}

.program {
  margin-bottom: 54px;
}

.program__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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7fa;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  min-height: 100px;
}

@media only screen and (max-width: 766px) {
  .program__row {
    -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;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.program__row__i {
  margin-left: 30px;
  width: 340px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .program__row__i {
    width: 225px;
  }
}

@media only screen and (max-width: 766px) {
  .program__row__i {
    width: calc(100% - 170px);
    padding-right: 60px;
  }
}

.program__row__i svg {
  width: 23px;
  height: 30px;
  fill: #8b97a3;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 766px) {
  .program__row__i svg {
    display: none;
  }
}

.program__row__i span {
  width: 265px;
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .program__row__i span {
    width: 160px;
  }
}

@media only screen and (max-width: 766px) {
  .program__row__i span {
    margin-left: 0;
    width: 100%;
  }
}

.program__row__period {
  width: 85px;
  color: #70767a;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 25px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 766px) {
  .program__row__period {
    width: calc(100% - 170px);
    padding-right: 60px;
    margin-left: 30px;
  }
}

.program__row__modul {
  width: 110px;
  color: #70767a;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 53px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .program__row__modul {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .program__row__modul {
    width: calc(100% - 170px);
    padding-right: 60px;
    margin-left: 30px;
  }
}

.program__row__time {
  color: #70767a;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 32px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .program__row__time {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .program__row__time {
    width: calc(100% - 170px);
    padding-right: 60px;
    margin-left: 30px;
  }
}

.program__row__download {
  width: 100px;
  height: 100px;
  background: #a70a3f;
  position: relative;
  display: block;
  text-align: center;
  margin-left: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 766px) {
  .program__row__download {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 80px;
  }
}

.program__row__download svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.program__row__download:hover {
  opacity: .7;
}

.studying {
  width: 100%;
  background-color: #1f384b;
  padding: 90px 0;
}

@media only screen and (max-width: 766px) {
  .studying {
    padding: 75px 0;
  }
}

.studying__title {
  width: 310px;
  height: 411px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying__title {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 766px) {
  .studying__title {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
}

.studying__title .title-h2 {
  top: -8px;
}

@media only screen and (max-width: 766px) {
  .studying__title .title-h2 {
    padding-right: 20px;
  }
}

.studying__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying__slider-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 766px) {
  .studying__slider-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.studying-slide {
  width: 390px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide {
    width: 315px;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide {
    width: 90% !important;
  }
}

.studying-slide:first-child {
  margin-left: 390px;
  border-right: 1px solid #f1f1f2;
}

.studying-slide__title {
  color: #213d52;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 52px;
  line-height: 49px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color .5s;
  transition: color .5s;
  margin-bottom: 14px;
  height: 51px;
}

@media only screen and (max-width: 766px) {
  .studying-slide__title {
    margin-bottom: 10px;
  }
}

.studying-slide__title_big {
  color: #a70a3f;
  font-size: 100px;
  line-height: 105px;
  position: relative;
  left: -6px;
  height: auto;
}

.studying-slide__title_big h4 {
  white-space: nowrap;
}

.studying-slide__title_big h4 span {
  text-transform: none;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__title_big {
    color: white;
    font-size: 52px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__title_big {
    color: white;
    font-size: 52px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
  }
}

.studying-slide__title_small {
  width: 125px;
  color: #213d52;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.studying-slide__sub-title {
  color: #213d52;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  width: 135px;
  margin-left: 25px;
  vertical-align: top;
  padding-top: 10px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__sub-title {
    padding-top: 5px;
    width: 128px;
    margin-left: 4px;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__sub-title {
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
  }
}

.studying-slide__content {
  border-bottom: 1px solid #e5e6e8;
  height: 173px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__content {
    height: 241px;
    border-bottom: 1px solid #e5e6e8;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__content {
    height: 277px;
    border-bottom: 1px solid #e5e6e8;
  }
}

.studying-slide__content_big {
  height: 290px;
  border-bottom: 1px solid #f1f1f2;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__content_big {
    height: 247px;
    border-bottom: 1px solid  #b93b65;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__content_big {
    height: 277px;
    border-bottom: 1px solid  #b93b65;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__content_big .studying__item:after {
    background-color: #b93b65;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__content_big .studying__item:after {
    background-color: #b93b65;
  }
}

.studying-slide__item {
  color: #1f384b;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 21px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__item {
    color: #fff;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__item {
    color: #fff;
  }
}

.studying-slide__item:last-child {
  margin-bottom: 0;
}

.studying-slide__item:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
  top: 10px;
  left: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__item:after {
    background-color: #d9d9db;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__item:after {
    background-color: #d9d9db;
  }
}

.studying-slide__item_gray {
  color: #70767a;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.studying .container {
  position: relative;
}

@media only screen and (max-width: 766px) {
  .studying .container {
    padding-right: 0;
  }
}

.studying .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  margin-right: 5px;
}

.studying .swiper-pagination {
  width: 100%;
  bottom: -40px;
  left: 0;
}

@media only screen and (min-width: 1200px) {
  .studying .swiper-pagination {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .studying .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .studying .swiper-pagination {
    bottom: -48px;
    left: -3%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying .swiper-pagination {
    left: -25px;
  }
}

.studying__link {
  width: 100%;
  background-color: #ebebed;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  height: 291px;
  display: block;
  padding: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying__link {
    width: 315px;
    height: 352px;
    padding-top: 36px;
  }
}

@media only screen and (max-width: 766px) {
  .studying__link {
    height: 377px;
    padding: 30px;
  }
}

.studying__link_big {
  height: 411px;
  background-color: white;
  padding: 48px 45px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying__link_big {
    width: 315px;
    height: 352px;
    background-color: #a70a3f;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .studying__link_big {
    height: 377px;
    background-color: #a70a3f;
    padding: 30px;
  }
}

.studying__link_light-gray {
  background-color: #f1f1f2;
}

@media only screen and (min-width: 1200px) {
  .studying__link:hover {
    background-color: #a70a3f;
  }
  .studying__link:hover .detail__text {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    color: #fff;
  }
  .studying__link:hover .studying-slide__item {
    color: #fff;
  }
  .studying__link:hover .studying-slide__sub-title {
    color: #fff;
  }
  .studying__link:hover .arrow__line {
    background-color: #fff;
  }
  .studying__link:hover .arrow__tail {
    fill: #fff;
  }
  .studying__link:hover .studying-slide__title {
    color: #fff;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .detail_white {
    color: #fff;
  }
  .detail_white .arrow__line {
    background-color: #fff;
  }
  .detail_white .arrow__tail {
    fill: #fff;
  }
}

@media only screen and (max-width: 766px) {
  .detail_white {
    color: #fff;
  }
  .detail_white .arrow__line {
    background-color: #fff;
  }
  .detail_white .arrow__tail {
    fill: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .studying-slide__content .studying-slide__list {
    height: 67px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .studying-slide__content .studying-slide__list {
    height: 150px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 766px) {
  .studying-slide__content .studying-slide__list {
    height: 130px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .studying-slide__content_big .studying-slide__list {
    height: 150px;
    overflow: hidden;
  }
}

.subscribe {
  width: 100%;
  background-color: #1f384b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  padding-top: 81px;
}

@media only screen and (max-width: 766px) {
  .subscribe {
    padding: 75px 0;
  }
}

.subscribe__container {
  width: 750px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .subscribe__container {
    width: 446px;
  }
}

@media only screen and (max-width: 766px) {
  .subscribe__container {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.subscribe__title {
  margin-bottom: 50px;
}

.subscribe__title .title-h2:after {
  display: none;
}

.subscribe__form {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.subscribe__form .btn {
  width: 100%;
  padding: 0;
  text-align: center;
}

.subscribe__form-input {
  margin-bottom: 5px;
}

.subscribe__form-checkboxes {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.subscribe .subscribe__form-input.active .form-group__placeholder {
  text-align: left;
}

.subscribe .form-group__input {
  text-align: center;
}

.subscribe .form-group__placeholder {
  text-align: center;
}

.t-slider__wrapper {
  margin-top: 75px;
  margin-bottom: 86px;
}

.t-slider__wrapper .title-h2 {
  margin-bottom: 58px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .t-slider__wrapper {
    width: 100%;
  }
}

.t-slider__wrapper__bottom {
  margin-bottom: 0;
}

.events-social__wrapper {
  width: 775px;
  margin: 58px auto 90px auto;
  border-top: 1px solid #e2e4e4;
  padding-top: 35px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .events-social__wrapper {
    padding-top: 35px;
    width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 766px) {
  .events-social__wrapper {
    width: calc(100% - 40px);
    text-align: center;
  }
}

.events-social__wrapper .events-social__share {
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 766px) {
  .events-social__wrapper .events-social__share {
    width: 100%;
    margin-bottom: 15px;
  }
}

.events-social__wrapper .inline-social {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 766px) {
  .events-social__wrapper .inline-social {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .t-slider {
    width: 775px;
    margin: 0 auto;
  }
  .t-slider .slick-arrow {
    width: 50px;
    height: 90px;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
  }
  .t-slider .slick-arrow svg {
    fill: #ffffff;
    width: 4px;
    height: 7px;
  }
  .t-slider .slick-arrow:hover {
    background: #1f384b;
  }
  .t-slider .slick-next {
    left: auto;
    right: 0;
  }
  .t-slider iframe {
    max-width: 100%;
  }
  .t-slider video {
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
    max-width: 100%;
  }
  .t-slider-grad {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .t-slider {
    margin: 0 auto;
    margin-left: 25px;
    margin-right: 25px;
  }
  .t-slider .slick-arrow {
    width: 50px;
    height: 90px;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    visibility: visible;
    z-index: 1;
  }
  .t-slider .slick-arrow svg {
    fill: #ffffff;
    width: 4px;
    height: 7px;
  }
  .t-slider .slick-next {
    left: auto;
    right: 0;
  }
  .t-slider iframe {
    max-width: 100%;
  }
  .t-slider video {
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
    max-width: 100%;
  }
  .t-slider-grad {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  .t-slider-grad {
    width: calc(100% - 40px);
  }
  .t-slider__item {
    height: auto;
  }
  .t-slider__item img {
    width: 100%;
    height: 100%;
  }
  .t-slider.slick-dots-red .slick-dots {
    bottom: -44px;
    padding-left: 20px;
  }
  video {
    width: 100%;
    height: 100%;
  }
  .slick-main {
    display: none !important;
  }
  .t-slider .slick-prev {
    visibility: visible;
    left: 38%;
    bottom: -40px;
    width: 22px;
    height: 22px;
  }
  .t-slider .slick-prev svg {
    width: 10px;
    height: 17px;
  }
  .t-slider .slick-prev::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url("static/img/minified-svg/arrow_right.svg");
  }
  .t-slider .slick-next {
    visibility: visible;
    right: 38%;
    bottom: -40px;
    width: 22px;
    height: 22px;
  }
  .t-slider .slick-next svg {
    width: 10px;
    height: 17px;
  }
  .t-slider .slick-next::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url("static/img/minified-svg/arrow_left.svg");
  }
}

.slick-thumb {
  width: 770px;
  height: 500px;
  position: relative;
  background: #f5f5f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slick-thumb img {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-thumb__dot {
  width: 154px;
  height: 100px;
  position: relative;
  cursor: pointer;
}

.slick-thumb__dot:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .slick-thumb__dot:after {
    display: none;
  }
}

.slick-thumb__dot.slick-current:after {
  display: none;
}

.slick-thumb__dot {
  background: #f5f5f7;
  overflow: hidden;
}

.slick-thumb__dot img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.html5video__btn {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 4;
}

.html5video__btn:before {
  position: absolute;
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1820px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.t-slider-author {
  width: 775px;
  margin: 58px auto 0;
}

.t-slider-author p {
  padding-bottom: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .t-slider-author {
    width: 100%;
    margin: 58px 25px 0;
  }
}

@media only screen and (max-width: 766px) {
  .t-slider-author {
    width: inherit;
    margin: 58px 20px 0;
  }
}

.video-poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  z-index: 2;
  background-position: top;
}

.video-block {
  position: relative;
  min-height: 500px;
  max-height: 500px;
}

.top_center {
  text-align: center;
  max-width: 742px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top_center {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 766px) {
  .top_center {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top-wrapper {
  position: relative;
  margin-bottom: 90px;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper {
    height: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper {
    background-position: 70% 0;
    height: 100%;
  }
}

.top {
  position: relative;
  z-index: 1;
}

.top-shadow {
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top__pg {
  width: 340px;
}

.top__pg .title-h2 {
  margin-bottom: 50px;
}

.top__pg .top__text {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 32px;
}

.top__pg ul {
  font-size: 0;
}

.top__pg li {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  line-height: 80px;
  margin-left: 50px;
}

.top__pg li:nth-child(3n + 1) {
  margin-left: 0;
}

.top__pg img {
  width: auto;
  max-height: 100%;
}

.top__pg__ticket {
  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;
  width: 415px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 766px) {
  .top__pg__ticket {
    width: 230px;
    margin: 30px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.top__pg__phones {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  width: 135px;
}

.top__pg__phones a {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 766px) {
  .top__pg__phones {
    width: 100%;
    text-align: center;
    display: none;
  }
}

.top__pres {
  background: #1f384b;
  position: relative;
  width: 275px;
  padding-left: 100px;
  padding-bottom: 38px;
  margin-bottom: 10px;
}

.top__pres:hover .detail__text {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top__pres__head {
  padding-top: 40px;
  margin-bottom: 15px;
  width: 250px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.top__pres__text {
  width: 250px;
  height: 68px;
  padding-right: 25px;
  padding-bottom: 26px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  border-bottom: 1px solid #3a556b;
  overflow: hidden;
}

.top__calendar {
  font-size: 0;
  position: relative;
  background: #1f384b;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 12px;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.top__calendar .date-icon_white {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2002px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.top__calendar span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_corporate {
    margin-bottom: 67px;
  }
}

.top-wrapper_corporate .top__pg {
  max-width: 670px;
  width: 100%;
}

.top-wrapper_corporate .top__text {
  max-width: 542px;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  border-bottom: 1px solid #979695;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.top-wrapper_corporate .text-w-icon {
  margin-bottom: 25px;
}

.top-wrapper_corporate .btn {
  padding: 0 30px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_corporate .top__text {
    display: none;
  }
  .top-wrapper_corporate .text-w-icon {
    display: none;
  }
  .top-wrapper_corporate .top {
    text-align: center;
    padding-bottom: 135px;
    padding-top: 75px;
  }
  .top-wrapper_corporate .top__pg .h1 {
    line-height: 40px;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_corporate .top_abiturient {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_corporate .top_abiturient .top__text {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_corporate .top__pg__ticket .btn {
    padding: 0;
  }
}

.top-wrapper_corporate .top_abiturient .top__text {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.top-wrapper_events {
  padding-top: 48px;
  padding-bottom: 65px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_events {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}

.top-wrapper_events .h2_underline {
  max-width: 750px;
  color: #ffffff;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(202, 202, 202, 0.63);
  margin: 0 auto 15px;
  padding-bottom: 27px;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper_events .h2_underline {
    max-width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_events .h2_underline {
    max-width: 100%;
  }
}

.top-wrapper_events .top-wrapper_events_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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.top-wrapper_events .top-wrapper_events_text span {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  margin-left: 29px;
}

.top-wrapper_events .top-wrapper_events_text span:first-of-type {
  margin-left: 0;
}

.top-wrapper_events .top-btn {
  position: absolute;
  top: 35px;
  left: 55px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_events .top-btn {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_events .top {
    padding-bottom: 78px;
  }
}

.top-wrapper_lastevent {
  position: relative;
}

.top-wrapper_lastevent .h2_underline {
  max-width: 673px;
  color: #ffffff;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  line-height: 21px;
  border-bottom: 1px solid rgba(202, 202, 202, 0.63);
  margin-bottom: 15px;
  padding-bottom: 27px;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper_lastevent .h2_underline {
    max-width: 622px;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_lastevent .h2_underline {
    max-width: 100%;
  }
}

.top-wrapper_lastevent .top-wrapper_events_text {
  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: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  width: 100%;
}

.top-wrapper_lastevent .top-wrapper_events_text span {
  color: #ffffff;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 14px;
  line-height: 25px;
  margin-left: 29px;
}

.top-wrapper_lastevent .top-wrapper_events_text span:first-of-type {
  margin-left: 0;
}

.top-wrapper_lastevent .top-btn {
  position: absolute;
  top: 35px;
  left: 55px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_lastevent .top-btn {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9;
  }
}

.top-wrapper_lastevent .title-h2 {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

.top-wrapper_lastevent .title-h2:after {
  display: none;
}

.top-wrapper_lastevent .top_center {
  padding-top: 126px;
  padding-bottom: 92px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_lastevent .top_center {
    padding-top: 72px;
    padding-bottom: 42px;
  }
}

.top-wrapper_mba {
  background-size: cover;
  margin-bottom: 0;
}

.top-wrapper_mba .top-shadow {
  background-color: rgba(255, 255, 255, 0.5);
}

.top-wrapper_mba .top {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_mba .top {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 55px 0;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_mba .top__pg {
    width: 100%;
  }
}

.top-wrapper_mba .top__subtitle {
  width: 420px;
  color: #1f384b;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_mba .top__subtitle {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}

.top-wrapper_mba p {
  width: 250px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_mba p {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_mba a {
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
  }
}

.top-wrapper_search {
  padding: 40px 0;
}

.top-wrapper_search .title-h2 {
  width: 100%;
  margin-bottom: 50px;
}

.top-wrapper_search .h1 {
  font-size: 40px;
  line-height: 40px;
}

.top-wrapper_search .top-wrapper_events_text {
  width: 100%;
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_search .top-wrapper_events_text {
    font-size: 17px;
  }
}

.top-wrapper_alumni {
  padding-bottom: 56px;
  margin-bottom: 0;
  position: relative;
}

.top-wrapper_alumni .top-btn {
  position: absolute;
  top: 35px;
  left: 55px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_alumni .top-btn {
    width: 220px;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_alumni {
    padding-bottom: 0;
  }
}

.top-wrapper_alumni .top {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_alumni .top {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .top-wrapper_alumni .top__pg {
    width: 385px;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_alumni .top__pg {
    text-align: center;
  }
}

.top-wrapper_alumni .top-right {
  width: 248px;
  height: 207px;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper_alumni .top-right {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_alumni .top-right {
    display: none;
  }
}

.top-wrapper_alumni .top-blockquote {
  position: relative;
}

.top-wrapper_alumni .top-blockquote img {
  position: absolute;
  top: -25px;
  left: -12px;
  width: 50px;
  height: 40px;
}

.top-wrapper_alumni .top-wrapper_alumni__text_l {
  margin-bottom: 17px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_alumni .top-wrapper_alumni__text_l {
    font-size: 19px;
  }
}

.top-wrapper_alumni .top-wrapper_alumni__text_s {
  font-size: 15px;
  margin-bottom: 26px;
  letter-spacing: 1px;
}

.top-wrapper_alumni .btn {
  padding: 0 80px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_alumni .btn {
    min-width: 200px;
    padding: 0 20px;
  }
}

.top-wrapper_interview {
  position: relative;
}

.top-wrapper_interview .top {
  position: relative;
  padding-top: 125px;
  padding-bottom: 192px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_interview .top {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .top-wrapper_interview .top__pg {
    width: 385px;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_interview .top__pg {
    text-align: center;
  }
}

.top-wrapper_interview .top-right {
  width: 248px;
  height: 207px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  line-height: 36px;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper_interview .top-right {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_interview .top-right {
    display: none;
  }
}

.top-wrapper_interview .top-btn {
  position: absolute;
  top: 8px;
  left: 55px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_interview .top-btn {
    width: 220px;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-wrapper_interview .top-blockquote {
  position: relative;
}

.top-wrapper_interview .top-blockquote img {
  position: absolute;
  top: -25px;
  left: -12px;
  width: 50px;
  height: 40px;
}

.top-wrapper_interview .top-wrapper_alumni__text_l {
  margin-bottom: 17px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_interview .top-wrapper_alumni__text_l {
    font-size: 19px;
  }
}

.top-wrapper_student {
  margin-bottom: 0;
}

.top-wrapper_student .top-wrapper_student__head {
  width: 100%;
  color: #ffffff;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_student .top-wrapper_student__head {
    font-size: 40px;
    line-height: 40px;
  }
}

.top-wrapper_student .top-wrapper_student__b {
  padding: 135px 0;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_student .top-wrapper_student__b {
    padding: 70px 0;
    margin: 0 auto;
  }
}

.top-wrapper_teacher {
  margin-bottom: 0;
}

.top-wrapper_teacher .h2 {
  font-size: 60px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_teacher .h2 {
    font-size: 40px;
    width: 210px;
    margin: 0 auto;
    line-height: 40px;
  }
}

.top-wrapper_teacher .top {
  padding-top: 140px;
  padding-bottom: 140px;
  max-width: 550px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper_teacher .top {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_teacher .top {
    padding-top: 75px;
    padding-bottom: 135px;
    max-width: 100%;
  }
}

.top-wrapper_teacher .top-wrapper_teacher__b {
  text-align: center;
}

.top-wrapper_teacher .top-wrapper_teacher__head {
  margin-bottom: 55px;
  width: 100%;
}

.top-wrapper_teacher .top-wrapper_teacher__text {
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
}

.top-wrapper_nomargin {
  margin-bottom: 0;
}

.top-wrapper_internat .top-wrapper_teacher__text {
  padding: 0 40px;
}

.top-wrapper_internat .top {
  max-width: 638px;
  padding-top: 115px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top-wrapper_internat .top {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .top-wrapper_internat .top {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}

.top-wrapper_internat .h2 {
  line-height: 1.1;
}

@media only screen and (min-width: 1200px) {
  .top {
    width: 1170px;
    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;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 102px;
  }
  .top_abiturient {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .top {
    padding-left: 25px;
    padding-top: 90px;
    padding-bottom: 135px;
  }
  .top__pg .title-h2_text-left {
    text-align: left;
  }
  .title-h2_text-left:after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top__calendar {
    width: 230px;
  }
}

@media only screen and (max-width: 766px) {
  .top {
    padding-top: 47px;
    padding-bottom: 100px;
  }
  .top__pg {
    width: 320px;
    margin: 0 auto;
  }
  .top__pg h1 {
    font-size: 40px;
  }
  .top__pg .title-h2 {
    margin-bottom: 44px;
  }
  .top__pg .title-h2:after {
    bottom: -20px;
  }
  .top__pg p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 766px) and (max-width: 766px) {
  .top__pg p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 766px) {
  .top__pg li {
    margin-left: 25px;
  }
  .top__pg li:nth-child(3n + 1) {
    margin-left: 17px;
  }
  .top__calendar {
    width: 230px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 767px) {
  .top__cost .top__pg {
    width: 600px;
  }
  .top__cost .top__pg .btn + .btn {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 766px) {
  .top__cost .top__pg .btn + .btn {
    margin-top: 20px;
  }
}

.popup-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 111;
}

.modal-video-wrapper .popup {
  width: 800px;
  height: 480px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) and (orientation: portrait) {
  .modal-video-wrapper .popup {
    width: calc(100% - 80px);
    height: 480px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .modal-video-wrapper .popup {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 766px) {
  .modal-video-wrapper .popup {
    width: calc(100% - 40px);
    height: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.modal-video-wrapper iframe {
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .modal-video-wrapper iframe {
    max-height: 100%;
  }
}

.modal-video-wrapper video {
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .modal-video-wrapper video {
    max-height: 100%;
  }
}

.popup {
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 766px) {
  .popup {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    overflow-y: scroll;
    height: 100%;
  }
}

.popup .popup-head__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.popup .popup-head__close svg {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  width: 17px;
  height: 17px;
  margin-top: 4px;
}

.popup .popup-head__close:before {
  display: none;
}

.welcome {
  width: 100%;
  background-color: #1f384b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  padding-top: 81px;
}

@media only screen and (max-width: 766px) {
  .welcome {
    padding: 75px 0;
  }
}

.welcome__container {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .welcome__container {
    width: 446px;
  }
}

@media only screen and (max-width: 766px) {
  .welcome__container {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.welcome__title {
  margin-bottom: 50px;
}

.welcome__text {
  color: #adb0b3;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 38px;
}

.textarea-resize_hidden {
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 30px;
  word-wrap: break-word;
  font-size: 100%;
}

@media only screen and (min-width: 767px) {
  .show-mob {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .hide-mob {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .hide-mob_imp {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .hide-tab {
    display: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .hide-tab_imp {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-desk {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-desk_imp {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .show-desk {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .show-desk {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .show-tab {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .show-tab {
    display: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .show-tab {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .gmnoprint {
    display: none;
  }
}

.inline-block__element {
  display: inline-block;
  vertical-align: top;
}

.vertical-center__element {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .header-mobile {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .header-mobile {
    display: none;
  }
}

.center-word {
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 490px;
  line-height: 60px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}

.center-word svg {
  width: 100%;
  height: inherit;
}

.center-word svg text {
  text-anchor: end;
}

@media only screen and (max-width: 766px) {
  .center-word svg text {
    display: none;
  }
}

.center-word svg #alpha {
  fill: rgba(255, 255, 255, 0.35);
}

@media only screen and (max-width: 766px) {
  .center-word svg #alpha {
    fill: rgba(255, 255, 255, 0.6);
  }
}

.center-word svg #title {
  letter-spacing: -2px;
  font-family: "Akrobat-ExtraBold", sans-serif, Arial;
  font-size: 490px;
  line-height: 60px;
  text-transform: uppercase;
}

.center-word svg #subtitle {
  letter-spacing: 8px;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

.center-word svg #base {
  fill: white;
  -webkit-mask: url(#mask);
}

.error {
  overflow: hidden;
}

.top-wrapper_full {
  height: 100vh;
}

.top-wrapper_full .top {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 54%;
  padding: 0;
  text-align: center;
}

.top-wrapper_full .top__subtitle {
  width: 100%;
  margin-bottom: 43px;
}

.top-wrapper_full .btn {
  margin: 0 auto;
  padding: 0 80px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_full .btn {
    padding: 0 40px;
  }
}

.top-wrapper_full .center-word svg text {
  text-anchor: middle;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_full .center-word svg text {
    display: block;
  }
}

.top-wrapper_full .center-word svg #title {
  font-size: 300px;
}

@media only screen and (max-width: 766px) {
  .top-wrapper_full .center-word svg #title {
    font-size: 150px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .top-wrapper_full {
    height: 768px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .top-wrapper_full {
    height: 1024px;
  }
}

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .top-wrapper_full {
    height: 320px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .top-wrapper_full {
    height: 568px;
  }
}

/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .top-wrapper_full {
    height: 320px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .top-wrapper_full {
    height: 480px;
  }
}

.events__important-presentation {
  margin-top: 90px;
}

@media (max-width: 639px) {
  .events__important-presentation {
    margin-top: 70px;
  }
}

.events__events-screen {
  margin-top: 60px;
  padding-bottom: 90px;
}

.events__events-screen .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.events__events-screen .title a.btn {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
}

@media (max-width: 767px) {
  .events__events-screen .title a.btn {
    padding: 0;
    text-align: center;
  }
}

.events__events-screen .events-container {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .events__events-screen {
    margin-top: 30px;
  }
  .events__events-screen .title {
    display: inline-block;
  }
  .events__events-screen .title a.btn {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 729px) {
  .events__events-screen {
    padding-bottom: 60px;
  }
  .events__events-screen .pagination {
    margin-top: 60px;
  }
}

.events__partners {
  background-color: #f5f5f7;
  padding-top: 85px;
}

.events__partners .h2 {
  color: #1f384b;
  margin-bottom: 15px;
}

.events__partners .pagination {
  margin-top: 0;
  margin-bottom: 90px;
}

@media (max-width: 960px) {
  .events__partners .pagination {
    margin-top: 30px;
  }
}

@media (max-width: 729px) {
  .events__partners .pagination {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 729px) {
  .events__partners {
    padding-top: 60px;
  }
}

.consult__projects {
  margin-top: 90px;
}

.consult__projects .container {
  max-width: 770px;
  margin-top: 60px;
  padding: 0;
}

@media (max-width: 767px) {
  .consult__projects {
    margin-top: 75px;
  }
}

.consult__logos {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .consult__logos {
    margin-top: 30px;
  }
}

.consult__logos .logos {
  max-width: 770px;
  margin: 0 auto;
}

.consult__contact {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .consult__contact {
    margin-top: 30px;
  }
}

.registration__buy-tickets {
  padding: 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1199px) {
  .registration__buy-tickets {
    min-height: calc(100vh - 315px);
  }
}

@media (max-width: 767px) {
  .registration__buy-tickets {
    padding: 75px 0;
  }
}

.registration__buy-tickets-step-2 {
  min-height: auto;
  padding-bottom: 0;
}

.registration__user-form {
  width: 100%;
  padding-bottom: 35px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .registration__user-form {
    max-width: 770px;
  }
}

.registration__user-form:not(:first-child) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .registration__user-form:not(:first-child) {
    margin-top: 40px;
  }
}

.registration__user-form:not(:last-child) {
  border-bottom: 1px solid rgba(31, 56, 75, 0.1);
}

.registration__user-form:last-child {
  margin-bottom: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .registration__user-form:last-child {
    margin-bottom: 55px;
  }
}

.registration__user-form .form-group:not(:first-child) {
  margin-top: 17px;
}

.registration__user-form .user-form {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.registration__user-form .user-form__submit {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 766px) {
  .registration__user-form .user-form__submit {
    height: auto;
    white-space: inherit;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.registration__user-form .user-form .form-group {
  display: inline-block;
}

.registration__user-form .user-form__learned_about_event {
  margin-top: 30px;
  margin-bottom: 6px;
}

.registration__user-form .user-form__learned_about_event .title {
  color: #1f384b;
}

.registration__user-form .user-form__checkbox.form-group-checkbox {
  width: 100%;
  margin-top: 20px;
}

.registration__user-form .user-form__checkbox.form-group-checkbox .form-group__title-checkbox {
  color: #1f384b;
}

.registration__user-form .user-form__textarea textarea {
  color: #70767a;
}

.registration__user-form .title-h2 {
  margin-bottom: 30px;
}

.registration__user-form .title-h2:after {
  display: none;
}

.registration__user-form .h2 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .registration__user-form {
    padding: 0 0 40px 0;
    width: inherit;
  }
}

.registration__user-form .user-form .register__form-checkbox {
  margin-top: 7px;
}

.registration__user-leaveform .title-h2 {
  margin-top: 90px;
  margin-bottom: 65px;
}

.registration__user-leaveform .title-h2:after {
  display: block;
  content: '';
}

.registration__user-leaveform .h2 {
  color: #26445c;
  font-size: 30px;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.registration__user-leaveform .user-form__submit {
  margin-top: 25px;
}

.news__all_news {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .news__all_news {
    margin-bottom: 60px;
  }
}

.other-story__wrapper {
  margin-bottom: 120px;
}

.other-story__wrapper .title-h2 {
  margin-bottom: 90px;
}

.public-tab__filter {
  width: 1180px;
  margin: 77px auto 30px auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .public-tab__filter {
    width: 730px;
  }
}

@media only screen and (max-width: 766px) {
  .public-tab__filter {
    margin: 44px auto 30px auto;
    width: 275px;
  }
}

.public-grid {
  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;
  width: 1180px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .public-grid {
    width: 730px;
  }
}

@media only screen and (max-width: 766px) {
  .public-grid {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .public-grid {
    width: 275px;
  }
}

.public-grid__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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 277px;
  height: 245px;
  padding-left: 45px;
  padding-right: 70px;
  border-left: 1px solid #f0f1f1;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .public-grid__item:nth-child(3n + 3) {
    border-right: 1px solid #f0f1f1;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .public-grid__item {
    padding-left: 30px;
    padding-right: 55px;
  }
  .public-grid__item:nth-child(2n + 2) {
    border-right: 1px solid #f0f1f1;
  }
}

@media only screen and (max-width: 766px) {
  .public-grid__item {
    border-left: none;
    border-bottom: 1px solid #f0f1f1;
    width: 270px;
    padding: 0;
    margin: 0 auto;
  }
}

.public-grid__item__head {
  color: #1f384b;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 16px;
  margin-top: 0;
  height: 75px;
  overflow: hidden;
}

.public-grid__item__text {
  color: #70767a;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 25px;
  height: 65px;
  overflow: hidden;
}

.public-grid__item__grey {
  color: #adb0b2;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  overflow: hidden;
  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;
}

.public-grid__item__grey span {
  margin-top: -4px;
}

.public-grid__item__grey img {
  margin-right: 20px;
}

.public-pagination {
  margin-bottom: 60px;
}

.public-pagination .pagination {
  margin-top: 0;
}

@media only screen and (max-width: 766px) {
  .public-pagination .pagination {
    margin-top: 60px;
  }
}

.admins__content__wrapper {
  margin-top: 88px;
}

@media only screen and (max-width: 766px) {
  .admins__content__wrapper {
    margin-top: 64px;
  }
}

.admins__wrapper__head {
  margin-bottom: 85px;
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .admins__wrapper__head {
    margin-bottom: 70px;
  }
}

.admins {
  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;
  width: 1107px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .admins {
    width: 457px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 766px) {
  .admins {
    width: 286px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.admins-slide {
  width: 457px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 766px) {
  .admins-slide {
    width: 275px;
    margin-bottom: 30px;
  }
}

.admins-slide:nth-child(2n + 2) {
  padding-right: 13px;
}

.admins-slide__content {
  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%;
}

.admins-slide__info {
  width: 245px;
}

@media only screen and (max-width: 766px) {
  .admins-slide__info {
    width: 172px;
  }
}

.admins-slide__photo {
  width: 170px;
}

@media only screen and (max-width: 766px) {
  .admins-slide__photo {
    width: 80px;
  }
}

.admins-slide__photo img {
  max-width: 100%;
  max-height: 100%;
}

.admins-slide__info .admins-slide__info__head {
  margin-bottom: 12px;
  margin-top: -6px;
}

.admins-slide__info .admins-slide__info__text {
  margin-bottom: 5px;
  color: #adb0b3;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.admins-slide__info a {
  color: #a70a3f;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 23px;
  display: inline-block;
  position: relative;
}

.admins-slide__info a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #a70a3f;
}

.admins-slide__info a:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .admins-slide__info a {
    margin-bottom: 17px;
  }
}

.admins-slide__info li {
  display: block;
  margin-bottom: 17px;
  line-height: 15px;
  vertical-align: top;
  position: relative;
  color: #1f384b;
  font-family: "Akrobat-Regular", sans-serif, Arial;
  font-size: 15px;
  font-weight: 400;
  padding-left: 40px;
}

@media only screen and (max-width: 766px) {
  .admins-slide__info li {
    padding-left: 22px;
  }
}

.admins-slide__info li:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #d9d9db;
}

@media only screen and (max-width: 766px) {
  .admins-slide__info li:before {
    width: 11px;
  }
}

.admin-info-wrapper {
  background: #1f384b;
  padding: 85px 0;
}

@media only screen and (max-width: 766px) {
  .admin-info-wrapper {
    padding: 68px 0;
  }
}

.admin-info {
  width: 520px;
  margin: 0 auto;
}

@media only screen and (max-width: 766px) {
  .admin-info {
    width: 230px;
  }
}

.admin-info__head {
  margin-bottom: 55px;
}

.admin-info__head h2 {
  color: #ffffff;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.admin-info__phones {
  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;
  padding: 0 10px;
}

@media only screen and (max-width: 766px) {
  .admin-info__phones {
    padding: 0;
    -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;
  }
}

.admin-info__phones a {
  width: 136px;
  margin-left: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Akrobat-Bold", sans-serif, Arial;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.admin-info__phones a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (max-width: 766px) {
  .admin-info__phones a {
    margin-left: 0;
    width: auto;
  }
}

.inernational:last-of-type {
  margin-bottom: 90px;
}

@media only screen and (max-width: 766px) {
  .platform-tab__content.active .inernational .title-h2 {
    margin: 37px 0 60px 0;
  }
}

.main-video .ytp-chrome-bottom {
  display: none;
}

.main-video .ytp-chrome-top {
  display: none;
}

.g-recaptcha-container {
  display: flex;
  padding-top: 30px;
}
.g-recaptcha-container .form-group {
  margin-left: auto;
}