@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent; }

a, abbr, acronym, address, applet, article, aside, audio, big, blockquote,
canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt,
embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike,
sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: none; }

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

td, th {
  text-align: left; }

textarea {
  resize: none; }

address {
  font-style: normal; }

button, input, select, textarea {
  outline: none;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none; }

html.modal-is-open {
  overflow: hidden; }

html, body {
  height: 100%; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #00bb6f;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none; }
  a:focus {
    outline: none; }

.r {
  position: relative; }
  .r::after {
    content: '';
    position: absolute;
    top: 62%;
    left: 0;
    display: block;
    width: 89%;
    height: 3px;
    background-color: #00bb6f; }

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.page {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  font-weight: 700; }

h1 {
  color: #000000;
  font-size: 70px;
  letter-spacing: -1.94px;
  line-height: 100px;
  font-weight: 700; }
  @media (max-width: 768px) {
    h1 {
      font-size: 38px;
      line-height: 43px;
      letter-spacing: -1.06px; } }

h3 {
  color: #000000;
  font-size: 55px;
  line-height: 64px;
  letter-spacing: -0.5px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 40px;
      line-height: 46px;
      letter-spacing: -0.5px; } }
  h3.title {
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      h3.title {
        margin-bottom: 11px;
        color: #000000;
        font-family: "Roboto", serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: -0.5px; } }

.headline {
  display: block;
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .headline {
      max-width: 100%; }
      .headline .logo-cp img {
        max-width: 100%; } }
  .headline .sub {
    width: 100%;
    max-width: 577px;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.8px;
    line-height: 32px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .headline .sub {
        font-size: 15px;
        line-height: 26px; } }

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

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.list {
  list-style: none; }
  .list li {
    display: block;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.18px;
    text-transform: uppercase;
    margin-bottom: 42px; }
    .list li::before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      vertical-align: middle;
      border-radius: 50px;
      margin-top: -2px;
      margin-right: 10px;
      background-color: #657195; }
    .list li:last-child {
      margin-bottom: 0; }

.c-gradient {
  background-image: linear-gradient(44deg, #00bb6f 0%, #fcf06b 100%); }

.c-gray {
  background-color: #f1f2f6; }

.c-black {
  background-color: #000000; }

button, [type="submit"] {
  border: 0;
  cursor: pointer;
  border-width: 0;
  border-radius: 0;
  background: 0 0;
  background-clip: border-box; }
  button.btn, [type="submit"].btn {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 21px 15px; }
  button:disabled, [type="submit"]:disabled {
    opacity: 0.5;
    cursor: default; }
    button:disabled:hover, [type="submit"]:disabled:hover {
      background-color: #00bb6f; }

.btn {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: normal;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btn__action {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    padding: 25px 20px;
    background-color: #00bb6f;
    -webkit-transition: background-color .35s, -webkit-box-shadow .35s;
    transition: background-color .35s, -webkit-box-shadow .35s;
    transition: box-shadow .35s, background-color .35s;
    transition: box-shadow .35s, background-color .35s, -webkit-box-shadow .35s; }
    .btn__action:hover {
      background-color: #000000; }
    .btn__action--black {
      background-color: #00bb6f; }

svg {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px; }

.icon {
  display: inline-block; }
  .icon-book {
    width: 39px;
    height: 32px;
    background-repeat: no-repeat; }
  .icon-clock {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat; }
  .icon-fb::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 25' fill='%23fff'%3E%3Cpath d='M8.44 25V13.6h3.83l.57-4.45h-4.4V6.31c0-1.28.36-2.16 2.2-2.16H13V.17C12.59.12 11.19 0 9.57 0c-3.4 0-5.73 2.07-5.73 5.87v3.28H0v4.45h3.84V25z'/%3E%3C/svg%3E"); }
  .icon-vk::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 17' fill='%23fff'%3E%3Cpath d='M13.21 16.93h1.61s.49-.05.74-.33c.23-.26.22-.74.22-.74s-.03-2.25.97-2.58c1-.33 2.27 2.17 3.62 3.14 1.02.72 1.79.56 1.79.56l3.61-.05s1.88-.12.99-1.66c-.08-.13-.52-1.14-2.68-3.22-2.26-2.18-1.96-1.83.76-5.6 1.66-2.3 2.32-3.7 2.12-4.3-.2-.57-1.42-.42-1.42-.42l-4.06.03s-.3-.05-.52.09c-.22.14-.36.46-.36.46s-.65 1.77-1.5 3.28c-1.81 3.19-2.53 3.36-2.83 3.16-.69-.46-.51-1.85-.51-2.84 0-3.09.45-4.38-.88-4.71a6.63 6.63 0 0 0-1.9-.2c-1.45-.01-2.67.01-3.37.36-.46.24-.81.76-.6.79.27.04.88.17 1.2.62.42.59.4 1.91.4 1.91s.24 3.64-.56 4.09c-.54.31-1.29-.32-2.91-3.21C6.32 4.07 5.7 2.44 5.7 2.44s-.12-.31-.34-.47c-.26-.2-.62-.27-.62-.27l-3.86.03s-.58.02-.79.28c-.19.23-.02.71-.02.71s3.02 7.34 6.44 11.04c3.14 3.39 6.7 3.17 6.7 3.17z'/%3E%3C/svg%3E"); }
  .icon-youtube::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 29px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 20' fill='%23fff'%3E%3Cpath d='M3.82 0A3.8 3.8 0 0 0 0 3.77v12.46A3.8 3.8 0 0 0 3.82 20h21.36A3.8 3.8 0 0 0 29 16.23V3.77A3.8 3.8 0 0 0 25.18 0zm8.39 15.07V4.93L18.95 10z'/%3E%3C/svg%3E"); }
  .icon-check {
    width: 21px;
    height: 16px; }
  .icon-bookmark {
    width: 24px;
    height: 32px;
    background-repeat: no-repeat; }
  .icon-stamp {
    width: 30px;
    height: 32px;
    background-repeat: no-repeat; }
  .icon-medal {
    width: 44px;
    height: 53px;
    background-repeat: no-repeat; }
  .icon-desctope {
    width: 48px;
    height: 42px;
    background-repeat: no-repeat; }
  .icon-smartphone-hand {
    width: 38px;
    height: 48px;
    background-repeat: no-repeat; }
  .icon-message-write {
    width: 32px;
    height: 28px; }
  .icon-arrow-left {
    width: 17px;
    height: 10px; }
  .icon-arrow-right {
    width: 17px;
    height: 10px; }
  .icon-arrow-down {
    width: 14px;
    height: 7px;
    background-repeat: no-repeat; }
  .icon-smartphone-laptop {
    width: 48px;
    height: 42px;
    background-repeat: no-repeat; }
  .icon-cloud-locked {
    width: 48px;
    height: 40px;
    background-repeat: no-repeat; }
  .icon-phone {
    width: 24px;
    height: 25px;
    background-repeat: no-repeat; }
  .icon-mountains {
    width: 89px;
    height: 80px; }
  .icon-sputnik {
    width: 90px;
    height: 90px; }
  .icon-hands {
    width: 37px;
    height: 32px; }
  .icon-home {
    width: 38px;
    height: 31px; }
  .icon-pensil {
    width: 31px;
    height: 32px; }
  .icon-skillbox {
    width: 117px;
    height: 26px; }

.logo .svg-icon {
  display: inline-block;
  width: 345px;
  height: 32px; }

.logo-cp .svg-icon {
  display: block;
  width: 447px;
  height: 48px; }

.lang__item {
  float: left;
  display: inline-block;
  color: #657195;
  font-family: "Roboto", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #e6e8f0;
  border-right-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 6px 3px 8px; }
  .lang__item:last-child {
    border-right-color: #e6e8f0; }
  .lang__item--current {
    color: #000000; }

.social__item {
  float: left;
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  vertical-align: top;
  text-align: center;
  border-radius: 100%;
  margin-right: 12px;
  background-color: #000000;
  -webkit-transition: background-color .35s;
  transition: background-color .35s; }
  .social__item:hover {
    background-color: #00bb6f; }
  .social__item:last-child {
    margin-right: 0; }

.likely, .likely__widget {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  text-indent: 0 !important;
  list-style: none !important;
  font-weight: 400;
  font-family: Open Sans;
  text-transform: uppercase; }

.likely {
  display: inline-block; }

.likely__widget {
  margin: 0;
  font-size: inherit; }

.likely {
  opacity: 0;
  font-size: 0 !important; }

.likely_visible {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in; }

.likely > * {
  display: inline-block;
  visibility: hidden; }

.likely_visible > * {
  visibility: inherit; }

.likely__widget {
  position: relative;
  white-space: nowrap; }

.likely__button, .likely__widget {
  display: inline-block; }

.likely__button, .likely__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  margin: 0;
  outline: 0; }

.likely__button {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.likely__counter {
  display: none;
  position: relative;
  font-weight: 400; }

.likely_ready .likely__counter {
  display: inline-block; }

.likely_ready .likely__counter_empty {
  display: none; }

.likely__button, .likely__counter, .likely__icon, .likely__widget {
  vertical-align: top; }

.likely__widget {
  -webkit-transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
  transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out; }

.likely__widget:active, .likely__widget:focus, .likely__widget:hover {
  -webkit-transition: none;
  transition: none;
  cursor: pointer; }

.likely__icon {
  margin: 0;
  text-align: left;
  display: inline-block; }

.likely svg {
  width: 22px;
  height: 22px; }

.likely__button, .likely__counter {
  line-height: inherit;
  cursor: inherit; }

.likely__button:empty {
  display: none; }

.likely__counter {
  text-align: center; }

.likely .likely__widget {
  color: #3230c7;
  margin-right: 15px;
  background: transparent; }

.likely .likely__widget:last-child {
  margin-right: 0; }

.likely .likely__counter {
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, transparent 0.5px, transparent 100%); }

.likely-light .likely__widget {
  color: #fff;
  fill: #fff;
  background: rgba(236, 236, 236, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em; }

.likely-light .likely__counter {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0) 100%); }

.likely__widget_facebook {
  fill: #3230c7; }

.likely__widget_facebook:active, .likely__widget_facebook:focus, .likely__widget_facebook:hover {
  background: transparent;
  color: #fff;
  fill: #fff; }

.likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus, .likely-light .likely__widget_facebook:hover {
  text-shadow: #425497 0 0 .25em;
  background: rgba(66, 84, 151, 0.7); }

.likely__widget_twitter {
  fill: #3230c7; }

.likely__widget_twitter:active, .likely__widget_twitter:focus, .likely__widget_twitter:hover {
  background: transparent;
  color: #fff;
  fill: #fff; }

.likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus, .likely-light .likely__widget_twitter:hover {
  text-shadow: #00b7ec 0 0 .25em;
  background: rgba(0, 183, 236, 0.7); }

.likely__widget_gplus {
  fill: #3230c7; }

.likely__widget_gplus:active, .likely__widget_gplus:focus, .likely__widget_gplus:hover {
  background: transparent;
  color: #fff;
  fill: #fff; }

.likely-light .likely__widget_gplus:active, .likely-light .likely__widget_gplus:focus, .likely-light .likely__widget_gplus:hover {
  text-shadow: #dd4241 0 0 .25em;
  background: rgba(221, 66, 65, 0.7); }

.likely__widget_vkontakte {
  fill: #3230c7; }

.likely__widget_vkontakte:active, .likely__widget_vkontakte:focus, .likely__widget_vkontakte:hover {
  background: transparent;
  color: #fff;
  fill: #fff; }

.likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus, .likely-light .likely__widget_vkontakte:hover {
  text-shadow: #526e8f 0 0 .25em;
  background: rgba(82, 110, 143, 0.7); }

.likely__widget_pinterest {
  fill: #3230c7; }

.likely__widget_pinterest:active, .likely__widget_pinterest:focus, .likely__widget_pinterest:hover {
  background: transparent;
  color: #fff;
  fill: #fff; }

.likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus, .likely-light .likely__widget_pinterest:hover {
  text-shadow: #cc002b 0 0 .25em;
  background: rgba(204, 0, 43, 0.7); }

.likely__widget_odnoklassniki {
  fill: #3230c7; }

.likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus, .likely__widget_odnoklassniki:hover {
  background: transparent;
  color: #fff;
  fill: #fff; }

.likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus, .likely-light .likely__widget_odnoklassniki:hover {
  text-shadow: #f6903b 0 0 .25em;
  background: rgba(246, 144, 59, 0.7); }

.likely__widget_telegram {
  fill: #3230c7; }

.likely__widget_telegram:active, .likely__widget_telegram:focus, .likely__widget_telegram:hover {
  background: transparent;
  color: #fff;
  fill: #fff; }

.likely-light .likely__widget_telegram:active, .likely-light .likely__widget_telegram:focus, .likely-light .likely__widget_telegram:hover {
  text-shadow: #34abde 0 0 .25em;
  background: rgba(52, 171, 222, 0.7); }

.likely {
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center; }

.likely .likely__icon {
  color: #fff;
  fill: #fff; }

.likely .likely__button {
  padding: 0; }

.likely .likely__counter {
  padding: 1px 4px;
  display: none; }

.likely-big {
  margin: 0 -6px -12px; }

.likely-big .likely__widget {
  line-height: 28px;
  font-size: 18px;
  border-radius: 4px;
  height: 32px;
  margin: 0 6px 12px; }

.likely-big .likely__icon {
  width: 32px;
  height: 32px; }

.likely-big .likely__button {
  padding: 2px 6px 2px 0; }

.likely-big .likely__counter {
  padding: 2px 6px; }

.likely-big svg {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px; }

.likely-small {
  margin: 0 -4px -8px; }

.likely-small .likely__widget {
  line-height: 14px;
  font-size: 12px;
  border-radius: 2px;
  height: 18px;
  margin: 0 4px 8px; }

.likely-small .likely__icon {
  width: 18px;
  height: 18px; }

.likely-small .likely__button {
  padding: 2px 3px 2px 0; }

.likely-small .likely__counter {
  padding: 2px 3px; }

.likely-small svg {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px; }

.quote {
  position: relative;
  display: block;
  width: 100%;
  max-width: 970px;
  color: #000000;
  font-family: "Roboto", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.57px;
  line-height: 42px;
  text-align: center;
  padding-top: 82px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .quote {
      font-size: 20px;
      line-height: 28px;
      padding-top: 65px; } }
  .quote::before {
    content: '';
    position: absolute;
    display: block;
    width: 144px;
    height: 136px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.47;
    background-size: 144px 136px;
    z-index: -1; }
    @media (max-width: 768px) {
      .quote::before {
        width: 110px;
        height: 104px;
        background-size: 110px 104px; } }

input {
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: none; }

.form {
  margin: 0;
  padding: 0; }
  .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px; }
    .form-group::before, .form-group::after {
      content: "";
      display: table; }
    .form-group::after {
      clear: both; }
    .form-group__inline {
      float: left;
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0; }
      .form-group__inline .btn {
        margin: 0; }
      .form-group__inline:first-child {
        margin-right: 10px; }
  .form__label {
    position: absolute;
    top: 50%;
    left: 23px;
    color: #525d83;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 28px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: top .1s ease-in, left .1s ease-in, color .35s, font-size .35s;
    transition: top .1s ease-in, left .1s ease-in, color .35s, font-size .35s; }
  .form__control {
    display: block;
    width: 100%;
    height: 60px;
    vertical-align: top;
    border: 2px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    padding: 18px 50px 16px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    -webkit-transition: border .3s;
    transition: border .3s; }
    .form__control:focus {
      border-color: #3d3bff; }
      .form__control:focus + .form__label {
        top: 13px;
        left: 32px;
        color: #657195;
        font-size: 11px;
        letter-spacing: -0.42px; }
    .form__control--bordered {
      border: 2px solid #cfd6e8; }
      .form__control--bordered:focus {
        border: 2px solid #3d3bff; }
        .form__control--bordered:focus + .form__label {
          top: 13px;
          left: 32px;
          color: #657195;
          font-size: 11px;
          letter-spacing: -0.42px; }
  .form__consent {
    display: block;
    color: rgba(101, 113, 149, 0.7);
    font-family: "Roboto", serif;
    font-size: 14px;
    letter-spacing: -0.47px;
    line-height: 26px;
    margin-bottom: 47px; }
  .form__error {
    position: absolute;
    display: block;
    color: #ef2653;
    font-family: "Open Sans";
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 8px 0;
    top: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .form-success {
    display: block; }
    .form-success__text {
      position: relative;
      display: inline-block;
      max-width: 188px;
      width: 100%;
      height: 54px;
      color: #657195;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 15px;
      letter-spacing: -0.58px;
      line-height: 26px;
      padding-left: 76px; }
      .form-success__text::before {
        content: '';
        position: absolute;
        display: block;
        width: 56px;
        height: 56px;
        top: 50%;
        left: 0;
        border: 2px solid #3d3bff;
        border-radius: 100%;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='%233d3bff'%3E%3Cpath d='M8.985 17.892a.994.994 0 0 1-.7-.288l-8-7.954a.994.994 0 0 1 1.4-1.412l7.253 7.207L22.062.338a.994.994 0 1 1 1.5 1.306L9.743 17.55a.987.987 0 0 1-.711.341h-.037l-.01.001z'/%3E%3C/svg%3E") no-repeat;
        background-size: 24px 18px;
        background-position: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .form-success {
    display: block; }
    .form-success__text {
      position: relative;
      display: inline-block;
      max-width: 188px;
      width: 100%;
      height: 54px;
      color: #657195;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 15px;
      letter-spacing: -0.58px;
      line-height: 26px;
      padding-left: 76px; }
      .form-success__text::before {
        content: '';
        position: absolute;
        display: block;
        width: 56px;
        height: 56px;
        top: 50%;
        left: 0;
        border: 2px solid #3d3bff;
        border-radius: 100%;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='%233d3bff'%3E%3Cpath d='M8.985 17.892a.994.994 0 0 1-.7-.288l-8-7.954a.994.994 0 0 1 1.4-1.412l7.253 7.207L22.062.338a.994.994 0 1 1 1.5 1.306L9.743 17.55a.987.987 0 0 1-.711.341h-.037l-.01.001z'/%3E%3C/svg%3E") no-repeat;
        background-size: 24px 18px;
        background-position: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .form__feedback .form__error {
    color: #ffffff; }
  .form__feedback .form__consent .checkbox input[type=checkbox] + label:after {
    border: 1px solid #ffffff; }

.valid::after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 18px;
  top: 50%;
  right: 20px;
  z-index: 2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='%231FA30F'%3E%3Cpath d='M8.985 17.892a.994.994 0 0 1-.7-.288l-8-7.954a.994.994 0 0 1 1.4-1.412l7.253 7.207L22.062.338a.994.994 0 1 1 1.5 1.306L9.743 17.55a.987.987 0 0 1-.711.341h-.037l-.01.001z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.valid .form__label {
  top: 13px;
  left: 32px;
  color: #657195;
  font-size: 11px;
  letter-spacing: -0.42px; }

.invalid::after {
  content: '';
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  top: 50%;
  right: 20px;
  z-index: 2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 611 611' fill='%23eb073b'%3E%3Cpath d='M356.781 305.982L601.453 61.311c14.033-14.033 14.033-36.771 0-50.774-14.004-14.033-36.741-14.033-50.774 0L306.007 255.208 61.277 10.536c-14.004-14.033-36.771-14.033-50.774 0-14.004 14.004-14.004 36.742 0 50.774l244.701 244.672L10.503 550.684c-14.004 14.004-14.004 36.771 0 50.774 7.016 7.017 16.216 10.51 25.387 10.51 9.2 0 18.371-3.493 25.387-10.51l244.701-244.701 244.671 244.701c7.017 7.017 16.217 10.51 25.388 10.51 9.199 0 18.399-3.493 25.387-10.51 14.033-14.033 14.033-36.771 0-50.774L356.781 305.982z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.invalid input {
  border: 2px solid #eb073b; }
  .invalid input:focus {
    border: 2px solid #eb073b; }

.invalid .form__label {
  top: 13px;
  left: 32px;
  color: #657195;
  font-size: 11px;
  letter-spacing: -0.42px; }

.checkbox {
  position: relative;
  padding-left: 40px; }
  .checkbox input[type=checkbox] {
    display: none; }
    .checkbox input[type=checkbox]:checked + label:after {
      width: 24px;
      height: 24px;
      background: #00bb6f url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='%23fff'%3E%3Cpath d='M8.985 17.892a.994.994 0 0 1-.7-.288l-8-7.954a.994.994 0 0 1 1.4-1.412l7.253 7.207L22.062.338a.994.994 0 1 1 1.5 1.306L9.743 17.55a.987.987 0 0 1-.711.341h-.037l-.01.001z'/%3E%3C/svg%3E") no-repeat;
      background-size: 14px 11px;
      background-position: center; }
  .checkbox label {
    cursor: pointer; }
    .checkbox label:after {
      content: '';
      display: block;
      height: 24px;
      width: 24px;
      position: absolute;
      top: 1px;
      left: 0;
      background-color: #e7e9f1;
      -webkit-transition: background-color .35s;
      transition: background-color .35s; }

.menu-bottom__item {
  display: block;
  color: #000000;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 51px; }

.label {
  display: inline-block;
  color: #ffffff;
  font-family: "Roboto", serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  padding: 7px 10px 6px;
  background-color: #00bb6f; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .modal-hidden {
    visibility: hidden; }
  .modal-open {
    visibility: visible; }
    .modal-open .modal-bg {
      opacity: 1;
      -webkit-transition: opacity .35s;
      transition: opacity .35s;
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .modal-open .modal-inner {
      -webkit-transition: visible .35s;
      transition: visible .35s;
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .modal-open .modal-close {
      visibility: visible; }
  .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
            transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
  .modal-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 99994;
    -webkit-transform: translateZ(0); }
  .modal-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .modal-inline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-duration: 366ms;
            transition-duration: 366ms; }
    .modal-inline::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0; }
      @media (max-width: 768px) {
        .modal-inline::before {
          display: none; } }
  .modal-close {
    position: absolute;
    display: block;
    visibility: hidden;
    width: 60px;
    height: 60px;
    top: 0;
    right: -60px;
    background-color: #000000;
    -webkit-transition: background-color .35s;
    transition: background-color .35s; }
    .modal-close::after {
      content: '';
      position: absolute;
      display: block;
      width: 19px;
      height: 19px;
      top: 50%;
      left: 50%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 611 611' fill='%23fff'%3E%3Cpath d='M356.781 305.982L601.453 61.311c14.033-14.033 14.033-36.771 0-50.774-14.004-14.033-36.741-14.033-50.774 0L306.007 255.208 61.277 10.536c-14.004-14.033-36.771-14.033-50.774 0-14.004 14.004-14.004 36.742 0 50.774l244.701 244.672L10.503 550.684c-14.004 14.004-14.004 36.771 0 50.774 7.016 7.017 16.216 10.51 25.387 10.51 9.2 0 18.371-3.493 25.387-10.51l244.701-244.701 244.671 244.701c7.017 7.017 16.217 10.51 25.388 10.51 9.199 0 18.399-3.493 25.387-10.51 14.033-14.033 14.033-36.771 0-50.774L356.781 305.982z'/%3E%3C/svg%3E");
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .modal-close:hover {
      background-color: #2e3339; }
    @media (max-width: 768px) {
      .modal-close {
        right: 0; } }
  .modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 570px;
    width: 100%;
    height: auto;
    margin: 60px 40px;
    padding: 62px 74px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff; }
    @media (max-width: 768px) {
      .modal-container {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 40px 25px 40px; } }
  .modal__title {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 40px;
    margin-bottom: 3px; }
  .modal__text {
    display: block;
    color: #525d83;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-bottom: 42px; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.info__text {
  display: block;
  color: #ff006c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 40px; }

.faq {
  display: block;
  max-width: 830px;
  width: 100%;
  margin: 0 auto 60px; }
  @media (max-width: 768px) {
    .faq {
      max-width: 100%; } }
  .faq__item {
    display: block;
    border-bottom: 2px solid #e6e6e6; }
    .faq__item:first-child {
      border-top: 2px solid #e6e6e6; }
    .faq__item.current .faq__plus::after {
      opacity: 0; }
  .faq__title {
    position: relative;
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    padding: 30px 60px 33px 83px; }
    @media (max-width: 768px) {
      .faq__title {
        padding-left: 32px; } }
  .faq__num {
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 30px;
    padding-left: 30px; }
    @media (max-width: 768px) {
      .faq__num {
        padding-left: 0px; } }
  .faq__plus {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 38px;
    margin-right: 30px; }
    .faq__plus::before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      top: 50%;
      left: 50%;
      right: 0;
      background-color: #00bb6f;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .faq__plus::after {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 100%;
      top: 50%;
      left: 50%;
      right: 0;
      opacity: 1;
      background-color: #00bb6f;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
  .faq__content {
    display: none;
    color: rgba(101, 113, 149, 0.7);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
    padding: 0px 60px 33px 83px; }
    @media (max-width: 768px) {
      .faq__content {
        padding-left: 32px; } }

.slider {
  position: relative;
  max-width: 1270px;
  margin: 0 auto; }
  .slider::before, .slider::after {
    content: "";
    display: table; }
  .slider::after {
    clear: both; }
  .slider__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768px) {
      .slider__item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .slider-preview {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 720px;
    height: 600px; }
    @media (max-width: 992px) {
      .slider-preview {
        display: none; } }
  .slider-content {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 480px;
        -ms-flex: 480px 0 0px;
            flex: 480px 0 0;
    width: 480px;
    padding: 72px 0px 72px 58px; }
    @media (max-width: 992px) {
      .slider-content {
        -webkit-box-flex: 100%;
            -ms-flex: 100% 0 0px;
                flex: 100% 0 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .slider-content .headline {
      text-align: left;
      margin-bottom: 38px; }
      @media (max-width: 992px) {
        .slider-content .headline {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 32px; } }
      .slider-content .headline h3 {
        color: #000000;
        font-family: "Roboto", serif;
        font-size: 45px;
        font-weight: 700;
        letter-spacing: -0.41px; }
        @media (max-width: 768px) {
          .slider-content .headline h3 {
            color: #000000;
            font-family: "Roboto", serif;
            font-size: 40px;
            font-weight: 700;
            line-height: 46px;
            letter-spacing: -0.5px; } }
    .slider-content__item {
      display: block;
      max-width: 480px; }
      .slider-content__item .count {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #ffffff;
        font-family: "Roboto Slab", serif;
        font-size: 20px;
        text-align: center;
        font-weight: 400;
        border-radius: 50%;
        margin-bottom: 20px;
        background-color: #00bb6f; }
      .slider-content__item h3 {
        display: block;
        color: #000000;
        font-family: "Roboto", serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-bottom: 14px; }
      .slider-content__item p {
        max-width: 480px;
        color: rgba(101, 113, 149, 0.7);
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.5px; }

.slider .slick-prev {
  position: absolute;
  width: 60px;
  height: 48px;
  right: 415px;
  bottom: 0px;
  background-color: #000;
  background-image: url("../icons/icon-left-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50% 50%;
  color: #fff;
  font-size: 0;
  z-index: 1001;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .slider .slick-prev:hover {
    background-color: #00bb6f; }
  @media (max-width: 992px) {
    .slider .slick-prev {
      bottom: 0px;
      right: auto;
      left: 15px; } }
  @media (max-width: 768px) {
    .slider .slick-prev {
      bottom: 0; } }

.slider .slick-next {
  position: absolute;
  width: 60px;
  height: 48px;
  right: 350px;
  bottom: 0px;
  background-color: #000;
  background-image: url("../icons/icon-right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50% 50%;
  color: #fff;
  font-size: 0;
  z-index: 1001; }
  .slider .slick-next:hover {
    background-color: #00bb6f; }
  @media (max-width: 992px) {
    .slider .slick-next {
      bottom: 0px;
      right: auto;
      left: 80px; } }
  @media (max-width: 768px) {
    .slider .slick-next {
      bottom: 0; } }

.slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slider .slick-slide:focus {
  outline: none; }

.slider .slick-disabled {
  background-color: #2e3339; }
  .slider .slick-disabled:hover {
    background-color: #2e3339; }

.slider .slick-dots {
  font-size: 0; }

.slider .slick-active {
  font-size: 20px; }

.slider .paginator {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(82, 93, 131, 0.7); }
  @media (max-width: 992px) {
    .slider .paginator {
      bottom: 0;
      right: auto;
      left: 165px; } }
  @media (max-width: 768px) {
    .slider .paginator {
      bottom: 0; } }

.slider .current {
  font-size: 18px;
  font-weight: 600; }

.slick-initialized .slick-slide {
  display: block; }

.landing-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 605px;
  -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
          box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  background: #fff;
  z-index: 1010;
  padding: 90px 70px 60px 135px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  @media screen and (max-width: 768px) {
    .landing-menu {
      width: 100%; } }

@media (max-width: 991px) {
  .landing-menu {
    padding-left: 70px; } }

@media screen and (max-width: 767px) {
  .landing-menu {
    width: 100%;
    padding: 60px 25px 30px; } }

.landing-menu.is-open {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.landing-menu__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  cursor: pointer; }

@media (min-width: 768px) {
  .landing-menu__close:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .landing-menu__close svg {
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); } }

@media screen and (max-width: 767px) {
  .landing-menu__close {
    top: 20px; }
  .landing-menu__close svg {
    width: 20px;
    height: 20px; } }

.landing-menu__list {
  color: #657195;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 35px;
  letter-spacing: -.8px; }

@media screen and (max-width: 767px) {
  .landing-menu__list {
    font-size: 16px;
    line-height: 28px; } }

.landing-menu__list li {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .landing-menu__list li {
    margin-bottom: 10px; } }

.landing-menu__list a {
  color: #657195;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }

.landing-menu__info {
  padding-top: 35px;
  border-top: 2px solid #e6e8f0; }

.landing-menu__phone {
  display: block;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px; }

.landing-menu__call {
  text-align: center;
  margin-bottom: 45px; }

@media screen and (max-width: 767px) {
  .landing-menu__call {
    margin-bottom: 30px; } }

.landing-menu__call .button {
  width: 100%; }

.icon-close {
  width: 27px;
  height: 27px; }

.landing-menu__social .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.landing-menu__social .social-list__elem {
  margin: 0 6px; }

.landing-menu__social .social-list__link {
  width: 56px;
  height: 56px;
  display: block;
  position: relative;
  background: #000;
  border-radius: 50%;
  -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.landing-menu__social .social-list__link:hover {
  background: #00bb6f; }

.landing-menu__social .social-list__link svg {
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip: auto;
  -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.landing-menu__social .icon-fb {
  width: 13px;
  height: 25px; }

.landing-menu__social .icon-vk {
  width: 22px;
  height: 14px; }

.landing-menu__social .icon-ytb {
  width: 29px;
  height: 20px; }

.tagline {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 5; }
  @media screen and (max-width: 1280px) {
    .tagline {
      top: 72px; } }
  @media screen and (max-width: 1200px) {
    .tagline .tagline__link {
      width: 168px;
      height: 47px;
      background-size: 168px 47px; } }
  @media screen and (max-width: 768px) {
    .tagline {
      top: 65px; } }
  .tagline__link {
    position: relative;
    display: block;
    width: 268px;
    height: 76px;
    background-repeat: no-repeat;
    background-image: url("../images/tagline.png"); }

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::before, .container::after {
    content: "";
    display: table; }
  .container::after {
    clear: both; }

.page {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 320px; }
  @media (max-width: 768px) {
    .page {
      height: auto; } }

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1009;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }
  .header.is-sticky {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
            box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5); }
    .header.is-sticky .header__burger .burger-menu svg {
      fill: #000; }
    .header.is-sticky .likely .likely__icon {
      fill: rgba(0, 0, 0, 0.7); }
  .header__inside {
    position: relative;
    display: block;
    padding-bottom: 15px; }
    .header__inside::before, .header__inside::after {
      content: "";
      display: table; }
    .header__inside::after {
      clear: both; }
  .header__logo {
    float: left;
    margin-top: 16px;
    margin-left: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .header__logo .logo img {
      max-width: 100%; }
    @media (max-width: 1100px) {
      .header__logo .logo {
        width: 300px;
        margin-top: 2px;
        background-size: 100%; } }
    @media (max-width: 768px) {
      .header__logo {
        margin-top: 20px;
        margin-left: 40px; }
        .header__logo .logo {
          width: 216px;
          height: 16px;
          margin-top: 0;
          background-size: 100%; } }
  .header__callback {
    float: right;
    display: inline-block;
    color: #00bb6f;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.08px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 28px;
    margin-right: 28px; }
    @media screen and (max-width: 980px) {
      .header__callback {
        display: none; } }
  .header__phone {
    float: right;
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 22px;
    margin-right: 40px; }
    @media screen and (max-width: 980px) {
      .header__phone {
        margin-top: 15px; } }
    @media screen and (max-width: 768px) {
      .header__phone {
        margin-top: 12px;
        margin-right: 0; } }
    @media screen and (max-width: 980px) {
      .header__phone .text {
        display: none; } }
    .header__phone--icon {
      display: none; }
      @media (max-width: 980px) {
        .header__phone--icon {
          display: inline-block; } }
  .header__burger {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px; }
    .header__burger .burger-menu {
      width: 32px;
      height: 66px;
      cursor: pointer;
      position: relative;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out; }
      @media screen and (max-width: 1100px) {
        .header__burger .burger-menu {
          height: 59px; } }
      @media screen and (max-width: 768px) {
        .header__burger .burger-menu {
          height: 56px; } }
      .header__burger .burger-menu .icon-burger {
        fill: #000;
        position: absolute;
        width: 32px;
        height: 24px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        clip: auto;
        margin: auto;
        clip: auto; }
        @media screen and (max-width: 768px) {
          .header__burger .burger-menu .icon-burger {
            width: 24px;
            height: 58px; } }
  .header__share {
    float: right;
    display: inline-block;
    margin-top: 21px; }
    .header__share .likely .likely__icon {
      fill: rgba(0, 0, 0, 0.7); }
    @media (max-width: 768px) {
      .header__share {
        display: none;
        position: absolute;
        top: 90px;
        float: none;
        left: 0;
        right: 0; } }

.action-line {
  display: block;
  text-align: center; }
  .action-line .logo-cp {
    display: block;
    margin-bottom: 12px; }
  .action-line__sub {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #657195;
    padding-top: 27px; }

.cgi {
  display: block;
  max-width: 766px;
  margin: 0 auto; }
  .cgi__text {
    display: block;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.8px; }

.feedback {
  background-color: #00bb6f; }
  .feedback__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 71px;
    padding-bottom: 71px; }
    .feedback__inside::before, .feedback__inside::after {
      content: "";
      display: table; }
    .feedback__inside::after {
      clear: both; }
    @media (max-width: 768px) {
      .feedback__inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 52px 25px; } }
  .feedback__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 520px; }
    @media (max-width: 768px) {
      .feedback__content {
        margin-bottom: 32px; } }
  .feedback__title {
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.75px;
    line-height: 40px;
    margin-bottom: 6px; }
  .feedback__sub {
    display: block;
    color: #ffffff;
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.58px;
    line-height: 26px; }
  .feedback__form {
    float: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto; }
    @media (max-width: 992px) {
      .feedback__form {
        float: none;
        margin-right: auto; } }
    .feedback__form .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
      .feedback__form .form-group__inline {
        margin-right: 0;
        margin-bottom: 30px; }
        .feedback__form .form-group__inline .btn {
          width: 100%;
          max-width: none;
          background-color: #000000; }
  .feedback__form .form__consent {
    margin-bottom: 0; }
    .feedback__form .form__consent .checkbox label {
      color: #ffffff; }
      .feedback__form .form__consent .checkbox label::after {
        border: 1px solid #ffffff; }
      .feedback__form .form__consent .checkbox label a {
        color: #ffffff;
        text-decoration: underline; }

.cover {
  position: relative;
  display: block;
  height: 688px;
  padding-top: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: linear-gradient(57.26deg, #dedbd6 0%, #f4f4f4 100%); }
  @media screen and (max-width: 768px) {
    .cover {
      height: auto;
      padding-top: 125px; } }
  .cover__sharing {
    display: none; }
    @media screen and (max-width: 768px) {
      .cover__sharing {
        display: block; }
        .cover__sharing svg {
          fill: rgba(0, 0, 0, 0.7); } }
  .cover-center {
    position: relative;
    display: block;
    text-align: center;
    margin: 29px auto 0;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .cover-center {
        margin-left: -15px;
        margin-right: -15px; } }
    .cover-center .pre-title {
      display: block;
      color: #000;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.83px;
      line-height: 32px;
      margin-bottom: 9px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .cover-center .pre-title {
          color: #000;
          padding-left: 15px;
          padding-right: 15px; } }
    .cover-center h1 {
      font-size: 55px;
      line-height: 64px;
      margin-bottom: 65px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .cover-center h1 {
          margin-bottom: 53px;
          font-size: 38px;
          font-weight: 700;
          line-height: 43px;
          letter-spacing: -1.06px;
          padding-left: 15px;
          padding-right: 15px; } }
  .cover-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch; }
    .cover-box .video {
      display: block;
      width: 770px;
      height: 460px; }
      @media screen and (max-width: 1200px) {
        .cover-box .video {
          width: 100%; }
          .cover-box .video::before, .cover-box .video::after {
            content: "";
            display: table; }
          .cover-box .video::after {
            clear: both; }
          .cover-box .video iframe {
            max-width: 561px;
            max-height: 334px;
            margin: 0 auto 95px; } }
      @media screen and (max-width: 768px) {
        .cover-box .video iframe {
          max-width: 100%; } }
    .cover-box .form {
      position: relative;
      width: 400px;
      height: 460px;
      padding: 80px 80px 40px;
      -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
              box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #ffffff; }
      @media screen and (max-width: 1200px) {
        .cover-box .form {
          width: 50%;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 80px 40px 80px 40px; } }
      @media screen and (max-width: 768px) {
        .cover-box .form {
          width: 100%; } }
      .cover-box .form__label {
        position: absolute;
        display: block;
        width: 110px;
        height: 122px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        background-image: url("../icons/label.svg");
        background-repeat: no-repeat; }
        .cover-box .form__label .sale {
          display: block;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 10px 15px; }
          .cover-box .form__label .sale__title {
            display: block;
            color: #ffffff;
            font-family: "Roboto", serif;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1.27px;
            text-transform: uppercase;
            margin-bottom: 7px; }
          .cover-box .form__label .sale__percent {
            display: block;
            color: #ffffff;
            font-family: "Roboto", serif;
            font-size: 30px;
            font-weight: 700;
            letter-spacing: -0.75px;
            line-height: 28px;
            margin-bottom: 3px; }
          .cover-box .form__label .sale__special {
            display: block;
            color: rgba(255, 255, 255, 0.7);
            font-family: "Roboto", serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: -0.5px;
            line-height: 24px; }
      .cover-box .form__title {
        display: block;
        color: #000000;
        font-family: "Roboto", serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 28px; }
        .cover-box .form__title::after {
          content: '';
          display: block;
          width: 168px;
          height: 2px;
          margin: 20px auto 22px;
          background-color: #e6e8f0; }
      .cover-box .form__before {
        display: block;
        color: #000000;
        font-family: "Roboto", serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.27px;
        text-transform: uppercase;
        margin-bottom: 15px; }
      .cover-box .form__date {
        display: block;
        color: #000000;
        font-family: "Roboto Slab", serif;
        font-size: 80px;
        font-weight: 300;
        letter-spacing: -2px;
        margin-bottom: 15px; }
      .cover-box .form__month {
        display: block;
        color: rgba(0, 0, 0, 0.7);
        font-family: "Roboto", serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: -0.58px;
        margin-bottom: 25px; }
      .cover-box .form__action .btn {
        padding-left: 25px;
        padding-right: 25px;
        background-color: #00bb6f; }
  .cover__btn {
    display: none;
    margin-bottom: 56px; }
    @media screen and (max-width: 768px) {
      .cover__btn {
        display: block; } }
  .cover-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 49px 0 28px;
    border-bottom: 2px solid #e6e8f0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .cover-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 50%;
        padding-top: 100px;
        padding-left: 30px;
        padding-right: 60px;
        border-left: 2px solid #e6e8f0;
        border-bottom: 0;
        background-color: #ffffff; } }
    @media screen and (max-width: 768px) {
      .cover-bottom {
        width: 100%;
        padding-top: 49px;
        padding-left: 0;
        border: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.1);
        background-color: #00bb6f; } }
    .cover-bottom__item {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 200px;
      width: 100%;
      color: #000000;
      font-family: "Roboto", serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: -0.5px;
      text-align: left;
      margin-right: 100px;
      padding-left: 20px; }
      @media screen and (max-width: 1200px) {
        .cover-bottom__item {
          max-width: 100%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .cover-bottom__item {
          position: relative;
          display: block;
          font-family: "Open Sans", Arial, sans-serif;
          font-size: 20px;
          font-weight: 700;
          line-height: 28px;
          letter-spacing: -0.5px;
          margin-bottom: 34px; }
          .cover-bottom__item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 6px;
            height: 6px;
            background-color: #00bb6f;
            border-radius: 50%; } }
      .cover-bottom__item::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        top: 12px;
        left: 0;
        border-radius: 50%;
        background-color: #00bb6f; }
        @media screen and (max-width: 768px) {
          .cover-bottom__item::before {
            display: none; } }
      .cover-bottom__item:last-child {
        margin-right: 0; }

.section {
  padding: 68px 0 60px; }
  @media (max-width: 768px) {
    .section {
      padding-top: 36px;
      padding-bottom: 50px; } }
  .section--cgi {
    padding: 200px 0 60px; }
    @media screen and (max-width: 1200px) {
      .section--cgi {
        padding-top: 600px; } }
    @media (max-width: 768px) {
      .section--cgi {
        padding-top: 59px;
        padding-bottom: 0px; } }
  .section.slider-wrap {
    padding: 0; }
  .section.direction .headline {
    margin-bottom: 60px; }
  .section.training .headline {
    margin-bottom: 43px; }
  .section.program-courses {
    padding-bottom: 0; }
    .section.program-courses .headline {
      margin-bottom: 58px; }
  .section.homework .headline {
    max-width: 780px;
    margin-bottom: 57px; }
  .section.homework .content {
    display: block;
    max-width: 559px;
    width: 100%;
    color: rgba(101, 113, 149, 0.7);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 0 auto 53px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 768px) {
      .section.homework .content {
        padding: 0 15px; } }
  @media (max-width: 768px) {
    .section.homework .container {
      padding-left: 0px;
      padding-right: 0px; } }
  .section.about-cp {
    padding-bottom: 0; }
    .section.about-cp .headline {
      margin-bottom: 74px; }
    .section.about-cp .online-platform__counters {
      margin-bottom: 64px; }
    .section.about-cp .online-platform__count {
      color: #00bb6f; }
    .section.about-cp .online-platform__footer {
      color: #657195; }
  .section.technology {
    padding-bottom: 90px; }
    .section.technology .headline {
      max-width: 780px;
      margin-bottom: 40px; }
  .section.platform-skillbox .headline {
    max-width: 780px;
    margin-bottom: 113px; }
  .section.headliner .headline {
    margin-bottom: 66px; }
    @media (max-width: 768px) {
      .section.headliner .headline {
        padding-left: 23px;
        padding-right: 23px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  @media (max-width: 768px) {
    .section.headliner .container {
      padding-left: 0px;
      padding-right: 0px; } }
  .section.diplom-project {
    padding-bottom: 0; }
    .section.diplom-project .headline {
      margin-bottom: 63px; }
  .section.total-course {
    padding: 0 0 90px; }
    @media (max-width: 768px) {
      .section.total-course .container {
        padding-left: 0px;
        padding-right: 0px; } }
  .section.prices {
    padding-bottom: 300px; }
    .section.prices .headline {
      margin-bottom: 47px; }
  .section.teachers .headline {
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .section.teachers .headline {
        padding-left: 23px;
        padding-right: 23px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  @media (max-width: 768px) {
    .section.teachers .container {
      padding-left: 0px;
      padding-right: 0px; } }
  .section.question .headline {
    max-width: 780px;
    margin-bottom: 47px; }
  .section.get-course .headline {
    max-width: 790px;
    margin-bottom: 77px; }
  .section--partners .headline {
    max-width: 930px; }

.about-courses {
  padding-top: 59px; }
  @media (max-width: 768px) {
    .about-courses {
      padding-bottom: 0px; } }
  .about-courses .headline {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.course-box {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768px) {
    .course-box {
      padding: 0 15px; } }

.course-tab {
  display: block;
  text-align: center;
  margin-bottom: 123px; }
  @media screen and (max-width: 768px) {
    .course-tab {
      margin-bottom: 76px;
      padding-bottom: 20px; } }
  .course-tab__item {
    position: relative;
    display: inline-block;
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.92px;
    margin-right: 96px; }
    @media screen and (max-width: 768px) {
      .course-tab__item {
        display: block;
        margin-right: 0;
        margin-bottom: 10px; }
        .course-tab__item:last-child {
          margin-bottom: 0; } }
    .course-tab__item.current .course-tab__text::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      left: 0;
      right: 0;
      bottom: -8px;
      background-color: #00bb6f; }
      @media screen and (max-width: 768px) {
        .course-tab__item.current .course-tab__text::after {
          bottom: 0px; } }
    .course-tab__item:last-child {
      margin-right: 0; }
  .course-tab__text {
    position: relative;
    display: inline-block; }

.course-content {
  position: relative; }
  @media screen and (max-width: 768px) {
    .course-content {
      padding-bottom: 0; } }
  .course-content__item {
    position: relative;
    display: none;
    max-width: 100%;
    height: 300px;
    padding-right: 270px; }
    @media screen and (max-width: 768px) {
      .course-content__item {
        padding-right: 0;
        padding-bottom: 0;
        height: auto; } }
    .course-content__item.designer::after {
      content: '';
      position: absolute;
      display: block;
      width: 217px;
      height: 420px;
      right: 0;
      bottom: -25%;
      z-index: -1;
      background-image: url("../images/course-bg.png");
      background-repeat: no-repeat;
      background-position: bottom right; }
      @media screen and (max-width: 768px) {
        .course-content__item.designer::after {
          display: none; } }
    .course-content__item.photograph::after {
      content: '';
      position: absolute;
      display: block;
      width: 439px;
      height: 628px;
      right: -190px;
      bottom: -100%;
      z-index: -1;
      background-image: url("../images/photograph.png");
      background-repeat: no-repeat;
      background-position: bottom right; }
      @media screen and (max-width: 768px) {
        .course-content__item.photograph::after {
          display: none; } }
    .course-content__item.producer::after {
      content: '';
      position: absolute;
      display: block;
      width: 183px;
      height: 552px;
      right: 0;
      bottom: -50%;
      z-index: -1;
      background-image: url("../images/art_director.png");
      background-repeat: no-repeat;
      background-position: bottom right; }
      @media screen and (max-width: 768px) {
        .course-content__item.producer::after {
          display: none; } }
    .course-content__item.current {
      display: block; }
    .course-content__item h3 {
      color: #000000;
      font-family: "Roboto", serif;
      font-size: 44px;
      font-weight: 700;
      line-height: 44px;
      letter-spacing: -1.1px;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .course-content__item h3 {
          color: #000000;
          font-family: "Roboto", serif;
          font-size: 40px;
          font-weight: 700;
          line-height: 46px;
          letter-spacing: -0.5px; } }
    .course-content__item p {
      color: rgba(101, 113, 149, 0.7);
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: -0.5px; }

.features {
  display: block;
  text-align: center;
  margin-bottom: 56px; }
  @media (max-width: 768px) {
    .features {
      margin-bottom: 58px; } }
  .features__item {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin-right: 130px;
    margin-bottom: 56px; }
    .features__item:nth-child(3n+3) {
      margin-right: 0; }
    @media (max-width: 768px) {
      .features__item {
        margin-bottom: 53px; } }
  .features__icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 23px;
    background-color: #00bb6f; }
    @media (max-width: 768px) {
      .features__icon {
        margin-bottom: 27px; } }
  .features__title {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-bottom: 30px; }
  .features__text {
    display: block;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 26px; }
  .features-list {
    display: block;
    padding-top: 45px;
    margin-bottom: 120px; }
    .features-list::before, .features-list::after {
      content: "";
      display: table; }
    .features-list::after {
      clear: both; }
    @media (max-width: 1200px) {
      .features-list {
        max-width: 570px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 768px) {
      .features-list {
        padding-top: 25px;
        margin-bottom: 27px; } }
    .features-list__item {
      position: relative;
      display: inline-block;
      max-width: 280px;
      width: 100%;
      vertical-align: top;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .features-list__item:last-child .features-list__num::after {
        display: none; }
      @media (max-width: 1200px) {
        .features-list__item {
          margin-bottom: 40px; }
          .features-list__item:nth-child(2n+2) .features-list__num::after {
            display: none; } }
      @media (max-width: 768px) {
        .features-list__item {
          max-width: 100%;
          margin-bottom: 28px; }
          .features-list__item:last-child {
            margin-bottom: 0; } }
    .features-list__num {
      position: relative;
      display: block;
      width: 120px;
      height: 120px;
      line-height: 120px;
      color: #000000;
      font-family: "Roboto Slab", serif;
      font-size: 50px;
      font-weight: 300;
      letter-spacing: -1.25px;
      text-align: center;
      border-radius: 100%;
      margin: 0 auto 25px;
      background-color: rgba(216, 219, 230, 0.34); }
      .features-list__num::after {
        content: '';
        position: absolute;
        display: block;
        width: 106px;
        height: 6px;
        top: 50%;
        right: -133px;
        background-image: url("../icons/dotted.png");
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (max-width: 768px) {
          .features-list__num::after {
            display: none; } }
    .features-list__title {
      display: block;
      color: #000000;
      font-family: "Roboto", serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.5px;
      line-height: 28px;
      text-align: center;
      margin-bottom: 14px; }
    .features-list__text {
      display: block;
      color: #657195;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 15px;
      letter-spacing: -0.5px;
      line-height: 26px;
      text-align: center; }
  .features-box {
    display: block;
    text-align: center;
    margin-bottom: 55px; }
    .features-box__item {
      display: inline-block;
      max-width: 420px;
      width: 100%;
      vertical-align: top;
      text-align: left;
      margin-right: 77px; }
      .features-box__item:last-child {
        margin-right: 0; }
      @media (max-width: 768px) {
        .features-box__item {
          margin-right: 0;
          margin-bottom: 30px; }
          .features-box__item:last-child {
            margin-bottom: 0; } }
    .features-box__content {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .features-box__icon {
      position: absolute;
      display: inline-block;
      width: 48px;
      top: 30px;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 768px) {
        .features-box__icon {
          position: relative;
          display: block;
          top: 0;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
    .features-box__title {
      display: block;
      color: #000000;
      font-family: "Roboto", serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.5px;
      line-height: 28px;
      margin-left: 70px; }
      @media (max-width: 768px) {
        .features-box__title {
          margin-left: 0; } }

.main-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 53px; }
  @media (max-width: 768px) {
    .main-direction {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .main-direction__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 357px;
    width: 100%;
    text-align: left;
    margin-right: 103px; }
    @media (max-width: 768px) {
      .main-direction__item {
        text-align: center;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px; } }
    .main-direction__item:last-child {
      margin-right: 0; }
  .main-direction__icon {
    display: block;
    margin-bottom: 19px; }
  .main-direction__title {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 14px; }
  .main-direction__text {
    display: block;
    color: rgba(101, 113, 149, 0.7);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px; }

.level {
  display: block;
  max-width: 766px;
  width: 100%;
  margin: 0 auto 29px;
  padding: 30px 56px 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
          box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .level {
      max-width: 100%;
      height: auto;
      padding-left: 24px;
      padding-right: 24px; } }
  .level-nav {
    display: block;
    text-align: center;
    margin-bottom: 49px; }
    @media (max-width: 768px) {
      .level-nav {
        overflow-y: hidden;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px; } }
    .level-nav__item {
      position: relative;
      display: inline-block;
      color: #000000;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 28px;
      text-transform: uppercase;
      letter-spacing: 0.92px;
      margin-right: 100px; }
      @media (max-width: 768px) {
        .level-nav__item {
          display: table;
          margin-right: 50px; } }
      .level-nav__item.current::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        left: 0;
        right: 0;
        bottom: -8px;
        background-color: #00bb6f; }
      .level-nav__item:last-child {
        margin-right: 0; }
  .level-content__item {
    display: none;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.8px; }
    .level-content__item.current {
      display: block; }

.cases {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }
  .cases::before, .cases::after {
    content: "";
    display: table; }
  .cases::after {
    clear: both; }
  @media (max-width: 768px) {
    .cases {
      display: none;
      max-width: 100%; } }
  .cases-outside {
    position: relative;
    overflow: hidden; }
    .cases-outside::before, .cases-outside::after {
      content: "";
      display: table; }
    .cases-outside::after {
      clear: both; }
  .cases__image {
    float: left; }

.cases .slick-prev {
  position: absolute;
  width: 60px;
  height: 48px;
  right: 615px;
  bottom: 0px;
  background-color: #000;
  background-image: url("../icons/icon-left-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50% 50%;
  color: #fff;
  font-size: 0;
  z-index: 1001;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .cases .slick-prev:hover {
    background-color: #00bb6f; }
  @media (max-width: 1200px) {
    .cases .slick-prev {
      right: auto;
      left: 15px; } }

.cases .slick-next {
  position: absolute;
  width: 60px;
  height: 48px;
  right: 546px;
  bottom: 0px;
  background-color: #000;
  background-image: url("../icons/icon-right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50% 50%;
  color: #fff;
  font-size: 0;
  z-index: 1001; }
  .cases .slick-next:hover {
    background-color: #00bb6f; }
  @media (max-width: 1200px) {
    .cases .slick-next {
      right: auto;
      left: 80px; } }

.cases .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.cases .slick-slide:focus {
  outline: none; }

.cases .slick-disabled {
  background-color: #2e3339; }
  .cases .slick-disabled:hover {
    background-color: #2e3339; }

.cases .slick-dots {
  font-size: 0; }

.cases .slick-active {
  font-size: 20px; }

.cases .paginator {
  position: absolute;
  right: 194px;
  bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(82, 93, 131, 0.7); }
  @media (max-width: 1200px) {
    .cases .paginator {
      bottom: -48px;
      right: auto;
      left: 165px; } }

.cases .current {
  font-size: 18px;
  font-weight: 600; }

.slick-initialized .slick-slide {
  display: block; }

.projects__wrap {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  .projects__wrap::before, .projects__wrap::after {
    content: "";
    display: table; }
  .projects__wrap::after {
    clear: both; }
  .projects__wrap img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.projects__item {
  float: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-height: 1px;
  max-height: 580px; }
  .projects__item.col-1 {
    width: 20%; }
    @media screen and (max-width: 992px) {
      .projects__item.col-1 {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .projects__item.col-1 {
        width: 100%; } }
    .projects__item.col-1 .projects__article {
      width: 100%; }
  .projects__item.col-2 {
    width: 40%; }
    @media screen and (max-width: 992px) {
      .projects__item.col-2 {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .projects__item.col-2 {
        width: 100%; } }

.projects__article {
  float: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 290px;
  background-color: #d8d8d8; }
  .projects__article::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background-color: rgba(0, 187, 111, 0.8);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .projects__article:hover::after {
    opacity: 1; }
  .projects__article--horizontal {
    width: 100%; }
  .projects__article--vertical {
    width: 100%;
    height: 580px; }
  .projects__article.float-right {
    float: right; }

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

.headliner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
          box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .headliner-box {
      max-width: 100%;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.headliner__preview {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 470px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 992px) {
    .headliner__preview {
      max-width: 50%;
      width: 50%; } }
  @media (max-width: 768px) {
    .headliner__preview {
      max-width: 100%;
      width: 100%;
      height: 400px;
      background-position: top center; } }

.headliner__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 70px 78px 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 992px) {
    .headliner__content {
      max-width: 50%;
      width: 50%;
      padding-left: 23px;
      padding-right: 23px; } }
  @media (max-width: 768px) {
    .headliner__content {
      max-width: 100%;
      width: 100%; } }
  .headliner__content h3 {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.96px;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .headliner__content h3 {
        color: #000000;
        font-family: "Roboto", serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: -0.5px; } }
  .headliner__content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .headliner__content ul li {
      position: relative;
      display: block;
      color: rgba(101, 113, 149, 0.7);
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: -0.5px;
      margin-bottom: 24px;
      padding-left: 20px; }
      .headliner__content ul li::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        top: 12px;
        left: 0;
        background-color: #00bb6f; }

.course-list {
  text-align: center; }
  .course-list__count {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: #00bb6f; }
  .course-list__title {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 14px; }
  .course-list__item {
    display: inline-block;
    max-width: 456px;
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin-right: 144px;
    margin-bottom: 83px; }
    .course-list__item:nth-child(2n+2) {
      margin-right: 0; }
    @media (max-width: 1100px) {
      .course-list__item {
        margin-right: 30px; } }
    @media (max-width: 768px) {
      .course-list__item {
        width: 100%;
        margin-bottom: 20px; } }
  .course-list__text {
    display: block;
    color: rgba(101, 113, 149, 0.7);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px; }

.teachers-list {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px; }
  @media (max-width: 768px) {
    .teachers-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 40px; } }
  .teachers-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 370px;
    width: 100%;
    height: 480px;
    vertical-align: top;
    text-align: center;
    margin: 0 10px 20px;
    padding: 50px 40px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #e6e8f0; }
    .teachers-list__item:nth-child(3n+3) {
      margin-right: 0; }
    @media (max-width: 768px) {
      .teachers-list__item {
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 30px 24px 44px; } }
  .teachers-list__thumb {
    overflow: hidden;
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin-bottom: 18px;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; }
  .teachers-list__name {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 38px; }
  .teachers-list__position {
    position: relative;
    display: block;
    color: #657195;
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 26px; }
    .teachers-list__position::after {
      content: '';
      position: relative;
      display: block;
      width: 52px;
      height: 2px;
      margin: 30px auto 38px;
      background-color: #00bb6f; }
  .teachers-list__text {
    display: block;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 26px;
    text-align: left; }

.reviews__inside {
  padding-top: 80px;
  padding-bottom: 0px; }
  .reviews__inside .headline {
    margin-bottom: 90px; }

.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 768px) {
    .reviews-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 40px; } }
  .reviews-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 376px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin: 0 10px 45px;
    padding: 50px 40px 34px;
    border: 2px solid #e6e8f0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 768px) {
      .reviews-list__item {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px; } }
  .reviews-list__thumb {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 18px; }
    .reviews-list__thumb .reviews-list__thumb {
      margin-bottom: 0; }
  .reviews-list__name {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 38px; }
  .reviews-list__position {
    position: relative;
    display: block;
    color: #657195;
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 26px;
    margin-bottom: 25px; }
  .reviews-list__text {
    display: block;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 26px;
    text-align: left; }

.main-technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px; }
  @media (max-width: 768px) {
    .main-technology {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .main-technology__item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 200px;
    width: 100%;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-right: 130px; }
    @media (max-width: 768px) {
      .main-technology__item {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px; } }
    .main-technology__item::before {
      content: '';
      position: relative;
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 20px;
      border-radius: 50%;
      background-color: #00bb6f;
      background-image: url("../icons/check.svg");
      background-repeat: no-repeat;
      background-position: center; }
    .main-technology__item:last-child {
      margin-right: 0; }

.program-list {
  display: block;
  margin-bottom: 43px; }
  .program-list__trigger {
    display: block;
    color: #000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 31px 100px 31px 40px;
    -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
            box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
    background-color: #ffffff; }
    @media (max-width: 768px) {
      .program-list__trigger {
        margin-left: -15px;
        margin-right: -15px; } }
  .program-list__item {
    display: block;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
            box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
    background-color: #ffffff; }
    @media (max-width: 768px) {
      .program-list__item {
        margin-left: -15px;
        margin-right: -15px; } }
    .program-list__item--bonus {
      margin-top: 20px;
      background-color: #00bb6f; }
      .program-list__item--bonus .program-list__headline {
        padding-left: 35px; }
      .program-list__item--bonus .program-list__icon {
        float: left;
        display: inline-block; }
      .program-list__item--bonus .program-list__title {
        display: inline-block;
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -1.15px;
        margin-right: 90px; }
        @media (max-width: 768px) {
          .program-list__item--bonus .program-list__title {
            margin-right: 0px;
            margin-bottom: 12px; } }
      .program-list__item--bonus .program-list__sub {
        display: inline-block;
        color: #ffffff;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 18px;
        letter-spacing: -0.6px;
        line-height: 26px; }
        @media (max-width: 768px) {
          .program-list__item--bonus .program-list__sub {
            padding-left: 67px; } }
      .program-list__item--bonus .program-list__review {
        color: #ffffff; }
    .program-list__item:last-child {
      margin-bottom: 0; }
    .program-list__item.current .program-list__button .icon {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .program-list-review__title {
    font-size: 16px;
    font-weight: 700; }
  .program-list-review + .program-list-review {
    margin-top: 10px; }
  .program-list__bonus {
    display: block;
    padding-top: 60px; }
    .program-list__bonus .program-list__title {
      padding-left: 140px; }
    @media (max-width: 768px) {
      .program-list__bonus .program-list__title {
        display: block;
        clear: both;
        padding-left: 0; } }
  .program-list__label {
    float: left;
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto", serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7px 10px 6px;
    margin-top: 3px;
    margin-right: 30px;
    background-color: #00bb6f; }
    @media (max-width: 768px) {
      .program-list__label {
        margin-bottom: 9px; } }
  .program-list__headline {
    position: relative;
    display: block;
    padding: 31px 100px 31px 40px; }
    @media (max-width: 768px) {
      .program-list__headline {
        padding-left: 23px;
        padding-right: 55px; } }
  .program-list__num {
    float: left;
    display: inline-block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 28px; }
  .program-list__title {
    display: block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 28px;
    padding-left: 45px; }
  .program-list__button {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 53px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768px) {
      .program-list__button {
        right: 33px; } }
    .program-list__button .icon {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      transition: transform .35s;
      transition: transform .35s, -webkit-transform .35s; }
  .program-list__review {
    display: none;
    color: #657195;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 26px;
    padding: 0 100px 31px 85px; }
    @media (max-width: 768px) {
      .program-list__review {
        padding-left: 68px;
        padding-right: 55px; } }
    .program-list__review > p {
      margin-bottom: 20px; }
    .program-list__review ol, .program-list__review ul {
      margin-left: 20px; }
      .program-list__review ol li, .program-list__review ul li {
        position: relative;
        color: #657195;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.5px; }
        .program-list__review ol li::before, .program-list__review ul li::before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 6px;
          height: 6px;
          top: 11px;
          left: -19px;
          border-radius: 50%;
          background-color: #00bb6f; }
  .program-list__teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .program-list__teacher {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .program-list__teacher-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .program-list__teacher-item {
          margin-right: 6%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .program-list__teacher-img {
      max-width: 70px;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .program-list__teacher-img > img {
        max-width: 100%; }
      @media (max-width: 768px) {
        .program-list__teacher-img {
          margin-bottom: 10px; } }
    .program-list__teacher-name {
      color: #000000;
      font-family: "Roboto", serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.43px;
      line-height: 1;
      margin-bottom: 6px; }
    .program-list__teacher-position {
      position: relative;
      display: block;
      color: #657195;
      font-family: "Roboto", serif;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: -0.5px;
      line-height: 26px; }

.online-platform__counters {
  display: block;
  text-align: center;
  width: 100%; }

.online-platform__col {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-right: 145px; }
  .online-platform__col:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .online-platform__col {
      display: block;
      margin-right: 0;
      margin-bottom: 55px; } }

.online-platform__title {
  display: block;
  color: #000000;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 28px;
  margin-bottom: 9px; }

.online-platform__count {
  display: block;
  color: #000000;
  font-family: "Roboto Slab", serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 106px;
  letter-spacing: -2.22px;
  margin-bottom: 2px; }
  @media (max-width: 768px) {
    .online-platform__count {
      color: #ffffff; } }

.online-platform__footer {
  display: block;
  color: #000000;
  font-family: "Roboto", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.42px; }

.course-plane {
  margin-bottom: 45px; }
  .course-plane__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 51px; }
    @media (max-width: 768px) {
      .course-plane__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .course-plane__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 370px;
    width: 100%;
    height: 354px;
    padding: 60px 48px 43px 48px;
    margin-right: 30px;
    -webkit-box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
            box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f1f2f6; }
    @media (max-width: 1100px) {
      .course-plane__item {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1100px) {
      .course-plane__item {
        max-width: none;
        height: auto;
        margin-right: 0; } }
    .course-plane__item:first-child .course-plane__price {
      color: #657195; }
      .course-plane__item:first-child .course-plane__price .r::after {
        background-color: #657195; }
    .course-plane__item:nth-child(2) {
      background-color: #ffffff; }
      .course-plane__item:nth-child(2) .course-plane__title {
        color: #657195; }
      .course-plane__item:nth-child(2) .course-plane__sub {
        color: #657195; }
      .course-plane__item:nth-child(2) .course-plane__price {
        color: #00bb6f; }
        .course-plane__item:nth-child(2) .course-plane__price .r::after {
          background-color: #00bb6f; }
    @media (max-width: 768px) {
      .course-plane__item {
        max-width: 100%;
        margin-bottom: 20px; }
        .course-plane__item:last-child {
          margin-bottom: 0; } }
  .course-plane__installment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    padding-top: 32px;
    border-top: 2px solid #e6e8f0; }
  .course-plane__title {
    display: block;
    color: #657195;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-bottom: 13px; }
  .course-plane__label {
    display: block; }
  .course-plane__sub {
    display: block;
    color: #657195;
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.42px;
    margin-top: auto;
    margin-bottom: 7px; }
  .course-plane__price {
    display: block;
    color: #00bb6f;
    font-family: "Roboto Slab", serif;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .course-plane__price--old {
      display: block;
      color: #657195;
      font-family: "Roboto", serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: -0.5px;
      text-decoration: line-through; }
    .course-plane__price .cost-month {
      font-size: 15px; }

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1165px;
  margin: 55px auto 0; }
  .partners-list--compressed-mini .partners-list__item {
    max-width: 193px;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .partners-list--compressed-mini .partners-list__item {
        max-width: 50%; } }
  .partners-list--compressed .partners-list__item {
    max-width: 165px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .partners-list--compressed .partners-list__item {
        max-width: 50%; } }
  .partners-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 291px;
    width: 100%;
    margin-bottom: 60px; }
    .partners-list__item img {
      max-width: 60%;
      opacity: 0.55; }
      .partners-list__item img.companies {
        max-width: 100%;
        opacity: 1; }
    @media screen and (max-width: 768px) {
      .partners-list__item {
        max-width: 50%; } }

.partners__label {
  display: block;
  color: #657195;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  text-align: center; }

.total {
  display: block;
  max-width: 1170px;
  width: 100%;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 78px;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .total {
      max-width: 100%; } }
  .total .headline {
    margin-bottom: 72px; }
  .total-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 768px) {
      .total-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 53px;
        padding-right: 23px; } }
    .total-list__item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 200px;
      width: 100%;
      text-align: left;
      margin-right: 100px;
      margin-bottom: 62px; }
      @media (max-width: 1100px) {
        .total-list__item {
          max-width: 270px;
          margin-right: 40px; }
          .total-list__item:nth-child(3n+3) {
            margin-right: 40px; } }
      @media (max-width: 768px) {
        .total-list__item {
          max-width: 100%;
          margin-right: 0; } }
    .total-list__title {
      position: relative;
      display: block;
      color: #000000;
      font-family: "Roboto", serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.67px;
      margin-bottom: 6px; }
      .total-list__title::before {
        content: '';
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        top: 7px;
        left: -27px;
        background-color: #00bb6f; }
    .total-list__text {
      display: block;
      opacity: 0.7;
      color: #000000;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: -0.14px; }

.footer {
  padding: 60px 0;
  background-color: rgba(216, 219, 230, 0.34); }
  @media (max-width: 768px) {
    .footer {
      padding: 47px 0; } }
  .footer__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%; }
    @media (max-width: 768px) {
      .footer__inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .footer__col {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: column;
        flex-flow: column;
    max-width: 400px;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 768px) {
      .footer__col {
        max-width: 100%;
        padding: 0; } }
  .footer__logo {
    margin-bottom: 40px; }
  .footer__phone {
    display: inline-block;
    color: #000000;
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .footer__phone {
        margin-bottom: 48px; } }
  .footer__button {
    display: inline-block;
    margin-bottom: 43px; }
    .footer__button .btn {
      background-color: #000000; }
      .footer__button .btn:hover {
        background-color: #00bb6f; }
    @media (max-width: 768px) {
      .footer__button {
        display: block;
        margin-bottom: 20px; } }
  .footer__address {
    display: block;
    color: #657195;
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 32px;
    padding-right: 40px; }
    @media (max-width: 768px) {
      .footer__address {
        margin-bottom: 28px;
        padding-right: 0; } }
  .footer__menu {
    margin-bottom: 34px; }
  .footer__copyright {
    display: block;
    color: #657195;
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 32px; }
  .footer__links {
    display: block; }
    @media (max-width: 768px) {
      .footer__links {
        margin-bottom: 48px; } }
  .footer__link {
    display: block;
    color: #657195;
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
    -webkit-transition: color .35s;
    transition: color .35s; }
    .footer__link:hover {
      color: #000000; }
    .footer__link:last-child {
      margin-bottom: 0; }
  .footer__social {
    margin-bottom: 55px; }
    @media (max-width: 768px) {
      .footer__social {
        margin-bottom: 20px; } }
  .footer__lang {
    display: block;
    margin-bottom: 59px; }
  .footer__clearblock {
    display: block;
    height: 110px; }
    @media (max-width: 768px) {
      .footer__clearblock {
        display: none; } }

.b-menu {
  width: 1240px;
  margin: 0 auto;
  background: #2b2b2b;
  line-height: 1.5; }

.b-menu--second {
  top: 50px;
  display: block;
  height: 50px; }

.b-menu__ul {
  display: table;
  margin: 0 auto;
  padding: 0; }

.b-menu__li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none; }

.b-menu__li + .b-menu__li {
  margin-left: 2px; }

.b-menu__link {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  font-family: 'PT Sans', Arial, sans-seif;
  height: 50px; }

.b-menu__link--for-drop {
  padding-bottom: 0px;
  height: 35px; }

/*.b-menu__link:hover {*/
/*color      : #ffffff;*/
/*background : #e00000;*/
/*height: 50px;*/
/*}*/
.b-menu__link_services {
  background: #00661b; }

.b-menu__link_advert {
  background: #660000; }

.b-menu__arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.b-menu__sup {
  line-height: 0; }

.b-menu__ul-dropdown {
  list-style: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
  z-index: 999;
  padding: 0; }

.b-menu__li-dropdown {
  padding: 0;
  margin: 0;
  border-top: 1px solid #444444; }

.b-menu__link-dropdown {
  display: block;
  padding: 5px 20px;
  line-height: 50px;
  font-size: 13px;
  background: #2b2b2b;
  font-family: 'PT Sans', Arial, sans-seif;
  color: #ffffff;
  text-decoration: none; }

/* Выпадающие подпункты меню. Нарушение БЭМа, потому что анимация на чистом css. */
.b-menu__ul-dropdown--clicked {
  position: absolute;
  left: 0;
  opacity: 1;
  width: 100%; }

/*hotfix для строчек курсов*/
.b-menu__not-url {
  color: #9c9c9c !important; }

.b-menu__not-url:hover {
  background: none !important; }

.b-page__line,
.b-page__line--mobile {
  width: 100%;
  min-width: 1260px;
  margin: 0 auto;
  top: 66px !important;
  /*display: none;*/
  position: fixed;
  z-index: 1002;
  height: 50px; }

.b-hidden,
.b-hidden--mobile {
  display: none; }

@media screen and (max-width: 1024px) {
  .b-page__line {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .b-page__line--mobile {
    display: none !important; } }

.b-page__line--menu {
  background: #2b2b2b; }

/*--------*    #B-SUP
\*--------*/
.b-sup--new {
  font-size: .75em;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
  background: #56b037;
  padding: 2px 3px 0;
  color: #fff !important;
  font-weight: 700; }

.b-menu__li a:hover {
  color: #e52431 !important; }

.b-tel {
  text-decoration: none !important; }

.b-tel:active, .b-tel:visited, .b-tel:focus {
  color: white !important; }
