@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body, p {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

button,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: none; }

:focus {
  outline: none; }

input,
input:hover,
input:focus,
input:active {
  text-decoration: none;
  outline: none; }

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

textarea,
textarea:hover,
textarea:focus,
textarea:active {
  text-decoration: none;
  outline: none; }

figure {
  line-height: 0; }

ol, ul {
  list-style: none; }

[v-cloak] {
  display: none; }

/*Fonts*/
/*Fonts sizes*/
/* Код для подключения шрифта в /css/stylename.css */
@font-face {
  font-family: "GothamProRegular";
  src: url("../fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

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

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

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

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

.overlay {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(80, 76, 114, 0.95);
  display: none; }

.overlay2 {
  z-index: 1001; }

.modal {
  width: 470px;
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  display: none;
  z-index: 1000;
  background: #fff; }
  .modal .close {
    position: absolute;
    right: 36px;
    top: 55px;
    cursor: pointer; }
    .modal .close svg {
      fill: #504c72; }
    .modal .close:hover svg {
      fill: #ef3f4a; }
  .modal h3 {
    font-size: 30px;
    font-weight: 800;
    color: #504c72;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px; }
    .modal h3:after {
      display: none; }
  .modal p {
    font-size: 16px;
    font-weight: 500;
    color: #504c72;
    line-height: 1.4; }
  .modal .right-circle {
    position: absolute;
    right: -152px;
    bottom: -152px;
    border: 85px solid #ef3f4a;
    width: 304px;
    height: 304px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    left: initial;
    z-index: -1; }
  .modal.thanks, .modal.modal_error, .modal.modal_server {
    z-index: 1002; }

.modal1, .modal2, .modal3, .modal4, .modal5, .modal6 {
  margin-bottom: 11px; }
  .modal1 p, .modal2 p, .modal3 p, .modal4 p, .modal5 p, .modal6 p {
    line-height: 1.4;
    letter-spacing: 0.7px; }
  .modal1 form, .modal2 form, .modal3 form, .modal4 form, .modal5 form, .modal6 form {
    margin-top: 40px; }
    .modal1 form .button, .modal2 form .button, .modal3 form .button, .modal4 form .button, .modal5 form .button, .modal6 form .button {
      margin: 11px 0 0; }
  .modal1 .input-group, .modal2 .input-group, .modal3 .input-group, .modal4 .input-group, .modal5 .input-group, .modal6 .input-group {
    margin: 45px 0 30px; }

.modal.thanks .close {
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 34px; }
  .modal.thanks .close:hover {
    color: #ef3f4a; }

.modal.thanks h3 {
  margin-bottom: 68px; }
  .modal.thanks h3:after {
    display: block;
    bottom: -34px; }

.modal.thanks .right-circle {
  position: absolute;
  right: -152px;
  top: -152px;
  border: 85px solid #ef3f4a;
  width: 304px;
  height: 304px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: initial;
  bottom: initial; }

.lang-page {
  padding-top: 125px; }
  .lang-page h1 {
    width: 212px;
    margin: 0 auto 115px;
    display: block; }
  .lang-page .dot:before {
    width: 18px;
    height: 18px;
    background: #e6313e;
    content: '';
    display: block;
    position: absolute;
    bottom: 18px;
    right: -21px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.tabs__content {
  display: none;
  /* по умолчанию прячем все блоки */ }

.tabs__content.active {
  display: block;
  /* по умолчанию показываем нужный блок */ }

.back-blog2 {
  background: #efefef; }

.tabs__caption {
  font-size: 0;
  padding: 0 100px; }
  .tabs__caption li {
    background: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    line-height: 60px;
    cursor: pointer; }
    .tabs__caption li span {
      color: #b9b7c7;
      font-size: 26px;
      font-weight: bold; }
    .tabs__caption li.active {
      background: #efefef; }
      .tabs__caption li.active span {
        position: relative;
        top: 20px;
        color: #504c72; }
      .tabs__caption li.active:before, .tabs__caption li.active:after {
        display: none !important; }
    .tabs__caption li:first-child:after {
      content: "";
      display: block;
      position: absolute;
      left: -500px;
      top: 0;
      height: 64px;
      width: 600px;
      background: #fff; }
    .tabs__caption li:last-child:before {
      content: "";
      display: block;
      position: absolute;
      right: -500px;
      top: 0;
      height: 64px;
      width: 600px;
      background: #fff; }

.tabs__content.active {
  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;
  padding: 37px 100px; }
  .tabs__content.active > p {
    font-size: 14px;
    margin-left: 45px;
    padding-left: 5px;
    position: relative;
    font-weight: normal;
    line-height: 24px; }
    /*.tabs__content.active > p:after {
      content: '*';
      position: absolute;
      left: -5px;
      top: 0; } */
    .tabs__content.active > p:last-child:after {
      display: none; }

.column {
  -webkit-flex-basis: -webkit-calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px); }

.time {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #ef3f4a;
  padding: 22px 0 22px 54px;
  margin-bottom: 26px; }

.price-block {
  margin-bottom: 28px; }
  .price-block p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px; }

table {
  width: 100%; }
  table thead {
    background: #fff; }
    table thead th {
      color: #ef3f4a;
      font-weight: 500;
      font-size: 16px;
      padding: 0; }
  table tbody th {
    padding: 0;
    font-size: 16px;
    font-weight: 500; }
  table tr th {
    background: #fff; }
  table tbody tr:nth-child(odd) th {
    background: #f9f9f9; }
  table th {
    line-height: 40px; }
    table th:first-child {
      text-align: left;
      padding-left: 40px;
      width: 40%; }
    table th:nth-child(2) {
      width: 30%; }
    table th:nth-child(3) {
      width: 30%; }

.lang-block {
  position: relative;
  padding: 0 100px;
  margin-bottom: 22px;
  height: 100%;
  min-height: 0;
  -webkit-transition: 0.3s min-height ease-in, 0.3s opacity ease-in;
  transition: 0.3s min-height ease-in, 0.3s opacity ease-in;
  display: block; }
  .lang-block .flag-block {
    display: inline-block;
    vertical-align: top;
    width: 165px; }
  .lang-block .flag-text-block {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    border-bottom: 2px solid #efefef;
    padding-right: 70px; }
    .lang-block .flag-text-block h4 {
      font-weight: 800;
      font-size: 24px;
      letter-spacing: 1px;
      margin-bottom: 18px;
      padding: 17px 0; }
    .lang-block .flag-text-block span {
      font-weight: 500;
      font-size: 16px;
      width: 100%;
      display: block;
      text-transform: none; }
    .lang-block .flag-text-block p, .lang-block .flag-text-block li {
      font-weight: normal;
      font-size: 0;
      line-height: 1.5;
      opacity: 0;
      -webkit-transition: 0.3s min-height ease-in, 0.3s opacity ease-in;
      transition: 0.3s min-height ease-in, 0.3s opacity ease-in; }
  .lang-block .arrow {
    position: absolute;
    right: 100px;
    top: 10px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #e6e6ea;
    padding: 9px 8px;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    cursor: pointer; }
    .lang-block .arrow svg {
      fill: #504c72 !important;
      stroke: #504c72 !important; }
  .lang-block.open {
    height: 100%;
    min-height: 400px;
    -webkit-transition: 0.3s min-height ease-in, 0.3s opacity ease-in;
    transition: 0.3s min-height ease-in, 0.3s opacity ease-in;
    opacity: 1; }
    .lang-block.open .arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      background: #ef3f4a;
      border-color: #ef3f4a; }
      .lang-block.open .arrow svg {
        fill: #fff !important;
        stroke: #fff !important; }
    .lang-block.open h4 {
      margin-bottom: 30px; }
    .lang-block.open p, .lang-block.open li {
      font-size: 16px;
      margin-bottom: 25px; }
    .lang-block.open .flag-text-block p, .lang-block.open .flag-text-block li {
      opacity: 1;
      -webkit-transition: 0.3s min-height ease-in, 0.3s opacity ease-in;
      transition: 0.3s min-height ease-in, 0.3s opacity ease-in; }
  .lang-block:first-child {
    margin-top: 86px; }
  .lang-block:last-child {
    margin-bottom: 230px; }

#flag2 h4, #flag22 h4 {
  padding: 9px 0; }

.circle-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

@media (max-width: 1170px) {
  .tabs__content.active {
    padding: 30px 20px; }
  .time {
    padding: 22px 0 22px 25px; }
  .tabs__caption {
    padding: 0; }
    .tabs__caption li:before, .tabs__caption li:after {
      display: none !important; }
  .back-blog2 .wrapper {
    padding: 0; } }

@media (max-width: 767px) {
  .lang-page h1 {
    width: 97px;
    margin: 0 auto 24px; }
  .lang-page .dot:before {
    width: 11px;
    height: 11px;
    bottom: 7px !important;
    right: -13px; }
  .tabs__caption li span {
    color: #b9b7c7;
    font-size: 14px;
    font-weight: bold; }
  .tabs__caption li.active span {
    top: 2px; }
  .tabs__caption li {
    line-height: 18px;
    padding: 10px 0; }
  .time {
    margin-bottom: 26px;
    text-align: center;
    padding-left: 0;
    font-size: 17px; }
  .column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  table thead th {
    font-size: 14px; }
  table tbody th {
    font-size: 11px; }
  table th {
    line-height: 30px; }
    table th:first-child {
      padding-left: 10px;
      width: 40%; }
    table th:nth-child(2) {
      width: 30%; }
    table th:nth-child(3) {
      width: 30%; }
  .tabs__content.active > p {
    margin-left: 7px; }
  .lang-block {
    position: relative;
    padding: 0;
    margin-bottom: 22px;
    height: 100%; }
    .lang-block:first-child {
      margin-top: 26px; }
    .lang-block .flag-block {
      width: 50px; }
      .lang-block .flag-block img {
        width: 100%;
        height: auto; }
    .lang-block .flag-text-block h4 {
      font-size: 16px;
      padding: 2px 0; }
    .lang-block .flag-text-block {
      padding-right: 0;
      margin-left: 10px;
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px); }
    .lang-block .arrow {
      display: none; }
    .lang-block .flag-text-block span {
      font-size: 11px; }
    .lang-block #flag2 h4, .lang-block #flag22 h4 {
      padding: 0px 0; }
    .lang-block.open p {
      font-size: 14px; } }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "GothamProRegular";
  font-family: "GothamProRegular";
  font-weight: 500;
  font-size: 14px;
  vertical-align: baseline;
  color: #504c72;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body, html {
  width: 100%;
  overflow-x: hidden; }

.wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative; }

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }
  header .logo {
    float: left;
    margin: 48px 0 0 92px; }
  header .menu {
    width: 100%;
    text-align: right;
    margin: 126px 0 0 0;
    padding: 0 79px 0 0; }
    header .menu .menu-link {
      padding: 33px 86px 0 0;
      position: relative;
      display: inline-block; }
      header .menu .menu-link p {
        text-transform: uppercase;
        color: #ef3f4a;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        letter-spacing: 3px;
        font-weight: 800; }
      header .menu .menu-link > div {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        text-align: center;
        padding: 30px 0;
        display: inline-block;
        vertical-align: middle;
        background: #ef3f4a;
        position: absolute;
        right: 3px;
        top: 3px;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in; }
        header .menu .menu-link > div svg {
          display: none; }
        header .menu .menu-link > div span {
          width: 24px;
          height: 3px;
          background: #fff;
          display: block;
          margin: 0 auto 5px; }
      header .menu .menu-link:hover > div {
        width: 86px;
        height: 86px;
        padding: 33px 0;
        right: 0;
        top: 0; }

.menu-open .menu .menu-block {
  display: block; }

.menu-open .menu .menu-link {
  z-index: 18;
  position: fixed;
  right: 80px;
  top: 92px; }
  .menu-open .menu .menu-link p {
    color: #fff; }
  .menu-open .menu .menu-link > div {
    background: #fff;
    padding: 28px 0; }
    .menu-open .menu .menu-link > div span {
      display: none; }
    .menu-open .menu .menu-link > div svg {
      display: inline-block;
      stroke: rgba(239, 63, 74, 0.95);
      fill: rgba(239, 63, 74, 0.95); }
  .menu-open .menu .menu-link:hover > div {
    background: #fff;
    padding: 31px 0; }

.menu-block {
  display: none;
  position: fixed;
  background: rgba(239, 63, 74, 0.95);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0; }
  .menu-block .container {
    width: 360px;
    position: absolute;
    right: 20%;
    top: 300px;
    text-align: left;
    height: 635px; }
    .menu-block .container ul a {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      width: 100%;
      letter-spacing: 1.5px; }
  .menu-block li {
    width: 100%;
    margin: 25px 0 30px;
    position: relative; }
    .menu-block li:hover span {
      opacity: 1; }
    .menu-block li:after {
      width: 70px;
      height: 6px;
      background: #fff;
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: -100px;
      opacity: 0;
      -webkit-transition: 0.3s ease-in opacity;
      transition: 0.3s ease-in opacity; }
    .menu-block li:hover:after {
      opacity: 1; }
  .menu-block span {
    color: #fff;
    display: inline-block;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s opacity ease-in;
    transition: 0.3s opacity ease-in;
    letter-spacing: 1.5px; }
  .menu-block .social-icons {
    position: absolute;
    bottom: 70px; }
    .menu-block .social-icons a {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      .menu-block .social-icons a svg {
        fill: #fff; }
      .menu-block .social-icons a:hover svg {
        fill: #504c72; }

.slider-block .icon-block-vert {
  position: relative;
  text-align: left;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: 0.3s opacity ease-in, 0.3s top ease-in;
  transition: 0.3s opacity ease-in, 0.3s top ease-in; }
  .slider-block .icon-block-vert:nth-child(1) {
    opacity: 0;
    top: 50px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .slider-block .icon-block-vert:nth-child(2) {
    opacity: 0;
    top: 50px;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  .slider-block .icon-block-vert:nth-child(3) {
    opacity: 0;
    top: 50px;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s; }
  .slider-block .icon-block-vert:nth-child(4) {
    opacity: 0;
    top: 50px;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }

@-webkit-keyframes icon {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes icon {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: 0; } }

.slick-active h1 {
  -webkit-animation-name: h1;
          animation-name: h1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: 0.3s opacity ease-in, 0.3s top ease-in;
  transition: 0.3s opacity ease-in, 0.3s top ease-in; }

.slick-active .icons-block-vert:after {
  -webkit-animation-name: after;
          animation-name: after;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in; }

.slick-active .contacts-block {
  -webkit-animation-name: h1;
          animation-name: h1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.slick-active .icon-block-vert {
  -webkit-transition: 0.3s opacity ease-in, 0.3s top ease-in;
  transition: 0.3s opacity ease-in, 0.3s top ease-in;
  -webkit-animation-name: icon;
          animation-name: icon;
  /*   &:nth-child(1) {
                         opacity: 1;
                         top: 0;

                   }
                   &:nth-child(2) {
                         opacity: 1;
                         top: 0;

                   }
                   &:nth-child(3) {
                         opacity: 1;
                         top: 0;

                   }
                   &:nth-child(4) {
                         opacity: 1;
                         top: 0;

                   }*/ }

@media (min-width: 768px) {
  .slick-active {
    -webkit-animation-name: back;
            animation-name: back;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; } }

@media (max-width: 767px) {
  .slick-slide {
    background-size: cover !important; } }

@-webkit-keyframes h1 {
  0% {
    opacity: 0;
    top: -50px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes h1 {
  0% {
    opacity: 0;
    top: -50px; }
  100% {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes back {
  0% {
    background-size: auto 100%; }
  100% {
    background-size: auto 110%; } }

@keyframes back {
  0% {
    background-size: auto 100%; }
  100% {
    background-size: auto 110%; } }

@-webkit-keyframes after {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes after {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slider-block {
  width: 100%;
  min-height: 100vh;
  position: relative; }
  .slider-block h1 {
    margin-bottom: 49px;
    opacity: 0;
    top: -50px;
    -webkit-transition: 0.3s opacity ease-in, 0.3s top ease-in;
    transition: 0.3s opacity ease-in, 0.3s top ease-in;
    position: relative; }
  .slider-block .contacts-block {
    display: inline-block;
    width: 300px;
    vertical-align: top; }
    .slider-block .contacts-block:nth-of-type(2) {
      width: 262px; }
    .slider-block .contacts-block .icon {
      display: inline-block;
      height: 78px;
      float: left;
      margin-right: 15px; }
    .slider-block .contacts-block p {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 6px; }
    .slider-block .contacts-block svg {
      stroke: red;
      fill: red; }
  .slider-block .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 60px; }
    .slider-block .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
    .slider-block .slick-dots .slick-active button {
      background: #504c72; }
  .slider-block button {
    border: 0;
    background: #fff;
    width: 40px;
    height: 2px;
    font-size: 0; }
  .slider-block .social-icons {
    position: absolute;
    left: 4%;
    bottom: 50px;
    z-index: 3; }
    .slider-block .social-icons svg {
      stroke: #504c72;
      fill: #504c72; }
      .slider-block .social-icons svg:hover {
        stroke: #e6313e;
        fill: #e6313e; }
    .slider-block .social-icons a {
      margin: 0 10px; }
  .slider-block .icon-block-vert svg {
    stroke: red;
    fill: red; }
  .slider-block .contacts-block p {
    font-weight: bold;
    margin-bottom: 10px; }
    .slider-block .contacts-block p:first-child {
      margin-bottom: 20px; }
  .slider-block .contacts-block span {
    font-weight: normal; }
  .slider-block .contacts-block a {
    text-decoration: underline; }

.block-abs {
  position: absolute;
  top: 600px;
  width: 100%; }
  .block-abs svg {
    stroke: #e6313e;
    fill: #e6313e; }

.slider {
  width: 100%;
  height: 100vh;
  min-height: 960px; }
  .slider .slick-list, .slider .slick-track, .slider .slick-slide {
    height: 100vh;
    min-height: 960px; }

.slick-slider .wrapper {
  margin: 300px auto 0px; }

.first-slide {
  background: url(../img/slide1.jpg) 90% 50% no-repeat;
  background-size: auto 100%; }

.second-slide {
  background: url(../img/slide2.jpg) 90% 50% no-repeat;
  background-size: auto 100%; }

.third-slide {
  background: url(../img/slide3.jpg) 90% 50% no-repeat;
  background-size: auto 100%; }

h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 3px; }
  h1 .dot {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800; }
    h1 .dot:before {
      width: 18px;
      height: 18px;
      background: #e6313e;
      content: '';
      display: block;
      position: absolute;
      bottom: 15px;
      right: -17px;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

.dot {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s color ease-in;
  transition: 0.3s color ease-in; }
  .dot:before {
    width: 20px;
    height: 20px;
    background: #e6313e;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: -20px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 4px; }

h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 70px;
  position: relative;
  letter-spacing: 3px; }
  h3:after {
    width: 70px;
    height: 6px;
    background: #e6313e;
    content: '';
    display: block;
    position: absolute;
    bottom: -39px;
    left: 0; }

h4 {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 27px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s color ease-in;
  transition: 0.3s color ease-in;
  letter-spacing: 3px;
  /*    &:after {
                    width: 20px;
                    height: 20px;
                    background: #e6313e;
                    content: '';
                    display: block;
                    position: absolute;
                    bottom: 0px;
                    right: -20px;
                    border-radius: 50%;
            }*/ }
  h4 .dot {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 800; }

.parallax {
  position: relative;
  /*    font-size: 0.1em;*/ }

#parallax3 .white-back, #parallax4 .white-back, #parallax5 .white-back, #parallax6 .white-back {
  padding: 55px 50px 35px 52px; }

#img {
  position: absolute;
  right: 10%;
  bottom: 0em; }

#img2 {
  position: absolute;
  left: 10%;
  bottom: 0em; }

#img3 {
  position: absolute;
  right: 10%;
  bottom: 0em; }

#img4 {
  position: absolute;
  left: 10%;
  bottom: 0em; }

#img5 {
  position: absolute;
  right: 10%;
  bottom: 0em; }

#img6 {
  position: absolute;
  left: 10%;
  bottom: 0em; }

.button p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.button > span {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #ef3f4a;
  text-align: center;
  padding: 8px 11px;
  overflow: hidden; }

.button svg {
  fill: #fff;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  right: 9px;
  top: 9px; }

.button:hover svg {
  -webkit-animation-name: right2;
          animation-name: right2; }

.button:hover p {
  color: #ef3f4a; }

@-webkit-keyframes right2 {
  0% {
    right: 9px;
    opacity: 1; }
  25% {
    opacity: 0; }
  49% {
    right: -20px; }
  50% {
    right: 20px;
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    right: 9px; } }

@keyframes right2 {
  0% {
    right: 9px;
    opacity: 1; }
  25% {
    opacity: 0; }
  49% {
    right: -20px; }
  50% {
    right: 20px;
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    right: 9px; } }

.icons-block-vert {
  position: relative;
  margin-bottom: 97px; }
  .icons-block-vert:after {
    width: 70px;
    height: 6px;
    background: #e6313e;
    content: '';
    display: block;
    position: absolute;
    bottom: -65px;
    left: 0;
    opacity: 0; }

.icon-block-vert {
  display: inline-block;
  max-width: 99px;
  vertical-align: bottom;
  margin-right: 44px; }
  .icon-block-vert svg {
    display: block;
    margin: 7px 0px 16px 4px; }
  .icon-block-vert:nth-of-type(3) {
    margin-left: 33px; }

.second-block {
  background: #efefef;
  padding: 78px 0 163px;
  position: relative;
  z-index: 1; }
  .second-block .slick-slide {
    text-align: center;
    padding-top: 72px;
    -webkit-transition: 0.3s padding;
    transition: 0.3s padding;
    cursor: pointer; }
    .second-block .slick-slide svg, .second-block .slick-slide img {
      width: 100px;
      height: 60px;
      display: inline-block;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      border: 1px solid #cccccc; }
    .second-block .slick-slide p {
      font-weight: bold;
      text-transform: capitalize;
      padding: 34px 0 0 0;
      -webkit-transition: 0.3s padding;
      transition: 0.3s padding; }
    .second-block .slick-slide:hover {
      padding-top: 65px; }
      .second-block .slick-slide:hover svg, .second-block .slick-slide:hover img {
        width: 120px;
        height: 72px;
        display: inline-block;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
      .second-block .slick-slide:hover p {
        padding: 24px 0 0 0; }
  .second-block h2 {
    margin: 0 auto;
    width: 350px;
    display: block; }
  .second-block .dot:before {
    width: 11px;
    height: 11px;
    bottom: 5px;
    right: 0px; }

.slider-left {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  background: #fff;
  border: 0; }
  .slider-left div {
    position: absolute;
    left: 15px;
    top: 54%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in; }
  .slider-left svg {
    fill: #504c72;
    stroke: 0; }
  .slider-left:hover div {
    left: 10px; }
  .slider-left:hover svg {
    fill: #e6313e; }

.slider-right {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  background: #fff;
  border: 0; }
  .slider-right div {
    position: absolute;
    right: 15px;
    top: 54%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in; }
  .slider-right svg {
    fill: #504c72;
    stroke: 0; }
  .slider-right:hover div {
    right: 10px; }
  .slider-right:hover svg {
    fill: #e6313e; }

@-webkit-keyframes right {
  0% {
    right: 0;
    opacity: 1; }
  25% {
    opacity: 0; }
  49% {
    right: -20px; }
  50% {
    right: 20px;
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    right: 0; } }

@keyframes right {
  0% {
    right: 0;
    opacity: 1; }
  25% {
    opacity: 0; }
  49% {
    right: -20px; }
  50% {
    right: 20px;
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    right: 0; } }

@-webkit-keyframes left {
  0% {
    left: 0;
    opacity: 1; }
  25% {
    opacity: 0; }
  49% {
    left: -20px; }
  50% {
    left: 20px;
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    left: 0; } }

@keyframes left {
  0% {
    left: 0;
    opacity: 1; }
  25% {
    opacity: 0; }
  49% {
    left: -20px; }
  50% {
    left: 20px;
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    left: 0; } }

.flags-slider .slider-left {
  position: absolute;
  bottom: -107px;
  left: 41%; }

.flags-slider .slider-right {
  position: absolute;
  bottom: -107px;
  right: 40%; }

.icons-block-gor {
  text-align: left;
  position: relative; }

.icon-block-gor {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
  opacity: 1; }
  .icon-block-gor:nth-child(1), .icon-block-gor:nth-child(3) {
    width: 62%; }
  .icon-block-gor:nth-child(2), .icon-block-gor:nth-child(4) {
    width: 37%; }
  .icon-block-gor svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 34px; }
  .icon-block-gor .text {
    display: inline-block;
    vertical-align: middle; }
    .icon-block-gor .text p {
      margin-bottom: 5px;
      white-space: nowrap; }

.white-back {
  background: #fff;
  width: 570px;
  height: 300px;
  position: relative;
  z-index: 1;
  padding: 39px 50px 35px 52px;
  text-align: left; }
  .white-back .dot:before {
    width: 16px;
    height: 16px;
    bottom: 5px;
    right: -10px; }
  .white-back:hover h4, .white-back:hover .dot {
    color: #e6313e; }
  .white-back:hover .program-text-block {
    opacity: 1; }
  .white-back:hover .icon-block-gor {
    opacity: 0; }

.img-block {
  overflow: hidden;
  width: 570px;
  height: 400px;
  display: inline-block; }
  .img-block img {
    -webkit-transition: 0.5s -webkit-transform ease-in;
    transition: 0.5s -webkit-transform ease-in;
    transition: 0.5s transform ease-in;
    transition: 0.5s transform ease-in, 0.5s -webkit-transform ease-in; }
  .img-block:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.program-text-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 28;
  text-align: left;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
  line-height: 20px; }

.padding-block {
  padding: 0 100px; }

.programm-right, .programm-left {
  position: relative;
  padding: 100px; }

.programm-right {
  text-align: left; }
  .programm-right .info-block {
    position: absolute;
    right: 100px;
    top: 133px; }
  .programm-right .button {
    position: absolute;
    right: 191px;
    white-space: nowrap;
    top: 324px; }
  .programm-right .numbers {
    left: 150px; }

.programm-left {
  text-align: right; }
  .programm-left .info-block {
    position: absolute;
    left: 100px;
    top: 133px; }
  .programm-left .button {
    position: absolute;
    left: 200px;
    white-space: nowrap;
    top: 324px; }
  .programm-left .numbers {
    right: 150px; }

.third-block {
  position: relative;
  padding: 120px 0 73px; }
  .third-block h3 {
    margin-bottom: 41px; }
  .third-block .dot:before {
    width: 11px;
    height: 11px;
    background: #e6313e;
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: -10px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .third-block .white-back .dot:before {
    width: 16px;
    height: 16px;
    bottom: 5px;
    right: -16px; }

.white-back:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(33, 33, 33, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(33, 33, 33, 0.15); }

.circle {
  border: 144px solid #ef3f4a;
  width: 482px;
  height: 482px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute; }

.left-circle {
  right: -235px;
  top: -235px; }

.right-circle {
  left: -235px;
  bottom: -235px; }

.middle-left-circle {
  left: -260px;
  top: 35%; }

.middle-right-circle {
  right: -152px;
  top: 51%;
  border: 85px solid #ef3f4a;
  width: 304px;
  height: 304px; }

.numbers {
  font-weight: bold;
  font-size: 100px;
  color: rgba(239, 63, 74, 0.8);
  position: absolute;
  opacity: 0;
  bottom: 0px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  z-index: 1; }
  .numbers.animated {
    -webkit-animation-name: number;
            animation-name: number; }

.att {
  font-size: 12px;
  color: #9b97ac;
  text-align: center;
  font-weight: 500;
  margin: 24px 0 5px; }

@-webkit-keyframes number {
  from {
    opacity: 0;
    bottom: 0px; }
  to {
    opacity: 1;
    bottom: 48px; } }

@-webkit-keyframes letter {
  from {
    opacity: 0;
    bottom: 0px; }
  to {
    opacity: 1;
    bottom: 48px; } }

@keyframes letter {
  from {
    opacity: 0;
    bottom: 0px; }
  to {
    opacity: 1;
    bottom: 48px; } }

.fourth-block {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#504c72+0,504c72+38,504c72+38,504c72+38,ef3f4a+38,ef3f4a+100 */
  background: #504c72;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, #504c72 0%, #504c72 41%, #504c72 41%, #504c72 41%, #ef3f4a 41%, #ef3f4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#504c72), color-stop(41%, #504c72), color-stop(41%, #504c72), color-stop(41%, #504c72), color-stop(41%, #ef3f4a), to(#ef3f4a));
  background: -webkit-linear-gradient(left, #504c72 0%, #504c72 41%, #504c72 41%, #504c72 41%, #ef3f4a 41%, #ef3f4a 100%);
  background: linear-gradient(to right, #504c72 0%, #504c72 41%, #504c72 41%, #504c72 41%, #ef3f4a 41%, #ef3f4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#504c72', endColorstr='#ef3f4a', GradientType=1);
  /* IE6-9 */
  padding: 69px 0 30px;
  position: relative; }

.left-element {
  display: inline-block;
  width: 34%;
  padding-right: 50px; }
  .left-element p {
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 77px;
    color: #fff;
    position: relative;
    letter-spacing: 1px; }
    .left-element p:after {
      width: 70px;
      height: 6px;
      background: #e6313e;
      content: '';
      display: block;
      position: absolute;
      bottom: -45px;
      left: 0; }
  .left-element span {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 3px; }

.right-element {
  display: inline-block;
  width: 65%; }
  .right-element div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 50px; }
    .right-element div.small-mobile {
      display: none; }
  .right-element p {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase; }
    .right-element p .spincrement {
      color: #fff;
      font-size: 45px;
      font-weight: 800;
      text-transform: uppercase; }
    .right-element p span {
      font-size: 26px;
      text-transform: none;
      font-weight: bold; }
  .right-element span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px; }

.small {
  width: 260px;
  padding: 0 0 0 80px; }

.big {
  width: 478px;
  padding-left: 125px; }
  .big p span {
    letter-spacing: 0.5px; }

.fifth-block {
  position: relative;
  padding: 74px 0 182px; }
  .fifth-block h3 {
    margin-bottom: 110px;
    display: block;
    width: 330px; }
  .fifth-block .dot:before {
    width: 11px;
    height: 11px;
    bottom: 3px;
    right: -10px; }
  .fifth-block h3:after {
    bottom: -38px; }
  .fifth-block .button.button2 {
    position: absolute;
    right: 0;
    bottom: -107px; }

.cite {
  float: left;
  position: relative;
  top: -45px; }
  .cite span {
    font-weight: 500;
    display: inline-block;
    width: 230px;
    float: left;
    margin-top: 41px;
    line-height: 22px; }
  .cite .name {
    margin-top: 28px;
    display: block; }

.back-block {
  height: 370px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #efefef;
  width: 70%;
  z-index: -1; }

.teachers-slider {
  width: 900px;
  margin-left: 283px; }
  .teachers-slider .slick-slide {
    height: 380px;
    padding: 0 15px; }
    .teachers-slider .slick-slide img {
      width: 100%; }
    .teachers-slider .slick-slide > div {
      position: relative;
      height: 100%; }
    .teachers-slider .slick-slide .text-block {
      padding: 19px 12px 10px 32px; }
    .teachers-slider .slick-slide:hover .text-block {
      padding: 35px 12px 10px 32px;
      top: 0%;
      background: rgba(80, 76, 114, 0.85); }
      .teachers-slider .slick-slide:hover .text-block p, .teachers-slider .slick-slide:hover .text-block span {
        color: #fff; }
  .teachers-slider p:first-child {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 800;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in; }
  .teachers-slider span {
    color: #e6313e;
    display: inline-block;
    width: 100%;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in; }
  .teachers-slider p:last-child {
    font-weight: normal;
    margin-top: 24px;
    line-height: 1.4; }
  .teachers-slider .slider-left {
    position: absolute;
    bottom: -110px;
    left: 21%; }
  .teachers-slider .slider-right {
    position: absolute;
    bottom: -110px;
    right: 53%; }

.button.button2 {
  text-transform: none; }
  .button.button2 p {
    font-weight: 500;
    text-transform: none; }

.text-block {
  background: #fff;
  position: absolute;
  top: -webkit-calc(100% - 100px);
  top: calc(100% - 100px);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in; }

.programm-left.life-block {
  padding: 100px 0; }
  .programm-left.life-block h3 {
    font-size: 26px;
    text-transform: none;
    -webkit-transition: 0.3s color ease-in;
    transition: 0.3s color ease-in;
    margin-bottom: 14px; }
    .programm-left.life-block h3:after {
      content: none; }
  .programm-left.life-block:hover h3 {
    color: #ef3f4a; }

.programm-right.life-block {
  padding: 100px 0; }
  .programm-right.life-block h3 {
    font-size: 26px;
    text-transform: none;
    -webkit-transition: 0.3s color ease-in;
    transition: 0.3s color ease-in;
    margin-bottom: 14px; }
    .programm-right.life-block h3:after {
      content: none; }
  .programm-right.life-block:hover h3 {
    color: #ef3f4a; }

.sixth-block {
  background: #ef3f4a;
  padding: 76px 0 90px; }
  .sixth-block h2 {
    color: #fff;
    letter-spacing: 3px;
    display: block;
    margin: 0 auto 70px;
    width: 370px; }
  .sixth-block .dot:before {
    width: 11px;
    height: 11px;
    bottom: 3px;
    right: -10px;
    background: #fff; }

.clients-block .slick-slide {
  text-align: center; }

.clients-block img {
  display: inline-block; }

.seventh-block {
  padding: 73px 0 130px; }
  .seventh-block .programm-left {
    padding-top: 0px; }
  .seventh-block .programm-left .info-block {
    position: absolute;
    left: 100px;
    top: 63px; }
  .seventh-block .dot:before {
    width: 11px;
    height: 11px;
    bottom: 3px;
    right: -10px; }
  .seventh-block .white-back {
    background: #fff;
    width: 570px;
    height: 270px;
    position: relative;
    z-index: 1;
    padding: 44px 34px 35px 34px;
    text-align: left; }
    .seventh-block .white-back h3 {
      margin-bottom: 15px; }
    .seventh-block .white-back p {
      line-height: 1.6; }
  .seventh-block .programm-left .button {
    top: 290px;
    left: 200px;
    }

.eight-block {
  padding: 55px 0; }
  .eight-block .padding-block {
    padding: 0 60px 0 60px; }
  .eight-block .icon-block-gor {
    width: 240px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px; }
    .eight-block .icon-block-gor:nth-child(2) {
      width: 246px;
      margin-right: 50px; }
    .eight-block .icon-block-gor:nth-child(3) {
      width: 240px; }
    .eight-block .icon-block-gor:nth-child(4) {
      width: 200px;
      margin-right: 0; }
      .eight-block .icon-block-gor:nth-child(4) svg {
        fill: #fff;
        stroke: #fff;
        margin-right: 12px; }
    .eight-block .icon-block-gor svg {
      fill: #fff;
      stroke: #fff;
      margin-right: 28px;
      vertical-align: middle; }
    .eight-block .icon-block-gor span {
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 1.4; }

.life-point-slider.slick-slider .slick-list {
  padding: 0 10px; }

.life-point-slider .slider-left {
  position: absolute;
  bottom: -56px;
  left: 38%;
  border: 1px solid #eee; }

.life-point-slider .slider-right {
  position: absolute;
  bottom: -56px;
  right: 40%;
  border: 1px solid #eee; }

.life-point-slider .programm-right, .life-point-slider .programm-left {
  padding: 0 0 50px 0;
  margin: 0 10px; }

.life-point-slider .programm-left .info-block {
  left: 0px; }

.nineth-block {
  position: relative; }
  .nineth-block .dot:before {
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: -13px; }
  .nineth-block h3 {
    margin-bottom: 100px; }
  .nineth-block .contacts-block {
    width: 50%;
    margin-left: 55%;
    position: relative;
    padding: 72px 0 72px 0; }
  .nineth-block .contact-block {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px; }
    .nineth-block .contact-block a {
      font-size: 16px; }
    .nineth-block .contact-block p {
      font-size: 16px;
      color: #ef3f4a;
      margin-bottom: 10px;
      font-weight: bold; }
    .nineth-block .contact-block span {
      font-size: 16px;
      margin-bottom: 8px;
      font-weight: 500;
      display: block; }
  .nineth-block .right-circle {
    right: -174px;
    bottom: -171px;
    z-index: 1;
    border: 94px solid #ef3f4a;
    width: 350px;
    height: 350px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    left: inherit; }

form {
  margin-top: 50px; }
  form > p {
    font-size: 16px;
    color: #ef3f4a;
    margin-bottom: 10px;
    font-weight: bold; }
  form .button {
    position: relative;
    margin: 24px 0 0;
    display: inline-block; }

.input-group.half {
  width: 49%;
  display: inline-block; }
  .input-group.half input {
    border: 0;
    border-bottom: 2px solid #a7a5b8;
    width: 100%;
    max-width: 270px;
    z-index: 2;
    padding: 5px 0;
    font-weight: 500;
    position: relative;
    background: transparent; }
    .input-group.half input:focus + span {
      top: -20px; }

.input-group {
  position: relative;
  margin: 30px 0 16px;
  width: 100%; }
  .input-group input {
    border: 0;
    border-bottom: 2px solid #a7a5b8;
    width: 100%;
    max-width: 560px;
    z-index: 2;
    padding: 5px 0;
    font-weight: 500;
    position: relative;
    background: transparent; }
    .input-group input:focus {
      border-bottom: 2px solid #504c72; }
      .input-group input:focus + span {
        top: -20px; }
    .input-group input.empty + span {
      top: 0; }
  .input-group span {
    font-size: 16px;
    color: #a7a5b8;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 0;
    -webkit-transition: 0.3s ease-in top;
    transition: 0.3s ease-in top;
    font-weight: 500; }
  .input-group.error input {
    border-bottom: 2px solid #ef3f4a; }

.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1; }
  .map iframe {
    width: 100%;
    height: 100%; }

footer {
  background: #504c72;
  position: relative; }
  footer svg {
    stroke: #fff;
    fill: #fff; }
  footer .copyright {
    color: #fff;
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  footer .social-icons {
    color: #fff;
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    footer .social-icons a {
      color: #fff;
      margin-right: 10px; }
      footer .social-icons a:hover svg {
        stroke: #ef3f4a;
        fill: #ef3f4a; }
  footer .nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px; }
  footer .nav a {
    color: #fff;
    padding: 42px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease-in color;
    transition: 0.3s ease-in color; }
  footer .wrapper {
    text-align: center; }
  footer a:hover {
    color: #ef3f4a; }

@media (max-width: 1550px) {
  footer {
    padding-bottom: 50px; }
    footer .nav li {
      margin: 0 10px; }
    footer .nav a {
      padding: 30px 0; }
    footer .social-icons {
      left: 20px;
      top: inherit;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      bottom: 20px; }
    footer .copyright {
      right: 20px;
      top: inherit;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      bottom: 30px; } }

.button_up {
  font-size: 0;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #73708e;
  text-align: center;
  padding: 16px 16px;
  z-index: 15;
  -webkit-border-radius: 50px;
          border-radius: 50px; }
  .button_up.active {
    opacity: 1;
    visibility: visible; }
  .button_up svg {
    fill: #fff;
    stroke: #fff; }
  .button_up:hover {
    background: #ef3f4a; }

.scroll-nav {
  position: fixed;
  top: -100px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 12;
  padding-right: 10px;
  -webkit-transition: 0.3s top ease-in;
  transition: 0.3s top ease-in; }
  .scroll-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px; }
  .scroll-nav a {
    display: inline-block;
    vertical-align: middle;
    padding: 27px 0;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.3s color ease-in;
    transition: 0.3s color ease-in; }
    .scroll-nav a:hover {
      color: #ef3f4a; }
  .scroll-nav .nav {
    width: 100%;
    text-align: right;
    padding-right: 20px; }
  .scroll-nav .logo {
    position: absolute;
    left: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .scroll-nav.open {
    top: 0px; }

.map2 {
  display: none; }

.help {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden; }

.scroll-nav .menu-link {
  display: none; }

.white-back img {
  display: none; }

.photo-block {
  position: relative; }
  .photo-block h3 {
    position: absolute;
    top: 80px;
    left: 0; }
  .photo-block .dot:before {
    width: 11px;
    height: 11px;
    bottom: 3px;
    right: -10px; }
  .photo-block .photo-slider {
    margin-left: 30%; }
    .photo-block .photo-slider img {
      width: 100%; }
  .photo-block .slider-left {
    position: absolute;
    bottom: 40px;
    left: 20%;
    border: 1px solid #eee;
    z-index: 1; }
  .photo-block .slider-right {
    position: absolute;
    bottom: 40px;
    right: 62%;
    border: 1px solid #eee;
    z-index: 1; }
  .photo-block .back-block {
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(239, 239, 239, 0.95);
    width: 70%;
    z-index: 1;
    right: inherit; }

.small-mobile {
  display: none; }

.first-calc {
  position: absolute;
  bottom: 0;
  left: 50.5%;
  -webkit-transform: translate(-50%, 97px);
      -ms-transform: translate(-50%, 97px);
          transform: translate(-50%, 97px); }

.second-calc {
  position: absolute;
  bottom: 0;
  left: 50.5%;
  -webkit-transform: translate(-50%, 101px);
      -ms-transform: translate(-50%, 101px);
          transform: translate(-50%, 101px); }

.third-calc {
  position: absolute;
  bottom: 0;
  left: 50.5%;
  -webkit-transform: translate(-79%, 47px);
      -ms-transform: translate(-79%, 47px);
          transform: translate(-79%, 47px); }

.fourth-calc {
  position: absolute;
  bottom: 0;
  left: 50.5%;
  -webkit-transform: translate(-50%, -49px);
      -ms-transform: translate(-50%, -49px);
          transform: translate(-50%, -49px);
  z-index: 1; }

@media (max-width: 1170px) {
  .slider {
    width: 100%;
    min-height: 100vh;
    height: auto; }
    .slider .slick-list, .slider .slick-track, .slider .slick-slide {
      min-height: 100vh;
      height: auto; }
  .wrapper {
    width: 100%;
    padding: 0 20px; }
  header .logo {
    margin: 10px 0 0 20px; }
  header .menu {
    margin: 50px 0 0 0;
    padding: 0 20px 0 0; }
  .first-slide {
    background: url(../img/slide1_2.jpg) 90% 50% no-repeat; }
  .second-slide {
    background: url(../img/slide2_2.jpg) 90% 50% no-repeat; }
  .third-slide {
    background: url(../img/slide3_2.jpg) 90% 50% no-repeat; }
  .icons-block-vert:after {
    left: 90px; }
  .slider-block {
    text-align: center; }
    .slider-block .social-icons {
      bottom: 20px; }
    .slider-block h1 {
      margin-bottom: 10px;
      text-align: center; }
  .slick-slider .wrapper {
    margin: 225px auto 0px; }
  .slick-slider br {
    display: none; }
  h1 {
    font-size: 40px; }
    h1 span, h1 .dot {
      font-size: 40px; }
  .programm-right .info-block {
    position: relative;
    right: 0;
    top: 0; }
  .programm-right .img-block {
    width: 100%;
    height: auto;
    text-align: center; }
    .programm-right .img-block img {
      width: 600px;
      height: auto; }
  .programm-right .button {
    position: relative;
    right: 0;
    white-space: nowrap;
    top: 0; }
  .programm-left .img-block {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 0 100px;
    text-align: center; }
    .programm-left .img-block img {
      width: 600px;
      height: auto; }
  .programm-left .info-block {
    position: relative;
    left: 0;
    top: 0;
    text-align: left; }
  .programm-left .white-back {
    margin-top: 420px; }
  .programm-left .button {
    position: relative;
    right: 0;
    white-space: nowrap;
    top: 0;
    left: 0; }
  .numbers {
    display: none; }
  .programm-right, .programm-left {
    position: relative;
    padding: 20px 100px; }
  .white-back {
    width: 100%;
    padding: 0;
    height: auto; }
  #parallax3 .white-back, #parallax4 .white-back, #parallax5 .white-back, #parallax6 .white-back {
    padding: 0; }
  .button > span {
    position: relative; }
  .att {
    color: #000;
    z-index: 1;
    position: relative; }
  .big {
    padding-left: 80px; }
  .right-element, .left-element {
    vertical-align: middle; }
  .cite {
    float: none;
    position: relative;
    top: 0; }
    .cite span {
      float: none;
      width: 100%;
      margin-top: 35px; }
  .flags-slider .slider-right {
    right: 37%; }
  .flags-slider .slider-left {
    left: 38%; }
  .fifth-block h3 {
    margin-bottom: 30px; }
  .teachers-slider {
    width: 100%;
    margin: 20px 0; }
  .teachers-slider .slider-right {
    position: absolute;
    bottom: -110px;
    right: 37%; }
  .teachers-slider .slider-left {
    position: absolute;
    bottom: -110px;
    left: 38%; }
  .teachers-slider .slick-slide {
    height: 330px; }
  .teachers-slider p:last-child {
    font-size: 12px; }
  .fifth-block .button.button2 {
    position: absolute;
    right: 20px;
    bottom: -107px; }
  .seventh-block {
    padding: 73px 0 0; }
    .seventh-block .programm-left .info-block {
      position: relative;
      left: 0;
      top: 0; }
    .seventh-block .programm-left .white-back {
      margin-top: 55%;
      width: 100%;
      height: auto; }
    .seventh-block .programm-left .img-block {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      padding: 0 20px; }
      .seventh-block .programm-left .img-block img {
        width: 100%; }
    .seventh-block .programm-left .img-block {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      padding: 0 100px;
      text-align: center; }
      .seventh-block .programm-left .img-block img {
        width: 600px;
        height: auto;
        display: inline-block; }
    .seventh-block .programm-left .info-block {
      position: relative;
      left: 0;
      top: 0;
      text-align: left; }
    .seventh-block .programm-left .white-back {
      margin-top: 420px; }
    .seventh-block .padding-block {
      padding: 0; }
  .life-point-slider .programm-right, .life-point-slider .programm-left {
    padding: 0 0 20px 0; }
  .life-point-slider .slider-right {
    bottom: 10px;
    right: 37%; }
  .life-point-slider .slider-left {
    bottom: 10px;
    left: 38%; }
  .third-calc {
    position: absolute;
    bottom: 0;
    left: 50.5%;
    -webkit-transform: translate(-53%, -19px);
        -ms-transform: translate(-53%, -19px);
            transform: translate(-53%, -19px); }
  .eight-block .icon-block-gor {
    width: 48% !important;
    margin: 10px 0 !important; }
  .nineth-block .contacts-block {
    width: 100%;
    padding: 72px 0 72px 0;
    margin: 0; }
  .map {
    display: none; }
  .map2 {
    display: block;
    width: 100%;
    height: 500px; }
  .help {
    width: 100%; }
  .photo-block .slider-right {
    right: 58%; }
  .photo-block .slider-left {
    left: 3%; }
  .back-block {
    height: 256px;
    width: 100%; }
  .menu-block .container {
    top: 150px;
    height: auto; }
  .menu-block .social-icons {
    bottom: -20px; }
  .menu-open .menu .menu-link {
    right: 20px;
    top: 20px; }
  .scroll-nav .logo {
    left: 10px; }
    .scroll-nav .logo svg {
      width: 100px; }
  .scroll-nav li {
    margin-left: 10px; }
  .scroll-nav a {
    font-size: 13px;
    letter-spacing: 1px; }
  .scroll-nav .nav {
    padding: 0; }
  .photo-block {
    position: relative; }
    .photo-block h3 {
      position: absolute;
      top: 50px;
      left: 10px; }
}

@media (max-width: 767px) {
  header .menu .menu-link > div {
    width: 50px;
    height: 50px;
    padding: 16px 0; }
  header .menu .menu-link p {
    display: none; }
  header .menu .menu-link:hover > div {
    width: 50px;
    height: 50px;
    padding: 16px 0; }
  .icon-block-gor svg {
    margin-right: 16px; }
  .second-block .slick-slide svg, .second-block .slick-slide img {
    width: 80px;
    height: auto; }
  .second-block .slick-slide p {
    font-size: 11px; }
  .slick-slider .wrapper {
    margin: 153px auto 0px; }
  .slider-block .slick-dots {
    bottom: 4px; }
  .menu-block .social-icons {
    position: absolute;
    bottom: 99px; }
  element.style {
    width: 180px; }
  .second-block .dot:before {
    width: 7px;
    height: 7px;
    bottom: 5px;
    right: 0px; }
  .second-block .slick-slide.slick-active {
    padding-top: 35px; }
  .second-block .slick-slide.slick-active svg, .second-block v.slick-slide.slick-active img {
    width: 120px;
    height: 72px;
    display: inline-block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .scroll-nav {
    padding-right: 10px; }
    .scroll-nav .logo {
      left: 10px; }
      .scroll-nav .logo svg {
        width: 100px; }
    .scroll-nav .menu {
      margin: 7px 0 7px;
      padding: 0 0px 0 0;
      text-align: right; }
    .scroll-nav .nav {
      display: none; }
    .scroll-nav .menu-link {
      display: inline-block;
      padding: 0; }
    .scroll-nav .menu {
      text-align: right; }
      .scroll-nav .menu .menu-link > div {
        width: 50px;
        height: 50px;
        padding: 16px 0;
        position: relative;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        background: #ef3f4a; }
        .scroll-nav .menu .menu-link > div span {
          width: 24px;
          height: 3px;
          background: #fff;
          display: block;
          margin: 0 auto 5px; }
      .scroll-nav .menu .menu-link p {
        display: none; }
      .scroll-nav .menu .menu-link svg {
        display: none; }
      .scroll-nav .menu .menu-link:hover > div {
        width: 50px;
        height: 50px;
        padding: 16px 0;
        position: relative;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        background: #ef3f4a; }
        .scroll-nav .menu .menu-link:hover > div span {
          width: 24px;
          height: 3px;
          background: #fff;
          display: block;
          margin: 0 auto 5px; }
  .menu-open header .menu-link {
    display: none; }
  .menu-open .scroll-nav .menu .menu-link > div {
    width: 50px;
    height: 50px;
    padding: 14px 0;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center; }
  .menu-open .scroll-nav .menu .menu-link > div span {
    display: none; }
  header .logo svg {
    width: 85px;
    height: auto; }
  header .menu {
    margin: 17px 0 0 0; }
  .menu-block .container {
    width: 100%;
    position: relative;
    right: 0;
    top: 67px;
    text-align: left;
    height: 90%;
    padding: 0 15px; }
    .menu-block .container ul a {
      font-size: 24px; }
    .menu-block .container ul span {
      font-size: 12px; }
  .menu-block li {
    margin: 10px 0 10px; }
  .slider {
    min-height: 65vh; }
    .slider .slick-list, .slider .slick-track, .slider .slick-slide {
      min-height: 65vh; }
  .slider-block {
    min-height: 65vh;
    text-align: left; }
    .slider-block .contacts-block {
      display: none; }
    .slider-block .icons-block-vert {
      display: none; }
    .slider-block .social-icons {
      display: none; }
    .slider-block h1 {
      text-align: left; }
    .slider-block .slick-dots {
      width: 100%;
      text-align: center; }
  h1 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px; }
    h1 span, h1 .dot {
      font-size: 24px; }
    h1 .dot:before {
      width: 7px;
      height: 7px;
      bottom: 9px;
      right: -9px; }
  h2 {
    letter-spacing: 2px;
    font-size: 22px; }
  .second-block {
    padding: 35px 0 30px; }
    .second-block .slick-slide {
      padding-top: 42px; }
      .second-block .slick-slide p {
        padding: 25px 0 0 0; }
    .second-block h2 {
      width: 253px; }
  .flags-slider .slider-right, .flags-slider .slider-left {
    display: none !important; }
  .left-circle, .right-circle, .middle-right-circle, .middle-left-circle {
    display: none; }
  .white-back .program-text-block {
    padding: 10px; }
  .third-block {
    padding: 34px 0 47px; }
    .third-block .dot:before {
      width: 7px;
      height: 7px;
      bottom: 1px;
      right: -9px; }
    .third-block .icons-block-gor {
      padding: 10px 13px; }
    .third-block .icon-block-gor {
      margin-bottom: 15px; }
    .third-block .white-back .dot:before {
      width: 7px;
      height: 7px;
      bottom: 3px;
      right: -9px; }
    .third-block h3 {
      font-size: 17px; }
  .programm-right, .programm-left {
    padding: 25px 0;
    margin-bottom: 42px; }
    .programm-right .white-back, .programm-left .white-back {
      margin-top: 0; }
    .programm-right .button, .programm-left .button {
      position: absolute;
      right: 0;
      top: initial;
      left: initial;
      bottom: -31px;
      z-index: 1; }
  .att {
    font-size: 12px;
    color: #9b97ac;
    text-align: left;
    font-weight: 500;
    margin: 64px 0 -4px;
    line-height: 20px;
    padding: 0 20px; }
  h4 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    h4 span, h4 .dot {
      font-size: 26px; }
  .icon-block-gor {
    width: 100% !important; }
  .img-block {
    display: none; }
  .white-back img {
    display: block;
    width: 100%;
    margin: 10px 0; }
  .fourth-block {
    background: none;
    padding: 0; }
    .fourth-block .wrapper {
      padding: 0; }
  .left-element {
    display: block;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    background: #504b72;
    position: relative;
    left: -15px;
    padding: 25px 28px 34px; }
    .left-element p {
      font-size: 62px;
      margin-bottom: 61px; }
      .left-element p:after {
        width: 59px;
        height: 6px;
        background: #e6313e;
        content: '';
        display: block;
        position: absolute;
        bottom: -28px;
        left: 9px; }
    .left-element span {
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 26px; }
      .left-element span br {
        display: none; }
  .right-element {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    background: #ef3f4a;
    position: relative;
    left: -15px;
    padding: 33px 35px; }
    .right-element p {
      font-size: 30px;
      margin-bottom: 9px; }
      .right-element p .spincrement {
        font-size: 30px; }
    .right-element span {
      font-size: 14px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .right-element div {
      margin-bottom: 26px; }
      .right-element div.small-mobile {
        display: inline-block; }
    .right-element .small-desktop {
      display: none; }
    .right-element .big:last-child {
      margin-bottom: 0; }
  .small {
    width: 49%;
    padding: 0; }
  .big {
    width: 100%;
    padding: 0; }
  .fifth-block {
    padding: 34px 0 68px; }
    .fifth-block .wrapper {
      padding: 0; }
    .fifth-block .button.button2 {
      position: absolute;
      right: 20px;
      bottom: -51px; }
    .fifth-block h3 {
      font-size: 21px;
      width: 233px;
      padding: 0 20px; }
    .fifth-block .dot:before {
      width: 7px;
      height: 7px;
      bottom: 3px;
      right: -34px; }
    .fifth-block h3:after {
      width: 61px;
      bottom: -29px;
      left: 20px; }
  h3 {
    font-size: 16px; }
    h3:after {
      width: 61px;
      bottom: -29px; }
  .teachers-slider {
    margin: 40px 0; }
    .teachers-slider .slider-right, .teachers-slider .slider-left {
      display: none !important; }
  .cite span {
    float: none;
    width: 100%;
    margin-top: 41px;
    font-weight: normal;
    padding: 0 20px; }
  .sixth-block {
    padding: 37px 0 23px; }
    .sixth-block .wrapper {
      padding: 0; }
    .sixth-block h2 {
      margin: 0 auto 40px;
      width: 282px;
      padding: 0px; }
    .sixth-block .dot:before {
      width: 7px;
      height: 7px;
      bottom: 3px;
      right: -4px;
      background: #fff; }
  .seventh-block {
    padding: 35px 0; }
    .seventh-block .programm-left.life-block h3 {
      letter-spacing: 0.5px;
      font-size: 19px;
      font-weight: 700;
      margin: 23px 0 14px; }
    .seventh-block .dot:before {
      width: 7px;
      height: 7px;
      bottom: 3px;
      right: -10px; }
    .seventh-block .white-back img {
      display: block; }
    .seventh-block h3 {
      margin-bottom: 53px;
      font-size: 21px; }
    .seventh-block h3:after {
      width: 61px;
      bottom: -36px; }
    .seventh-block .programm-left .white-back {
      margin-top: 0; }
    .seventh-block .programm-left .button {
      top: initial;
      bottom: -50px;
      z-index: 14;
      position: absolute;
      right: 20px; }
    .seventh-block .white-back {
      background: #fff;
      width: 100%;
      height: auto;
      padding: 0; }
      .seventh-block .white-back p {
        font-weight: normal; }
  .life-point-slider .slider-right, .life-point-slider .slider-left {
    display: none !important; }
  .life-point-slider .programm-right, .life-point-slider .programm-left {
    padding: 0 0 15px 0; }
  .small-mobile {
    display: block; }
  .eight-block {
    padding: 29px 0; }
    .eight-block .padding-block {
      padding: 0 13px; }
    .eight-block .icon-block-gor {
      display: block;
      width: 100% !important; }
      .eight-block .icon-block-gor svg {
        display: inline-block; }
      .eight-block .icon-block-gor span {
        width: -webkit-calc(100% - 112px);
        width: calc(100% - 112px);
        display: inline-block; }
  .eight-block .icon-block-gor {
    margin: 10px 0 27px !important; }
    .eight-block .icon-block-gor svg {
      margin-right: 17px; }
  .nineth-block .contacts-block {
    padding: 0px 0 100px; }
  .nineth-block .contact-block {
    width: 100%; }
  .nineth-block h3 {
    margin-bottom: 50px; }
    .nineth-block h3:after {
      bottom: -26px; }
  .nineth-block .dot:before {
    width: 7px;
    height: 7px;
    bottom: 3px;
    right: -10px; }
  form {
    margin-top: 16px; }
    form .button {
      position: absolute;
      margin: 24px 0 0;
      display: inline-block;
      width: auto;
      right: 0;
      bottom: 40px; }
  .input-group.half {
    width: 100%; }
    .input-group.half input {
      max-width: 100%; }
  footer {
    text-align: center;
    padding: 39px 0; }
    footer .social-icons, footer .copyright {
      left: 0;
      bottom: 0;
      position: relative;
      font-size: 11px; }
      footer .social-icons a, footer .copyright a {
        margin: 0 24px; }
    footer .nav {
      margin: 22px 0; }
      footer .nav li {
        display: block;
        width: 100%;
        margin: 0; }
      footer .nav a {
        font-size: 18px;
        letter-spacing: 1.7px;
        padding: 10px 0; }
  .photo-block {
    position: relative;
    padding: 40px 0; }
    .photo-block h3 {
      position: relative;
      top: 0;
      left: 0; }
    .photo-block .dot:before {
      width: 7px;
      height: 7px;
      bottom: 3px;
      right: -10px; }
    .photo-block .photo-slider {
      margin-left: 0; }
    .photo-block .slider-left {
      display: none !important; }
    .photo-block .slider-right {
      display: none !important; }
    .photo-block .back-block {
      display: none; }
  .first-calc, .second-calc, .third-calc, .fourth-calc {
    display: none; }
  .nineth-block .contact-block span {
    font-weight: bold; }
  .nineth-block .contact-block:first-child span:last-child {
    font-weight: 500; }
  .nineth-block .contact-block a {
    font-size: 16px;
    font-weight: bold; }
  .modal {
    width: 300px;
    padding: 20px; }
    .modal form .button {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0; }
    .modal .close {
      right: 16px;
      top: 24px;
      z-index: 1; } }

.input-group input:focus + span {
  top: -20px; }

.info-page {
  padding-top: 120px;
  position: relative; }
  .info-page h1 {
    margin: 0 auto 130px;
    width: 520px;
    display: block; }
  .info-page .dot:before {
    bottom: 15px;
    width: 18px;
    height: 18px; }
  .info-page .life-point-slider .programm-right, .info-page .life-point-slider .programm-left {
    padding: 60px 0; }
  .info-page .programm-left .info-block {
    top: 100px; }
  .info-page .life-block.programm-right .info-block {
    position: absolute;
    right: 0;
    top: 100px; }
  .info-page .white-back {
    padding: 48px 32px 35px 32px; }
  .info-page .programm-left.life-block h3, .info-page .programm-right.life-block h3 {
    font-size: 22px;
    margin-bottom: 42px;
    letter-spacing: 2px;
    line-height: 1.4; }
  .info-page .icons-block-gor {
    line-height: 1.6; }
  .info-page .life-point-slider {
    margin-bottom: 60px; }

.blog-page h1 {
  width: 323px;
  margin: 0 auto 130px; }

.blog-page .dot:before {
  width: 18px;
  height: 18px;
  bottom: 14px; }

.blog-page .life-block IMG {
  max-width: 570px; }

.teacher-block {
  margin-bottom: 80px;
  padding-left: 206px; }
  .teacher-block:last-child {
    margin-bottom: 230px; }

.teacher-img {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  max-width: 270px; }
  .teacher-img img {
    width: 100%;
    height: auto; }

.teacher-info {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding-left: 28px;
  padding-top: 16px; }
  .teacher-info span {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 26px; }

.teacher-name {
  font-size: 26px;
  font-weight: 800;
  color: #504c72;
  margin-bottom: 9px;
  letter-spacing: 1px; }

.teacher-lang {
  font-size: 16px;
  font-weight: bold;
  color: #ef3f4a;
  margin-bottom: 21px; }

.other-posts .dot:before {
  width: 11px;
  height: 11px;
  bottom: 3px;
  right: -10px; }

.ill-block {
  text-align: center; }
  .ill-block img {
    width: 970px;
    height: auto;
    margin: 0 auto; }

.post-wrapper {
  position: relative; }

.post-text {
  width: 920px;
  background: #fff;
  padding: 64px 64px;
  position: relative;
  right: -334px;
  top: -210px; }
  .post-text h3 {
    font-size: 40px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 54px; }
    .post-text h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 24px; }
  .post-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 30px; }
  .post-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    }
  .post-text li {
    padding-left: 2em;
    text-indent: -.7em;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    }

  .post-text li::before {
    content: "\002022 ";
    padding-right:7px;
    color: #ef3f4a;
    }
  .post-text ul p {

    margin-bottom: 10px;

    }
  .post-text A {
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 2px;
    }
    .post-text A:hover {
    color:#ef3f4a;
    }

@media only screen and (min-width: 768px) {	
.post-text .post-img {
    width: 40%;
  }
.post-text .post-img.left {
    float: left;
    padding-right: 1.5em;
  }
.post-text .post-img.right {
    float: right;
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
.post-text .post-img.left IMG {
    float: none;
  }
}
.post-text .post-img IMG {
    width: 100%;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
  }

.share-block {
  position: absolute;
  left: 98px;
  top: 680px; }
  .share-block .date {
    margin-bottom: 145px;
    letter-spacing: 2px; }

a.pluso-more {
  display: none !important; }

.video-container {
  position: relative;
  width: 970px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mobile-version {
  display: none !important; }

.pluso-facebook {
  margin: 8px 0 !important;
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #f0f0f0 !important;
  background: url("../img/social.png") no-repeat 8px 11px !important; }
  .pluso-facebook:hover {
    border: 1px solid #e6313e !important;
    background: #e6313e url("../img/social.png") no-repeat -43px 11px !important; }

.pluso-twitter {
  margin: 8px 0 !important;
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #f0f0f0 !important;
  background: url("../img/social.png") no-repeat 8px -71px !important; }
  .pluso-twitter:hover {
    border: 1px solid #e6313e !important;
    background: #e6313e url("../img/social.png") no-repeat -43px 11px !important; }

.pluso-google {
  margin: 8px 0 !important;
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #f0f0f0 !important;
  background: url("../img/social.png") no-repeat 8px -149px !important; }
  .pluso-google:hover {
    border: 1px solid #e6313e !important;
    background: #e6313e url("../img/social.png") no-repeat -43px 11px !important; }

.pluso-counter {
  margin: 0 8px; }

@media (max-width: 1270px) {
  .ill-block img {
    width: 100%;
    max-width: 600px; }
  .post-text {
    width: 100%;
    background: #fff;
    padding: 20px 64px;
    right: 0;
    top: 0; }
  .share-block {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 64px; }
    .share-block .date {
      margin-bottom: 0;
      display: inline-block;
      vertical-align: middle;
      margin-right: 50px; }
  .mobile-version {
    display: inline-block !important;
    vertical-align: middle; }
  .desktop-version {
    display: none !important; }
  #mobile-pulso {
    display: inline-block !important; } }

@media (max-width: 1170px) {
  .info-page {
    padding-top: 185px; }
    .info-page h1 {
      margin: 0 auto 40px; }
    .info-page .programm-left .info-block, .info-page .programm-right .info-block {
      position: relative;
      left: 0;
      top: 0;
      text-align: left; }
    .info-page .padding-block {
      padding: 0; }
    .info-page .programm-left .white-back, .info-page .programm-right .white-back {
      margin-top: 420px; }
    .info-page .programm-left .img-block img, .info-page .programm-right .img-block img {
      width: 600px;
      height: auto;
      display: inline-block; }
    .info-page .programm-left .img-block, .info-page .programm-right .img-block {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      padding: 0;
      text-align: center; }
    .info-page .icons-block-gor {
      text-align: left;
      position: relative;
      line-height: 1.4;
      padding: 10px 0; }
  .teacher-block {
    margin-bottom: 80px;
    padding-left: 0; }
  .teacher-img {
    width: 29%;
    max-width: inherit; }
  .video-container {
    width: 100%; } }

@media (max-width: 767px) {
  .info-page {
    padding-top: 98px; }
    .info-page .white-back img {
      display: block;
      width: 100%;
      margin: 10px 0; }
    .info-page h1 {
      width: 151px; }
    .info-page .dot:before {
      width: 11px;
      height: 11px;
      bottom: 7px;
      right: -13px; }
    .info-page .life-point-slider .programm-right, .info-page .life-point-slider .programm-left {
      padding: 0px 0 70px; }
    .info-page .programm-left .white-back, .info-page .programm-right .white-back {
      margin-top: 0;
      padding: 0 0 20px 0; }
    .info-page .programm-right, .info-page .programm-left {
      margin-bottom: 0; }
    .info-page .white-back p {
      font-weight: 300; }
    .info-page .programm-left .button, .info-page .programm-right .button {
      top: initial;
      bottom: -50px;
      z-index: 14;
      position: absolute;
      right: 20px; }
    .info-page .programm-left.life-block h3, .info-page .programm-right.life-block h3 {
      letter-spacing: 0.5px;
      font-size: 19px;
      font-weight: 700;
      margin: 23px 0 14px; }
  .info-page .life-block.programm-right .info-block {
    position: relative;
    right: 0;
    top: 0; }
  .dot:before {
    width: 11px;
    height: 11px;
    bottom: 7px;
    right: -13px; }
  .teacher-block {
    margin-bottom: 40px;
    padding-left: 0; }
  .teacher-img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    max-width: 400px; }
  .teacher-info {
    width: 100%;
    padding-left: 0;
    padding-top: 0; }
    .teacher-info span {
      font-size: 14px;
      font-weight: normal;
      display: inline-block;
      line-height: 19px; }
  .blog-page .info-page h1 {
    width: 151px; }
  .share-block {
    padding: 20px 0px; }
    .share-block .date {
      margin-bottom: 10px; }
  .post-text {
    padding: 0; }
    .post-text h3 {
      font-size: 22px; }
    .post-text p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 20px; }
	.post-text UL {
      margin-bottom: 30px; }
	.post-text LI {
      font-size: 16px;
      line-height: 1.4;
	  margin-bottom: 5px; }
  .other-posts {
    margin-top: 40px; }
    .other-posts .white-back {
      padding: 20px 0; }
    .other-posts h3 {
      margin-bottom: 20px; } }

.post-text EM {
   font-weight: normal;
   font-size: 16px;
}

.post-text STRONG {
   font-size: 16px;
}