@charset "UTF-8";
/* NORMALIZE
/* ================================================ */
html, body, div, span, applet, main, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers*/
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

blockquote, q {
  quotes: none; }

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

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

span, a {
  display: inline-block; }

img {
  display: block;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: auto;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input, textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-family: inherit; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important; }

input[type="button"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none; }

input[type="search"] {
  -webkit-appearance: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFD600;
  -webkit-box-shadow: 0 0 0px 1000px rgba(22, 22, 22, 0.95) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  font-family: inherit; }

td, form {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

ul {
  list-style: none; }

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

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

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

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

:root {
  --siteWidth: 1920px;
  --mainPadding: 100px;
  --titlePadding: 90px;
  --blockMargin: 120px;
  --headerHeight: 74px;
  --headerLeftRightPadding: 30px;
  --widthBlock: 570px;
  --mainWidth: 75%;
  --mainColumnMargin: 30px; }
  @media screen and (min-width: 1440px) {
    :root {
      --mainPadding: 150px; } }
  @media screen and (max-width: 1280px) {
    :root {
      --mainPadding: 70px; } }
  @media screen and (max-width: 1024px) {
    :root {
      --mainPadding: 30px; } }

@font-face {
  font-family: "ProximaNova";
  src: url(../fonts/ProximaNova/ProximaNova-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ProximaNova";
  src: url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ProximaNova";
  src: url(../fonts/ProximaNova/ProximaNova-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ProximaNova";
  src: url(../fonts/ProximaNova/ProximaNova-Extrabld.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ProximaNova";
  src: url(../fonts/ProximaNova/ProximaNova-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

/*icons*/
[class^="icon-"], [class*=" icon-"] {
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: currentColor; }

.icon-fb {
  width: 16px;
  height: 32px; }

.icon-inst {
  width: 32px;
  height: 32px; }

.icon-vimeo {
  width: 32px;
  height: 32px; }

.icon-be {
  width: 36px;
  height: 23px; }

.icon-arrow {
  width: 80px;
  height: 80px; }

.icon-brander {
  height: 12px;
  width: 95px; }

/**/
/*styles*/
html,
body {
  background-color: #ffffff;
  color: #000000;
  height: 100%; }

body {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: auto;
  height: auto; }
  body::-webkit-scrollbar {
    width: 7px; }
  body::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, 0.3);
    border-radius: 8px; }
  body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #000000; }
  body.overflow, body.overflow-thx {
    overflow: hidden; }

input,
button,
textarea {
  font-family: "ProximaNova", sans-serif; }

.break {
  word-break: break-word; }

[class^="flex-"],
[class*=" flex-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-c-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-s-b {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-c-b {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.single-blog-wrapper,
.blog-wrapper,
.courses-wrapper,
.contacts-wrapper,
.vacancy-wrapper,
.offer {
  padding-top: 400px; }
  @media screen and (max-width: 1024px) {
    .single-blog-wrapper,
    .blog-wrapper,
    .courses-wrapper,
    .contacts-wrapper,
    .vacancy-wrapper,
    .offer {
      padding-top: 95px; } }

.course-single-wrapper {
  padding-top: 194px; }
  @media screen and (max-width: 1024px) {
    .course-single-wrapper {
      padding-top: 21px; } }

/*breadcrumbs*/
.breadcrumbs {
  margin-bottom: 10px; }
  .breadcrumbs span + span {
    margin-left: 10px; }
    .breadcrumbs span + span:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      background: #ffffff;
      width: 0;
      height: 0;
      border-left: 5px solid #000000;
      border-bottom: 3px solid transparent;
      border-top: 3px solid transparent; }
  .breadcrumbs span {
    display: inline;
    font-size: 12px;
    line-height: 18px; }
    .breadcrumbs span a,
    .breadcrumbs span span {
      display: inline; }

.main-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .main-content-wrapper .main-content > :first-child {
    margin-top: 0; }
  .main-content-wrapper .main-content {
    margin-top: 100px;
    max-width: var(--widthBlock); }
    .main-content-wrapper .main-content ol {
      counter-reset: item; }
    .main-content-wrapper .main-content li {
      display: block; }
    .main-content-wrapper .main-content li:before {
      content: counters(item, ".") ". ";
      counter-increment: item; }
    .main-content-wrapper .main-content h2 {
      font-size: 32px;
      line-height: 40px;
      margin: 100px 0 40px 0; }
    .main-content-wrapper .main-content h3 {
      font-size: 24px;
      line-height: 26.4px;
      margin: 60px 0 20px 0; }
    .main-content-wrapper .main-content p {
      margin-top: 20px; }

.contacts-wrapper .blog-categories, .blog-wrapper .blog-categories {
  margin-top: 30px; }
  .contacts-wrapper .blog-categories .categories-list, .blog-wrapper .blog-categories .categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase; }
    .contacts-wrapper .blog-categories .categories-list li, .blog-wrapper .blog-categories .categories-list li {
      margin-right: 30px; }
    .contacts-wrapper .blog-categories .categories-list li.active, .blog-wrapper .blog-categories .categories-list li.active {
      border-bottom: 2px solid #000000;
      padding: 0 0 3px 0; }

.contacts-wrapper .blog-posts-container, .blog-wrapper .blog-posts-container {
  margin: 120px 0 0 0;
  max-width: 1190px;
  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: start;
  -ms-flex-align: start;
  align-items: start; }
  @media screen and (max-width: 1200px) {
    .contacts-wrapper .blog-posts-container, .blog-wrapper .blog-posts-container {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .contacts-wrapper .blog-posts-container .blog-item:nth-child(3n - 1), .blog-wrapper .blog-posts-container .blog-item:nth-child(3n - 1) {
        margin-right: 0px; } }
  .contacts-wrapper .blog-posts-container .blog-item:nth-child(3n), .blog-wrapper .blog-posts-container .blog-item:nth-child(3n) {
    margin-right: 0px; }
    @media screen and (max-width: 1200px) {
      .contacts-wrapper .blog-posts-container .blog-item:nth-child(3n), .blog-wrapper .blog-posts-container .blog-item:nth-child(3n) {
        margin-right: 0px; } }
  .contacts-wrapper .blog-posts-container .blog-item, .blog-wrapper .blog-posts-container .blog-item {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 95px;
    margin-bottom: 87px;
    font-weight: 700;
    width: 314px;
    border-bottom: 1px solid #000000; }
    @media screen and (max-width: 1350px) {
      .contacts-wrapper .blog-posts-container .blog-item, .blog-wrapper .blog-posts-container .blog-item {
        margin-right: 50px; } }
    @media screen and (max-width: 1200px) {
      .contacts-wrapper .blog-posts-container .blog-item, .blog-wrapper .blog-posts-container .blog-item {
        width: 444px;
        margin-right: 0px; } }
    @media screen and (max-width: 1100px) {
      .contacts-wrapper .blog-posts-container .blog-item, .blog-wrapper .blog-posts-container .blog-item {
        width: 390px; } }
    @media screen and (max-width: 900px) {
      .contacts-wrapper .blog-posts-container .blog-item, .blog-wrapper .blog-posts-container .blog-item {
        width: 360px; } }
    @media screen and (max-width: 850px) {
      .contacts-wrapper .blog-posts-container .blog-item, .blog-wrapper .blog-posts-container .blog-item {
        width: 320px; } }
    @media screen and (max-width: 768px) {
      .contacts-wrapper .blog-posts-container .blog-item, .blog-wrapper .blog-posts-container .blog-item {
        width: 100%; } }
    .contacts-wrapper .blog-posts-container .blog-item .blog-item-right, .blog-wrapper .blog-posts-container .blog-item .blog-item-right {
      width: 114px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 356px) {
        .contacts-wrapper .blog-posts-container .blog-item .blog-item-right, .blog-wrapper .blog-posts-container .blog-item .blog-item-right {
          width: 100%;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          margin-bottom: 20px; } }
      .contacts-wrapper .blog-posts-container .blog-item .blog-item-right a.blog-thumb-link, .blog-wrapper .blog-posts-container .blog-item .blog-item-right a.blog-thumb-link {
        width: 100%;
        height: 100%; }
        @media screen and (min-width: 1440px) {
          .contacts-wrapper .blog-posts-container .blog-item .blog-item-right a.blog-thumb-link, .blog-wrapper .blog-posts-container .blog-item .blog-item-right a.blog-thumb-link {
            height: 100%; } }
        .contacts-wrapper .blog-posts-container .blog-item .blog-item-right a.blog-thumb-link img, .blog-wrapper .blog-posts-container .blog-item .blog-item-right a.blog-thumb-link img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .contacts-wrapper .blog-posts-container .blog-item .blog-item-right .blog-item-view-read, .blog-wrapper .blog-posts-container .blog-item .blog-item-right .blog-item-view-read {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .contacts-wrapper .blog-posts-container .blog-item .blog-item-right .blog-item-view-read img, .blog-wrapper .blog-posts-container .blog-item .blog-item-right .blog-item-view-read img {
          width: 20px;
          height: 20px; }
    .contacts-wrapper .blog-posts-container .blog-item .blog-item-left, .blog-wrapper .blog-posts-container .blog-item .blog-item-left {
      width: calc(50% + 25px); }
      @media screen and (max-width: 356px) {
        .contacts-wrapper .blog-posts-container .blog-item .blog-item-left, .blog-wrapper .blog-posts-container .blog-item .blog-item-left {
          width: 100%; } }
      .contacts-wrapper .blog-posts-container .blog-item .blog-item-left .category-item-link, .blog-wrapper .blog-posts-container .blog-item .blog-item-left .category-item-link {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 21px; }
      .contacts-wrapper .blog-posts-container .blog-item .blog-item-left .blog-item-title, .blog-wrapper .blog-posts-container .blog-item .blog-item-left .blog-item-title {
        font-size: 18px;
        line-height: 21px;
        margin: 0;
        /* Убираем внешний отступ */
        -webkit-line-clamp: 3;
        /* Число отображаемых строк */
        display: -webkit-box;
        /* Включаем флексбоксы */
        -webkit-box-orient: vertical;
        /* Вертикальная ориентация */
        overflow: hidden; }
    .contacts-wrapper .blog-posts-container .blog-item .blog-item-center, .blog-wrapper .blog-posts-container .blog-item .blog-item-center {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 12px 0 12px 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contacts-wrapper .blog-posts-container .blog-item .blog-item-center .post-info, .blog-wrapper .blog-posts-container .blog-item .blog-item-center .post-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.contacts-wrapper .page-navigation .navigation, .blog-wrapper .page-navigation .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contacts-wrapper .page-navigation .navigation li, .blog-wrapper .page-navigation .navigation li {
    list-style-type: none;
    content: "";
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    margin-right: 30px; }
    .contacts-wrapper .page-navigation .navigation li a, .blog-wrapper .page-navigation .navigation li a {
      color: #ffffff;
      -webkit-text-stroke: 0.4px #000000; }
  .contacts-wrapper .page-navigation .navigation li.paginations__current span, .blog-wrapper .page-navigation .navigation li.paginations__current span {
    color: #000000;
    border-bottom: 2px solid #000000;
    -webkit-text-stroke: unset; }

.contacts-wrapper .contact-form.margin, .blog-wrapper .contact-form.margin {
  margin-top: 125px; }

.contacts-wrapper .contact-form, .blog-wrapper .contact-form {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .contacts-wrapper .contact-form, .blog-wrapper .contact-form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 60px; } }
  .contacts-wrapper .contact-form .left-part, .blog-wrapper .contact-form .left-part {
    width: var(--widthBlock); }
  .contacts-wrapper .contact-form .right-part, .blog-wrapper .contact-form .right-part {
    margin-left: 285px;
    width: calc(var(--widthBlock) - 285px); }
    @media screen and (max-width: 1220px) {
      .contacts-wrapper .contact-form .right-part, .blog-wrapper .contact-form .right-part {
        margin-left: 200px; } }
    @media screen and (max-width: 1150px) {
      .contacts-wrapper .contact-form .right-part, .blog-wrapper .contact-form .right-part {
        margin-left: 90px; } }
    @media screen and (max-width: 1024px) {
      .contacts-wrapper .contact-form .right-part, .blog-wrapper .contact-form .right-part {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 50px;
        margin-left: 0px;
        max-width: var(--widthBlock); } }
    .contacts-wrapper .contact-form .right-part .aside-block .person, .blog-wrapper .contact-form .right-part .aside-block .person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .contacts-wrapper .contact-form .right-part .aside-block .person .person-photo, .blog-wrapper .contact-form .right-part .aside-block .person .person-photo {
        width: 82px;
        height: 82px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 100%; }
      .contacts-wrapper .contact-form .right-part .aside-block .person .person-info, .blog-wrapper .contact-form .right-part .aside-block .person .person-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 20px; }
        .contacts-wrapper .contact-form .right-part .aside-block .person .person-info .person-name, .blog-wrapper .contact-form .right-part .aside-block .person .person-info .person-name {
          font-size: 24px;
          line-height: 28px;
          font-weight: 700; }
        .contacts-wrapper .contact-form .right-part .aside-block .person .person-info .person-position, .blog-wrapper .contact-form .right-part .aside-block .person .person-info .person-position {
          font-size: 16px;
          line-height: 22px;
          font-weight: 600; }
    .contacts-wrapper .contact-form .right-part .aside-block .contact-info, .blog-wrapper .contact-form .right-part .aside-block .contact-info {
      border-top: 5px solid #000000;
      border-bottom: 5px solid #000000;
      padding: 30px 0 30px 0; }
      .contacts-wrapper .contact-form .right-part .aside-block .contact-info .phone-block, .blog-wrapper .contact-form .right-part .aside-block .contact-info .phone-block {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700; }
        .contacts-wrapper .contact-form .right-part .aside-block .contact-info .phone-block li, .blog-wrapper .contact-form .right-part .aside-block .contact-info .phone-block li {
          margin-bottom: 10px; }
        .contacts-wrapper .contact-form .right-part .aside-block .contact-info .phone-block li:last-child, .blog-wrapper .contact-form .right-part .aside-block .contact-info .phone-block li:last-child {
          margin-bottom: 0px; }
      .contacts-wrapper .contact-form .right-part .aside-block .contact-info .telegram-block, .blog-wrapper .contact-form .right-part .aside-block .contact-info .telegram-block {
        font-weight: 600;
        margin-top: 22px; }
        .contacts-wrapper .contact-form .right-part .aside-block .contact-info .telegram-block .telegram-title, .blog-wrapper .contact-form .right-part .aside-block .contact-info .telegram-block .telegram-title {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 3px; }
        .contacts-wrapper .contact-form .right-part .aside-block .contact-info .telegram-block .telegram-name, .blog-wrapper .contact-form .right-part .aside-block .contact-info .telegram-block .telegram-name {
          font-size: 24px;
          line-height: 28px; }
      .contacts-wrapper .contact-form .right-part .aside-block .contact-info .email-block, .blog-wrapper .contact-form .right-part .aside-block .contact-info .email-block {
        font-weight: 600;
        margin-top: 22px; }
        .contacts-wrapper .contact-form .right-part .aside-block .contact-info .email-block .email-title, .blog-wrapper .contact-form .right-part .aside-block .contact-info .email-block .email-title {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 3px; }
        .contacts-wrapper .contact-form .right-part .aside-block .contact-info .email-block .email-content, .blog-wrapper .contact-form .right-part .aside-block .contact-info .email-block .email-content {
          font-size: 24px;
          line-height: 28px; }

.contacts-wrapper .address-block, .blog-wrapper .address-block {
  margin-top: 142px; }
  .contacts-wrapper .address-block .big-title, .blog-wrapper .address-block .big-title {
    max-width: 656px; }

.contacts-wrapper .map-block, .blog-wrapper .map-block {
  max-width: 1190px;
  height: 70vh;
  margin-top: 60px;
  position: relative;
  min-height: 300px; }

.vacancy-wrapper .text {
  font-weight: 600;
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px; }
  .vacancy-wrapper .text p {
    margin-bottom: 20px; }

.vacancy-wrapper .top-vacancy-section-wrapper {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .vacancy-wrapper .top-vacancy-section-wrapper .left-wrapper {
    width: calc(50%); }
    .vacancy-wrapper .top-vacancy-section-wrapper .left-wrapper .main-title {
      width: 60%; }
    @media screen and (max-width: 1180px) {
      .vacancy-wrapper .top-vacancy-section-wrapper .left-wrapper {
        width: 100%; }
        .vacancy-wrapper .top-vacancy-section-wrapper .left-wrapper .main-title {
          width: 100%; } }
  @media screen and (max-width: 1180px) {
    .vacancy-wrapper .top-vacancy-section-wrapper .line-break {
      width: 100%; } }
  .vacancy-wrapper .top-vacancy-section-wrapper .aside-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 345px;
    height: 345px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000000; }

.vacancy-wrapper .vacancy-section .big-title {
  margin-top: 120px;
  margin-bottom: 0px;
  max-width: 100%;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #000000; }

.vacancy-wrapper .vacancy-section .vacancy-items {
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item {
    width: calc(100% - 290px);
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    border-bottom: 1px solid #000000;
    padding-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item {
        width: calc(100% - 120px); } }
    @media screen and (max-width: 768px) {
      .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item {
        width: 100%; } }
    .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper .medium-title {
        width: 100%; }
      .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper i {
        min-width: 30px;
        height: 30px;
        position: relative;
        margin-left: 100px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
        @media screen and (max-width: 460px) {
          .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper i {
            margin-left: 0px; } }
        .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper i:after {
          content: '';
          width: 1px;
          height: 30px;
          background-color: #000000;
          position: absolute;
          left: 50%;
          -webkit-transition: -webkit-transform .3s linear;
          transition: -webkit-transform .3s linear;
          transition: transform .3s linear;
          transition: transform .3s linear, -webkit-transform .3s linear; }
        .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper i:before {
          content: '';
          height: 1px;
          width: 30px;
          right: 0;
          background-color: #000000;
          position: absolute;
          top: 50%;
          -webkit-transition: width .3s linear, -webkit-transform .3s linear;
          transition: width .3s linear, -webkit-transform .3s linear;
          transition: transform .3s linear, width .3s linear;
          transition: transform .3s linear, width .3s linear, -webkit-transform .3s linear; }
        .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper i.open::after {
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .title-wrapper i.open::before {
          width: 0; }
    .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .text {
      margin-top: 80px;
      max-width: calc(100% - 280px); }
      @media screen and (max-width: 1440px) {
        .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .text {
          max-width: 570px; } }
      .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .text h3 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 40px;
        margin-top: 60px; }
      .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .text ul {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 20px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        list-style: initial !important; }
        .vacancy-wrapper .vacancy-section .vacancy-items .vacancy-item .text ul li {
          display: list-item;
          list-style-type: decimal;
          list-style-position: outside;
          list-style-type: '■' !important;
          padding-left: 20px;
          margin-bottom: 15px; }

.single-blog-wrapper .blog-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 156px; }
  @media screen and (max-width: 1024px) {
    .single-blog-wrapper .blog-info-section {
      margin-top: 60px; } }
  .single-blog-wrapper .blog-info-section .aside-wrapper {
    width: 245px;
    margin-bottom: 40px; }
    .single-blog-wrapper .blog-info-section .aside-wrapper .aside-sticky-wrapper {
      top: 74px;
      position: sticky;
      margin-top: -26px; }
      .single-blog-wrapper .blog-info-section .aside-wrapper .aside-sticky-wrapper .blog-post-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        margin-bottom: 10px; }
        .single-blog-wrapper .blog-info-section .aside-wrapper .aside-sticky-wrapper .blog-post-info .info-elem img {
          margin-right: 6.6px;
          width: 20px;
          height: 20px;
          -o-object-fit: contain;
          object-fit: contain; }
        .single-blog-wrapper .blog-info-section .aside-wrapper .aside-sticky-wrapper .blog-post-info .info-elem span {
          padding-top: 4px; }
        .single-blog-wrapper .blog-info-section .aside-wrapper .aside-sticky-wrapper .blog-post-info .view-count {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 10px;
          padding-top: 1px; }
        .single-blog-wrapper .blog-info-section .aside-wrapper .aside-sticky-wrapper .blog-post-info .read-time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-top: 1px; }
    @media screen and (max-width: 1300px) {
      .single-blog-wrapper .blog-info-section .aside-wrapper {
        width: 200px; }
        .single-blog-wrapper .blog-info-section .aside-wrapper .aside-block img {
          height: 200px; } }
    @media screen and (max-width: 768px) {
      .single-blog-wrapper .blog-info-section .aside-wrapper {
        width: 285px;
        margin-right: 0px; }
        .single-blog-wrapper .blog-info-section .aside-wrapper .aside-block img {
          height: 285px; } }
    .single-blog-wrapper .blog-info-section .aside-wrapper img {
      width: 100%;
      height: 245px;
      -o-object-fit: cover;
      object-fit: cover; }
    .single-blog-wrapper .blog-info-section .aside-wrapper .aside-block .share {
      margin-top: 40px;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      padding: 10px 0 10px 0; }
      .single-blog-wrapper .blog-info-section .aside-wrapper .aside-block .share span.share-title {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px; }
      .single-blog-wrapper .blog-info-section .aside-wrapper .aside-block .share .share-items a {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase; }
  .single-blog-wrapper .blog-info-section .blog-main-content {
    width: calc(50%);
    margin-left: 40px;
    margin-bottom: 120px; }
    @media screen and (max-width: 1300px) {
      .single-blog-wrapper .blog-info-section .blog-main-content {
        width: calc(70%); } }
    @media screen and (max-width: 900px) {
      .single-blog-wrapper .blog-info-section .blog-main-content {
        width: calc(60%); } }
    @media screen and (max-width: 768px) {
      .single-blog-wrapper .blog-info-section .blog-main-content {
        width: 100%;
        margin-left: 0px; } }
    .single-blog-wrapper .blog-info-section .blog-main-content .content-section:nth-last-child(2) {
      margin-bottom: 0px; }
    .single-blog-wrapper .blog-info-section .blog-main-content .content-section {
      margin-bottom: 100px; }
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section p {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px; }
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section h2 {
        font-weight: 700;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 40px; }
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section h3,
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section h4,
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section h5,
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section h6 {
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 40px; }
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section img {
        margin-top: 80px;
        margin-bottom: 80px;
        max-width: calc(100% + 285px);
        -o-object-fit: cover;
        object-fit: cover; }
        @media screen and (max-width: 1300px) {
          .single-blog-wrapper .blog-info-section .blog-main-content .content-section img {
            max-width: 100%; } }
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section blockquote {
        padding: 60px;
        border: 1px solid #000000;
        margin-top: 50px;
        margin-bottom: 50px; }
        @media screen and (max-width: 768px) {
          .single-blog-wrapper .blog-info-section .blog-main-content .content-section blockquote {
            padding: 20px; } }
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section ol, .single-blog-wrapper .blog-info-section .blog-main-content .content-section ul {
        margin-top: 40px;
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        list-style-position: outside; }
        .single-blog-wrapper .blog-info-section .blog-main-content .content-section ol li, .single-blog-wrapper .blog-info-section .blog-main-content .content-section ul li {
          margin-left: 1em;
          padding-left: 14px;
          margin-bottom: 25px; }
        .single-blog-wrapper .blog-info-section .blog-main-content .content-section ol li::marker, .single-blog-wrapper .blog-info-section .blog-main-content .content-section ul li::marker {
          margin-right: 10px; }
      .single-blog-wrapper .blog-info-section .blog-main-content .content-section ul li {
        list-style-type: square;
        padding-left: 14px; }
    .single-blog-wrapper .blog-info-section .blog-main-content .bottom-date {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400; }

.single-blog-wrapper .popular-blog-posts-wrapper .medium-title {
  width: calc(50% - 220px); }

.single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1190px;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
    width: 285px;
    margin-right: 142px; }
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item a img {
      width: 100%;
      height: 285px;
      -o-object-fit: cover;
      object-fit: cover; }
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item span.popular-title {
      font-size: 24px;
      line-height: 28px;
      font-weight: 700;
      margin-top: 40px;
      padding: 14px 0 14px 0;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000; }
  .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item:nth-child(3n - 2) {
    margin-top: 170px; }
  .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item:nth-child(3n - 1) {
    margin-top: 90px; }
  .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item:nth-child(3n) {
    margin-right: 0px;
    margin-top: 0px; }
  @media screen and (max-width: 1440px) {
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
        margin-right: 120px; } }
  @media screen and (max-width: 1300px) {
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
        width: 240px;
        margin-right: 20px; }
        .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item a img {
          height: 240px; } }
  @media screen and (max-width: 1024px) {
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
      width: 360px; }
      .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item a img {
        height: 360px; }
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item:nth-child(2n - 1) {
      margin-top: 90px; }
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item:nth-child(2n) {
      margin-top: 0px;
      margin-right: 0px; } }
  @media screen and (max-width: 900px) {
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
      width: 300px; }
      .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item a img {
        height: 300px; } }
  @media screen and (max-width: 768px) {
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
      width: 250px; }
      .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item a img {
        height: 250px; } }
  @media screen and (max-width: 620px) {
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
      width: 200px; }
      .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item a img {
        height: 200px; } }
  @media screen and (max-width: 550px) {
    .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item {
      margin-right: 0px !important;
      margin-top: 0px !important;
      margin-bottom: 70px;
      width: 100%; }
      .single-blog-wrapper .popular-blog-posts-wrapper .popular-blog-posts .popular-item a img {
        height: 83.6vw; } }

