/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html {
  position: relative;
  min-height: 100%; }

body {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px; }

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

.clearfix {
  clear: both; }

.no-margin-top {
  margin-top: 0; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Italic.eot");
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url("../fonts/FiraSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Italic.woff") format("woff"), url("../fonts/FiraSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

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

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSansMedium-Italic.eot");
  src: local("Fira Sans Medium Italic"), local("FiraSansMedium-Italic"), url("../fonts/FiraSansMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansMedium-Italic.woff") format("woff"), url("../fonts/FiraSansMedium-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

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

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

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

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSansLight-Italic.eot");
  src: local("Fira Sans Light Italic"), local("FiraSansLight-Italic"), url("../fonts/FiraSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansLight-Italic.woff") format("woff"), url("../fonts/FiraSansLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-BoldItalic.eot");
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url("../fonts/FiraSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-BoldItalic.woff") format("woff"), url("../fonts/FiraSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Light.eot");
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Light.woff2") format("woff2"), url("../fonts/RobotoSlab-Light.woff") format("woff"), url("../fonts/RobotoSlab-Light.ttf") format("truetype"), url("../fonts/RobotoSlab-Light.svg#RobotoSlab-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Bold.eot");
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold.ttf") format("truetype"), url("../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Thin.eot");
  src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"), url("../fonts/RobotoSlab-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Thin.woff2") format("woff2"), url("../fonts/RobotoSlab-Thin.woff") format("woff"), url("../fonts/RobotoSlab-Thin.ttf") format("truetype"), url("../fonts/RobotoSlab-Thin.svg#RobotoSlab-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

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

/* 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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/* Slider */
.slider-container-main .slider-for {
  margin-bottom: 0 !important; }
  .slider-container-main .slider-for img {
    width: 100%; }

/* the slides */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") no-repeat center center; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  z-index: 50; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    height: 100px;
    width: 60px;
    background: url("../img/arrow.png") no-repeat center center;
    line-height: 1; }

.slick-prev {
  left: 40px; }

.slick-next {
  right: 40px; }
  .slick-next:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.slider-container-content .slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto; }

.slider-container-main{
    position: relative;
    z-index: 102;
    background-color: #fff;
    margin-bottom: 30px;
}
.slider-container-main .slider-text-block {
  position: absolute;
  width: 1130px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 90px;
}

.slider-container-main .slider-item {
  position: relative; }

@media (max-width: 1399px) and (min-width: 1200px) {
  .slider-container-main .slider-text-block {
    width: 990px;
    font-size: 20px;
    line-height: 27px;
    margin-top: 90px; } }

@media (max-width: 1199px) and (min-width: 1000px) {
  .slider-container-main .slider-text-block {
    width: 790px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 60px; } }

@media (max-width: 999px) and (min-width: 768px) {
  .slider-container-main .slider-text-block {
    width: 650px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px; } }

@media (max-width: 767px) and (min-width: 320px) {
  .slider-container-main .slider-text-block {
    width: 260px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 0; } }

@media (max-width: 880px) and (min-width: 320px) {
  .slider-container-main .slick-arrow {
    -webkit-transform: translate(0, -50%) scale(0.4);
            transform: translate(0, -50%) scale(0.4); }
  .slider-container-main .slick-prev {
    left: -10px !important; }
  .slider-container-main .slick-next {
    right: -10px !important; } }

.slider-container-content .content-text-block {
  position: absolute;
  width: 100%; }
  .slider-container-content .content-text-block .content-header {
    color: #fff;  
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 60px;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 1100px) {
      .slider-container-content .content-text-block .content-header {
        font-size: 55px; } }
    @media (max-width: 990px) {
      .slider-container-content .content-text-block .content-header {
        font-size: 50px; } }
    @media (max-width: 740px) {
      .slider-container-content .content-text-block .content-header {
        font-size: 40px; } }
    @media (max-width: 660px) {
      .slider-container-content .content-text-block .content-header {
        font-size: 30px; } }
    @media (max-width: 500px) {
      .slider-container-content .content-text-block .content-header {
        font-size: 20px; } }
  
.slider-container-content .content-text-block .content-btn {
    display: none;
    text-decoration: none;
    width: 216px;
    color: #fff;
    border: 1px solid #fff;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 4px 15px;
    margin: 120px auto 0;
}

    @media (max-width: 1500px) {
      .slider-container-content .content-text-block .content-btn {
        margin-top: 90px; } }
    @media (max-width: 1400px) {
      .slider-container-content .content-text-block .content-btn {
        margin-top: 60px; } }
    @media (max-width: 660px) {
      .slider-container-content .content-text-block .content-btn {
        margin-top: 30px; } }
    @media (max-width: 500px) {
      .slider-container-content .content-text-block .content-btn {
        margin-top: 20px;
        font-size: 14px; } }
    @media (max-width: 374px) {
      .slider-container-content .content-text-block .content-btn {
        margin-top: 5px;
        font-size: 14px; } }

.slider-container-content .slider-item {
  position: relative; }

.slider-container-content .slider-content-img {
  position: relative; }
  .slider-container-content .slider-content-img img {
    width: 100%; }

.slider-container-content .slider-item-content {
  overflow: hidden; }

.logo_k {
  position: relative;
  display: block;
  width: 113px;
  height: 21px;
  margin-left: 40px;
  background: url("../img/logo-k.png") no-repeat;
  top: 12px; }

.logo_v {
  position: relative;
  display: block;
  width: 124px;
  height: 80px;
  background: transparent url("../img/logo-v.png") no-repeat center center;
  margin: 77px auto 0; }

@media (max-width: 767px) and (min-width: 320px) {
  .logo_k {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top; }
  .logo_v {
    display: inline-block;
    width: 99px;
    height: 30px;
    background-size: contain;
    margin-top: 10px;
    margin-left: 10px; } }

header {
  position: relative;
  z-index: 150;
  height: 45px;
  background-color: #000000; }
  header .main-menu-btn {
    position: absolute;
    top: 7px;
    right: 15px;
    display: block;
    width: 32px;
    height: 32px; }
    header .main-menu-btn div {
      width: 22px;
      height: 2px;
      background-color: #fff;
      margin: 6px auto; }
  header .main-menu {
    position: absolute;
    width: 320px;
    max-height: 350px;
    top: 100%;
    right: 0;
    background: #000;
    display: none;
    overflow: auto;
    z-index: 1000; }
    header .main-menu.open {
      display: block; }
    header .main-menu a {
      color: #fff;
      font-size: 14px;
      padding: 5px 10px;
      display: block;
      text-decoration: none; }
      header .main-menu a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.35); }