/* content-block */
.margin {
  margin-top: var(--blockMargin); }

/* content-container */
.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  max-width: var(--siteWidth);
  padding: 0 var(--mainPadding) 0 var(--mainPadding);
  margin: 0 auto; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .content .offer .medium-title {
    max-width: 855px; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* titles*/
.big-title,
.medium-title,
.title,
.main-title {
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase; }

.main-title {
  font-size: 120px;
  letter-spacing: -2px; }
  @media screen and (max-width: 1024px) {
    .main-title {
      font-size: 64px;
      line-height: 100%; } }
  @media screen and (max-width: 767px) {
    .main-title {
      font-size: 48px; } }
  @media screen and (max-width: 375px) {
    .main-title {
      word-break: break-word; } }

.big-title {
  font-size: 64px;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  margin-bottom: 30px; }
  @media screen and (min-width: 1025px) {
    .big-title {
      max-width: 570px; } }
  @media screen and (max-width: 1280px) {
    .big-title {
      font-size: 48px; } }
  @media screen and (max-width: 767px) {
    .big-title {
      font-size: 36px; } }

.medium-title {
  font-size: 64px; }
  @media screen and (max-width: 1280px) {
    .medium-title {
      font-size: 48px; } }
  @media screen and (max-width: 767px) {
    .medium-title {
      font-size: 28px; } }

.title {
  font-size: 48px; }
  @media screen and (max-width: 1280px) {
    .title {
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .title {
      word-break: break-word; } }
  @media screen and (max-width: 375px) {
    .title {
      font-size: 22px;
      word-break: normal; } }

@media screen and (min-width: 768px) {
  .right-block {
    margin-left: auto;
    width: var(--mainWidth); } }

/* main button */
.main-btn {
  height: 72px;
  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;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  background: #000000;
  padding: 0 20px; }
  .main-btn:disabled, .main-btn.disabled {
    pointer-events: none;
    opacity: 0.3; }
  @media screen and (max-width: 1024px) {
    .main-btn {
      height: 60px; } }

.width-btn {
  max-width: 285px;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .width-btn {
      max-width: unset; } }

* {
  cursor: none !important; }

@media screen and (min-width: 1025px) {
  .cursor {
    position: fixed;
    z-index: 100001;
    will-change: left, top;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    mix-blend-mode: difference;
    pointer-events: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: width 0.3s, height 0.3s, background 0.3s;
    transition: width 0.3s, height 0.3s, background 0.3s; }
    .cursor[data-style*="LINK"], .cursor[data-style*="icon-owl-arrow"], .cursor[data-style*="header-dropdown"], .cursor[data-style*="custom-select__course"], .cursor[data-style*="course-icon"] {
      height: 60px;
      width: 60px;
      background-color: transparent;
      border: 1px solid #ffffff; }
    .cursor[data-style*="medium-title"], .cursor[data-style*="big-title"], .cursor[data-style*="plus"] {
      height: 80px;
      width: 80px; }
    .cursor[data-style*="NOLINK"] {
      height: 80px;
      width: 80px;
      background-color: #ffffff; }
    .cursor[data-style*="wh-section__inner"], .cursor[data-style*="tools-section"], .cursor[data-style*="partners"] {
      height: 300px;
      width: 300px; }
    .cursor[data-style*="form__input"], .cursor[data-style*="form__textarea"] {
      width: 2px;
      height: 20px;
      border-radius: 0; }
    .cursor[data-style*="popup__close-btn"] {
      background: #000000; }
      .cursor[data-style*="popup__close-btn"]::before, .cursor[data-style*="popup__close-btn"]::after {
        content: '';
        position: absolute;
        width: 32px;
        height: 4px;
        border: 1px solid #ffffff; }
      .cursor[data-style*="popup__close-btn"]::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .cursor[data-style*="popup__close-btn"]::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }

.four {
  padding-top: 200px; }
  .four__title {
    font-size: 120px;
    max-width: unset;
    letter-spacing: -2px; }
  .four__text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.38;
    line-height: 100%; }
  @media screen and (max-width: 1024px) {
    .four__title {
      font-size: 88px; } }
  @media screen and (max-width: 767px) {
    .four__title {
      font-size: 64px; } }
  @media screen and (max-width: 480px) {
    .four__title {
      font-size: 36px; } }

.advantages-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  --iconSize: 24px;
  --marginTop: 60px;
  --itemsGap: 30px; }
  .advantages-section__title {
    margin-bottom: 0; }
  .advantages-section__inner {
    margin-top: var(--marginTop);
    display: grid;
    grid-row-gap: var(--itemsGap); }
  .advantages-section__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .advantages-section__icon {
    width: var(--iconSize);
    height: var(--iconSize); }
  .advantages-section__content {
    padding-left: 10px; }
  .advantages-section__text + .advantages-section__desc {
    margin-top: 10px; }
  .advantages-section__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%; }
  .advantages-section__desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; }
  .advantages-section .main-btn {
    margin-top: 60px; }
  @media screen and (max-width: 1024px) {
    .advantages-section {
      --marginTop: 33px; } }
  @media screen and (max-width: 767px) {
    .advantages-section {
      padding: 0 12px;
      --itemsGap: 16px; }
      .advantages-section__text {
        font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .advantages-section__title {
      font-size: 24px; } }

.gif {
  position: relative;
  padding-top: 56.61%;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .gif {
      padding-top: 70%; } }
  @media screen and (max-width: 768px) {
    .presentation-form .gif img {
      width: calc(100% + 12px + (var(--mainPadding)) * 2);
      max-width: calc(100% + 12px + (var(--mainPadding)) * 2);
      left: -42px; } }
  .gif img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; }
    @media screen and (max-width: 768px) {
      .gif img {
        width: calc(100% + (var(--mainPadding) + 12px) * 2);
        max-width: calc(100% + (var(--mainPadding) + 12px) * 2);
        left: -42px; } }
  @media screen and (max-width: 1024px) {
    .gif {
      margin-top: 33px; } }

.cert-section {
  display: grid;
  grid-template-columns: 47% 53%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: start; }
  .cert-section__left {
    padding-right: 100px; }
  .cert-section__right {
    width: 100%; }
  .cert-section__btn {
    margin-top: 60px; }
  .cert-section__img {
    position: relative;
    padding-top: 76%; }
  .cert-section__thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  @media screen and (max-width: 1024px) {
    .cert-section {
      grid-template-columns: 1fr;
      grid-row-gap: 40px; }
      .cert-section__right {
        max-width: 459px; }
      .cert-section .text-section__title {
        word-break: break-word; }
      .cert-section__left {
        padding-right: 0;
        grid-row: 2; } }

.cookie-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  padding: var(--bottomPositionMessage);
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + var(--bottomPositionMessage)));
  transform: translate(-50%, calc(100% + var(--bottomPositionMessage)));
  max-width: 750px;
  width: calc(100% - (var(--mainPadding) * 2));
  background: #ffffff;
  z-index: 999;
  border-radius: 20px;
  border: 1px solid #000000;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  --bottomPositionMessage: 40px; }
  .cookie-message.active {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .cookie-message__content {
    display: grid;
    grid-row-gap: 20px; }
  .cookie-message__link {
    font-weight: 800;
    text-decoration: underline; }
  .cookie-message__btn {
    max-width: 185px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 64px; }
  @media screen and (min-width: 768px) {
    .cookie-message {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .cookie-message__content + .cookie-message__btn {
        margin-left: 40px; } }
  @media screen and (max-width: 767px) {
    .cookie-message {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 30px; }
      .cookie-message__content + .cookie-message__btn {
        margin: 30px 0 0 0; } }
  @media screen and (max-width: 480px) {
    .cookie-message__btn {
      max-width: 100%; } }

.counter {
  font-weight: 700;
  letter-spacing: .5px;
  --itemMargin: 5px; }
  .counter__current + .counter__total {
    margin-left: var(--itemMargin); }
  .counter__total::before {
    content: '/';
    margin-right: var(--itemMargin); }

.course-data {
  --iconSize: 36px; }
  .course-data__title {
    max-width: unset; }
  .course-data__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 100px;
    padding: 40px 0;
    border: solid #000000;
    border-width: 1px 0 1px 0;
    margin-top: -1px; }
  .course-data__icon {
    height: var(--iconSize);
    width: var(--iconSize);
    margin-bottom: 20px; }
  .course-data__subtitle {
    font-size: 12px;
    line-height: 16px; }
  .course-data__text {
    margin-top: 6px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px; }
  @media screen and (max-width: 1024px) {
    .course-data__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 60px;
      grid-column-gap: 60px; } }
  @media screen and (max-width: 767px) {
    .course-data__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 60px; } }
  @media screen and (max-width: 767px) {
    .course-data__grid {
      grid-template-columns: 1fr;
      border: none;
      grid-row-gap: 0; }
    .course-data__item {
      padding: 30px 0;
      border: solid #000000;
      border-width: 1px 0 1px 0;
      margin-top: -1px; } }

.courses-section__item {
  display: grid;
  grid-template-columns: 46.49% 53.51%;
  border: solid #000000;
  border-width: 1px 0 1px 0;
  margin-top: -1px;
  padding: 30px 0; }

@media screen and (max-width: 1280px) {
  .courses-section__item {
    grid-template-columns: 30% 70%; } }

@media screen and (max-width: 767px) {
  .courses-section__item {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; } }

.courses-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 40px;
  --sizeThumb: 100%; }
  .courses-link__item {
    position: relative;
    padding-top: var(--sizeThumb);
    width: var(--sizeThumb);
    background: #f2f2f4;
    overflow: hidden; }
  .courses-link__thumb {
    opacity: 1;
    visibility: visible; }
  .courses-link__thumb,
  .courses-link .course-hover__gif {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .courses-link__text {
    margin-top: 10px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .courses-link {
      width: 53.264%; } }
  @media screen and (min-width: 1025px) {
    .courses-link__item:not(.course-hover):hover .courses-link__thumb {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); } }
  @media screen and (max-width: 767px) {
    .courses-link {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-right: 0;
      text-align: right;
      --sizeThumb: 60%; }
      .courses-link__text {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: .6px; } }
  @media screen and (max-width: 480px) {
    .courses-link {
      --sizeThumb: 100%; } }