.block-buttons {
    padding-top: 23px;
    padding-bottom: 20px;
    position: relative;
    z-index: 103;
    background-color: #fff;
    }
.block-buttons .title {
  color: #000000;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 15px; }

.block-buttons .content-menu {
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
  margin: 0; }
  .block-buttons .content-menu li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;}
    .block-buttons .content-menu li a {
      display: block;
      width: 216px;
      height: 50px;
      color: #33a5c2;
      font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
      font-size: 19px;
      font-weight: 700;
      border: 2px solid #33a5c2;
      border-radius: 10px;
      text-decoration: none;
      padding: 0 5px;
      margin-top: 20px; }
      .block-buttons .content-menu li a:hover {
        background: #33a5c2; 
        color: #fff; }
  @media (max-width: 768px)
  {
    .block-buttons {
      padding-top: 0; } }

@media (max-width: 500px) and (min-width: 320px) {
  .block-buttons .title {
    font-size: 45px;
    line-height: 45px; } }

.block-text {
/*  margin-left: -18px;*/
  margin-top: 30px;
  /*margin-bottom: 50px;*/
  color: #000000;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px; }
  .block-text .title {
    color: #33a5c2;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: normal; }
  .block-text .center {
    width: 942px;
    margin: 0 auto; }
  .block-text .left, .block-text .right {
    float: left;
    margin-left: 18px;
    width: 453px; }
  @media (max-width: 979px) and (min-width: 768px) {
    .block-text .center {
      width: 748px; }
    .block-text .left, .block-text .right {
      width: 356px; } }
  @media (max-width: 767px) {
    .block-text {
      margin-left: 0; }
      .block-text .center {
        width: 100%;
        margin: 0; }
      .block-text .left, .block-text .right {
        width: 100%;
        float: none;
        margin-left: 0;
        padding: 0 15px; } }

.title1 {
    color: #33a5c2;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    padding: 0 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
.intro {
margin-top: 0;
padding: 0 18px;
font-weight: bold;
}

 @media (max-width: 767px) {
    header {
      position: sticky; 
     top: 0;
     }
     #navigation {
         display: none;
     }
}


.block-mba {
  width: 1160px;
  margin: 0 auto; }
  .block-mba img {
    width: 100%; }
  @media (max-width: 1299px) and (min-width: 979px) {
    .block-mba {
      width: 979px; } }
  @media (max-width: 979px) and (min-width: 768px) {
    .block-mba {
      width: 768px; } }
  @media (max-width: 767px) {
    .block-mba {
      width: 100%; } }

.block-logos {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

  .block-logos img {
    width: 100%; }
  
.block-quote-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
margin: auto;
}
.block-quote-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 90%;
flex: 0 0 90%;
max-width: 90%;
margin: auto;
}
.block-quote-1 img {
  width: 98%;
  margin: auto;
}
@media (max-width: 1024px){
  .block-quote-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 15px;

}
.block-quote-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 10%;
flex: 0 0 100%;
max-width: 100%;
margin-left: 10px;
}
.block-quote-1 img {
  width: 20%;
  margin: auto;
}
}
.block-quotes
{
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block-doc {
  background-image: linear-gradient(110deg, #fce6cc 0%, #d0e5ec 100%);
  padding: 30px 0; }
  .block-doc .doc-name {
    color: #000000;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px; }
  .block-doc .graduate-name {
    margin-bottom: 20px;
  color: #000000;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px; }
  .block-doc .graduate-name span {
    font-weight: 700;
  }
  .block-doc .doc-info span,
  .block-doc .title {
    color: #33a5c2;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: normal; }
  .block-doc .doc-info,
  .block-doc p {
    color: #000000;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0; }
  .block-doc .doc-info {
    width: 340px;
    margin-bottom: 60px; }
  .block-doc .center {
    width: 942px;
    margin: 0 auto; }
  .block-doc .left {
    float: left;
    width: 46%; }
    .block-doc .left img {
      width: 100%;
      border-radius: 50%; }
  .block-doc .right {
    float: left;
    /*margin-left: 20px;*/
    width: 54%; }
@media (min-width: 980px) {
    .block-doc .left img {
      width: 65%;
      border-radius: 50%; 
    padding-left: 15px;}
    }
  @media (max-width: 979px) and (min-width: 768px) {
    .block-doc .center {
      width: 748px; }
    .block-doc .left {
      width: 372px; }
    .block-doc .right {
      width: 356px; } }
  @media (max-width: 767px) {
    .block-doc .center {
      width: 100%;
      margin: 0;
      position: relative; }
      .block-doc .doc-info {
        margin-bottom: 0px;
      }
    .block-doc .left, .block-doc .right {
      width: 100%;
      float: none;
      margin-left: 0;
      padding: 0 15px; }
    .block-doc .left {
      max-width: 200px;
      position: absolute;
      top: 0;
      right: 0; } }
  @media (max-width: 449px) {
    .block-quotes {
      padding: 0 15px;
    }
    .block-doc .center {
      width: 100%;
      margin: 0;
      position: relative; }
    .block-doc .left, .block-doc .right {
      width: 100%;
      float: none;
      margin-left: 0;
      padding: 0 15px; }
    .block-doc .left {
      max-width: 100%;
      position: relative;
      top: 0;
      right: 0;
      margin-bottom: 20px; }
    .block-doc .doc-info {
      width: 100%; } }

.block-img-full img {
  width: 100%; }

.slider-content-counter .slick-prev:before, .slider-content-counter .slick-next:before {
  background-image: url("../img/arrow-2.png"); }

.content-counter {
  padding: 7%; }
  .content-counter .center {
    color: #000000;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-align: center; }
  .content-counter .count-text {
    font-weight: 400; }
  .content-counter .count {
    font-size: 70px;
    margin-bottom: 60px; }
  @media (max-width: 1200px) {
    .content-counter {
      padding: 10%; }
      .content-counter .center {
        font-size: 40px; }
      .content-counter .count {
        font-size: 50px;
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .content-counter {
      padding: 10%; }
      .content-counter .center {
        font-size: 19px; }
      .content-counter .count {
        font-size: 30px;
        margin-bottom: 10px; } }

  .slider-text-block a{
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: underline;
  }
.divheader {
    background: #e5f4fb;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 0;
/*    border-bottom: 2px solid #444444;*/
    font-size: 35px;
    font-weight: bold;
    color: #33a5c2;
    text-align: left;
    padding-left: 8px;
    padding-top: 0.83rem;
    padding-bottom: 0.83rem;
    line-height: 100%;
  }
  @media (max-width: 767px) {
    .divheader {
      font-size: 28px;
    }
  }
  @media (max-width: 375px) {
    .divheader {
      width: 278px;
    }
  }

.prog {
    padding: 15px;
    display: inline-block;
}
div.blueTable {
/*  border: 5px solid #ff;*/
  background-color: #e5f4fb;
  margin: 0 auto;
  width: 70%;
  text-align: left;
  border-collapse: collapse;
/*  color: #33a5c2;*/
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border-bottom: 2px solid #fff;
  padding: 4px 8px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 18px;
  vertical-align: middle;
}
.divTable.blueTable .divTableCell:nth-child(even) {
  background: #e5f4fb;
}
.divTable.blueTable .divTableHeading {
  background: #e5f4fb;
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #fff;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #e5f4fb;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.slider-container-main.slider-container-content {
    position:relative;
    z-index: 99;
}

.slider-container-main .slider-text-block-down {
  position: absolute;
  width: 1130px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
    padding-top: 20px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 90px;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .slider-container-main .slider-text-block {
    width: 990px;
    font-size: 20px;
    line-height: 27px;
    margin-top: 90px; } }

@media (max-width: 1199px) and (min-width: 1000px) {
  .slider-container-main .slider-text-block-down {
    width: 790px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 60px; } }

@media (max-width: 999px) and (min-width: 768px) {
  .slider-container-main .slider-text-block-down {
    width: 650px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px; } }

@media (max-width: 767px) and (min-width: 320px) {
  .slider-container-main .slider-text-block-down {
    width: 260px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 0; } }
 .slider-text-block-down a{
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: underline;
  }

.sticky {
    background: white;
    top: 0;
    z-index: 101;
/*    padding-top: 10px;*/
    padding-bottom: 10px;
    margin: 0;
    position: fixed;
    width: 100%;
}

.sticky .content-menu {
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
    margin: 0;
    line-height: 16px;
/*  margin: 43px 0 120px -20px;*/ }
  .sticky .content-menu li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;}
    .sticky .content-menu li a {
      display: block;
      width: 170px;
/*      height: 30px;*/
      color: #33a5c2;
      font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      border: 2px solid #33a5c2;
      border-radius: 10px;
      text-decoration: none;
      padding: 0 5px;
margin-top: 10px;}

      .sticky .content-menu li a:hover {
        background: #33a5c2; 
        color: #fff; }
.sticky .content-menu li a:active {
        background: #33a5c2; 
        color: #fff; }

#navigation {
    background: white;
    top: 0;
    z-index: 101;
/*    padding-top: 10px;*/
    padding-bottom: 10px;
    margin: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#navigation .content-menu {
    width: 100%;
 display: inline-block;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
    margin: 0;
    line-height: 16px;
/*  margin: 43px 0 120px -20px;*/ }

@media (min-width: 768px) and (max-width: 1024px) {
    #navigation .content-menu { width: 70%;
    display: block;
    margin: 0 auto;
    }
}
  #navigation .content-menu li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
    #navigation .content-menu li a {
      display: block;
      width: 170px;
/*      height: 30px;*/
      color: #33a5c2;
      font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      border: 2px solid #33a5c2;
      border-radius: 10px;
      text-decoration: none;
      padding: 0 5px;
margin-top: 10px;}


 #navigation .content-menu a:hover {
        background: #33a5c2; 
        color: #fff; }
        
.active a{
 background: #33a5c2;
    color: #fff!important;    }