.courses-info {
  padding-left: calc(var(--linePadding) + var(--lineWidth));
  --lineWidth: 30px;
  --linePadding: 10px; }
  .courses-info__category {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px; }
  .courses-info__item {
    display: grid;
    grid-row-gap: 15px;
    margin-top: 30px; }
  .courses-info__element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px; }
  .courses-info__subtitle, .courses-info__text {
    font-size: 16px;
    line-height: 22px; }
  .courses-info__subtitle {
    font-weight: 600;
    margin-left: calc((var(--linePadding) + var(--lineWidth)) * -1);
    padding-left: calc(var(--linePadding) + var(--lineWidth));
    position: relative; }
    .courses-info__subtitle::before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: var(--lineWidth);
      height: 1px;
      background: #000000; }
  @media screen and (max-width: 767px) {
    .courses-info {
      padding-left: 0; }
      .courses-info__subtitle {
        margin-left: 0; }
      .courses-info__subtitle, .courses-info__text {
        font-size: 13px;
        line-height: 16px; }
      .courses-info__text {
        text-align: end; } }

.course-hover__thumb {
  z-index: 1; }

.course-hover__gif {
  opacity: 0;
  visibility: hidden;
  z-index: 2; }

@media only screen and (min-width: 1025px) {
  .course-hover:hover .course-hover__thumb {
    opacity: 0;
    visibility: hidden; }
  .course-hover:hover .course-hover__gif {
    opacity: 1;
    visibility: visible; } }

.custom-select {
  position: relative;
  width: 100%;
  margin-bottom: 46px; }
  .custom-select span {
    content: '';
    right: 0;
    top: 7px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000000;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
  .custom-select.active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .custom-select__scroll, .custom-select__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .custom-select__scroll {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    background: #ffffff;
    z-index: 30;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
    max-height: 300px;
    border: 1px solid #000000; }
    .custom-select__scroll.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .custom-select__dropdown {
    height: 100%;
    row-gap: 40px;
    border: solid #ffffff;
    border-width: 40px 10px 10px 40px;
    overflow-y: auto; }
    .custom-select__dropdown::-webkit-scrollbar {
      width: 3px; }
    .custom-select__dropdown::-webkit-scrollbar-track {
      background: #ffffff;
      border-radius: 0; }
    .custom-select__dropdown::-webkit-scrollbar-thumb {
      border-radius: 0;
      background: #000000; }
  .custom-select__category {
    font-size: 16px;
    line-height: 22px; }
  .custom-select__list {
    margin-top: 20px;
    display: grid;
    grid-row-gap: 10px; }
  .custom-select__course {
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase; }

.error {
  margin-top: 7px;
  color: #DD251D;
  font-size: 12px;
  line-height: 12px; }

.faq-section {
  --paddingBottom: 50px;
  --lineWidth: 30px; }
  .faq-section__inner {
    margin-top: 50px; }
  .faq-section__item {
    border: solid #000000;
    border-width: 1px 0 1px 0;
    margin-top: -1px; }
  .faq-section__title {
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 30px calc(var(--lineWidth) + 15px) var(--paddingBottom) 0;
    line-height: 30px;
    position: relative; }
    .faq-section__title::before, .faq-section__title::after {
      content: '';
      position: absolute;
      right: 0;
      top: 40px;
      width: var(--lineWidth);
      height: 1px;
      background: #000000;
      -webkit-transition: width .3s linear, -webkit-transform .3s linear;
      transition: width .3s linear, -webkit-transform .3s linear;
      transition: transform .3s linear, width .3s linear;
      transition: transform .3s linear, width .3s linear, -webkit-transform .3s linear; }
    .faq-section__title::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .faq-section__title.open::after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .faq-section__title.open::before {
      width: 0; }
  .faq-section__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: var(--paddingBottom); }
    .faq-section__text p + p {
      margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .faq-section {
      --paddingBottom: 30px; }
      .faq-section__title::before, .faq-section__title::after {
        top: 45px; } }

.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 80px;
  padding: var(--blockMargin) 0 60px 0;
  --columnPaddingTop: 40px; }
  .footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer__column:last-child {
      justify-self: end; }
  .footer .lang-list,
  .footer .contacts-block__social,
  .footer .copyright__item {
    padding-top: var(--columnPaddingTop);
    margin-top: auto; }
  @media screen and (max-width: 1024px) {
    .footer {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 60px; } }
  @media screen and (max-width: 767px) {
    .footer {
      grid-template-columns: 1fr;
      grid-row-gap: 60px;
      padding: var(--blockMargin) 0 30px 0;
      --columnPaddingTop: 20px; } }

.footer-nav__item {
  display: grid;
  grid-row-gap: 20px; }

.footer-nav .menu-item {
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .5px; }

.footer-nav .lang-list__link {
  font-weight: 700; }

@media screen and (max-width: 1024px) {
  .footer-nav {
    display: none; } }

.contacts-block__item:not(:nth-of-type(1)) {
  margin-top: 20px; }

.contacts-block__subtitle {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; }

.contacts-block__link {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px; }

.contacts-block__social {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-weight: 700;
  letter-spacing: .5px; }

.address-block__item, .address-block__element {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%; }

.address-block__list {
  display: grid;
  grid-row-gap: 20px;
  margin-top: 15px; }

.copyright {
  width: 100%; }
  .copyright__item {
    display: grid;
    grid-row-gap: 15px;
    text-align: end; }
  .copyright__text {
    font-weight: 800;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .copyright__item {
      text-align: start; }
    .copyright__button {
      max-width: 285px; } }
  @media screen and (max-width: 425px) {
    .copyright__button {
      max-width: 100%; } }

.form-section {
  padding-top: var(--blockMargin); }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: var(--widthBlock);
  margin-top: 60px;
  justify-items: start; }
  .form__input-item, .form__input, .form__textarea-item, .form__textarea {
    width: 100%; }
  .form__textarea-item, .form__input-item,
  .form .download-label {
    margin-bottom: 46px; }
  .form__textarea, .form__title, .form__input {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .6px; }
  .form__input {
    height: 35px;
    padding-bottom: 15px;
    border: solid #000000;
    border-width: 0 0 1px 0;
    outline: none; }
    .form__input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.25); }
    .form__input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.25); }
    .form__input::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.25); }
    .form__input::placeholder {
      color: rgba(0, 0, 0, 0.25); }
  .form__title {
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .form__textarea {
    resize: none;
    padding: 10px; }
    .form__textarea::-webkit-scrollbar {
      width: 3px; }
    .form__textarea::-webkit-scrollbar-track {
      background: rgba(196, 196, 196, 0.3);
      border-radius: 0; }
    .form__textarea::-webkit-scrollbar-thumb {
      border-radius: 0;
      background: #000000; }
  .form .file-input {
    display: none; }
  .form .download-label__text {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 142px;
    width: 142px;
    min-height: 40px;
    max-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    color: #ffffff;
    background-color: #000000; }
    @media screen and (max-width: 474px) {
      .form .download-label__text {
        min-width: 100%;
        width: 100%;
        max-width: 100%; } }
  .form .download-label__img {
    background-image: url("../images/download.svg");
    width: 11px;
    height: 11px;
    margin-right: 16px; }
  .form .download-label .download-label-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 480px) {
      .form .download-label .download-label-inner-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .form .download-label .download-label-inner-wrapper .text-after {
      margin-left: 25px; }
      @media screen and (max-width: 480px) {
        .form .download-label .download-label-inner-wrapper .text-after {
          margin-left: 0px;
          margin-top: 25px; } }

.checkbox {
  display: inline; }
  .checkbox__link {
    font-weight: 800;
    text-decoration: underline; }
  .checkbox .checkbox__input {
    display: none; }
  .checkbox .checkbox__text {
    position: relative;
    padding-left: 30px;
    line-height: 20px; }
    .checkbox .checkbox__text::before {
      content: '';
      position: absolute;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #000000; }
  .checkbox .checkbox__input:checked + .checkbox__text::before {
    background-color: #ffffff;
    background-image: url("/wp-content/themes/brander_custom_theme/assets/images/check.png");
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--headerHeight);
  padding: var(--headerPadding) var(--headerLeftRightPadding);
  max-width: var(--siteWidth);
  background: #ffffff;
  z-index: 999;
  --logoWidth: 330px;
  --iconSize: 24px;
  --marginItems: 30px;
  --paddingBetweenItems: 20px;
  --headerPadding: 10px; }
  .header__logo, .header__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__logo {
    width: var(--logoWidth);
    height: 50px; }
    @media screen and (max-width: 1280px) {
      .header__logo {
        height: 37.9px; } }
    @media screen and (max-width: 1280px) {
      .header__logo {
        height: 37.9px; } }
    @media screen and (max-width: 480px) {
      .header__logo {
        height: 19.7px; } }
    @media screen and (max-width: 360px) {
      .header__logo {
        height: 13.63px; } }
    .header__logo-white {
      display: none; }
  .header__content {
    justify-self: end; }
  .header__menu,
  .header .header-dropdown,
  .header .lang-list {
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase; }
  .header .lang-list + .header__icons {
    margin-left: var(--mainColumnMargin); }
  .header__icon svg {
    height: var(--iconSize);
    width: var(--iconSize); }
  .header__icon + .header__icon {
    margin-left: 20px; }
  @media only screen and (max-width: 1280px) {
    .header {
      --logoWidth: 250px; } }
  @media screen and (min-width: 1025px) {
    .header .menu-item + .menu-item,
    .header .header-dropdown + .header__nav,
    .header__menu + .header__elements {
      margin-left: 20px; }
    .header__content .breadcrumbs {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .header__content {
      display: block;
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      background: #ffffff;
      height: 100vh;
      z-index: -1;
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
      padding: 104px var(--mainPadding) 0 var(--mainPadding);
      opacity: 0;
      visibility: hidden; }
      .header__content.open {
        opacity: 1;
        visibility: visible;
        left: 0; }
    .header__menu, .header__nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; }
    .header__elements {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 30px; }
    .header__list {
      display: none; }
    .header .header-dropdown__title,
    .header .menu-item {
      font-size: 36px;
      font-weight: 900;
      line-height: 100%;
      width: 100%;
      padding: 18px 0 14px 0; }
    .header .menu-item {
      border: solid #000000;
      border-width: 1px 0 1px 0;
      margin-top: -1px; } }
  @media only screen and (max-width: 480px) {
    .header {
      --logoWidth: 130px; } }
  @media only screen and (max-width: 360px) {
    .header {
      --logoWidth: 90px; } }

.header-dropdown {
  --listSize: 270px;
  --paddingBorder: 40px; }
  .header-dropdown__list, .header-dropdown__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header-dropdown__list {
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  @media screen and (min-width: 1025px) {
    .header-dropdown {
      position: relative;
      padding-bottom: var(--headerPadding);
      padding-right: 15px;
      margin-bottom: calc(var(--headerPadding) * -1); }
      .header-dropdown__list {
        position: absolute;
        background: #ffffff;
        top: 100%;
        width: var(--listSize);
        max-height: var(--listSize);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        border: 1px solid #000000;
        padding-bottom: 10px;
        opacity: 0;
        visibility: hidden; }
      .header-dropdown__scroll {
        border: solid #ffffff;
        border-width: var(--paddingBorder) 10px 10px var(--paddingBorder);
        overflow-y: auto;
        row-gap: 40px; }
        .header-dropdown__scroll::-webkit-scrollbar {
          width: 3px; }
        .header-dropdown__scroll::-webkit-scrollbar-track {
          background: #ffffff;
          border-radius: 0; }
        .header-dropdown__scroll::-webkit-scrollbar-thumb {
          border-radius: 0;
          background: #000000; }
      .header-dropdown:hover::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .header-dropdown::before {
        content: '';
        right: 0;
        top: 7px;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #000000;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear; }
      .header-dropdown:hover .header-dropdown__list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
  @media screen and (max-width: 1024px) {
    .header-dropdown {
      width: 100%;
      border: solid #000000;
      border-width: 1px 0 1px 0;
      margin-top: -1px; }
      .header-dropdown.open {
        padding-bottom: 14px; }
        .header-dropdown.open .header-dropdown__list {
          display: block; }
        .header-dropdown.open .header-dropdown__title::before {
          -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0); }
      .header-dropdown__title {
        position: relative; }
        .header-dropdown__title::before, .header-dropdown__title::after {
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          width: 24px;
          height: 3px;
          background: #000000;
          -webkit-transition: -webkit-transform .2s linear;
          transition: -webkit-transform .2s linear;
          transition: transform .2s linear;
          transition: transform .2s linear, -webkit-transform .2s linear; }
        .header-dropdown__title::before {
          -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }
      .header-dropdown__list {
        display: none; }
      .header-dropdown__scroll {
        row-gap: 30px; } }

.course-category__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none; }

.course-category__list {
  display: grid;
  grid-row-gap: 10px;
  margin-top: 20px; }

@media screen and (max-width: 1024px) {
  .course-category__list {
    margin-top: 10px; } }

.lang-list {
  --borderTopPosition: 2px; }
  .lang-list__item + .lang-list__item {
    margin-left: 15px; }
  .lang-list__item {
    position: relative;
    padding-top: var(--borderTopPosition);
    margin-top: calc(var(--borderTopPosition) * -1); }
    .lang-list__item.active::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 2px;
      background: #000000; }

@media screen and (min-width: 1025px) {
  .burger {
    display: none; } }

@media screen and (max-width: 1024px) {
  .burger {
    justify-self: end; }
    .burger__item {
      position: relative;
      height: 14px;
      width: 32px;
      margin-left: var(--paddingBetweenItems); }
      .burger__item::before, .burger__item::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: #000000;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear; }
      .burger__item::before {
        top: 0; }
      .burger__item::after {
        bottom: 0; }
    .burger__icon + .burger__icon {
      margin-left: 20px; }
    .burger.open .burger__icons {
      display: none; }
    .burger.open .burger__item::before, .burger.open .burger__item::after {
      top: 50%; }
    .burger.open .burger__item::before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .burger.open .burger__item::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: unset; } }

.home .header.color {
  background: transparent; }
  .home .header.color .header__logo-black {
    display: none; }
  .home .header.color .header__logo-white {
    display: block; }
  .home .header.color .burger__item::before, .home .header.color .burger__item::after {
    background: #ffffff; }
  .home .header.color .burger__icons .header__icon {
    fill: #ffffff; }
  @media screen and (min-width: 1025px) {
    .home .header.color .lang-list__item::before {
      background: #ffffff; }
    .home .header.color .header__icon {
      fill: #ffffff; }
    .home .header.color .header__nav,
    .home .header.color .header-dropdown__title,
    .home .header.color .lang-list {
      color: #ffffff; }
    .home .header.color .header-dropdown::before {
      border-top: 6px solid #ffffff; } }
  .home .header.color.open-header {
    background: #ffffff; }
    .home .header.color.open-header .burger__item::before, .home .header.color.open-header .burger__item::after {
      background: #000000; }

.home-intro__logo {
  --logoSize: 180px;
  height: var(--logoSize);
  width: var(--logoSize);
  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;
  position: relative; }
  .home-intro__logo .home-intro__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home-intro__logo svg {
    height: var(--logoSize);
    width: var(--logoSize);
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite; }

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  @media screen and (max-width: 1024px) {
    .home-intro__logo {
      --logoSize: 140px; } }

.instagram-section__tag {
  margin-top: 10px; }

.instagram-section__link {
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase; }

#sbi_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px;
  padding: 0 !important; }
  @media screen and (max-width: 1024px) {
    #sbi_images {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 700px) {
    #sbi_images {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 480px) {
    #sbi_images {
      grid-template-columns: 1fr; } }

#sb_instagram {
  padding-bottom: 0 !important; }

.sbi_photo_wrap {
  position: relative;
  padding-top: 100%; }
  .sbi_photo_wrap a svg {
    display: none; }
  .sbi_photo_wrap .sbi-screenreader {
    display: none; }
  .sbi_photo_wrap .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important; }

.home-intro {
  background: #000000;
  margin: 0 calc(var(--mainPadding) * -1);
  padding: var(--headerHeight) var(--mainPadding) 0 var(--mainPadding); }
  .home-intro__content {
    padding: 130px 0;
    color: #ffffff; }
  .home-intro__text {
    font-size: 72px;
    line-height: 100%;
    font-weight: 900;
    text-transform: uppercase; }
  @media screen and (min-width: 1025px) {
    .home-intro__text {
      max-width: 349px; } }
  @media screen and (max-width: 767px) {
    .home-intro__text {
      font-size: 56px; } }
  @media screen and (max-width: 600px) {
    .home-intro__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 200px 0 60px 0; }
    .home-intro__logo {
      margin-top: 60px; } }

.intro-slider {
  margin: 0 calc(var(--mainPadding) * -1);
  position: relative;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .intro-slider::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(72.4%, #000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 72.4%);
    z-index: 5; }
  .intro-slider__item {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
  @media screen and (min-width: 1025px) {
    .intro-slider__item:hover {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); } }
  @media screen and (max-width: 1024px) {
    .intro-slider__item:nth-child(n+5) {
      display: none; } }
  @media screen and (max-width: 600px) {
    .intro-slider__item:nth-child(n+4) {
      display: none; } }
  @media screen and (max-width: 375px) {
    .intro-slider__item:nth-child(n+3) {
      display: none; } }

.learn-section {
  padding: 100px;
  background: #000000;
  --columnPadding: 15px;
  --imgSize: 185px; }
  .learn-section__content {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
  .learn-section__img {
    max-width: var(--imgSize);
    max-height: var(--imgSize);
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .learn-section .text-section, .learn-section__month-price {
    color: #ffffff; }
  .learn-section__bottom-wrapper {
    position: relative; }
  .learn-section__bottom {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: var(--columnPadding);
    -moz-column-gap: var(--columnPadding);
    column-gap: var(--columnPadding);
    margin-top: 40px;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease; }
  .learn-section__bottom.uk {
    visibility: visible;
    opacity: 1; }
  .learn-section__bottom.us {
    visibility: hidden;
    opacity: 0; }
  .learn-section__bottom.hidden {
    visibility: hidden;
    position: relative; }
  .learn-section__switcher {
    width: 148px;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; }
    .learn-section__switcher .uk {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .learn-section__switcher .us {
      opacity: 0.5;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .learn-section__switcher .switcher {
      width: 52px;
      height: 32px;
      border-radius: 100px;
      border: 1px solid #ffffff;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .learn-section__switcher .switcher .switcher-point {
        position: absolute;
        left: 3%;
        width: 28px;
        height: 28px;
        background-color: #ffffff;
        border-radius: 100%;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease; }
      .learn-section__switcher .switcher .switcher-point.switched {
        left: calc(98% - 28px); }
  .learn-section__price, .learn-section__month, .learn-section__month-price {
    font-size: 36px;
    font-weight: 800;
    line-height: 120%;
    display: inline; }
  .learn-section__price, .learn-section__month {
    -webkit-text-stroke: 0.7px #ffffff; }
  @media screen and (max-width: 1024px) {
    .learn-section {
      padding: 60px; } }
  @media screen and (max-width: 767px) {
    .learn-section {
      padding: 60px 30px; }
      .learn-section__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 60px; } }

.main-content {
  display: grid;
  margin-top: 30px; }
  .main-content p,
  .main-content li,
  .main-content a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; }
  .main-content h2,
  .main-content h3,
  .main-content h4,
  .main-content h5,
  .main-content h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px; }
  .main-content p + p {
    margin-top: 60px; }
  .main-content h2,
  .main-content h3,
  .main-content h4,
  .main-content h5,
  .main-content h6 + p {
    margin: 20px 0; }
  .main-content ul {
    display: grid;
    grid-row-gap: 30px; }
  .main-content a {
    font-weight: 800;
    text-decoration: underline; }

.offer__title {
  margin-right: 30%; }

@media screen and (max-width: 1280px) {
  .offer__title {
    margin-right: 0; } }

.partners-section .text-section__content {
  max-width: 684px; }

.partner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  --itemPadding: 16px;
  --logoSize: 60%; }
  .partner__item {
    position: relative;
    padding-top: 100%;
    border: 1px solid #000000;
    margin: 0 -1px -1px 0; }
  .partner__link, .partner__logo {
    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; }
  .partner__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: var(--itemPadding); }
  .partner__logo {
    width: var(--logoSize);
    height: var(--logoSize); }
  .partner__vacancies {
    position: absolute;
    bottom: var(--itemPadding);
    font-size: 12px;
    line-height: 16px;
    -ms-flex-item-align: start;
    align-self: start;
    padding-right: var(--itemPadding); }
  @media screen and (max-width: 1024px) {
    .partner {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .partner {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 480px) {
    .partner {
      grid-template-columns: 1fr; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 10155;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 120px 150px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  --closeBtnPosition: 45px;
  --closeLine: 32px; }
  .popup.active {
    opacity: 1;
    visibility: visible;
    overflow-y: auto; }
    .popup.active::-webkit-scrollbar {
      width: 7px; }
    .popup.active::-webkit-scrollbar-track {
      background: rgba(196, 196, 196, 0.3);
      border-radius: 8px; }
    .popup.active::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background: #000000; }
  .popup__close, .popup__close-success {
    position: absolute;
    top: var(--closeBtnPosition);
    right: var(--closeBtnPosition); }
  .popup__close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--closeLine);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-right: calc(var(--closeLine) + 15px); }
    .popup__close-btn::before, .popup__close-btn::after {
      content: '';
      position: absolute;
      right: 0;
      width: var(--closeLine);
      height: 4px;
      background: #000000; }
    .popup__close-btn::before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .popup__close-btn::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media screen and (max-width: 1280px) {
    .popup {
      padding: 120px 60px; } }
  @media screen and (max-width: 767px) {
    .popup {
      padding: 120px var(--mainPadding); }
      .popup__close, .popup__close-success {
        position: absolute;
        top: var(--mainPadding);
        right: var(--mainPadding); } }
  .popup .text-section__title {
    max-width: 542px; }

.popup-thx {
  padding: 0; }
  .popup-thx .popup-wrapper {
    padding: 120px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .popup-thx__content {
    max-width: calc(100% - 570px); }
  .popup-thx__text {
    margin-top: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; }
  .popup-thx__btn {
    margin-top: 60px; }
  .popup-thx__img {
    position: relative;
    width: 480px;
    height: 327px; }
  .popup-thx__thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; }
  @media screen and (max-width: 1280px) {
    .popup-thx .popup-wrapper {
      padding: 120px 60px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .popup-thx__img {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 50px; }
    .popup-thx__content {
      max-width: calc(100%); } }
  @media screen and (max-width: 768px) {
    .popup-thx .popup-wrapper {
      padding: 120px var(--mainPadding);
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .popup-thx__img {
      width: 100%; } }

.presentation-form__img {
  position: relative;
  padding-top: 56.6%;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .presentation-form__img {
      padding-top: 70%; } }

.presentation-form__thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .presentation-form__thumb {
      width: calc(100% + 12px + (var(--mainPadding)) * 2);
      max-width: calc(100% + 12px + (var(--mainPadding)) * 2);
      left: -42px; } }

.presentation-form .text-section__content {
  max-width: unset; }

.price-section__sum {
  font-weight: 900;
  font-size: 96px;
  line-height: 86.4px;
  margin-bottom: 30px; }
  .price-section__sum span.valign {
    font-size: 24px !important;
    text-transform: uppercase !important;
    vertical-align: 10px !important; }

.price-section__item {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding: 30px 0;
  border: solid #000000;
  border-width: 1px 0 1px 0;
  margin-top: -1px; }

.price-section__value, .price-section__text {
  font-weight: 800;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000; }

.price-section__text {
  text-align: end; }

@media screen and (max-width: 767px) {
  .price-section__sum {
    font-size: 64px; } }

@media screen and (max-width: 375px) {
  .price-section__text {
    word-break: break-word; } }

.program {
  --lineWidth: 30px;
  --openBottomPadding: 60px; }
  .program__item {
    border: solid #000000;
    border-width: 1px 0 1px 0;
    margin-top: -1px; }
  .program__subtitle {
    color: #ffffff;
    -webkit-text-stroke: 1px #000000;
    padding: 30px calc(var(--lineWidth) + 15px) 30px 0;
    position: relative;
    -webkit-transition: color .2s linear;
    transition: color .2s linear; }
    .program__subtitle::before, .program__subtitle::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: var(--lineWidth);
      height: 1px;
      background: #000000;
      -webkit-transition: width .3s linear, -webkit-transform .3s linear;
      transition: width .3s linear, -webkit-transform .3s linear;
      transition: transform .3s linear, width .3s linear;
      transition: transform .3s linear, width .3s linear, -webkit-transform .3s linear; }
    .program__subtitle::after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    .program__subtitle.open {
      color: #000000; }
      .program__subtitle.open::after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg); }
      .program__subtitle.open::before {
        width: 0; }

.lesson {
  padding: 30px 0 var(--openBottomPadding) var(--negativeMargin);
  --negativeMargin: 15px;
  --contentPaddingBorder: 20px;
  --circleSize: 31px;
  --paddingLeftLine: 120px; }
  .lesson__item {
    padding-left: var(--paddingLeftLine);
    position: relative; }
    .lesson__item:not(:last-child) {
      padding-bottom: var(--paddingLeftLine);
      border-left: 1px solid #000000; }
    .lesson__item:first-child::before {
      background: #000000; }
    .lesson__item::before {
      content: '';
      position: absolute;
      left: calc(var(--negativeMargin) * -1);
      top: 0;
      width: var(--circleSize);
      height: var(--circleSize);
      background: #ffffff;
      border: 1px solid #000000;
      border-radius: 50%;
      z-index: 11; }
  .lesson__preview {
    padding-bottom: var(--contentPaddingBorder);
    border-bottom: 1px solid #000000; }
  .lesson__number + .lesson__title {
    margin-top: 10px; }
  .lesson__number {
    font-weight: 700;
    text-transform: uppercase; }
  .lesson__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px; }
  .lesson__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-top: var(--contentPaddingBorder); }
  @media screen and (max-width: 767px) {
    .lesson {
      --paddingLeftLine: 60px; } }
  @media screen and (max-width: 420px) {
    .lesson {
      padding-left: 0; }
      .lesson__item {
        padding-left: 0; }
        .lesson__item:not(:last-child) {
          border-left: none; }
        .lesson__item::before {
          content: none; } }

.reviews-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px; }

.reviews-section .big-title {
  margin-bottom: 0; }

.reviews-section__nav {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px; }
  .reviews-section__nav .owl-prev svg,
  .reviews-section__nav .owl-next svg {
    height: 42px;
    width: 49px; }

@media screen and (max-width: 767px) {
  .reviews-section__nav {
    display: none; } }

.review-slider {
  --playSize: 60px; }
  .review-slider__file {
    position: relative;
    padding-bottom: 56.25%; }
  .review-slider__video, .review-slider__preview, .review-slider__iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-width: 0;
    outline-width: 0; }
  .review-slider__iframe {
    z-index: 99; }
  .review-slider__play {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    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;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear; }
    .review-slider__play svg {
      fill: #ffffff;
      height: var(--playSize);
      width: var(--playSize); }
    .review-slider__play.play-start {
      opacity: 0; }
  .review-slider__bottom {
    margin-top: 10px; }
  .review-slider__name {
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .review-slider {
      margin: 0 calc(var(--mainPadding) * -1);
      width: calc(100% + (var(--mainPadding) * 2)) !important; }
      .review-slider__bottom {
        padding: 0 var(--mainPadding); } }
  @media screen and (max-width: 480px) {
    .review-slider__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .review-slider .counter {
      margin-top: 30px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.seo {
  height: 105px;
  overflow-y: auto;
  --seoPadding: 75px; }
  .seo::-webkit-scrollbar {
    width: 4px; }
  .seo::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, 0.3);
    border-radius: 8px; }
  .seo::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #000000; }
  .seo__content {
    display: grid;
    grid-row-gap: 20px;
    padding-right: var(--seoPadding); }
  @media screen and (max-width: 425px) {
    .seo {
      height: 135px; } }
  .seo p {
    font-size: 12px;
    line-height: 15px; }
  @media screen and (max-width: 1024px) {
    .seo {
      --seoPadding: 15px; } }
  .seo h2,
  .seo h3,
  .seo h4,
  .seo h5,
  .seo h6 {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%; }

.single-intro {
  margin-top: var(--headerHeight);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --iconSize: 24px; }
  .single-intro__content {
    padding: 15px 0;
    position: relative; }
    .single-intro__content::before, .single-intro__content::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 5px;
      background: #000000; }
    .single-intro__content::before {
      top: 0; }
    .single-intro__content::after {
      bottom: 0; }
  .single-intro__title {
    line-height: 100px;
    padding-bottom: 90px; }
  .single-intro__start {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px; }
  .single-intro__icon {
    width: var(--iconSize);
    height: var(--iconSize); }
  @media screen and (max-width: 1024px) {
    .single-intro {
      grid-template-columns: 1fr;
      grid-row-gap: 60px; }
      .single-intro__right {
        max-width: 480px;
        justify-self: end;
        width: 100%; }
      .single-intro__title {
        line-height: 100%; } }

.intro-img {
  position: relative;
  padding-top: 100%; }
  .intro-img__item {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.smart-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #000000;
  width: 100%;
  padding: 20px 30px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  z-index: 99;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  --paddingItems: 30px; }
  .smart-panel.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .smart-panel__toggle {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .5px;
    text-transform: uppercase; }
  .smart-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .smart-panel__subtitle {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 6px; }
  .smart-panel__text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px; }
  .smart-panel__user {
    max-width: 210px;
    width: 100%; }
  .smart-panel__button {
    height: 48px;
    background: #ffffff;
    color: #000000;
    width: 100%; }
  @media screen and (min-width: 1025px) {
    .smart-panel__opener {
      display: none; }
    .smart-panel__content {
      margin: 0 calc(var(--paddingItems) * -1); }
    .smart-panel__item {
      padding: 0 calc(var(--paddingItems) - 15px); }
      .smart-panel__item:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .smart-panel__item:nth-child(1), .smart-panel__item:nth-child(2) {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .smart-panel .smart-panel__close,
    .smart-panel .smart-panel__open {
      display: none; } }
  @media screen and (max-width: 1280px) {
    .smart-panel__user {
      max-width: 160px; } }
  @media screen and (max-width: 1024px) {
    .smart-panel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 16px 16px 16px; }
      .smart-panel.open-content .smart-panel__open {
        display: none; }
      .smart-panel__user {
        max-width: 285px; }
      .smart-panel__toggle {
        text-align: center;
        padding: 16px var(--mainPadding) 16px var(--mainPadding); }
      .smart-panel__click, .smart-panel__end {
        position: relative;
        padding-right: 15px; }
        .smart-panel__click::before, .smart-panel__end::before {
          content: '';
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 6px solid #ffffff; }
      .smart-panel__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        width: 100%;
        background: #000000;
        bottom: 100%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 66;
        visibility: hidden;
        padding: 0 var(--mainPadding) 32px var(--mainPadding); }
        .smart-panel__content.open {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          visibility: visible;
          opacity: 1; }
      .smart-panel__item {
        padding: 16px 0;
        border: solid rgba(255, 255, 255, 0.2);
        border-width: 1px 0 1px 0;
        margin-top: -1px; } }
  @media screen and (max-width: 480px) {
    .smart-panel__user {
      max-width: 100%; } }

.swiper-wrap .swiper-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.swiper-wrap.swiper-init {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  cursor: -webkit-grab;
  cursor: grab; }
  .swiper-wrap.swiper-init .swiper-block {
    position: absolute;
    top: 0;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
    .swiper-wrap.swiper-init .swiper-block > * {
      white-space: nowrap; }
    .swiper-wrap.swiper-init .swiper-block.swipe:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.teacher-section .courses-link__thumb {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.text-section__content {
  max-width: 570px; }

.text-section__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 30px; }
  .text-section__text a {
    font-weight: 800;
    text-decoration: underline; }
  .text-section__text p + p {
    margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .text-section__content {
    max-width: unset; } }

.toggle-nav {
  margin-bottom: 30px; }
  .toggle-nav__element {
    padding-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; }
    .toggle-nav__element.active::before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 2px;
      background: #000000;
      -webkit-animation: .15s linear border;
      animation: .15s linear border;
      width: 100%; }

@-webkit-keyframes border {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes border {
  from {
    width: 0; }
  to {
    width: 100%; } }
  .toggle-nav__element + .toggle-nav__element {
    margin-left: 30px; }

.tools-section__wrapper {
  margin-top: 40px; }

.tools-section .big-title {
  max-width: unset;
  margin-bottom: 0; }

.wh-section__item {
  border: solid #000000;
  border-width: 1px 0 1px 0;
  margin-top: -1px;
  padding: 30px 0; }

.wh-section__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000; }

.wh-section__item:nth-child(even) .wh-section__content {
  margin-left: auto; }

.wh-section__text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; }

.wh-section__content {
  max-width: 570px; }

@media screen and (min-width: 1025px) {
  .wh-section__item {
    pointer-events: none; } }

@media screen and (max-width: 767px) {
  .wh-section__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .wh-section__item:nth-child(even) .wh-section__content {
      margin-left: unset; }
  .wh-section__number {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px; } }

@media screen and (max-width: 450px) {
  .wh-section__title {
    word-break: break-word; } }

.courses-wrapper .main-preview {
  margin-bottom: 30px; }

.courses-wrapper .toggle-nav .toggle-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*# sourceMappingURL=index.css.map */
